.tribe-events-calendar-list, .events-post-body-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.tribe-events-calendar-list__month-separator {
  display: none !important;
}

.events-parent-wrapper {
  max-width: 490px;
  position: relative;
  line-height:0
}

/*.events-post-image.pin-left::before {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/red-pin-side-left.svg');
  width: 78px;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
}*/

.tribe-events .tribe-events-calendar-list-nav {
  border-top: none !important;
}

.events-post-image.flag-neu::before {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/flag.svg');
  width: 92px;
  height: 128px;
  display: block;
  position: absolute;
  left: 60px;
  background-repeat: no-repeat;
  top: -15px;
  background-size: contain;
  background-position: center;
}

/*.events-post-image.pin-right::after {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/red-pin-side.svg');
  width: 78px;
  height: 82px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}

.events-post-image.pin-bottom-left::after {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/red-pin-front.svg');
  width: 78px;
  height: 82px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  bottom: 25px;
  left: 10px;
  z-index: 9;
}

.events-post-image.pin-bottom-mid::after {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/red-pin-top.svg');
  width: 78px;
  height: 84px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  bottom: -30px;
  right: 0;
  z-index: 99;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.events-post-image.pin-top::after {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/red-pin-top.svg');
  width: 78px;
  height: 84px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  z-index: 99;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}*/

.events-post-image img {
  max-height: 311px;
  object-fit: contain;
}

.events-parent-wrapper.yellow .events-post-body-summary {
  background-color: #ffc400;
}

#yellow-grass {
  margin-top: 60px;
}

#yellow-grass::before {
  content: "";
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/light-yellow-grass-border.svg');
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -156px;
  height: 156px;
}

/*.events-parent-wrapper.yellow .events-post-body-summary::before {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/yellow-grass-border.svg');
  background-repeat: no-repeat;
}*/

.events-post-body-summary {
  margin-bottom: 10px;
  background-color: #164194;
  padding: 20px 35px !important;
  color: #faf8ed;
  position: relative;
  border-radius: 0 0 42px 42px;
  display: inline-block;
  width: 100%;
  min-height: 300px;
}

.goto-link {
  float: right;
}


.events-post-date {
  line-height:35px;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
	margin-bottom:14px !important;
	margin-top:14px;
}

@media (max-width:1024px) {
	.events-post-date {
		line-height:24px;
		font-size:16px;
	}
}

.events-post-link {
  display: inline-block;
  width: 46px;
  height: 46px;
  background-color: #ffda00;
  border-radius: 50%;
  background-image: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
  z-index: 9;
  position: absolute;
  bottom: 35px;
  right: 35px;
}

.events-post-link:hover {
  transform: scale(1.1);
}

.events-post-title {
  font-family: "Amatic SC";
  font-weight: 700;
  font-size: 40px;
  color: #faf8ed;
  line-height: 35px;
}

.events-post-title:hover {
  color: unset;
}

.events-post-excerpt {
  margin-bottom: 5px !important;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px !important;
  margin-top: 14px !important;
}

.tribe-events-series-relationship-single-marker.tribe-common {
  display: none;
}

.events-post-pagination {
  text-align: center;
  margin-top: 40px;
}

.top-ribbon {
  background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/ribbon-top.svg');
  width: 100px;
  height: 134px;
  display: block;
  position: absolute;
  left: 30px;
  background-repeat: no-repeat;
  top: -12px;
  text-align: center;
  font-family: "Amatic SC";
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  color: #164194;
  padding-top: 25px !important;
  padding-left: 15px !important;
}

.events-post-image img {
  border-radius: 50px 50px 0 0;
}

@media (max-width: 820px) {
  .tribe-events-calendar-list, .events-post-body-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .events-post-body-summary::before {
    top: -63px;
    background-size: contain;
    height: 65px;
  }
  .events-parent-wrapper.yellow .events-post-body-summary::before {
    background-size: contain;
  }

  .top-ribbon {
    background: url('/wp-content/themes/spargelhof-klaistow-child/./assets/css/./../img/ribbon-top.svg');
    width: 66px;
    height: 83px;
    display: block;
    position: absolute;
    left: 12px;
    background-repeat: no-repeat;
    top: -8px;
    text-align: center;
    font-family: "Amatic SC";
    font-size: 17px;
    font-weight: 700;
    line-height: 18px;
    color: #164194;
    padding-top: 15px !important;
    padding-left: 5px !important;
    background-size: cover;
  }

  .events-post-body-wrapper-list .events-post-body-summary {
    min-height: 145px;
  }

  .events-post-body-summary {
    margin-bottom: 10px;
    background-color: #164194;
    color: #faf8ed;
    position: relative;
    border-radius: 0 0 25px 25px;
    display: inline-block;
    width: 100%;
    padding: 0 10px 25px 10px !important;
    min-height: 100px;
  }

  .events-post-image img {
    border-radius: 25px 25px 0 0;
  }

  .events-post-date {
    font-size: 12px;
    line-height: 17px;
	  margin-top:10px !important;
  }

  .events-post-title {
    font-size: 26px;
    line-height: 26px;
	  margin-top:10px !important;
	  max-width:120px;
  }

  .events-post-excerpt {
    display: none;
  }

  .events-post-link {
    width: 30px;
    height: 30px;
    bottom: 25px;
    right: 10px;
  }
}

@media (max-width: 390px) {
  .events-post-body-summary::before {
    top: -59px;
  }
}

@media (max-width: 375px) {
  .events-post-body-summary::before {
    top: -57px;
  }
}

@media (max-width: 360px) {
  .events-post-body-summary::before {
    top: -54px;
  }
}

@media (max-width: 280px) {
  .events-post-body-summary::before {
    top: -40px;
  }
}