.ausblenden {
    display: none;
    opacity: 0;
    cursor: none;
}

:root {
    --white: #fff;
    --black: #000;
    --acc-orange: #E40029;
    --acc-pink: #E40060;
    --acc-magenta: #B002A9;
    --acc-lila: #760093;
}

/* ----------- TYPOGRAPHY ----------- */
@font-face {
    font-family: 'Poppins-Regular';
    src: url('/wp-content/bandf-files/font/Poppins-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Botanika';
    src: url('/wp-content/bandf-files/font/botanikamono-webfont.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Light';
    src: url('/wp-content/bandf-files/font/Gilroy-Light.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url('/wp-content/bandf-files/font/radomir_tinkov_-_gilroy-medium-webfont.woff') format('woff');
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy-Black';
    src: url('/wp-content/bandf-files/font/radomir_tinkov_-_gilroy-blackitalic-webfont.woff') format('woff');
    font-style: normal;
}

h1,
.btn,
.like-h1,
.counter {
    font-family: 'Gilroy-Black', sans-serif;
    text-transform: uppercase;
}

h2,
.like-h2,
.like-h2-small {
    font-family: 'Botanika';
    text-transform: uppercase;
}

h1,
.counter {
    font-size: clamp(32px, 6vw + 1px, 70px);
    line-height: 80%;
}

.like-h1 {
    font-size: 20px;
}

h2 {
    font-weight: 300;
    font-size: clamp(16px, 2vw + 1px, 25px);
    line-height: 80%;
    letter-spacing: 1px;
}

.like-h2 {
    font-weight: 300;
    font-size: clamp(14px, 1vw + 1px, 20px);
    letter-spacing: 1px;
}

.like-h2-small {
    font-weight: 300;
    font-size: clamp(12px, 1vw + 1px, 18px);
    letter-spacing: 1px;
}

h3 {
    font-family: 'Gilroy-Medium', sans-serif;
    font-size: clamp(14px, 1.5vw + 1px, 20px);
}

h4 {
    font-family: 'Gilroy-Black', sans-serif;
    text-transform: uppercase;
    color: var(--white);
    font-size: clamp(24px, 4vw + 1px, 50px);
    line-height: 80%;
}

p {
    font-size: clamp(14px, 1vw + 1px, 16px);
    line-height: 150%;
}

.gradient-text {
    display: inline-block;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

#termin-infos {
    font-family: 'Botanika';
    text-transform: uppercase;
    font-size: 14px;
}

strong,
.wp-block-getwid-accordion__header-title {
    font-family: 'Gilroy-Medium', sans-serif;
}

a {
    text-decoration: none;
    color: var(--black);
}

#container-footer .wp-block-column a {
    background: -webkit-linear-gradient(to right, var(--acc-orange) 0, var(--acc-pink) 15%, var(--acc-magenta) 30%, var(--acc-lila) 50%, var(--black) 51%, var(--black) 100%);
    background: linear-gradient(to right, var(--acc-orange) 0, var(--acc-pink) 15%, var(--acc-magenta) 30%, var(--acc-lila) 50%, var(--black) 51%, var(--black) 100%);
    background-size: 250%;
    background-position-x: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position .5s;
}

#container-footer .wp-block-column a:hover {
    background-position: 0%;
}

/* ----------- TYPOGRAPHY ENDE ----------- */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Gilroy-Light', sans-serif;
    overflow-x: hidden;
    hyphens: auto;
}

img {
    pointer-events: none;
}

.fixed-size {
    width: 1200px;
    margin: 0 auto;
    padding: 3em 15px;
}

.fixed-size--small {
    width: 800px;
    margin: 0 auto;
    padding: 3em 15px;
}

.navigation-lp__content {
    height: 130px;
    min-height: 130px;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
}

.header {
    height: 100vh;
    margin-top: -24px !important;
}

.header-lp {
    height: 700px;
    margin-top: -24px !important;
}

.header-lp__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 800px;
}

.einstieg {
    gap: 150px;
}

.einstieg ul {
    padding-left: 0;
}

.einstieg li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    line-height: 40px;
    font-size: clamp(14px, 1vw + 1px, 18px);
    font-family: 'Gilroy-Medium';
}

.einstieg li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/08/haken_icon.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.nav-infos {
    position: absolute;
    top: 35%;
    right: 3%;
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: end;
    width: 590px;
}

.nav-infos a,
.nav-infos p {
    font-family: 'Gilroy-Black', sans-serif;
    color: var(--white);
    text-transform: uppercase;
}

#nav-infos--tel {
    width: 150px;
}

#nav-infos--mail {
    width: 190px;
}

.termin-container,
.rezension-container {
    text-align: center;
}

.trenner {
    border: none;
    height: 5px;
    width: 70px !important;
    margin-left: 0 !important;
}

.trenner--color {
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
}

.trenner--white {
    background: var(--white);
}

.trenner--mittig {
    margin: 0 auto !important;
    margin-top: 24px !important;
}

.round-img img {
    border-radius: 0 50px 50px 50px;
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 1);
}

/* ----------- BUTTONS ----------- */
.header-btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}

.header-btn .btn {
    width: clamp(200px, 20vw, 265px);
    padding: calc(0.667em + 1px) calc(0.667em + 1px);
}

.btn {
    border-radius: 7px;
    padding: calc(0.667em + 1px) calc(1.333em + 1px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 7px;
    position: relative;
    transition: ease 0.5s;
}

.btn:hover {
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}

.btn:active {
    filter: brightness(0.7);
}

.btn--mittig {
    text-align: center;
}

.btn--white {
    color: var(--black);
    background-color: var(--white);
}

.btn--color {
    color: var(--white);
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
}

.btn__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: sub;
}

.btn__icon--home {
    background-image: url('/wp-content/uploads/2025/08/home_icon.png');
}

.btn__icon--termin {
    background-image: url('/wp-content/uploads/2025/08/icon_termin.png');
}

.btn__icon--aerzte {
    background-image: url('/wp-content/uploads/2025/09/icon_aerzte.png');
}

.btn__icon--zahnaerzte {
    background-image: url('/wp-content/uploads/2025/09/icon_zahnaerzte.png');
}

.btn__icon--branchen {
    background-image: url('/wp-content/uploads/2025/09/icon_branchen.png');
}

.btn__icon--pdf {
    background-image: url('/wp-content/uploads/2025/09/pdf_icon.png');
}

.btn--white .btn__icon--termin {
    filter: invert(1);
}

.btn__arrow {
    font-family: 'Poppins-Regular', sans-serif;
    margin-left: 5px;
}

/* ----------- BUTTONS ENDE ----------- */
/* */
/* */
/* ----------- SIDEBAR ----------- */

.social-media.social-header {
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 999;
}

.social-content {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

ul li {
    list-style: none;
}

.social-media-item {
    position: relative;
    width: fit-content;
    height: 65px;
}

.social-media-item a {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    width: 180px;
    height: 50px;
    background-color: #eee;
    color: #000;
    text-decoration: none;
    overflow: hidden;
    transform: translateX(130px);
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease, padding 0.3s ease;
}

.social-media-item a:hover,
.social-media-item a:focus-visible {
    transform: translateX(0);
}

.social-media-item a span {
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.2s ease 0.1s;
    font-size: clamp(14px, 1vw + 1px, 16px);
    font-family: 'Gilroy-Medium';
}

.social-media-item a:hover span,
.social-media-item a:focus-visible span {
    opacity: 1;
}

.social-media-item img {
    height: 40px;
    width: 50px;
    object-fit: contain;
    flex-shrink: 0;
}

.item-s-karriere--white a {
    background-color: #f5f5f5 !important;
    color: #000;
}

.item-s-karriere--black a {
    background: var(--black) !important;
    color: #fff;
}

.item-s-karriere--color a {
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    color: #fff;
}

.item-s-karriere--color .icon {
    width: 50px;
    height: 40px;
    flex-shrink: 0;
}

.item-s-karriere--color .whatsapp-content {
    opacity: 0;
    pointer-events: none;
    max-height: 0;
    transition: opacity 0.3s ease 0.1s, max-height 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
}

.item-s-karriere--color a:hover,
.item-s-karriere--color a:focus-visible {
    width: 260px;
    height: auto;
    padding: 15px;
    z-index: 5;
}

.item-s-karriere--color a:hover .whatsapp-content,
.item-s-karriere--color a:focus-visible .whatsapp-content {
    opacity: 1;
    pointer-events: auto;
    max-height: 320px;
}

.item-s-karriere--color .qr {
    width: 120px;
    height: 120px;
    object-fit: contain;
}

.social-media-item a:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.5);
    outline-offset: 2px;
}

/* ----------- SIDEBAR ENDE ----------- */
/* */
/* */
/* ----------- ACCORDION ----------- */
.einstieg .wp-block-getwid-accordion__icon {
    background-image: url('/wp-content/uploads/2025/08/icon_plus.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 17px;
    height: 17px;
    font-family: initial !important;
    color: transparent !important;
}

.einstieg .wp-block-getwid-accordion__icon.is-passive {
    transform: rotate(45deg);
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion__content {
    border: none;
}

.einstieg .ui-accordion-header,
.einstieg .ui-accordion-content {
    background-color: #f5f5f5;
}

.einstieg .wp-block-getwid-accordion__header-wrapper.ui-accordion-header {
    border-radius: 10px;
    padding: 10px;
    transition: border-radius 800ms;
}

.einstieg .wp-block-getwid-accordion__header-wrapper.ui-state-active {
    border-radius: 10px 10px 0 0;
    transition-delay: 0ms;
}

.wp-block-getwid-accordion__header-title {
    font-size: clamp(16px, calc(1.5vw + 0.5rem), 20px);
}

.einstieg .wp-block-getwid-accordion__content-wrapper.ui-accordion-content {
    border-radius: 0 0 10px 10px;
}

.wp-block-getwid-accordion__content-wrapper.ui-accordion-content {
    margin-bottom: 20px;
}

.einstieg .wp-block-getwid-accordion__content {
    padding: 20px 50px;
}

/* ----------- ACCORDION ENDE ----------- */
/* */
/* */
/* ----------- PAINPOINT ----------- */
.painpoint-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.painpoint-row>.wp-block-column {
    display: flex;
    flex-direction: column;
}

.painpoint__image {
    height: 100%;
}

.painpoint__image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.painpoint__content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 50px;
    color: var(--white);
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
}

.painpoint__content .wp-block-cover__inner-container {
    width: 100%;
}

.h3--white,
.painpoint__content p {
    color: var(--white);
}

.painpoint__content .btn {
    margin-top: 20px;
}

.painpoint-row--reverse {
    flex-direction: row-reverse;
}

/* ----------- PAINPOINT ENDE ----------- */
/* */
/* */
/* ----------- FAQ ----------- */
.faq .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper {
    border-bottom: 3px solid #cfcfcf;
}

.faq .wp-block-getwid-accordion__icon {
    font-size: 35px;
}

.faq .wp-block-getwid-accordion__header {
    padding-bottom: 1em;
    width: unset;
}

/* ----------- FAQ ENDE ----------- */
/* */
/* */
/* ----------- TERMIN BANNER ----------- */
.contact-wrapper {
    position: relative;
    height: 6em;
}

.contact-box {
    position: absolute;
    bottom: -120px;
    left: 45%;
    transform: translateX(-50%);
    display: flex;
    align-items: stretch;
    max-width: 650px;
    z-index: 10;
    filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.5));
}

.contact-box__image {
    position: relative;
    margin-left: 1px;
}

.contact-box__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 30px 0 0 30px;
}

.contact-box__image::before {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 120px;
    height: 100%;
    background: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 35% 100%, 0% 100%);
    z-index: 2;
    opacity: 1;
    pointer-events: none;
}

.contact-box__info {
    height: 100px;
    padding: 10px 30px;
    font-size: 14px;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--white);
    position: relative;
    z-index: 2;
}

.contact-banner {
    min-height: 350px;
    height: 350px;
}

.contact-box--foerder {
    left: 55%;
    max-width: unset;
    width: 650px;
}

.contact-box__image--foerder img {
    width: auto;
    height: 140px;
    border-radius: 0 30px 30px 0;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    padding: 30px;
}

.contact-box__image--foerder::before {
    right: 204px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 100%);
}

.contact-box__info--foerder {
    flex-direction: row;
    align-items: center;
    z-index: 3;
    gap: 20px;
}

.contact-box__info img {
    height: 60px;
    width: 60px;
}

/* ----------- TERMIN BANNER ENDE ----------- */
/* */
/* */
/* ----------- POST SLIDER ----------- */
.mitarbeiter p {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.slick-next:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/08/icon_pfeil_rechts.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/uploads/2025/08/icon_pfeil_links.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.wp-block-getwid-template-post-title {
    display: none;
}

/* ----------- POST SLIDER ENDE ----------- */
/* */
/* */
/* ----------- FOOTER ----------- */
#container-footer {
    overflow: hidden;
}

#container-footer .wp-block-separator {
    border: none;
    height: 3px;
    width: 70px;
    background-color: var(--black);
    margin-left: 0;
    margin-top: 5px;
}

#container-footer .socialmedia {
    gap: 0;
    width: 190px;
}

#container-footer .socialmedia figure {
    height: 28px;
    width: 28px;
    text-align: center;
    align-content: center;
}

#container-footer .socialmedia img {
    display: block;
    margin: auto;
}

.banner {
    position: relative;
}

.banner__img img,
.banner__content {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 150px;
    bottom: -450px;
    z-index: 0;
}

.banner__content {
    bottom: -470px;
}

.banner__img img {
    right: -170px;
}

.banner__content {
    right: -270px;
}

.banner__text,
.banner__link {
    font-family: 'Botanika';
    color: var(--white);
    text-transform: uppercase;
}

.banner__text {
    padding-left: 10px;
    margin-top: 10px;
}

.banner__link {
    font-size: 12px;
}

.banner__link::before {
    content: "|";
    padding: 0 0.5rem;
}

.banner__link:first-child::before {
    content: none;
}

#footer-koop .like-h1,
#footer-koop hr {
    opacity: 0;
    pointer-events: none;
}

#beratungsscheck {
    filter: grayscale(1);
    width: 200px;
}

#heilberufe {
    filter: invert(1) grayscale(1);
    width: 150px;
}

.footer-wappen {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

/* ----------- FOOTER ENDE ----------- */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* --------------------------------------- V03 --------------------------------------- */
.table__termin {
    position: relative;
    width: 410px;
    padding: calc(0.667em + 1px) calc(1.333em + 1px);
}

.table__termin a,
.table__termin td {
    font-family: 'Botanika';
    text-transform: uppercase;
    color: var(--white);
    border: none;
    font-size: 14px;
}

.contact-banner--termin .wp-block-columns>.wp-block-column {
    flex-basis: auto !important;
}

/* ----------- BEISPIELPOSTINGS ----------- */
.insta-grid {
    display: grid;
    grid-template-columns: 1.3fr 1.3fr 2fr;
    grid-template-rows: repeat(2, auto);
    gap: 60px;
}

.insta-item {
    overflow: hidden;
}

.insta-item img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.insta-item p {
    margin: 10px 0 0 0;
}

.insta-item--big {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    padding: 0;
}

.insta-item--big img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ----------- BEISPIELPOSTINGS ENDE ----------- */
/* */
/* */
/* ----------- SLIDER KUNDENSTIMMEN ----------- */
.rating-stars {
    display: block;
    margin: 0 auto;
}

.rating-stars--left {
    display: block;
    margin-left: 0 !important;
}

.rezension-container .wp-block-getwid-post-carousel__slide.slick-slide {
    padding: 5em;
}

.fixed-size--small.rezension {
    padding-top: 0;
}

.fixed-size--small.rezension p:nth-of-type(2) {
    margin-top: 0;
}

.rezension__template {
    padding: 3em 5em;
    box-shadow: inset 0 0 5px 1px rgba(0, 0, 0, 0.5);
    border-radius: 0 100px 100px 100px;
}

/* ----------- SLIDER KUNDENSTIMMEN ENDE ----------- */
/* */
/* */
/* ----------- ERFOLGSPAKETE ----------- */
.pakete {
    color: var(--white);
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
}

.pakete .einstieg .ui-accordion-header,
.pakete .einstieg .ui-accordion-content {
    background-color: var(--white);
}

.pakete .einstieg .wp-block-getwid-accordion__content ul {
    padding-left: 20px;
}

.pakete .einstieg li::before {
    filter: brightness(0) invert(1);
}

.pakete .einstieg .wp-block-getwid-accordion__content li {
    list-style: disc;
    color: var(--black);
    padding-left: unset;
    line-height: unset;
}

.pakete .einstieg .wp-block-getwid-accordion__content li::before {
    content: unset;
}

/* ----------- ERFOLGSPAKETE ENDE ----------- */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* --------------------------------------- STARTSEITE --------------------------------------- */

.header--logo {
    width: clamp(250px, 30vw, 450px);
    height: auto;
}

.bilder-spalte {
    display: flex;
    gap: 0;
}

.bilder-spalte img {
    width: 100%;
    height: auto;
}

.counter {
    text-align: center;
}

/* ----------- SCROLLEN/LIQUID GLASS ----------- */

#scrollen {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 2%;
    transform: translate(-50%);
}

#scrollen p {
    color: var(--white);
    margin-top: 0;
}

#scrollen img {
    display: block;
    margin: 0 auto;
    animation: bounce 1.2s ease-in-out 2;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-15px);
    }

    40% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(-10px);
    }

    80% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);
    }
}

/* ----------- SCROLLEN/LIQUID GLASS ENDE ----------- */
/* */
/* */
/* */
/* ----------- PUNKTE UNTER SLIDER ----------- */

.rezension-container .start-rezensionen .wp-block-getwid-post-carousel__slide.slick-slide {
    padding: 0;
}

.start-rezensionen .slick-dots li button {
    width: 25px;
    height: 3px;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    opacity: 0.5;
    border: none;
    transition: opacity 0.3s ease;
    padding: 0;
    margin-top: 20px;
}

.start-rezensionen .slick-dots li {
    margin: 0 10px;
}

.start-rezensionen .slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

/* ----------- PUNKTE UNTER SLIDER ENDE ----------- */
/* */
/* */
/* */
/* ----------- HAMBURGERMENÜ ----------- */

.no-scroll {
    overflow: hidden;
}

.nav {
    position: fixed;
    top: 40px;
    right: 80px;
    z-index: 10000;
}

.nav__toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 37px;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
}

.nav__bar,
.nav__toggle::before,
.nav__toggle::after {
    content: '';
    display: block;
    height: 7px;
    right: 0;
    background-color: var(--black);
    border-radius: 30px;
    position: absolute;
}

.is-active .nav__bar,
.nav__toggle.is-active::before,
.nav__toggle.is-active::after {
    background-color: var(--white);
}

.nav__toggle::before {
    width: 30px;
    top: 0px;
}

.nav__bar {
    width: 40px;
    top: 15px;
}

.nav__toggle::after {
    width: 50px;
    top: 30px;
}

.nav__toggle.is-active::before {
    transform: rotate(-45deg) translate(-11px, 10px);
    width: 50px;
}

.nav__toggle.is-active::after {
    transform: rotate(45deg) translate(-10px, -10px);
    width: 50px;
}

.nav__toggle.is-active .nav__bar {
    opacity: 0;
}

.nav__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 101;
    margin-top: 0;
}

.nav__logo {
    max-height: 60px;
    height: auto;
    width: auto;
}

.nav__menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: auto;
    bottom: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--white);
    transition: left 0.4s ease;
    padding-top: 120px;
    z-index: 100;
    margin-top: 0;
}

.nav__menu.is-active {
    left: 0;
}

.nav__columns {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    padding: 0 30px;
    min-height: 240px;
    margin-top: 100px;
}

.nav__links {
    width: 100%;
}

.nav__link-group {
    position: static;
}

.nav__link-group.active a {
    display: inline;
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.nav__link-group:hover .nav__info {
    display: block;
}

.nav__link-group.is-hovering .nav__info {
    display: block;
}

.nav__item {
    display: block;
    font-family: 'Gilroy-Black';
    font-size: clamp(24px, 3vw + 1px, 40px);
    line-height: 1.4;
    text-decoration: none;
    color: var(--black);
    margin: 20px 0;
    padding-right: 5px;
    text-transform: uppercase;
    cursor: pointer;
    background: -webkit-linear-gradient(to right, var(--acc-orange) 0, var(--acc-pink) 15%, var(--acc-magenta) 30%, var(--acc-lila) 50%, var(--black) 51%, var(--black) 100%);
    background: linear-gradient(to right, var(--acc-orange) 0, var(--acc-pink) 15%, var(--acc-magenta) 30%, var(--acc-lila) 50%, var(--black) 51%, var(--black) 100%);
    background-size: 250%;
    background-position-x: 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: background-position .5s;
}

.nav__item:hover {
    background-position: 0%;
}

.nav__item--main {
    margin-top: 40px;
}

.nav__item--sub::after {
    content: "›";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    background: linear-gradient(to right, var(--acc-orange), var(--acc-pink), var(--acc-magenta), var(--acc-lila));
    border-radius: 7px;
    font-size: 22px;
    line-height: 1;
    transform: translateY(-6px);
}

.nav__info {
    display: none;
    color: var(--black);
}

.nav__info .like-h1 {
    font-size: clamp(24px, 4vw + 1px, 40px);
    line-height: 80%;
    margin-top: 0;
}

.nav__info h3 {
    line-height: 30px;
}

.nav__info .trenner-color {
    margin: 20px 0 50px 0;
}

.nav__info li {
    font-size: clamp(14px, 1vw + 1px, 20px);
    line-height: 220%;
    font-family: 'Gilroy-Medium', sans-serif;
}

.nav__info ul {
    list-style: none;
    padding-left: 0;
}

.nav__footer {
    max-width: 1200px;
    margin: 30px auto;
    display: flex;
    gap: 40px;
    padding: 0 30px;
    position: relative;
}

.nav__footer p,
.nav__footer a {
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(14px, 1vw + 1px, 16px);
    font-family: 'Botanika';
    text-transform: uppercase;
}

/* ----------- HAMBURGERMENÜ ENDE ----------- */
/* */
/* */
/* ----------- LEISTUNGSSPEKTRUM AKKORDEON ----------- */

.accordion__spektrum .ui-state-active .wp-block-getwid-accordion__header-title {
    font-family: 'Gilroy-Medium', sans-serif;
}

.accordion__spektrum .wp-block-getwid-accordion__header-title {
    font-family: 'Gilroy-Light', sans-serif;
    font-size: clamp(16px, calc(1.5vw + 0.5rem), 20px);
    margin-left: 20px;
}

.accordion__spektrum .wp-block-getwid-accordion__header-title::before {
    content: "";
    position: absolute;
    left: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

#ui-id-1 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_marketing_aerzte.png');
}

#ui-id-3 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_marketing_zahn.png');
}

#ui-id-5 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_praxis.png');
}

#ui-id-7 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_mitarbeiter.png');
}

#ui-id-9 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_patienten.png');
}

#ui-id-11 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_entwicklung.png');
}

#ui-id-13 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_social_media.png');
}

#ui-id-15 .wp-block-getwid-accordion__header-title::before {
    background-image: url('/wp-content/uploads/2025/09/icon_konzeption.png');
}

.accordion__spektrum .wp-block-getwid-accordion__header-wrapper:first-child,
.accordion__spektrum .wp-block-getwid-accordion__header-wrapper {
    margin: 15px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #cfcfcf;
}

.accordion__spektrum .wp-block-getwid-accordion__header {
    padding: .5em 0 1em .75em;
}

.accordion__spektrum .wp-block-getwid-accordion__icon i {
    padding-right: 20px;
    font-size: 20px;
}

.accordion__spektrum .wp-block-getwid-accordion__content-wrapper ul li {
    list-style: disc;
    font-size: clamp(14px, 1vw + 1px, 16px);
}

.accordion__spektrum #bildspalte .wp-block-column:first-child {
    width: fit-content;
}

.accordion__spektrum #bildspalte .wp-block-column {
    flex-basis: auto !important;
}

/* ----------- LEISTUNGSSPEKTRUM AKKORDEON ENDE ----------- */
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ---------------------------------------  BEITRAGSSEITE --------------------------------------- */

.beitrag-brand__headline {
    font-family: 'Gilroy-black';
    font-size: clamp(20px, 4vw + 1px, 30px);
    letter-spacing: 1px;
}

.beitrag-brand__content a {
    font-family: 'Botanika';
    font-weight: 300;
    font-size: clamp(14px, 1vw + 1px, 20px);
    letter-spacing: 1px;
}

.beitrag-brand__content {
    gap: 100px;
}

.beitrag-brand__cover {
    margin-top: -250px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.beitrag-brand__cover .wp-block-cover {
    min-height: 250px;
    height: 250px;
    border-radius: 30px;
}

.beitrag-brand__cover .wp-block-cover img {
    height: 100px;
    width: auto;
}

.beitrag-brand__galerie .wp-block-column {
    width: 100%;
    height: auto;
}

.brands-referenzen {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.brands-referenzen:not(.expanded) {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-position: bottom;
    mask-size: 100% 100%;
}

.brands-referenzen::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 150px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.brands-referenzen.expanded {
    max-height: none;
    overflow: visible;
    -webkit-mask-image: none;
    mask-image: none;
}

.brands-referenzen.expanded::after {
    opacity: 0;
}

.brands-referenzen li.wp-block-post {
    max-width: 375px;
    width: 100%;
}

.brands-referenzen .wp-block-cover {
    aspect-ratio: 1 / 1;
    width: 100%;
    min-height: unset;
    display: flex;
    overflow: hidden;
    border-radius: 70px;
}

.brands-referenzen .wp-block-cover__background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 70px;
    box-shadow: inset 0px 0px 8px rgba(0, 0, 0, 1);
}

.brands-referenzen .wp-block-post-title a::after {
    content: ">";
    font-family: 'Poppins-Regular', sans-serif;
    margin-left: 10px;
}

/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ---------------------------------------  ANIMATIONEN --------------------------------------- */

.fly-in {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: transform, opacity;
}

.fly-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.rakete,
.rakete--white {
    height: 50px;
    width: auto;
    position: absolute;
    left: 75%;
    top: 53%;
    display: inline;
    margin-top: -10px;
}

.rakete--white {
    left: 78%;
    top: 20%;
    filter: brightness(0) invert(1);
}