body {
  transition: background-color 0.4s ease;
}

h1 {
  font-size: clamp(44px, 10vw, 200px);
  line-height: 1;
}

h2 {
  font-size: clamp(44px, 10vw, 60px);
  font-weight: 600;
  line-height: 1;
}

body.bg-dark {
  background-color: #ddbc29;
  color: #fff;
}

.split {
  .line {
    display: block;
    overflow: hidden;
  }
}

.logo svg path {
  fill: #fff;
}

body.bg-light {
  background-color: #fff;
  color: #000;
}

body.bg-blue {
  background-color: #1e3a8a;
  color: #fff;
}


.section1 {
	margin-top: 80px;
	margin-bottom: 40px;
}

.scroll-section {
	
}

.panoptikum {
	margin-top: -80px !important;
	width: 100vw !important;
	height: 100vh !important;
	position: relative;
}

.panoptikum__swiper .swiper-wrapper {
    width: 100vw !important;
	height: 100vh !important;
}



.landing-page {
    padding: 0;
}

.landing-page .entry-content {
    max-width: none;
}

/* allow Gutenberg full width blocks */

.landing-page .alignfull {
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.landing-page .alignwide {
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
}


.slides-wrapper {
  margin-top: 63px;
}

.image {
  width: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin-top: 2.5rem;
}

.section {
  width: 100%;
  height: calc(100vh - 64px);
  display: flex;
  justify-content: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 10px;
}

section p {

  
}

.section-inner {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center
}

.section-2 .section-inner {
  height: auto;
  padding-bottom: 20vh;
}

.section-2 {
  /*background: pink;*/
  color: var(--dark);
}

.section-1 {
  /*background: whitesmoke;*/
  color: black;
}

.section-4 {
  /*background: purple;*/
  color: darkgrey;
}
.height {
  border: dashed 2px grey;
  padding: 1rem;
  padding-bottom: 5rem;
}

.section h1 {
  font-size: max(4rem, min(12vw + 1rem, 16rem));
  font-weight: 600;
  margin: 0 auto;
}

img {
  border-radius: 8px;
}


.hero {
    margin-top: 0 !important;
}

/* Kiosk */

.section_kiosk {
    max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;

  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  min-height: 70svh;
}


.kiosk-section {
  position: relative;
  min-height: 600px;
  display: flex;
  align-items: center;
}

/* DECOR LAYER */
.kiosk-decor {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;;
}

/* ICE CREAM (MAIN HERO) */
.kiosk-icecream {
  position: absolute;
  left: -60px;
  top: 30%;
  width: 320px;
  transform: rotate(45deg);
  z-index: 2;
}

/* GLASS (BACKGROUND ELEMENT) */
.kiosk-glass {
  position: absolute;
  right: -30px;
  top: 55%;
  width: 220px;
  opacity: 0.85;
  transform: rotate(-70deg);
  z-index: 1;
}

@media (max-width: 767px) {
    .kiosk-icecream {
        width: 160px;
        left: -40px;
        top: 65%;
    }

  .kiosk-glass {
    width: 150px;
    right: -20px;
    top: 5%;
  }
}

/* FLOATING SWEETS */
.kiosk-sweet {
  position: absolute;
  width: 60px;
  z-index: 3;
}

.sweet-1 {
  left: 80px;
  top: 10%;
  transform: rotate(20deg);
}

.sweet-2 {
  left: 200px;
  top: 75%;
  transform: rotate(-15deg);
}

/* CONTENT */
.kiosk-content {
  position: relative;
  z-index: 5;
max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    min-height: 70svh;

}

/* TYPO */
.kiosk-content h2 {
  margin-bottom: 1rem;
}

.kiosk-content p {
  margin-bottom: 1.5rem;
}

/* BUTTON */
.btn {
  background: #FFD400;
  color: #000;
  padding: 0.8rem 1.4rem;
  border-radius: 6px;
  text-decoration: none;
}


.kiosk-icecream {
  animation: floatMain 6s ease-in-out infinite;
}

.kiosk-sweet {
  animation: floatSmall 4s ease-in-out infinite;
}

@keyframes floatMain {
  0%,100% { transform: rotate(45deg) translateY(0); }
  50% { transform: rotate(45deg) translateY(-15px); }
}

@keyframes floatSmall {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}




/* Verein */

.section_verein {
    max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;

  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
  padding-top: var(--wp--preset--spacing--40); 
  padding-bottom: calc(2*var(--wp--preset--spacing--40));
  min-height: 100svh;
}




body {
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #fff;
	--color-link-hover: #fff;
	--font-size-s: 13vw;
	--font-size-m: 16vw;
	--font-size-l: 24vw;
	--font-size-xl: 26vw;
	--font-family: widescreen-ex, sans-serif;
	--font-weight: 900;
	--content-offset: 20vh;
	--font-case: uppercase;
	--color-rep-text: var(--color-text);
	--color-rep-text-main: var(--color-text);
	--color-rep-outline: var(--color-text);
	--color-rep-bg: var(--color-bg);
	/* Adjust these depending on your font */
	--font-factor: 0.059; 
	--font-line: 0.745;
	color: var(--color);
	background-color: var(--color-bg);
	font-family: 'anton', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	overflow-y: scroll;
}






.section_program {
      margin-left: auto;
    margin-right: auto;
    
}


.services_home_content_heading {

    text-align: center;
    margin-bottom: 40px;
    text-align: center;
    text-wrap: pretty;
}

.services_home_content_paragraph {
    text-align: center;
    text-wrap: balance;
    margin-left: auto;
    margin-right: auto;

}


.services_home_card_tag {
    background-color: #000000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    padding: var(--_spacing---space--2);
    flex-flow: column;
	font-family: "Rubik Dirt", system-ui, sans-serif;
	font-weight: 400;
	font-size: 2rem;;
	color: white;
}

@media (max-width: 767px) {
    .services_home_card_tag {
        font-size: 1.2rem;
    }
}


@keyframes service-rotate-1 {
                                to {
                                    transform: rotateZ(-1deg);
                                }
                            }

                            .services_home_card_tag.rotate-1 {
                                animation: service-rotate-1 0.4s ease calc((0.2s * var(--i)) + 0s) both;
                            }

                            .services_home_card_tags {
                                > :nth-child(1) {
                                    --i: 0
                                }

                                > :nth-child(2) {
                                    --i: 1
                                }

                                > :nth-child(3) {
                                    --i: 2
                                }

                                > :nth-child(4) {
                                    --i: 3
                                }

                                > :nth-child(5) {
                                    --i: 4
                                }

                                > :nth-child(6) {
                                    --i: 5
                                }

                                > :nth-child(7) {
                                    --i: 6
                                }

                                > :nth-child(8) {
                                    --i: 7
                                }

                                > :nth-child(9) {
                                    --i: 8
                                }

                                > :nth-child(10) {
                                    --i: 9
                                }
                            }

                            @keyframes service-rotate1 {
                                to {
                                    transform: rotateZ(1deg);
                                }
                            }

                            .services_home_card_tag.rotate1 {
                                animation: service-rotate1 0.4s ease calc((0.2s * var(--i)) + 0s) both;
                            }

                            .services_home_card_tags {
                                > :nth-child(1) {
                                    --i: 0
                                }

                                > :nth-child(2) {
                                    --i: 1
                                }

                                > :nth-child(3) {
                                    --i: 2
                                }

                                > :nth-child(4) {
                                    --i: 3
                                }

                                > :nth-child(5) {
                                    --i: 4
                                }

                                > :nth-child(6) {
                                    --i: 5
                                }

                                > :nth-child(7) {
                                    --i: 6
                                }

                                > :nth-child(8) {
                                    --i: 7
                                }

                                > :nth-child(9) {
                                    --i: 8
                                }

                                > :nth-child(10) {
                                    --i: 9
                                }
                            }

                            @keyframes service-rotate-2 {
                                to {
                                    transform: rotateZ(-2deg);
                                }
                            }

                            .services_home_card_tag.rotate-2 {
                                animation: service-rotate-2 0.4s ease calc((0.2s * var(--i)) + 0s) both;
                            }

                            .services_home_card_tags {
                                > :nth-child(1) {
                                    --i: 0
                                }

                                > :nth-child(2) {
                                    --i: 1
                                }

                                > :nth-child(3) {
                                    --i: 2
                                }

                                > :nth-child(4) {
                                    --i: 3
                                }

                                > :nth-child(5) {
                                    --i: 4
                                }

                                > :nth-child(6) {
                                    --i: 5
                                }

                                > :nth-child(7) {
                                    --i: 6
                                }

                                > :nth-child(8) {
                                    --i: 7
                                }

                                > :nth-child(9) {
                                    --i: 8
                                }

                                > :nth-child(10) {
                                    --i: 9
                                }
                            }

                            @keyframes service-rotate2 {
                                to {
                                    transform: rotateZ(2deg);
                                }
                            }

                            .services_home_card_tag.rotate2 {
                                animation: service-rotate2 0.4s ease calc((0.2s * var(--i)) + 0s) both;
                            }

                            .services_home_card_tags {
                                > :nth-child(1) {
                                    --i: 0
                                }

                                > :nth-child(2) {
                                    --i: 1
                                }

                                > :nth-child(3) {
                                    --i: 2
                                }

                                > :nth-child(4) {
                                    --i: 3
                                }

                                > :nth-child(5) {
                                    --i: 4
                                }

                                > :nth-child(6) {
                                    --i: 5
                                }

                                > :nth-child(7) {
                                    --i: 6
                                }

                                > :nth-child(8) {
                                    --i: 7
                                }

                                > :nth-child(9) {
                                    --i: 8
                                }

                                > :nth-child(10) {
                                    --i: 9
                                }
                            }


							.clickable_link {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: inherit;
    inset: 0%;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.services_home_cards_wrap {
    flex-direction: row;
	display: block;
	margin-left: 1rem;
	margin-right: 1rem;
}

.services_home_cards_wrap {
	--_spacing---space--1: 21px;
	--_spacing---space--8: 168px;
    column-gap: var(--_spacing---space--1);
    row-gap: var(--_spacing---space--8);
    margin-bottom: calc(var(--_spacing---space--6) * max(var(--_responsive---large), var(--_responsive---medium)) + var(--_spacing---space--7) * max(var(--_responsive---small), var(--_responsive---xsmall)));
    justify-content: space-between;
    display: flex;
}


.services_home_card_tags.is-orange {
    border-right-color: var(--swatch--orange-light);
    border-left-color: var(--swatch--orange-light);
}

.services_home_card {
    width: 100%;
}





/* =========================
   WHATSAPP CTA SECTION
========================= */

.whatsapp-cta {
  padding: 6rem 2rem;

  color: #000;

        position: relative;
    z-index: 5;
    max-width: var(--wp--style--global--content-size);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    min-height: 50svh;



}

/* =========================
   LAYOUT
========================= */

.whatsapp-cta__container {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
}

/* =========================
   CONTENT
========================= */

.whatsapp-cta__content h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.whatsapp-cta__content p {
  line-height: 1.6;
  opacity: 0.8;
  margin-bottom: 2rem;
}

/* =========================
   BUTTON
========================= */

.whatsapp-cta__button {
  display: inline-block;
  background: #000;
  color: #FFF;
  font-weight: 600;
  padding: 0.9rem 1.8rem;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.whatsapp-cta__button:hover {
  background: #FFF;
  color: #000;
  fill: #000;
}

/* =========================
   VISUAL ELEMENT
========================= */

.whatsapp-cta__visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}


.button-whatsapp {
    fill: #FFF;
    z-index: 1;
    background-color: #000;
    pointer-events: auto;
    color: #FFF;
    background-position: 31px;
    background-repeat: no-repeat;
    background-size: 21px;
    border-radius: 60px;
    margin-left: 0;
    padding: 25px 32px 25px 25px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    vertical-align: bottom;
}

.button-whatsapp svg {
    vertical-align: bottom;
}

/* abstract WhatsApp-style bubble */
.whatsapp-cta__bubble {
  width: 220px;
  height: 220px;
  background: #25D366;
  border-radius: 50%;
  position: relative;
  box-shadow: 0 20px 40px rgba(0,0,0,0.4);
}

.whatsapp-cta__bubble::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 40px;
  height: 40px;
  background: #25D366;
  transform: rotate(45deg);
  border-radius: 5px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
  .whatsapp-cta__container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .whatsapp-cta__content h2 {
    font-size: 2rem;
  }

  .whatsapp-cta__visual {
    margin-top: 2rem;
  }
}