/*
@include max($tablet) {
	height: 60px;
}
*/
.grid-container {
  --grid-row-gap: 100px;
  --grid-column-gap: 100px;
}
@media (max-width: 580px) {
  .grid-container {
    --grid-row-gap: 50px;
    --grid-column-gap: 20px;
  }
}

.kc-teaser[type="1"] {
  --kc-teaser-title-color: var(--primary-color-dark);
  --kc-teaser-display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  --kc-teaser-padding: 0 25px;
  --kc-teaser-background-color: transparent;
  --kc-teaser-media-object-fit: contain;
}
.kc-teaser[type="1"] .kc-teaser-media-container {
  border-radius: 50%;
  background: var(--primary-color-light);
  margin: 20px 0;
  aspect-ratio: 1/1;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"] .kc-teaser-media-container {
    margin: 0;
  }
}
.kc-teaser[type="1"] .kc-teaser-title {
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  order: -1;
  position: relative;
  --kc-teaser-title-text-align: center;
  --kc-teaser-title-font-size: 28px;
  --kc-teaser-title-margin-top: 0;
  --kc-teaser-title-hyphens: none;
  --kc-teaser-title-font-weight: 400;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"] .kc-teaser-title {
    --kc-teaser-title-font-size: 20px;
    padding: 0;
  }
}
.kc-teaser[type="1"] .kc-teaser-title:before, .kc-teaser[type="1"] .kc-teaser-title:after {
  content: "";
  position: absolute;
  z-index: 10;
  width: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  top: 0;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"] .kc-teaser-title:before, .kc-teaser[type="1"] .kc-teaser-title:after {
    width: 25px;
  }
}
.kc-teaser[type="1"] .kc-teaser-title:before {
  background-image: url(./img/schnoerkel.svg);
  left: -25px;
  transform: scale(-1, 1) translateY(-15%);
}
.kc-teaser[type="1"] .kc-teaser-title:after {
  background-image: url(./img/schnoerkel.svg);
  right: -25px;
  transform: translateY(-15%);
}
.kc-teaser[type="1"] .instagram-link[href="https://www.instagram.com/"],
.kc-teaser[type="1"] .website-link[href=""] {
  display: none;
}
.kc-teaser[type="1"] .kc-teaser-more_content {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 7%;
}
.kc-teaser[type="1"] .kc-teaser-more_content a {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  position: relative;
  display: block;
  padding: 5px 25px;
  color: var(--text-color);
  text-decoration: none;
  z-index: 10;
  position: relative;
  -webkit-filter: drop-shadow(-3px 3px 0px var(--primary-color-dark));
          filter: drop-shadow(-3px 3px 0px var(--primary-color-dark));
  transition: all 0.25s;
}
.kc-teaser[type="1"] .kc-teaser-more_content a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color-light);
  z-index: -1;
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
          clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
}
.kc-teaser[type="1"] .kc-teaser-more_content a:hover {
  -webkit-filter: drop-shadow(-3px 3px 0px var(--primary-color));
          filter: drop-shadow(-3px 3px 0px var(--primary-color));
}
@media (max-width: 580px) {
  .kc-teaser[type="1"] .kc-teaser-more_content a {
    font-size: 18px;
    padding: 5px 15px;
  }
}
.kc-teaser[type="1"][minion-type] .kc-teaser-more_content {
  position: relative;
}
.kc-teaser[type="1"][minion-type] .kc-teaser-more_content:before {
  content: "";
  position: absolute;
  z-index: 10;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 100%;
  left: 15px;
}
.kc-teaser[type="1"][minion-type][minion-type="1"] .kc-teaser-more_content:before {
  background-image: url(./img/minion-1.png);
  width: 80px;
  height: 80px;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"][minion-type][minion-type="1"] .kc-teaser-more_content:before {
    width: 40px;
    height: 40px;
  }
}
.kc-teaser[type="1"][minion-type][minion-type="2"] .kc-teaser-more_content:before {
  background-image: url(./img/minion-2.png);
  width: 80px;
  height: 95px;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"][minion-type][minion-type="2"] .kc-teaser-more_content:before {
    width: 40px;
    height: 47px;
  }
}
.kc-teaser[type="1"][minion-type][minion-type="3"] .kc-teaser-more_content:before {
  background-image: url(./img/minion-3.png);
  width: 80px;
  height: 82px;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"][minion-type][minion-type="3"] .kc-teaser-more_content:before {
    width: 40px;
    height: 42px;
  }
}
.kc-teaser[type="1"][minion-type][minion-type="4"] .kc-teaser-more_content:before {
  background-image: url(./img/minion-4.png);
  width: 80px;
  height: 135px;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"][minion-type][minion-type="4"] .kc-teaser-more_content:before {
    width: 40px;
    height: 68px;
  }
}
.kc-teaser[type="1"][minion-type][minion-type="5"] .kc-teaser-more_content:before {
  background-image: url(./img/minion-5.png);
  width: 80px;
  height: 97px;
}
@media (max-width: 580px) {
  .kc-teaser[type="1"][minion-type][minion-type="5"] .kc-teaser-more_content:before {
    width: 40px;
    height: 49px;
  }
}

#sponsors-container {
  --grid-row-gap: calc(2 * var(--global-padding));
  --grid-column-gap: calc(2 * var(--global-padding));
}
#sponsors-container .kc-teaser-media-container {
  background: var(--white);
}

#wrapper .events-container a {
  margin-top: 5px;
  display: block;
  text-decoration: none;
  font-weight: 700;
  color: var(--primary-color-dark);
}
#wrapper .events-container .teaser-container {
  -webkit-filter: drop-shadow(-3px 3px 0px var(--primary-color-dark));
          filter: drop-shadow(-3px 3px 0px var(--primary-color-dark));
  transition: all 0.25s;
}
#wrapper .events-container .teaser-container:hover {
  -webkit-filter: drop-shadow(-3px 3px 0px var(--primary-color));
          filter: drop-shadow(-3px 3px 0px var(--primary-color));
}
#wrapper .events-container .kc-teaser {
  -webkit-clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
          clip-path: polygon(10px 0, calc(100% - 10px) 0, 100% 10px, 100% calc(100% - 10px), calc(100% - 10px) 100%, 10px 100%, 0 calc(100% - 10px), 0 10px);
  --kc-teaser-background-color: var(--primary-color-light);
  --kc-teaser-media-object-fit: cover;
  --kc-teaser-padding: 20px;
}