/*
 Theme Name: wjv
 Theme URI:
 Description: wjv
 Author: danielgoehr.de
 Author URI: http://www.danielgoehr.com/
 Template: dg_theme
 Version: 999.0
*/

/* VARIABLES */

:root {
    /* alt */
    --anotherverylightyellow: #FDFDF1;
    --verylightyellow: #FFFAE5;
    --midyellow: #FFDE4D;
    --yellow: #FFD51A;
    --grey: #8d8d8d;
    --darkgrey: #4b4b4b;
    --lightgrey: #d9d9d9;
    /* neu */
    --lightblue: #b4cee6;
    --blue: #2d316f;
    --lightyellow: #fff3d7;
    --orange: #ff541a;
    --black: #202020;
    --black25: rgba(32, 32, 32, .25);
    --black50: rgba(32, 32, 32, .5);
    --white: white;
    --white80: rgba(255, 255, 255, .8);
}

/* VARIABLES *** END */

/* FONTS */

/* roboto-regular - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/roboto-v32-latin-regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('fonts/roboto-v32-latin-regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-500 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/roboto-v32-latin-500.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('fonts/roboto-v32-latin-500.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* roboto-700 - latin */
@font-face {
    font-display: swap;
    /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/roboto-v32-latin-700.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('fonts/roboto-v32-latin-700.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
    font-display: swap;
    font-family: 'Maligna';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Maligna-Regular.woff2') format('woff2'),
        /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
        url('fonts/Maligna-Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

@font-face {
    font-display: swap;
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100 1000; /* Bereich der Achse, optional, falls die Datei nur bestimmte Werte unterstützt */
    src: url('fonts/RobotoFlex-VariableFont_GRAD,XOPQ,XTRA,YOPQ,YTAS,YTDE,YTFI,YTLC,YTUC,opsz,slnt,wdth,wght.ttf') format('truetype');
}


@font-face {
    font-family: 'Georgia Custom';
    src: local(Georgia);
    size-adjust: 113%;
}

/* Init Hover-Images */

body {
    background-image: url('img/chevron-down-white.svg');
    background-position: -100% -100%;
    background-size: 0;
    background-repeat: no-repeat;
}

/* Init Hover-Images ENDE */

body {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.4;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


:is(h1, h2, h3, h4, h5, h6, .wjv-inhaltsverzeichnis-headline a) {
    text-wrap: balance;
}

h1,
.wjv-pseudo-h1 {
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    font-size: 48px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    line-height: 1.3;
}

h1:not(:last-child),
.wjv-pseudo-h1:not(:last-child) {
    margin-bottom: 24px;
}

h2,
.wjv-pseudo-h2,
.page-template-article-template h1,
.page-template-legal-template h1,
.wjv-menu-headline,
.wjv-onboarding-test-question-text {
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.3;
}

h3,
.wjv-related-posts .wjv-related-posts-headline,
.wjv-pseudo-h3,
.page-template-article-template h2,
.wjv-quicklink-headline.wjv-pseudo-h3 {
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    font-size: 32px;
    font-weight: 400;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 24px;
}

.wjv-pseudo-headline {
    margin-bottom: 0;
}

h4 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    line-height: 1.3;
}

h5,
.wjv-related-posts .wjv-related-posts-post-title,
#wjv-inhaltsverzeichnis p.wjv-inhaltsverzeichnis-title,
.page-template-article-template h3,
.page-template-legal-template h2,
.wjv-pseudo-h5,
p.wjv-pseudo-h5 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: none;
    margin-top: 0;
    line-height: 1.3;
}

h6,
.page-template-legal-template h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: none;
    margin-top: 0;
}

p, li {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 24px;
}

.wpb_text_column p:last-child,
.wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column :last-child {
	margin-bottom: 16px;
    margin-bottom: 24px;
}

.wpb_wrapper:last-child > .wpb_text_column:last-child p:last-child,
.wpb_wrapper:last-child > .wpb_text_column:last-child :last-child,
#content .wpb_wrapper:last-child > .wpb_text_column:last-child p:last-child,
#content .wpb_wrapper:last-child > .wpb_text_column:last-child :last-child {
	margin-bottom: 0;
}

.wjv-body-text, .wjv-body-text > p {
    font-size: 18px;
}

.wjv-small-text {
    font-size: 14px;
}

.page-template-article-template p,
.page-template-legal-template p,
.page-template-article-template li,
.page-template-legal-template li {
    font-size: 18px;
    font-weight: 400;
}

.wjv-text-color-yellow h1,
.wjv-text-color-yellow .wjv-pseudo-h1,
.wjv-text-color-yellow h2,
.wjv-text-color-yellow .wjv-pseudo-h2,
.wjv-text-color-yellow h3,
.wjv-text-color-yellow .wjv-pseudo-h3,
.wjv-text-color-yellow h4,
.wjv-text-color-yellow h5,
.wjv-text-color-yellow h6,
.wjv-text-color-yellow p,
.wjv-text-color-yellow li {
    color: var(--lightyellow);
}

.wjv-text-color-white h1,
.wjv-text-color-white .wjv-pseudo-h1,
.wjv-text-color-white h2,
.wjv-text-color-white .wjv-pseudo-h2,
.wjv-text-color-white h3,
.wjv-text-color-white .wjv-pseudo-h3,
.wjv-text-color-white h4,
.wjv-text-color-white h5,
.wjv-text-color-white h6,
.wjv-text-color-white p,
.wjv-text-color-white li {
    color: var(--white);
}

p a,
.wpb_text_column li a {
    color: inherit;
}

@media screen and (max-width: 768.98px) {

    h1,
    .wjv-pseudo-h1,
    h2,
    .wjv-pseudo-h2,
    h3,
    .wjv-pseudo-h3 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        -webkit-hyphenate-limit-before: 6;
        -webkit-hyphenate-limit-after: 5;
        hyphenate-limit-chars: 6 5;
    }

}

@media screen and (max-width: 480.98px) {

    body {
        font-size: 16px;
    }

    h1,
    .wjv-pseudo-h1 {
        font-size: 32px;
    }

    h2,
    .wjv-pseudo-h2,
    .page-template-article-template h1,
    .page-template-legal-template h1,
    .wjv-menu-headline,
    h3,
    .wjv-related-posts .wjv-related-posts-headline,
    .wjv-pseudo-h3,
    .page-template-article-template h2,
    .wjv-quicklink-headline.wjv-pseudo-h3
    h4, h5, h6 {
        margin-bottom: 12px;
    }

    h2,
    .wjv-pseudo-h2,
    .page-template-article-template h1,
    .page-template-legal-template h1 {
        font-size: 28px;
    }

    h3,
    .wjv-related-posts .wjv-related-posts-headline,
    .wjv-pseudo-h3,
    .page-template-article-template h2,
    .wjv-quicklink-headline.wjv-pseudo-h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 24px;
    }

    h5,
    .wjv-related-posts .wjv-related-posts-post-title,
    #wjv-inhaltsverzeichnis p.wjv-inhaltsverzeichnis-title,
    .page-template-article-template h3,
    .page-template-legal-template h2,
    .wjv-pseudo-h5,
    p.wjv-pseudo-h5 {
        font-size: 20px;
    }

    h6,
    .page-template-legal-template h3,
    p,
    li {
        font-size: 18px;
        font-weight: 400;
    }

    .wjv-body-text, .wjv-body-text > p {
        font-size: 16px;
    }

    .wjv-small-text {
        font-size: 12px;
    }
    
    p, 
    li,
    .wpb_text_column p:last-child,
    .wpb_text_column :last-child,
    #content .wpb_text_column p:last-child,
    #content .wpb_text_column :last-child {
        margin-bottom: 12px;
    }
}

/* FONTS *** END */

/* CONTENT / GRID */

#main {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 1200px;
}

.vc_section {
    margin-left: -8px;
    margin-right: -8px;
}

.vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) > .wpb_column > .vc_column-inner {
    padding: 0 40px;
}

.vc_row-has-fill:not(:has(.vc_row)):not(:has(.wpb_column:nth-child(2))) {
    margin-left: 0;
    margin-right: 0;
}


.wjv-background-horizontal-position-left.wjv-background-vertical-position-top {
    background-position: left top !important;
}

.wjv-background-horizontal-position-left.wjv-background-vertical-position-middle {
    background-position: left center !important;
}

.wjv-background-horizontal-position-left.wjv-background-vertical-position-bottom {
    background-position: left bottom !important;
}

.wjv-background-horizontal-position-center.wjv-background-vertical-position-top {
    background-position: center top !important;
}

.wjv-background-horizontal-position-center.wjv-background-vertical-position-bottom {
    background-position: center bottom !important;
}

.wjv-background-horizontal-position-right.wjv-background-vertical-position-top {
    background-position: right top !important;
}

.wjv-background-horizontal-position-right.wjv-background-vertical-position-middle {
    background-position: right center !important;
}

.wjv-background-horizontal-position-right.wjv-background-vertical-position-bottom {
    background-position: right bottom !important;
}

div.vc_do_btn {
    margin-bottom: 0;
}

#main,
nav.main-menu .content-container {
    padding-left: 40px;
    padding-right: 40px;
}

.page-template-page-full-width #main,
.page-template-kontakt #main,
.page-template-expertenrat-kontakt #main {
    max-width: 1680px;
    padding-left: 120px;
    padding-right: 120px;
}

.page-template-page-full-width .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column:last-child,
.page-template-kontakt .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column:last-child,
.page-template-expertenrat-kontakt .entry-content > .wpb-content-wrapper > .vc_row:has(.wjv-expertenrat-form) > .wpb_column:last-child {
    padding-left: calc((100% - 16px) / 12 * 5 / 10);
}

.wjv-background-color:not([data-vc-full-width="true"]) {
    border-radius: 12px;
}

.wjv-background-color-white,
.wjv-related-posts.wjv-background-color-white {
    background-color: var(--white);
}

.wjv-background-color-lightyellow,
.wjv-related-posts.wjv-background-color-lightyellow {
    background-color: var(--lightyellow);
}

.wjv-background-color-yellow {
    background-color: var(--yellow);
}

.wjv-background-color-lightblue,
.wjv-related-posts.wjv-background-color-lightblue {
    background-color: var(--lightblue);
}

.wjv-background-color-blue {
    background-color: var(--blue);
}

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

.wpb_single_image:not(:last-child) > .wpb_wrapper {
    margin-bottom: 80px;
}

.wjv-mobile-only {
    display: none;
}

@media screen and (max-width: 1440.98px) {

    .page-template-page-full-width #main,
    .page-template-kontakt #main,
    .page-template-expertenrat-kontakt #main {
        padding-left: 65px;
        padding-right: 65px;
    }

}

@media screen and (max-width: 768.98px) {

    .page-template-expertenrat-kontakt .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column:last-child,
    .page-template-kontakt .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column:last-child,
    .page-template-page-full-width .entry-content > .wpb-content-wrapper > .vc_row > .wpb_column:last-child {
        padding-left: 0;
    }

    .vc_row[data-vc-stretch-content="true"]:not(.vc_row-no-padding) > .wpb_column > .vc_column-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    #main,
    nav.main-menu .content-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-mobile-reverse {
        display: flex;
        flex-direction: column-reverse;
    }

    .page-template-page-full-width #main,
    .page-template-kontakt #main,
    .page-template-expertenrat-kontakt #main {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wpb_single_image:not(:last-child) > .wpb_wrapper {
        margin-bottom: 40px;
    }

}

@media screen and (max-width: 480.98px) {

    .wjv-mobile-only {
        display: block;
    }

    .wjv-tablet-desktop-only {
        display: none;
    }

}

/* CONTENT / GRID *** END */

/* NAVBAR / MENU */

nav.main-menu {
    max-width: calc(100dvw - 15px / 100);
    height: 73px;
    background-color: var(--white);
    border-color: transparent;
}

nav.main-menu .navbar-header {
    padding: 0 0 0 40px;
    margin-left: 0;
    height: 100%;
    align-items: center;
}

nav.main-menu .navbar-header > a {
    line-height: 0;
}

nav.main-menu .navbar-header img {
    height: 34px;
    width: auto;
}

nav.main-menu ul li a {
    /* color: var(--lightyellow); */
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    transition: color .5s;
    padding: 8px 16px;
}

nav.main-menu ul li:hover a,
nav.main-menu ul li:focus a,
nav.main-menu ul li a:hover,
nav.main-menu ul li a:focus {
    opacity: 1;
}

nav.main-menu .navbar-headline-wrapper p.navbar-headline {
    padding-left: 0;
    margin-left: 0;
}

/* NAVBAR / MENU *** END */

/* BUTTONS */

.wjv-button,
.wjv-button > * {
    cursor: pointer;
}

.vc_btn3.vc_btn3-style-wjv_primary,
.vc_btn3.vc_btn3-style-wjv_secondary,
.vc_btn3.vc_btn3-style-wjv_secondary_colored,
.vc_btn3.vc_btn3-style-wjv_medium,
.vc_btn3.vc_btn3-style-wjv_small {
    margin-top: 64px;
}

.wjv-button-primary > *,
.wjv-button-secondary > *,
nav.main-menu ul li.wjv-menu-button a,
.vc_btn3.vc_btn3-style-wjv_primary,
.vc_btn3.vc_btn3-style-wjv_secondary,
.vc_btn3.vc_btn3-style-wjv_secondary_colored,
.vc_btn3.vc_btn3-style-wjv_medium,
.vc_btn3.vc_btn3-style-wjv_small {
    transition: color .5s, background-color .5s, border-color .5s;
    border-radius: 32px;
    border-width: 2px !important;
    border-style: solid;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: var(--black);
    text-decoration: none;
    display: inline-block;
    box-sizing: border-box;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;    
}


.wjv-button-primary > *,
.vc_btn3.vc_btn3-style-wjv_primary,
nav.main-menu ul li.wjv-menu-button a {
    padding: 21px 48px;
    color: var(--white);
}

.vc_btn3.vc_btn3-style-wjv_medium,
.wjv-button-secondary > *,
.vc_btn3.vc_btn3-style-wjv_secondary,
.vc_btn3.vc_btn3-style-wjv_secondary_colored {
    padding: 13px 24px;
}

.vc_btn3.vc_btn3-style-wjv_small {
    width: 327px;
    max-width: 100%;
    border-radius: 40px;
    padding: 13px 12px;
    font-size: 16px;
}

nav.main-menu ul li.wjv-menu-button a,
a.vc_btn3.vc_btn3-color-wjv_blue {
    background-color: var(--blue);
    border-color: var(--blue);
}

a.vc_btn3.vc_btn3-color-wjv_orange,
a.vc_btn3.vc_btn3-color-wjv_blue,
a.vc_btn3.vc_btn3-color-wjv_black,
a.vc_btn3.vc_btn3-color-wjv_white {
    color: var(--white);
}

.wjv-button-primary > *,
.vc_btn3.vc_btn3-color-wjv_orange,
a.vc_btn3.vc_btn3-color-wjv_orange,
p.vc_btn3.vc_btn3-color-wjv_orange {
    background-color: var(--orange);
    border-color: var(--orange);
}

a.vc_btn3.vc_btn3-color-wjv_black {
    background-color: var(--black);
    border-color: var(--black);
}

a.vc_btn3.vc_btn3-color-wjv_white,
p.vc_btn3.vc_btn3-color-wjv_white {
    background-color: transparent;
    border-color: var(--white);
}

a.vc_btn3.vc_btn3-color-wjv_transparent {
    background-color: transparent;
    border-color: var(--black);
    color: var(--black);
}

.wjv-button-primary > *:is(:hover, :focus),
nav.main-menu ul li.wjv-menu-button a:is(:hover, :focus),
.vc_btn3.vc_btn3-style-wjv_primary:hover,
.vc_btn3.vc_btn3-style-wjv_primary:focus,
.vc_btn3.vc_btn3-color-wjv_orange:is(:hover, :focus),
.vc_btn3.vc_btn3-color-wjv_blue:is(:hover, :focus),
.vc_btn3.vc_btn3-color-wjv_white:is(:hover, :focus) {
    color: var(--black);
    opacity: 1;
}

nav.main-menu ul li.wjv-menu-button a:is(:hover, :focus),
a.vc_btn3.vc_btn3-color-wjv_blue:is(:hover, :focus) {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
}

.wjv-button-primary > *:is(:hover, :focus),
.vc_btn3.vc_btn3-style-wjv_primary:is(:hover, :focus),
.vc_btn3.vc_btn3-color-wjv_orange:is(:hover, :focus) {
    background-color: var(--lightyellow);
    border-color: var(--lightyellow);
}

.vc_btn3.vc_btn3-color-wjv_white:is(:hover, :focus) {
    background-color: var(--white);
    border-color: var(--white);
}

.wjv-button-secondary > *,
.vc_btn3.vc_btn3-style-wjv_secondary,
.vc_btn3.vc_btn3-color-wjv_black:is(:hover, :focus) {
    background-color: transparent;
    color: var(--black);
    border-color: var(--black);
}

.wjv-button-secondary > *:is(:hover, :focus),
.vc_btn3.vc_btn3-style-wjv_secondary:is(:hover, :focus),
.vc_btn3.vc_btn3-style-wjv_secondary_colored.vc_btn3-color-wjv_transparent:is(:hover, :focus),
.vc_btn3.vc_btn3-color-wjv_black {
    background-color: var(--black);
    color: var(--white);
    opacity: 1;
}

.vc_btn3.vc_btn3-style-wjv_secondary_colored {
    color: var(--lightyellow);
    border-color: var(--lightyellow);
    background-color: transparent;
}

.vc_btn3.vc_btn3-style-wjv_secondary_colored:hover,
.vc_btn3.vc_btn3-style-wjv_secondary_colored:focus {
    background-color: var(--lightyellow);
    color: var(--black);
    opacity: 1;
}

nav.main-menu ul li.wjv-menu-button a {
    font-size: 16px;
    line-height: 1;
    padding: 9.5px 18px;
}

@media screen and (max-width: 768.98px) {

    .vc_btn3.vc_btn3-style-wjv_primary,
    .vc_btn3.vc_btn3-style-wjv_secondary,
    .vc_btn3.vc_btn3-style-wjv_secondary_colored {
        margin-top: 40px;
    }

}

/* BUTTONS *** END */

/* SPACER */

.vc_col-xs-1,
.vc_col-sm-1,
.vc_col-md-1,
.vc_col-lg-1,
.vc_col-xs-2,
.vc_col-sm-2,
.vc_col-md-2,
.vc_col-lg-2,
.vc_col-xs-3,
.vc_col-sm-3,
.vc_col-md-3,
.vc_col-lg-3,
.vc_col-xs-4,
.vc_col-sm-4,
.vc_col-md-4,
.vc_col-lg-4,
.vc_col-xs-5,
.vc_col-sm-5,
.vc_col-md-5,
.vc_col-lg-5,
.vc_col-xs-6,
.vc_col-sm-6,
.vc_col-md-6,
.vc_col-lg-6,
.vc_col-xs-7,
.vc_col-sm-7,
.vc_col-md-7,
.vc_col-lg-7,
.vc_col-xs-8,
.vc_col-sm-8,
.vc_col-md-8,
.vc_col-lg-8,
.vc_col-xs-9,
.vc_col-sm-9,
.vc_col-md-9,
.vc_col-lg-9,
.vc_col-xs-10,
.vc_col-sm-10,
.vc_col-md-10,
.vc_col-lg-10,
.vc_col-xs-11,
.vc_col-sm-11,
.vc_col-md-11,
.vc_col-lg-11,
.vc_col-xs-12,
.vc_col-sm-12,
.vc_col-md-12,
.vc_col-lg-12 {
    min-height: 0;
}

.wjv-spacer-mobile,
.wjv-spacer-tablet,
.wjv-spacer-small-desktop {
    display: none;
}

@media screen and (max-width: 1440.98px) {

    .wjv-spacer-mobile,
    .wjv-spacer-tablet,
    .wjv-spacer-desktop {
        display: none;
    }

    .wjv-spacer-small-desktop {
        display: block;
    }

}

@media screen and (max-width: 768.98px) {

    .wjv-spacer-mobile,
    .wjv-spacer-small-desktop,
    .wjv-spacer-desktop {
        display: none;
    }

    .wjv-spacer-tablet {
        display: block;
    }

}

@media screen and (max-width: 480.98px) {


    .wjv-spacer-tablet,
    .wjv-spacer-small-desktop,
    .wjv-spacer-desktop {
        display: none;
    }

    .wjv-spacer-mobile {
        display: block;
    }

}

/* SPACER *** END */

/* SECTION HRT */

.wjv-yellow-gradient {
    background: linear-gradient(180deg, var(--white), var(--lightyellow));
}

.wjv-orange-gradient {
    background: linear-gradient(180deg, var(--white), #ffdec9 50%, #FF541AE5);
}

.wjv-blue-gradient {
    background: linear-gradient(180deg, var(--white), var(--lightblue));
}

/* SECTION HRT *** END */

/* FOOTER */
footer.article-footer.cf {
    padding: 0;
}

footer.footer {
    padding: 40px;
    background-color: var(--black);
}

footer #inner-footer {
    color: var(--white);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

footer #inner-footer :is(p, a, li) {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}

footer #inner-footer h3 {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

.wjv-footer-contact-info > .wpb_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
}

#inner-footer .wjv-footer-info-text p {
    font-size: 18px;
    max-width: 560px;
}

.wjv-footer-contact-info p img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    width: 90px;
    height: 90px;
}

#inner-footer ul {
    margin-top: 0;
    padding-left: 0;
    list-style: none;
}

#inner-footer ul > li {
    margin-bottom: 16px;
}

#inner-footer p a,
#inner-footer ul > li a {
    color: var(--white);
    text-decoration: none;
}

.wjv-grey-text {
    color: var(--grey);
}

#inner-footer .vc_row > .wpb_column {
    padding-top: 0;
    padding-bottom: 0;
}

#inner-footer  .wpb_single_image {
    max-width: 230px;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768.98px) {

    footer.footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    #inner-footer .wjv-tablet-desktop-only .wpb_single_image {
        width: 300px;
        height: auto;
        margin-top: 40px;
        margin-bottom: 0px;
    }

}

@media (max-width: 480.98px) {

    footer.footer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-footer-contact-info > .wpb_wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    footer #inner-footer h3,
    #inner-footer .wjv-footer-info-text p {
        font-size: 16px;
    }

    #inner-footer .wjv-mobile-only .wpb_single_image {
        width: 200px;
        height: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

}

/* FOOTER *** END */

/* LEGAL TEMPLATE */

.page-template-legal-template #content #main {
    padding: 160px 40px;
}

.page-template-legal-template .vc_row:not(.vc_inner) > .wpb_column {
	padding-top: 0;
	padding-bottom: 40px;
}

.page-template-legal-template p {
    font-weight: 400;
}

.page-template-legal-template p strong {
    font-weight: 500;
}

@media (max-width: 1399.98px) {

    .page-template-legal-template #content #main {
        padding-top: 120px;
        padding-bottom: 120px;
    }

}

@media (max-width: 768.98px) {

    .page-template-legal-template #content #main {
        padding-left: 24px;
        padding-right: 24px;
    }

}

/* LEGAL TEMPLATE *** END */

@media (max-width: 768.98px) {

    .vc_row-has-fill:not([data-vc-full-width="true"]) > .wpb_column > .vc_column-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

}

@media (max-width: 480.98px) {

    .vc_row-has-fill:not([data-vc-full-width="true"]) {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-right: -24px;
    }

}

/* Focus States */

nav.main-menu ul li.wjv-menu-button a:focus-visible,
.vc_btn3.vc_btn3-style-wjv_primary:focus-visible,
.vc_btn3.vc_btn3-style-wjv_secondary:focus-visible {
    outline-offset: 2px;
    outline: var(--black) 2px solid;
}

.vc_btn3.vc_btn3-style-wjv_secondary_colored:focus-visible {
    outline-offset: 2px;
    outline: var(--lightyellow) 2px solid;
}

#content li a:focus-visible,
#content p a:focus-visible,
nav.main-menu ul li:not(.wjv-menu-button) a:focus-visible {
    border-radius: 10px;
    border: 0 solid transparent;
    outline-offset: 2px;
    outline: var(--black) solid 2px;
}

footer p a:is(:focus-visible),
footer li a:is(:focus-visible) {
    border-radius: 4px;
    border: 0 solid transparent;
    outline-offset: 2px;
    outline: var(--white) solid 1px;
}

.ap-btn:focus-visible {
    outline: 2px solid var(--black);
    outline-offset: 2px;
}

/* Video-Stage */

.wjv-video-stage {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 120px 40px;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    min-height: 100vh;
    box-sizing: border-box;
}

.wjv-video-stage-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.wjv-video-stage-video-wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
}

.wjv-video-stage-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wjv-video-stage-horizontal-position-left.wjv-video-stage-vertical-position-top video {
    object-position: left top;
}

.wjv-video-stage-horizontal-position-left.wjv-video-stage-vertical-position-center video {
    object-position: left center;
}

.wjv-video-stage-horizontal-position-left.wjv-video-stage-vertical-position-bottom video {
    object-position: left bottom;
}

.wjv-video-stage-horizontal-position-center.wjv-video-stage-vertical-position-top  video {
    object-position: center top;
}

.wjv-video-stage-horizontal-position-center.wjv-video-stage-vertical-position-bottom video {
    object-position: center bottom;
}

.wjv-video-stage-horizontal-position-right.wjv-video-stage-vertical-position-top  video {
    object-position: right top;
}

.wjv-video-stage-horizontal-position-right.wjv-video-stage-vertical-position-center video {
    object-position: right center;
}

.wjv-video-stage-horizontal-position-right.wjv-video-stage-vertical-position-bottom video {
    object-position: right bottom;
}

.wjv-video-stage-video-mobile {
    display: none;
}

.wjv-video-content {
    max-width: 100%;
}

.wjv-video-stage-content-color-yellow .wjv-video-content h1,
.wjv-video-stage-content-color-yellow .wjv-video-content h2,
.wjv-video-stage-content-color-yellow .wjv-video-content h3,
.wjv-video-stage-content-color-yellow .wjv-video-content h4,
.wjv-video-stage-content-color-yellow .wjv-video-content h5,
.wjv-video-stage-content-color-yellow .wjv-video-content h6,
.wjv-video-stage-content-color-yellow .wjv-video-content p,
.wjv-video-stage-content-color-yellow .wjv-video-content li {
    color: var(--lightyellow);
}

.wjv-video-stage-content-color-white .wjv-video-content h1,
.wjv-video-stage-content-color-white .wjv-video-content h2,
.wjv-video-stage-content-color-white .wjv-video-content h3,
.wjv-video-stage-content-color-white .wjv-video-content h4,
.wjv-video-stage-content-color-white .wjv-video-content h5,
.wjv-video-stage-content-color-white .wjv-video-content h6,
.wjv-video-stage-content-color-white .wjv-video-content p,
.wjv-video-stage-content-color-white .wjv-video-content li {
    color: var(--white);
}

.wjv-home-stage .vc_row > .wpb_column {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wjv-home-stage .wjv-video-content {
    display: flex;
    flex-direction: column;
    justify-content: end;
    /* min-height: 400px; */
}

.wjv-home-stage .wpb_text_column {
    max-width: 1106px;
}

.wjv-home-stage .wpb_text_column p {
    max-width: 829px;
}

.wjv-video-stage h1 {
    font-weight: 400;
    font-size: 120px;
    line-height: 1;
}

.wjv-video-stage .vc_btn3 {
    margin-top: 40px;
}

.wjv-video-lightbox {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    padding-left: clamp(120px, calc(50vw - 840px), calc(50vw - 840px));
    padding-right: clamp(120px, calc(50vw - 840px), calc(50vw - 840px));
    height: 100%;
    width: 100%;
    max-width: 100vw;
    background-color: var(--blue);
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s linear .3s, opacity .3s ease-in-out;
    z-index: 10000;
    pointer-events: none;
}

.wjv-video-lightbox.lightbox-show {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity .3s ease-in-out;
    pointer-events: all;
}

body:has(.wjv-video-lightbox.lightbox-show) {
    overflow: hidden;
}

.wjv-video-lightbox-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    align-items: center;
    column-gap: 18px;
    width: 100%;
    max-width: 1680px;
    height: 100%;
}

.wjv-video-lightbox-video-wrapper {
    position: relative;
    grid-column: 2 / span 10;
}

.wjv-video-lightbox-video-wrapper .wp-video {
    width: 100% !important;
    max-width: 1400px;
}

.wjv-video-lightbox-toggle-open,
.wjv-video-lightbox-toggle-close {
    color: var(--white);
    display: grid;
    grid-template-columns: auto 52px;
    align-items: center;
    position: absolute;
    bottom: 40px;
    right: 64px;
    cursor: pointer;
}

:is(.wjv-video-lightbox-toggle-open, .wjv-video-lightbox-toggle-close) > span {
    grid-column: 2 / 3;
    grid-row: 1;
    margin-left: 12px;
    height: 40px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wjv-video-lightbox-toggle-open .wjv-play-icon {
    background-image: url('./img/icon-play-circle.svg');
}

.wjv-video-lightbox-toggle-open .wjv-play-icon-hover {
    background-image: url('./img/Play-videoframe_wh.svg');
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wjv-video-lightbox-toggle-close .wjv-close-icon {
    background-image: url('./img/icon-circle-x.svg');
}


.wjv-video-lightbox-toggle-close .wjv-close-icon-hover {
    background-image: url('./img/icon-circle-x-hover_wh.svg');
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

:is(.wjv-video-lightbox-toggle-open, .wjv-video-lightbox-toggle-close):hover {
    text-decoration: underline;
}

:is(.wjv-video-lightbox-toggle-open, .wjv-video-lightbox-toggle-close):hover :is(.wjv-close-icon-hover, .wjv-play-icon-hover) {
    opacity: 1;
}

.wjv-video-lightbox-toggle-close {
    text-align: right;
    position: absolute;
    top: -60px;
    right: 0;
    height: 40px;
    width: 200px;
    z-index: 1;
}

.wjv-video-lightbox-video-wrapper .mejs-container div.mejs-controls {
    background-color: var(--black);
}

.wjv-video-lightbox .wp-video-shortcode {
    max-height: calc(100dvh - 160px) !important;
    max-width: calc((100dvh - 160px) / 9 * 16) !important;
}

.wjv-video-lightbox .mejs-fill-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1440.98px) {

    .wjv-video-stage {
        padding-left: 64px;
        padding-right: 64px;
        box-sizing: border-box;
    }
    .wjv-video-stage h1 {
        font-size: 90px;
    }

    .wjv-home-stage .wpb_text_column p {
        max-width: 750px;
    }

    .wjv-video-lightbox-toggle-open {
        right: 44px;
    }

    .wjv-video-lightbox {
        padding-left: 64px;
        padding-right: 64px;
    }
}

@media (max-width: 768.98px) {

    .wjv-video-stage {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-video-stage-video-desktop {
        display: none;
    }

    .wjv-video-stage-video-mobile {
        display: block;
    }

    .wjv-video-stage h1 {
        font-size: 80px;
        line-height: 1.1;
    }

    .wjv-home-stage .wpb_text_column p {
        max-width: 685px;
    }

    .wjv-video-lightbox {
        padding-left: 24px;
        padding-right: 24px;
        height: 100dvh;
    }

    .wjv-video-lightbox-grid {
        grid-template-columns: 1fr;
    }

    .wjv-video-lightbox-video-wrapper {
        grid-column: 1;
    }

    .wjv-video-lightbox-toggle-open {
        display: grid;
        position: relative;
        right: unset;
        bottom: unset;
        margin-top: 40px;
    }

    .wjv-video-lightbox-toggle-close {
        top: -80px;
    }

    .wjv-video-lightbox-video-wrapper .mejs-container div.mejs-controls {
        bottom: calc(-50dvh + 50%);
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        width: calc(100% + 48px);
        opacity: 1 !important;
    }

    .wjv-video-lightbox-video-wrapper .mejs-mediaelement {
        border-radius: 8px;
        overflow: hidden;
    }

    .wjv-video-lightbox-video-wrapper .mejs-fill-container,
    .mejs-fill-container .mejs-container {
        overflow: visible;
    }

    .wjv-video-lightbox-video-wrapper .mejs-fill-container .mejs-container {
        height: 100dvh;
    }

}

@media (max-width: 480.98px) {

    .wjv-video-stage {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    .wjv-video-stage h1 {
        font-size: 42px;
        line-height: 1.2;
    }

    .wjv-home-stage .wpb_text_column p {
        max-width: 100%;
    }

    .wjv-video-lightbox-video-wrapper {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .wjv-video-lightbox-toggle-close {
        top: 30px
    }
}

/* Video-Stage ENDE */

.wjv-content-snippet-wrapper > .wpb-content-wrapper > .vc_row {
    margin-left: 0;
    margin-right: 0;
}

.wjv-content-snippet-wrapper > .wpb-content-wrapper > .vc_row > .wpb_column > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}

.ccm-link-container a,
.ccm--p a {
    font-size: inherit;
}

/* Abstände */

.vc_row:not(:has(.vc_inner)) > .wpb_column {
    padding-top: 80px;
    padding-bottom: 80px;
}

.vc_row:not(:has(.vc_inner)) > .wpb_column:has(.wpb_wrapper:empty) {
    padding-top: 0;
    padding-bottom: 0;
}

.wjv-background-color {
    margin-top: 80px;
    margin-bottom: 80px;
}

.wjv-background-color + .wjv-background-color,
.wjv-background-color + .vc_clearfix:empty + .wjv-background-color {
    margin-top: -80px;
}

.wjv-background-color:not(:has(.vc_inner)) > .wpb_column {
    padding-top: 40px;
    padding-bottom: 40px;
}

.vc_row-has-fill {
    padding-left: 40px;
    padding-right: 40px;
}

.vc_col-has-fill .vc_column-inner {
    padding: 40px;
}

.wjv-additional-content-wrapper .wpb_text_column,
.wjv-pseudo-headline {
    max-width: 850px;
}

.wpb_wrapper:empty {
    min-height: 1px;
}

.wjv-remove-padding-top:not(:has(.vc_inner)) > .wpb_column {
    padding-top: 40px;
}

.wjv-remove-padding-bottom:not(:has(.vc_inner)) > .wpb_column {
    padding-bottom: 40px;
}

.vc_row .vc_inner .wpb_text_column + .wpb_single_image {
    margin-top: 80px;
}

.wpb_single_image .vc_figure-caption {
    font-size: 14px;
    line-height: 1.4;
    color: #2D316F;
    margin-top: 12px;
}

@media (max-width: 768.98px) {

    .vc_row-has-fill,
    .vc_col-has-fill .vc_column-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .vc_row:not(.wjv-mobile-reverse) > .vc_col-sm-12:first-child:not(:last-child) {
        padding-bottom: 20px;
    }

    .vc_row:not(.wjv-mobile-reverse) > .vc_col-sm-12:last-child:not(:first-child) {
        padding-top: 20px;
    }

    .vc_row:has(.vc_inner) > .vc_col-sm-12:first-child:last-child,
    .vc_row:not(.wjv-mobile-reverse):has(.vc_inner) > .vc_col-sm-12:first-child:last-child {
        padding-top: 0;
        padding-bottom: 0;
    }

    .wjv-mobile-reverse > .vc_col-sm-12:first-child:not(:last-child) {
        padding-top: 20px;
    }

    .wjv-mobile-reverse > .vc_col-sm-12:last-child:not(:first-child) {
        padding-bottom: 20px;
    }

    .vc_row:not(.wjv-mobile-reverse):has(.vc_inner):first-child > .vc_col-sm-12 {
        padding-top: 0;
    }
    
    .vc_row:not(.wjv-mobile-reverse):has(.vc_inner):last-child > .vc_col-sm-12 {
        padding-bottom: 0;
    }

    .wjv-mobile-reverse:has(.vc_inner):first-child > .vc_col-sm-12 {
        padding-bottom: 0;
    }
    
    .wjv-mobile-reverse:has(.vc_inner):last-child > .vc_col-sm-12 {
        padding-top: 0;
    } 
}

@media (max-width: 480.98px) {
    
    .vc_row:not(:has(.vc_inner)) > .wpb_column {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .wjv-remove-padding-top:not(:has(.vc_inner)) > .wpb_column {
        padding-top: 20px;
    }
    
    .wjv-remove-padding-bottom:not(:has(.vc_inner)) > .wpb_column {
        padding-bottom: 20px;
    }
    
    .vc_row .vc_inner .wpb_text_column + .wpb_single_image {
        margin-top: 40px;
    }
}

/* Abstände ENDE */

.navbar-headline a {
    color: var(--black);
    text-decoration: none;
    font-size: inherit;
    font-weight: 400;
}

.navbar-headline a:hover {
    color: var(--black50);
}

@media (max-width: 768.98px) {

    .vc_row.vc_row:not(.vc_inner):has(.vc_col-has-fill) {
        margin-left: 0;
        margin-right: 0;
    }

}

.wjv-border-radius img
{
    border-radius:8px;
}

p a,
li a {
    font-size: inherit;
}

.entry-content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.wjv-carousel .splide__list {
    list-style: none;
    padding-left: 0;
}

.wjv-carousel .splide__list img {
    width: 360px;
    height: auto;
    border-radius: 8px;
}

@media (max-width: 480.98px) {

    .wjv-carousel .splide__list img {
        width: 241px;
    }

}

/***********************************************/
/**************  ***  ****  **  ****************/
/***************  *  *****  **  ****************/
/****************   *** **  **  ****************/
/***********************************************/

#content .wpb_text_column h2:last-child,
#content .wpb_text_column h3:last-child {
	margin-bottom: 24px;
}

.wjv-content-snippet-wrapper .vc_column-inner {
    padding-bottom: 0;
}

/* Menü */

nav.main-menu {
    height: 82px;
    opacity: 1 !important;
    justify-content: flex-start;
}

nav.main-menu .navbar-header {
    flex-grow: 1;
}

.wp-child-theme-wjv nav.main-menu.navbar-slide-top .navbar-menu {
	margin-right: 0;
    height: calc(100dvh - 82px);
    transform: translateY(calc(-100% - 82px));
    transition: transform .5s ease-in-out;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
}

.mobile-menu-open nav.main-menu.navbar-slide-top .navbar-menu {
    transform: translateY(0) !important;
}

nav.main-menu .navbar-menu {
    display: flex;
    flex-direction: column;
}

.wjv-contact-menu {
    flex-grow: 1;
}

nav.main-menu .navbar-menu > ul {
    display: flex;
    flex-direction: column;    
    position: relative;
    width: 100%;
    padding: 0;
}

nav.main-menu .navbar-menu > ul > li {
    box-sizing: border-box;
    padding-left: calc(50% - 840px);
    padding-right: calc(50% - 840px);
    width: 100%;
    margin: 0;
    transition: width 1s .5s ease-in-out, padding-right 1s .5s ease-in-out;
    position: relative;
}

nav.main-menu .navbar-menu > .wjv-main-menu > li:first-child {
    padding-top: 15px;
}

nav.main-menu .navbar-menu > ul:hover > li:not(.wjv-navbar-menu-host) {
    padding-right: calc(50% + 8px);
    transition: width 1s ease-in-out, padding-right 1s ease-in-out;
}

nav.main-menu .navbar-menu > .wjv-main-menu > li::before {
    content: '';
    display: block;
    width: 1680px;
    height: 2px;
    background-color: var(--black);
    position: absolute;
    left: calc(50% - 840px);
    bottom: 0;
    transition: width 1s .5s ease-in-out;
}

nav.main-menu .navbar-menu > .wjv-main-menu:hover > li::before {
    width: 832px;
    transition: width 1s ease-in-out;
}

nav.main-menu .navbar-menu > ul > li:last-child {
    flex-grow: 1;
}

nav.main-menu .navbar-menu > ul > li > a {
    font-size: 48px;
    line-height: 1.3;
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    padding: 60px 12px 22px;
    box-sizing: border-box;
    width: 832px;
}

nav.main-menu .navbar-menu .wjv-navbar-menu-host.wjv-small-text {
    text-align: center;
}

nav.main-menu .navbar-menu ul .wjv-navbar-menu-host a {
    font-size: inherit;
    padding: 40px 0 0;
    width: fit-content;
}

nav.main-menu .navbar-menu > .wjv-contact-menu > li > a {
    font-size: 32px;
    line-height: 1.4;
    text-decoration: underline;
    padding-top: 80px;
}

nav.main-menu .navbar-menu > ul::before {
    content: '';
    display: block;
    position: absolute;
    top: var(--wjv-menu-background-top);
    left: calc(50% - 840px);
    border-radius: 12px;
    width: 0;
    height: var(--wjv-menu-background-height);
    background-color: var(--lightblue);
    opacity: 0;
    z-index: -1;
    /* transform: translateY(calc(-100% - 16px)); */
    transition: top .5s ease-in-out, width 1s ease-in-out, opacity .5s ease-in-out, height .5s ease-in-out;
}

nav.main-menu .navbar-menu > ul.wjv-fixed-top::before {
    transition: none, width 1s ease-in-out, opacity 0.5s ease-in-out;
}

nav.main-menu .navbar-menu > .wjv-main-menu:has(> li:hover)::before,
nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-ancestor)::before,
nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-item)::before {
    width: 832px;
    opacity: 1;
}

nav.main-menu .navbar-menu > .wjv-contact-menu > li a {
    padding-top: 80px;
    font-size: 32px;
    line-height: 1.4;
    text-decoration: underline;
}

nav.main-menu .navbar-menu-cta {
	padding-left: 16px;
    padding-right: 160px;
    z-index: 3;
    height: 100%;
    background-color: var(--white);
    display: flex;
    align-items: center;
}

nav.main-menu .navbar-menu-cta > ul {
    padding: 0;
    height: auto;
}

nav.main-menu .navbar-menu-cta > ul > li {
    margin: 0;
}

nav.main-menu .navbar-menu-cta > ul > li > a {
    padding: 15.5px 24px;
    line-height: 1;
    width: auto;
}

nav.main-menu .navbar-menu-cta > ul > li > a:hover {
    opacity: 1;
}

.navbar-button {
    width: 16px;
    height: 16px;
    padding: 4px;
    right: 40px;
}

.navbar-button .bar {
    height: 2px;
    border-radius: 2px;
}

.navbar-button-text {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-bottom: 0;
    padding-right: 10px;
}

.navbar-button:hover .navbar-button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.wjv-menu-chevron {
    display: none;
    width: 27px;
    height: 14px;
}

.wjv-menu-arrow {
    display: none;
    width: 37px;
    height: 37px;
    position: relative;
    border: 1.5px solid var(--black);
    border-radius: 50%;
    transition: background-color .5s ease-in-out;
}

.wjv-menu-arrow svg {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wjv-menu-arrow path {
    transition: stroke .5s ease-in-out;
}

.wjv-menu-chevron img {
    width: 100%;
    height: auto;
}

.menu-is-mobile nav.main-menu.navbar-slide-top .navbar-menu {
	top: 82px;
}

.mobile-menu-open .navbar-button {
	transform: none;
}

.mobile-menu-open .navbar-button .bar:nth-child(1) {
	transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-open .navbar-button .bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
}

.navbar-menu > ul > .menu-item-has-children > a {
    pointer-events: none;
}

.navbar-menu li > ul.sub-menu {
    opacity: 0;
    position: fixed;
    left: calc(50% - 8px);
    top: 60px;
    transform: translateY(50px);
    /* transition: opacity 1s ease-in-out, transform .5s ease-in-out; */
    pointer-events: none;
    padding: 0 calc(50% - 840px) 0 156px;
    width: calc(50% + 8px);
    height: calc(100dvh - 192px);
    overflow-y: auto;
    z-index: 1;
    box-sizing: border-box;
}

.navbar-menu li:hover > ul.sub-menu {
    opacity: 1;
    transform: translateY(0);
    /* transition: opacity 1s .5s ease-in-out, transform .5s .5s ease-in-out; */
    pointer-events: all;
}

.navbar-menu li > ul.sub-menu > li {
    margin: 0;
    position: relative;
}

.navbar-menu li > .sub-menu > li > a {
    padding: 46px 56px 26px 16px;
    border-bottom: 2px solid var(--black);
    font-size: 20px;
}

.navbar-menu li > .sub-menu > li.current-menu-item > a {
    font-style: italic;
    pointer-events: none;
}

.navbar-menu li > .sub-menu > li:not(.current-menu-item) > .wjv-menu-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: -1;
}

.navbar-menu li > .sub-menu > li > a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.navbar-menu li > .sub-menu > li > a:hover ~ .wjv-menu-arrow {
    background-color: var(--black);
}

.navbar-menu li > .sub-menu > li > a:hover ~ .wjv-menu-arrow path {
    stroke: var(--white);
}

.menu-is-mobile nav.main-menu ul {
    height: fit-content;
}

.menu-is-mobile nav.main-menu ul li a {
	text-align: left;
    box-sizing: border-box;
}

@media(max-width:1023.98px) {
    nav.main-menu .navbar-menu .wjv-navbar-menu-host.wjv-small-text {
        border-bottom: 0;
        padding-left: 0;
    }
}

@media (min-width: 1024px) {

    .navbar-menu li > ul.sub-menu {
        transition: opacity 1s ease-in-out, transform .5s ease-in-out;
    }

    .navbar-menu li:hover > ul.sub-menu {
        transition: opacity 1s .5s ease-in-out, transform .5s .5s ease-in-out;
    }

}

@media (max-width: 1919.98px) {

    nav.main-menu .navbar-menu > ul > li {
        padding-left: 120px;
        padding-right: 120px;
    }

    nav.main-menu .navbar-menu > ul::before {
        left: 120px;
    }

    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li:hover)::before,
    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-ancestor)::before,
    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-item)::before {
        width: calc(50% - 128px);
    }

    .navbar-menu li > ul.sub-menu {
        padding: 0 120px 0 calc(100% / 12);
    }

    nav.main-menu .navbar-menu > .wjv-main-menu > li::before {
        width: calc(100% - 240px);
        left: 120px;
    }

    nav.main-menu .navbar-menu > .wjv-main-menu:hover > li::before {
        width: calc(50% - 128px);
    }

    nav.main-menu .navbar-menu > ul > li > a {
        width: calc(50vw - 128px);
    }

}

@media (max-width: 1440.98px) {

    nav.main-menu .navbar-menu > ul > li {
        padding-left: 64px;
        padding-right: 64px;
    }

    nav.main-menu .navbar-menu > ul::before {
        left: 64px;
    }

    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li:hover)::before,
    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-ancestor)::before,
    nav.main-menu .navbar-menu > .wjv-main-menu:has(> li.current-menu-item)::before {
        width: calc(50% - 72px);
    }

    .navbar-menu li > ul.sub-menu {
        padding: 0 64px 0 calc(100% / 12 + 16px);
    }

    nav.main-menu .navbar-menu > .wjv-main-menu > li::before {
        width: calc(100% - 128px);
        left: 64px;
    }
    
    nav.main-menu .navbar-menu > .wjv-main-menu:hover > li::before {
        width: calc(50% - 72px);
    }

    nav.main-menu .navbar-menu > ul > li > a {
        width: calc(50vw - 72px);
    }

}

@media (max-width: 1199.98px) {

    nav.main-menu .navbar-menu-cta {
        margin-left: 0;
    }

    .navbar-menu-cta ul {
        margin-left: 0;
    }

}

/* Ab HIER */
@media (max-width: 1023.98px) {

    .navbar-button {
        right: 24px;
    }

    nav.main-menu .navbar-menu-cta {
        padding-right: 144px;
    }

    nav.main-menu .navbar-header {
        padding-left: 24px;
    }

    nav.main-menu .navbar-menu>ul {
        height: auto;
        width: 100%;
    }

    nav.main-menu .navbar-menu>ul::before {
        display: none;
    }

    nav.main-menu .navbar-menu > ul > li {
        margin-left: 24px;
        margin-right: 24px;
        border-bottom: 2px solid var(--black);
        padding: 40px 0 20px 11px;
        width: calc(100% - 48px);
    }

    nav.main-menu .navbar-menu > ul > li:last-child {
        flex-grow: 0;
    }

    .navbar-menu > ul > .menu-item-has-children {
        cursor: pointer;
    }

    nav.main-menu .navbar-menu > ul:hover > li:not(.wjv-navbar-menu-host) {
        padding-right: 0;
    }

    nav.main-menu .navbar-menu > .wjv-contact-menu > li,
    nav.main-menu .navbar-menu > ul > li > a {
        border-bottom: none;
    }

    nav.main-menu .navbar-menu > ul > li > a,
    nav.main-menu .navbar-menu > .wjv-contact-menu > li > a {
        font-size: 22px;
        line-height: 1.4;
        display: inline-block;
        padding: 0;
        width: calc(100% - 46px);
        hyphens: auto;
    }

    .menu-item-has-children .wjv-menu-chevron {
        display: inline-flex;
        justify-content: center;
        vertical-align: bottom;
        position: relative;
        margin-top: 0px;
        padding: 0;
        height: 36px;
        width: 46px;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 1;
    }
/*HIER */
    .wjv-menu-chevron svg {
        padding: 0px 16px 0px 10px;
        width: 26px;
        height: 26px;
        box-sizing: content-box;
        top: 8px;
        right: 0;
        position: absolute;
    }

    .sub-menu .wjv-menu-chevron {
        display: none;
    }

    /* Hide Desktop Background Hover */
    /* nav.main-menu .navbar-menu > ul:has(> li:not(.wjv-menu-item-text-link):hover)::before, 
    nav.main-menu .navbar-menu > ul:has(> li.current-menu-ancestor:not(.wjv-menu-item-text-link))::before, 
    nav.main-menu .navbar-menu > ul:has(> li.current-menu-item:not(.wjv-menu-item-text-link))::before {
        display: none;
    } */

    .navbar-menu li > ul.sub-menu {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        padding: 0 24px;
        min-height: calc(100dvh - 82px);
        width: 100%;
        background-color: white;
        z-index: 2;
        transform: translateX(100vw);
        transition: transform .3s ease-in-out;
    }

    .navbar-menu li:hover > ul.sub-menu {

        opacity: 1;
        transform: translateX(100vw);
    }

    .navbar-menu li > ul.sub-menu.sub-menu-open {
        opacity: 1;
        transform: translateX(0);
    }

    .navbar-menu li:hover>ul.sub-menu.sub-menu-open {
        transform: translateX(0);
    }

    /*HIER */

    ul.sub-menu>li.wjv-sub-menu-headline {
        font-weight: 700;
        font-size: 20px;
        line-height: 1.4;
        padding: 25px 0 12px 43px;
        box-sizing: border-box;
        pointer-events: auto;
        cursor: pointer;
    }

    ul.sub-menu>li.wjv-sub-menu-headline::before {
        content: "";
        position: absolute;
        top: 25px;
        left: 0;
        height: 28px;
        width: 28px;
        background-image: url(./img/chevron.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px;
        transform: rotate(90deg);
    }

    .navbar-menu li>.sub-menu>li>a {
        font-size: 18px;
        line-height: 1.4;
        padding: 28px clamp(48px, 50%, 600px) 16px 0;
    }

    .navbar-menu li>.sub-menu>li:not(.current-menu-item)>.wjv-menu-arrow {
        top: 50%;
        transform: translateY(-40%);
    }

    nav.main-menu .navbar-menu > ul > li {
        position: unset;
    }

    nav.main-menu .navbar-menu > .wjv-main-menu > li::before {
        display: none;
    }


}

/* Bis HIER */

@media (max-width: 480.98px) {

    nav.main-menu {
        height: 72px;
        justify-content: space-between;
        background-color: var(--white);
    }
    
    .wp-child-theme-wjv nav.main-menu.navbar-slide-top .navbar-menu {
        height: calc(100dvh - 72px);
        transform: translateY(calc(-100% - 72px));
    }
    
    .navbar-button {
        right: 24px;
    }
    
    .navbar-button p {
        display: none;
    }
    
    .menu-is-mobile nav.main-menu.navbar-slide-top .navbar-menu {
        top: 72px;
    }
    
    nav.main-menu .navbar-header {
        padding-left: 24px;
    }
    
    nav.main-menu .navbar-menu-cta {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: -72px;
        left: 0;
        padding-left: 24px;
        transition: visibility .2s ease-in-out, opacity .2s ease-in-out, top .3s ease-in-out;
    }
    
    .mobile-menu-open nav.main-menu .navbar-menu-cta {
        visibility: visible;
        opacity: 1;
        top: 0;
    }

    .navbar-menu li > ul.sub-menu {
        min-height: calc(100dvh - 72px);
    }
}



/* Menü ENDE */

/* Content-Template */

.page-template-default #content,
.page-template-article-template #content {
    padding-top: 82px;
}

.page-template-article-template article {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.page-template-article-template .article-header {
    /* width: calc(8 * (calc(100% - 198px) / 12) + 7 * 18px); */
    width: 100%;
    padding-right: calc(100% - (8 * ((100% - 198px) / 12) + 7 * 18px));
}

.page-template-article-template .entry-content {
    padding-bottom: 40px;
    width: 100%;
}

.wjv-page-header-image-wrapper {
    width: calc(8 * (calc(100% - 198px) / 12) + 7 * 18px);
}

.page-template-article-template .vc_row:not(:has(.vc_inner)) > .wpb_column {
	padding-top: 40px;
	padding-bottom: 40px;
}

.page-template-article-template .entry-content p,
.page-template-article-template .entry-content li {
    font-weight: 400;
}

.page-template-article-template .entry-content ul {
    padding-left: 0;
}

.page-template-article-template .entry-content ul li {
    padding-left: 25px;
    list-style: none;
    position: relative;
}

.page-template-article-template .entry-content ul li::before  {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    left: 10px;
    top: 12px;
}

.page-template-article-template .wpb_text_column,
.page-template-article-template .wjv-pseudo-headline {
	max-width: unset;
}

@media (max-width: 768.98px) {

    .page-template-default #content,
    .page-template-article-template #content {
        padding-top: 73px;
    }

    .page-template-article-template .entry-content,
    .page-template-article-template .wjv-inhaltsverzeichnis-wrapper {
        width: 100%;
    }

    .page-template-article-template article {
        padding-right: 0;
    }

    .page-template-article-template .article-header {
        padding-right: 0;
    }

}

@media (max-width: 480.98px) {

    .page-template-article-template #content {
        margin-top: 40px;
    }

    .page-template-article-template .entry-content {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    .page-template-article-template .vc_row:not(:has(.vc_inner)) > .wpb_column {
        padding-top: 20px;
        padding-bottom: 20px;
    }

}

/* Content-Template ENDE */

/* Inhaltsverzeichnis */

.wjv-inhaltsverzeichnis-wrapper {
    box-sizing: border-box;
    z-index: 99;
    position: absolute;
    top: 80px;
    right: 0;
    float: right;
    height: calc(100% - 80px);
    width: calc(4 * (calc(100% - 198px) / 12) + 3 * 18px);
    padding-left: min(calc(6.25vw - 18px), 62px);
    padding-bottom: 80px;
}

.wjv-inhaltsverzeichnis {
    position: sticky;
    top: 80px;
    overflow-y: auto;
    max-height: calc(100dvh - 80px);
}

.wjv-inhaltsverzeichnis-title {    
    position: relative;
}

.wjv-inhaltsverzeichnis-title::after {
    content: '';
    display: none;
    background-image: url('img/chevron.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 12px;
    height: 6px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s;
}

.wjv-inhaltsverzeichnis-open .wjv-inhaltsverzeichnis-title::after {
    transform: translateY(-50%) scaleY(-1);
}

.wjv-inhaltsverzeichnis-wrapper .wjv-inhaltsverzeichnis ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline {
    padding: 8px 32px 8px 0;
    transition: background-color .5s;
    border-radius: 8px;
    display: block;
}

.wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline:before {
    display: none;
}

.wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline {
    margin-bottom: 16px;
}

.wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline:first-child {
    margin-top: 0;
}

.wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline:last-child {
    margin-bottom: 0;
}

.wjv-inhaltsverzeichnis a {
    font-family: 'Roboto Flex', 'Roboto', Arial, Helvetica, sans-serif;
    font-variation-settings: 'wght' 400;
    letter-spacing: 0;
    text-decoration: none;
    color: inherit;
    hyphens: auto;
    -webkit-hyphenate-limit-before: 7;
    -webkit-hyphenate-limit-after: 7;
    hyphenate-limit-chars: 6 7;
    display: flex;
    transform: translateX(0);
    transition: transform .5s;
}

.wjv-inhaltsverzeichnis a:hover {
    transform: translateX(16px);
}

.wjv-inhaltsverzeichnis-headline-index {
    display: block;
}

.wjv-inhaltsverzeichnis-active {
    background-color: var(--lightyellow);    
}

.wjv-inhaltsverzeichnis-active a {
    transform: translateX(16px)
}

@media(max-width: 1199.98px) {
    .wjv-inhaltsverzeichnis-wrapper {
        padding-left: 0;
        transition: padding .3s;
    }

    .wjv-inhaltsverzeichnis-wrapper .wjv-inhaltsverzeichnis ol {
        margin-right: 4px;
    }
}

@media (max-width: 768.98px) {

    .wjv-inhaltsverzeichnis-wrapper {
        height: auto;
    }
    
    .wjv-inhaltsverzeichnis {
        background-color: var(--lightyellow);
        width: 100%;
        padding: 12px 24px;
        position: fixed;
        top: 82px;
        left: 0;
        transition: transform 0.5s ease-in-out, max-height 0.5s ease-in-out;
        max-height: calc(100dvh - 72px);
        cursor: pointer;
        box-sizing: border-box;
    }

    .header-up ~ #content .wjv-inhaltsverzeichnis {
        max-height: 100vh;
    }

    nav.navbar-fixed-top.header-up:not(.collapse) ~ #content .wjv-inhaltsverzeichnis {
        transform: translateY(-73px);
    }

    nav.navbar-fixed-top.header-down:not(.collapse) ~ #content .wjv-inhaltsverzeichnis {
        transform: translateY(0);
    }

    .wjv-inhaltsverzeichnis-title {
        margin-bottom: 0;
        cursor: pointer;
    }

    .wjv-inhaltsverzeichnis-title::after {
        display: block;
    }

    .wjv-inhaltsverzeichnis ul {
        display: none;
    }

    .wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline {
        padding: 0;
        border-radius: 0;
    }

    .wjv-inhaltsverzeichnis li.wjv-inhaltsverzeichnis-headline:first-child {
        margin-top: 16px;
    }

    .wjv-inhaltsverzeichnis li:not(:last-child) {
        margin-bottom: 24px;
    }

    .wjv-inhaltsverzeichnis-active {
        background-color: transparent;    
    }

    .wjv-inhaltsverzeichnis-active a {
        transform: translateX(0)
    }

}

@media (max-width: 480.98px) {
    .wjv-inhaltsverzeichnis {
        top: 72px;
    }
}

@media (min-width: 769px) {

    .wjv-inhaltsverzeichnis ol {
        display: block !important;
        height: auto !important;
        opacity: 1 !important;
    }

}


/* Inhaltsverzeichnis ENDE*/

/* Breadcrumbs */

#page_header:empty {
    display: none;
}

#page_header {
    width: calc(100% - 240px);
    margin-top: 153px;
    margin-left: 120px;
    margin-right: 120px;
    box-sizing: border-box;
}

#breadcrumbs {
    font-size: 14px;
}

#breadcrumbs a {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    color: inherit;
}

#breadcrumbs > span:has(span:nth-of-type(3)) > span:nth-of-type(2) a {
    text-decoration: none;
    pointer-events: none;
}

#breadcrumbs span[aria-current="page"] {
    text-decoration: none;
}

@media (max-width: 1440.98px) {

    #page_header {
        max-width: 1210px;
        width: 100%;
        padding-left: 5px;
        padding-right: 5px;
        margin-left: auto;
        margin-right: auto;
    }

}

@media (max-width: 1279.98px) {

    #page_header {
        padding-left: 0;
        padding-right: 0;
        width: calc(100% - 80px);
    }

}

@media (max-width: 768.98px) {

    #page_header {
        width: calc(100% - 48px);
        padding-left: 0;
        padding-right: 0;
        margin-left: 24px;
        margin-right: 24px;
    }

}

/* Breadcrumbs ENDE */

/* Stage / Hero-Image */

.wjv-page-header-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 16px;
    border-radius: 8px;
}

.wjv-page-header-image-wrapper p {
    font-size: 14px;
    margin-bottom: 0;
}

.wjv-page-header-image-wrapper .wjv-post-thumbnail-caption {
    color: var(--grey);
    margin-bottom: 40px;
}

.wjv-page-header-image-wrapper .wjv-medical-advisor {
    font-weight: 700;
}

.wjv-medical-advisor,
.wjv-post-date {
    padding-left: 10px;
    position: relative;
}

.wjv-medical-advisor::before,
.wjv-post-date::before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background-color: var(--yellow);
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 768.98px) {
    .wjv-page-header-image-wrapper {
        width: 100%;
    }
}

/* Stage / Hero-Image ENDE */

/* Subpage Stage */

.wjv-subpage-stage {
    margin-top: 82px;   
}

.wjv-subpage-stage-wrapper.wjv-theme-dark {
    background-image: url('./img/subpage-header-dark-theme.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wjv-subpage-stage-wrapper.wjv-theme-light {
    background-image: url('./img/subpage-header-light-theme.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.wjv-subpage-stage-inner-wrapper {
    display: grid;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 18px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1200px;
}

.wjv-hide-image .wjv-subpage-stage-inner-wrapper {
    grid-template-columns: 1fr;
    padding-top: 300px;
    padding-bottom: 300px;
}

.wjv-show-image .wjv-subpage-stage-inner-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
}

.subpage-stage-img-bg {
    display: none;
}

.subpage-stage-img {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    height: auto;
    width: 100%;
    overflow: hidden;
}

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

.wjv-subpage-stage-text-wrapper p {
    margin-bottom: 12px;
}

.wjv-subpage-stage-text-wrapper h1 {
    margin-bottom: 0;
}

.wjv-theme-dark :is(p, h1) {
    color: var(--white);
}

.wjv-theme-light :is(p, h1) {
    color: var(--blue);
}

.wjv-hide-image :is(p, h1) {
    text-align: center;
}

.wjv-onboarding-results h1 {
    margin-bottom: 24px;
}

@media (max-width: 1440.98px) {
    .wjv-subpage-stage-wrapper.wjv-theme-light {
        background-position: right center;
    }

    .wjv-hide-image .wjv-subpage-stage-inner-wrapper {
        padding-top: 250px;
        padding-bottom: 250px;
    }

    .wjv-show-image .wjv-subpage-stage-inner-wrapper {
        grid-template-columns: 1fr 1fr;
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 992.98px) {
    .wjv-subpage-stage-wrapper.wjv-show-image {
        background-image: none;
    }

    .wjv-show-image .wjv-subpage-stage-inner-wrapper {
        display: block;
        padding: 0;
    }

    .wjv-show-image .wjv-subpage-stage-text-wrapper {
        padding: 150px 40px;
    }

    .wjv-subpage-stage-text-wrapper :is(p, h1) {
        text-align: center;
    }

    .wjv-subpage-stage-wrapper.wjv-theme-light {
        background-position: 70% center;
    }

    .wjv-show-image.wjv-theme-dark .wjv-subpage-stage-text-wrapper {
        background-image: url('./img/subpage-header-dark-theme.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    .wjv-show-image.wjv-theme-light .wjv-subpage-stage-text-wrapper {
        background-image: url('./img/subpage-header-light-theme.svg');
        background-repeat: no-repeat;
        background-position: 80% center;
        background-size: cover;
    }

    .subpage-stage-img {
        display: none;
    }

    .subpage-stage-img-bg {
        display: block;
        min-height: 350px;
        background-position-x: center;
        background-position-y: 100%;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
}

@media (max-width: 600px) {
    .subpage-stage-img-bg {
        background-size: 150% auto;
    }
}

@media (max-width: 480.98px) {
    
    .wjv-subpage-stage {
        margin-top: 72px;
    }

    .wjv-show-image.wjv-theme-light .wjv-subpage-stage-text-wrapper {
        background-position: 70% bottom;
    }

    .subpage-stage-img-bg {
        background-size: auto 500px;
    }

     .wjv-show-image .wjv-subpage-stage-text-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Subpage Stage ENDE */


/* WordPress Video Player */

div.mejs-container,
div.mejs-container .mejs-controls,
div.mejs-embed, .mejs-embed body {
	background: var(--lightgrey)
}

.wp-video {
    box-sizing: border-box;
}

.wp-video-shortcode {
    margin-left: 0 !important;
    height: auto !important;
    width: 100% !important;
    aspect-ratio: 16 / 9;
    max-height: calc(100dvh - 160px) !important;
    max-width: calc((100dvh - 160px) / 9 * 16) !important;
}

.mejs-container {
    border-radius: 8px;
    overflow: hidden;
}

.mejs-container div.mejs-controls {
    align-items: center;
    column-gap: 6px;
    padding-left: 40px;
    padding-right: 40px;
    height: 40px;
    background-color: var(--black25);
}

div.mejs-time-rail {
    display: flex;
    align-items: center;
    order: 1;
    margin: 0;
    padding-top: 0;
}

div.mejs-horizontal-volume-total {
    top: 15px;
}

div.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
div.mejs-controls .mejs-time-rail .mejs-time-total {
    margin-top: 0;
    border-radius: 4px;
    height: 8px;
    background: var(--grey);
    overflow: hidden;
}

div.mejs-time-current,
div.mejs-time-hovered,
div.mejs-time-loaded,
div.mejs-time-buffering {
    height: 8px;
}

div.mejs-time {
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 24px;
    color: var(--darkgrey);
    order: 2;
    border-radius: 8px;
    padding: 0 12px;
    background-color: var(--white);

}

div.mejs-time-handle {
    font-size: 8px;
}

div.mejs-controls .mejs-time-rail .mejs-time-loaded {
	display: none;
}

div.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
div.mejs-controls .mejs-time-rail .mejs-time-current {
	background: var(--darkgrey);
    border-radius: 4px;
}

.mejs-fullscreen-button,
.mejs-duration-container {
    display: none;
}

div.mejs-overlay-button {
	background-image: url('img/wjv-mejs-controls.svg');
    width: 64px;
    height: 64px;
    background-color: var(--white);
    border-radius: 50%;
    background-position: -6.5px -45.5px;
    transition: background-color .5s;
}

div.mejs-overlay:hover > .mejs-overlay-button {
    background-position: -6.5px -45.5px;
    background-color: var(--lightgrey);
}

div.mejs-button {
    height: 24px;
    width: 24px;
}

div.mejs-button > button {
    margin: 0;
    height: 24px;
    width: 24px;
	background-image: url('img/wjv-mejs-controls.svg');
}

.mejs-playpause-button {
    order: 0;
}

.mejs-playpause-button {
    order: 0;
    border-radius: 8px;
    width: 24px;
    height: 24px;
    background-color: var(--white);
}

div.mejs-play>button {
    margin: 0;
    border-radius: 8px;
    background-image: url('./img/play.svg');
    background-repeat: no-repeat;
    background-position: 1px center;
}

div.mejs-pause>button {
    margin: 0;
    border-radius: 8px;
    background-image: url('./img/pause.svg');
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
}

div.mejs-mute > button {
    background-image: url('./img/mute.svg');
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(140%) contrast(102%);
}

div.mejs-unmute > button {
    background-image: url('./img/unmute.svg');
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(105deg) brightness(140%) contrast(102%);
}

div.mejs-replay > button {
    background-image: url('./img/replay.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.mejs-volume-button {
    order: 3;
}

.mejs-horizontal-volume-slider {
    order: 4;
}

@media (max-width: 768.98px) {
    .mejs-container div.mejs-controls {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 480.98px) {
    .mejs-container div.mejs-controls {
        padding-left: 8px;
        padding-right: 8px;
    }
}

/* WordPress Video Player ENDE */

/* WPBakery Image */

.wpb_single_image img {
    display: block;
    border-radius: 8px;
}

@media (max-width: 480.98px) {

    .wpb_single_image,
    .wp-video {
        padding-right: 0;
    }

    .wp-audio-shortcode {
        width: 100% !important;
    }

}

/* WPBakery Image ENDE */

/* WPBakery Accordion (Page, Post, Footnote) */

.wpb_text_column + .vc_tta-container:has(.vc_tta-style-wjv-page) {
    margin-top: 48px;
}

.vc_tta-container:has(.vc_tta-style-wjv-page) {
    margin-bottom: 22px;
}

.vc_tta-container:has(.vc_tta-style-wjv-page):last-of-type {
    margin-bottom: 0;
}

.vc_tta-style-wjv-post .vc_tta-panel {
    border-bottom: 1px solid var(--black);    
}

.vc_tta-style-wjv-post .vc_tta-panel:not(:last-child) {
    margin-bottom: 27.8px;
}

.vc_tta-style-wjv-post .vc_tta-panel-body,
.vc_tta-style-wjv-post .vc_tta-panel-heading {
	border-color: transparent !important;
	background-color: transparent !important;
    border: none !important;
}

.vc_tta-style-wjv-post .vc_tta-panel-heading a {
    padding: 12.2px 100px 12.2px 0 !important;
    color: var(--black) !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1.4;
}

.vc_tta-style-wjv-post i.vc_tta-controls-icon {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding: 5px;
    left: unset !important;
    right: 0;
}

.vc_tta-style-wjv-post i.vc_tta-controls-icon::before,
.vc_tta-style-wjv-post i.vc_tta-controls-icon::after {
    left: 50% !important;
    top: 50% !important;
    bottom: unset !important;
    right: unset !important;
    transform: translate(-50%, -50%) !important;
    border-color: var(--black) !important;
    transition: none !important;
}

.vc_tta-style-wjv-post i.vc_tta-controls-icon::before {
    width: 14px;;
}

.vc_tta-style-wjv-post i.vc_tta-controls-icon::after {
    height: 14px;
}

.vc_tta-style-wjv-post .vc_tta-container,
.vc_tta-style-wjv-page .vc_tta-container {
    margin-bottom: 0;
}

.vc_tta-style-wjv-page .vc_tta-panel:not(:last-child) {
    margin-bottom: 22px;
}

.vc_tta-style-wjv-page .vc_tta-panel-heading {
	border-color: transparent !important;
	background-color: transparent !important;
    border: none !important;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--black) !important;
}

.vc_tta-style-wjv-page .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
    transition: border-bottom-color .6s ease-in-out !important;
}

.vc_tta-style-wjv-page .vc_active .vc_tta-panel-heading {
    border-bottom-color: transparent !important;
    
}

div.vc_tta.vc_tta-style-wjv-page .vc_tta-panel-body {
    border-color: transparent !important;
	background-color: transparent !important;
    padding: 2px 80px 14px 20px;
}

.vc_tta-style-wjv-page .vc_tta-panel-body .wpb_text_column {
    max-width: 996px;
}

.vc_tta-style-wjv-page .vc_tta-panel-body > div:last-child {
    padding-bottom: 14px;
}

.vc_tta-style-wjv-page .vc_tta-panel-body > div:last-child::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    border-bottom: 2px solid var(--black);
    position: absolute;
    left: 0;
    bottom: 0;
}

.vc_tta-style-wjv-page .vc_tta-panel-heading a {
    padding: 12.2px 80px 12.2px 20px !important;
    color: var(--black) !important;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.4;
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
}

.vc_tta-style-wjv-page i.vc_tta-controls-icon {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    padding: 5px;
    left: unset !important;
    right: 20px;
}

.vc_tta-style-wjv-page i.vc_tta-controls-icon::before,
.vc_tta-style-wjv-page i.vc_tta-controls-icon::after {
    left: 50% !important;
    top: 50% !important;
    bottom: unset !important;
    right: unset !important;
    transform: translate(-50%, -50%) !important;
    border-color: var(--black) !important;
    transition: none !important;
}

.vc_tta-style-wjv-page i.vc_tta-controls-icon::before {
    width: 14px;;
}

.vc_tta-style-wjv-page i.vc_tta-controls-icon::after {
    height: 14px;
}

.vc_tta-style-wjv-page .vc_tta-panel-title {
    border-radius: 8px;
    transition: background-color .3s ease-in-out;
}

.vc_tta-color-wjv-blue .vc_tta-panel-title {
    background-color: var(--lightblue);
}

.vc_tta-color-wjv-yellow .vc_tta-panel-title {
    background-color: var(--lightyellow);
}

.vc_tta-color-wjv-blue .vc_tta-panel-heading:hover .vc_tta-panel-title,
.vc_tta-color-wjv-yellow .vc_tta-panel-heading:hover .vc_tta-panel-title,
.vc_tta-color-wjv-blue .vc_active .vc_tta-panel-title,
.vc_tta-color-wjv-yellow .vc_active .vc_tta-panel-title {
    background-color: var(--white);
}
    /* Footnotes */

.vc_tta-style-wjv-footnotes {
    padding-bottom: 6px;
}

.vc_tta.vc_tta-style-wjv-footnotes div.vc_tta-panel {
    border: none;
    border-radius: 8px;
    background-color: var(--lightyellow);
}

.vc_tta.vc_tta-style-wjv-footnotes div.vc_tta-panel-heading {
    border: none;
    border-radius: 0;
    margin-bottom: -6px;
}

.vc_tta-color-wjv-yellow.vc_tta-style-wjv-footnotes .vc_tta-panel-heading:hover .vc_tta-panel-title,
.vc_tta-color-wjv-yellow.vc_tta-style-wjv-footnotes .vc_tta-panel-heading .vc_tta-panel-title {
    background-color: transparent;
}

.vc_tta.vc_tta-style-wjv-footnotes .vc_tta-panel-heading .vc_tta-panel-title>a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    color: var(--blue);
    position: relative;
    padding: 24px;
}

.vc_tta-style-wjv-footnotes .vc_tta-panel-title>a:after {
    content: "";
    position: absolute;
    right: 24px;
    top: 24px;
    height: 40px;
    width: 40px;
    background-image: url(./img/icon-circle-plus_bk.svg);
    opacity: 0;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.vc_tta-style-wjv-footnotes .vc_tta-panel-title>a:before {
    content: "";
    position: absolute;
    right: 24px;
    top: 24px;
    height: 40px;
    width: 40px;
    background-image: url(./img/icon-circle-+.svg);
    transition: transform .3s ease-in-out, opacity .3s ease-in-out;
}

.vc_tta-style-wjv-footnotes .vc_active .vc_tta-panel-title>a:before,
.vc_tta-style-wjv-footnotes .vc_active .vc_tta-panel-title>a:after {
    transform: rotate(45deg);
}

.vc_tta-style-wjv-footnotes .vc_tta-panel-title>a:hover:after {
    opacity: 1;
}

.vc_tta.vc_tta-style-wjv-footnotes div.vc_tta-panel-body {
    margin-top: -6px;
    padding: 0 24px 24px;
    border: none;;
}

.vc_tta-style-wjv-footnotes .wpb_text_column {
    max-width: 100%;
}

.vc_tta-style-wjv-footnotes .vc_tta-panel-body :is(ol, ul) {
    counter-reset: list-number;
    margin: 0;
    padding: 0;
}

.vc_tta-style-wjv-footnotes .vc_tta-panel-body li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: var(--blue);
    list-style: none;
    position: relative;
    margin-bottom: 12px;
    padding-left: 10px;
}

.vc_tta.vc_tta-style-wjv-footnotes .vc_tta-panel-body li::before {
    counter-increment: list-number;
    content: counter(list-number);
    font-weight: 500;
    font-size: .6em;
    color: var(--blue);
    position: absolute;
    top: 2px;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: transparent;
}

@media (max-width: 480.98px) {

    .wpb_text_column+.vc_tta-container:has(.vc_tta-style-wjv-page) {
        margin-top: 0;
    }

    .vc_tta-style-wjv-post .vc_tta-panel:not(:last-child) {
        margin-bottom: 0;
    }

    div.vc_tta.vc_tta-style-wjv-page .vc_tta-panel-body {
        padding-right: 20px;
    }

    .vc_tta-style-wjv-page .vc_tta-panel-heading a {
        font-size: 22px;
    }

    .vc_tta.vc_tta-style-wjv-footnotes .vc_tta-panel-heading .vc_tta-panel-title>a {
        font-size: 20px;
    }

    .vc_tta-style-wjv-footnotes .vc_tta-panel-body li {
		font-size: 12px;
	}

}

/* WPBakery Accordion ENDE */

/* Highlighted Text Module */

.wjv-highlighted-text {
    padding: 40px;
    border-radius: 8px;
}

.wjv-highlighted-text p {
    margin-bottom: 24px;
}

.wjv-highlighted-text p:last-child {
    margin-bottom: 0;
}

.wjv-highlighted-text .wjv-highlighted-text-headline {
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    font-size: 32px;
}

@media (max-width: 480.98px) {

    .wjv-highlighted-text {
        border-radius: 0;
        padding-left: 24px;
        padding-right: 24px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .wjv-highlighted-text-headline {
        font-size: 28px;
    }

}

/* Highlighted Text Module ENDE */


/* Quick Links Module */

.wjv-quicklink {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-auto-rows: auto;
    column-gap: 18px;
    margin-bottom:12px;
    border-radius:8px;
    padding: 28px 10px 10px 28px;
}

a.wjv-quicklink {
    text-decoration:none;
}

.wjv-quicklink.wjv-quicklink-light-blue {
    background-color: var(--lightblue);
}

.wjv-quicklink.wjv-quicklink-light-yellow {
    background-color: var(--lightyellow);
}

.wjv-quicklink .wjv-quicklink-headline {
    text-decoration: none;
    color: var(--black);
    margin-bottom: 12px;

}

.wjv-quicklink-text-wrapper {
    grid-column: span 10;
}

.wjv-quicklink .wjv-quicklink-content {
    text-decoration: none;
    color: var(--black);
    margin-right:60px;
}

.wjv-quicklink .wjv-quicklink-content p:last-of-type {
    margin-bottom: 0;
}

.wjv-quicklink .wjv-quicklink-icon-wrapper {
    position: relative;
    grid-column: 12 / 13;
    grid-row: 2;
    justify-self: end; 
    margin-top: 8px;
    height: 40px;
    width: 40px;
}

.wjv-quicklink span.wjv-quicklink-icon,
.wjv-quicklink span.wjv-quicklink-icon-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url('img/quicklink-icon.svg');
    background-repeat: no-repeat;
}

.wjv-quicklink span.wjv-quicklink-icon-hover {
    background-image: url('img/quicklink-icon-hover.svg');
    opacity:0;
    transition: opacity 0.3s ease-in-out;
}

.wjv-quicklink:hover span.wjv-quicklink-icon-hover {
    opacity:1;
}

@media (max-width: 992.98px) {
    .wjv-quicklink {
        grid-template-columns: repeat(6, 1fr);
    }

    .wjv-quicklink-text-wrapper {
        grid-column: span 6;
    }

    .wjv-quicklink .wjv-quicklink-icon-wrapper {
        grid-column: 6 / 7;
    }
}

@media (max-width: 480.98px) {

    .wjv-quicklink {
        grid-template-columns: repeat(4, 1fr);
        padding-top: 20px;
        padding-left: 20px;
    }

    .wjv-quicklink-text-wrapper {
        grid-column: span 3;
    }

    .wjv-quicklink .wjv-quicklink-icon-wrapper {
        grid-column: 4 / 5;
    }

}

/* Quick Links Module ENDE */

/* Info circles */

.wjv-info-circles:not(:first-child) {
    margin-top: 24px;
}

.wjv-info-circles {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px
}

.wjv-info-circles-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    aspect-ratio: 1;
    text-align: center;
    padding: 24px;
    border-radius: 50%;
}

.wjv-info-circles-element-headline,
.wjv-info-circles-element-subline {
    margin-bottom: 0;
}

.wjv-info-circles-element-headline + .wjv-info-circles-element-subline {
    margin-top: 12px;
}

.wjv-info-circles .wjv-info-circles-element .wjv-info-circles-element-headline {
    font-size: 24px;
    font-weight: 700;
}

@media (min-width: 992.98px) and (max-width: 1099.98px) {

    .wjv-info-circles {
        gap: 12px
    }

    .wjv-info-circles-element {
        padding: 12px;
    }

}

@media (max-width: 599.98px) {

    .wjv-info-circles {
        flex-direction: column;
    }

}

/* Info circles ENDE */

/* Related Posts */

.wjv-related-posts {
    background-color: var(--anotherverylightyellow);
    padding-top: 80px;
    padding-bottom: 64px;
}

.wjv-related-posts-outer-wrapper {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.wjv-related-posts-headline {
    margin-bottom: 40px;
    width: 100%;
}

.wjv-related-posts-inner-wrapper {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

.wjv-related-posts-post {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.wjv-related-posts-large-post {
    width: 50%;
}

.wjv-related-posts img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 16px;
}

.wjv-related-posts-post-title {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 768.98px) {

    .wjv-related-posts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wjv-related-posts-content {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-related-posts-post {
        width: 100%;
    }

    .wjv-related-posts-post + .wjv-related-posts-post {
        margin-top: 40px;
    }

}

/* Related Posts ENDE */

/* Additional Content */

.wjv-additional-content {
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}

.wjv-additional-content-wrapper .wjv-content-snippet-wrapper .vc_column-inner .wpb_wrapper {
    max-width: 850px;
}

@media (max-width: 768.98px) {

    .wjv-additional-content {
        padding-left: 24px;
        padding-right: 24px;
    }

}

/* Additional Content ENDE */


/* Expertenrat-Formular */

.page-template-expertenrat-kontakt #content {
    margin-top: 82px;
    background-image: url('img/experten-rat-bg-desktop.svg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right top;
}

.wjv-expertenrat-form form {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
}

.wjv-form-field-wrapper {
    width: calc(50% - 6px);
    margin-bottom: 16px;
    display: block;
    flex-direction: column;
    justify-content: space-between;
}

.wjv-expertenrat-form:not(.wjv-expertenrat-form-rueckfrage) .wjv-form-field-wrapper:not(.wjv-expertenrat-country),
.wjv-expertenrat-form:not(.wjv-expertenrat-form-rueckfrage) .wjv-form-text,
.wjv-expertenrat-form:not(.wjv-expertenrat-form-rueckfrage) input[type="submit"] {
    display: none;
}

.wjv-expertenrat-form p,
.wjv-form-field-wrapper:has(textarea),
.wjv-form-field-wrapper:has(input[type="checkbox"]) {
    width: 100%;
}

.wjv-expertenrat-product label,
.wjv-expertenrat-product select {
    width: calc(50% - 6px);
}

.wjv-form-field {
    border: 2px solid transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: var(--lightyellow);
    border-radius: 12px;
}

.wjv-form-field:-webkit-autofill {    
    box-shadow: 0 0 0px 1000px var(--lightyellow) inset;
    border-color: var(--lightyellow);
}

.wjv-form-field-invalid .wjv-form-field {
    border-color: var(--orange);
}

.wjv-expertenrat-form a {
    text-decoration: underline;
}

.wjv-form-field-wrapper label {
    margin-bottom: 10px;
    display: block;
}

.wjv-form-field-date,
.wjv-form-field-number,
.wjv-form-field-text,
.wjv-form-field-email,
.wjv-form-field-textarea {
    padding: 16px 18px;
}

.wjv-form-field-date {
    color: var(--black50);
}

.wjv-form-field-date:focus {
    color: var(--black);
}

.wjv-form-field-number::-webkit-inner-spin-button,
.wjv-form-field-number::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wjv-form-field-number {
    -moz-appearance: textfield;
}

.wjv-form-field-wrapper:has(select):has(input[type="checkbox"]) {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 20px;
}

.select2 {
    width: 100% !important;
}

.wjv-expertenrat-product .select2 {
    width: calc(50% - 6px) !important;
}

.wjv-form-field-wrapper select {
    height: 64px;    
    border: none;
    background-color: var(--lightyellow);
    border-radius: 12px;
    padding: 0 80px 0 20px;
    color: var(--black50);
}

.wjv-form-field-wrapper select option {
    font-size: inherit;
    line-height: 1;
    font-weight: 400;
    padding: 22px 0;
}

.select2 .select2-selection {
    height: 64px;    
    border: none;
    background-color: var(--lightyellow);
    border: 2px solid transparent;
}

.wjv-form-field-invalid .select2-selection {
    border-color: var(--orange);
}

.select2 .select2-selection--single {
    border-radius: 12px;
}

.select2-dropdown {
    border-radius: 12px;
    overflow: hidden;
}

.select2.select2-container--open.select2-container--below .select2-selection--single, .select2.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2.select2-container--open.select2-container--above .select2-selection--single, .select2.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.wjv-form-field-invalid .select2-container--open .select2-selection {
    border-bottom-color: transparent;
}

.select2-dropdown {
    border: none;
}

.select2-container--default .select2-results > .select2-results__options {
	max-height: unset;
    padding: 8px 80px 15px 20px;
    background-color: var(--lightyellow);
    border: 2px solid transparent;
}

#content:has(.wjv-expertenrat-product.wjv-form-field-invalid) ~ .select2-container--default .select2-results > .select2-results__options {
    border-bottom-color: var(--orange);
    border-left-color: var(--orange);
    border-right-color: var(--orange);
}

.select2-container .select2-search {
    display: none;
}

.select2-results__option {
    padding: 10px 0;
    border-top: 2px var(--black) solid;
    font-weight: 400;
    margin-bottom: 0;
}

.select2-results__option:last-child {
    border-bottom: 2px var(--black) solid;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: transparent;
	color: inherit;
    text-decoration: underline;
}

.select2 .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    color: inherit;
    line-height: 1;
    font-weight: 400;
    padding: 20px 78px 20px 18px;
    transition: border-color .5s;
}

.select2 .select2-selection--single .select2-selection__rendered[title="Bitte auswählen"] {
    opacity: .5;
}

.select2 .select2-selection--single .select2-selection__arrow {
    width: 40px;
    height: 40px;
    right: 20px;
    top: 12px;
    transition: background-color .3s;
    border-radius: 50%;
    background-image: url('img/circle-black.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.select2 .select2-selection--single .select2-selection__arrow::before,
.select2 .select2-selection--single .select2-selection__arrow::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center 16px;
    transition: opacity .3s, transform .3s;
    position: absolute;
    left: 0;
    top: 0;
}

.select2 .select2-selection--single .select2-selection__arrow::before {
    background-image: url('img/chevron-down-black.svg');
}

.select2 .select2-selection--single .select2-selection__arrow::after {
    background-image: url('img/chevron-down-white.svg');
    opacity: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::before
.select2:hover .select2-selection--single .select2-selection__arrow::before {
    opacity: 0;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::after,
.select2:hover .select2-selection--single .select2-selection__arrow::after {
    opacity: 1;
}

.select2-container--open .select2-selection--single .select2-selection__arrow::before,
.select2-container--open .select2-selection--single .select2-selection__arrow::after {
    transform: scaleY(-1);
}

.select2-container--open .select2-selection--single .select2-selection__arrow,
.select2:hover .select2-selection--single .select2-selection__arrow {
    background-color: var(--black);
}

.select2 .select2-selection--single .select2-selection__arrow b {
    display: none;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 2px 10px 0 0;
}

.wjv-form-field-wrapper fieldset {
    border: none;
    padding: 0;
}

#wjv-expertenrat-product-selection {
    display: none;
    margin-top: 20px;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#wjv-expertenrat-product-selection label {
    width: calc(33.333% - 8px);
}

#wjv-expertenrat-product-selection input {
    margin-right: 0;
}

#wjv-expertenrat-product:has(option[value="ja"]:checked) ~ #wjv-expertenrat-product-selection {
    display: flex;
}

.wjv-form-field-wrapper:has(input[type="checkbox"]) {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wjv-form-error {
    margin-bottom: 0;
    color: red;
    font-weight: 400;
}

.wjv-form-submit-error {
    margin-top: 10px;
}

.wjv-expertenrat-country:has(option[value="Deutschland"]:checked) ~ .wjv-form-text {
    display: block;
}

.wjv-expertenrat-country:has(option[value="Deutschland"]:checked) ~ .wjv-form-field-wrapper,
.wjv-expertenrat-country:has(option[value="Deutschland"]:checked) ~ .wjv-expertenrat-product {
    display: flex;
    flex-direction: column;
}

.wjv-expertenrat-form .wjv-expertenrat-country:has(option[value="Deutschland"]:checked) ~ input[type="submit"] {
	display: inline-flex;
}

.wjv-expertenrat-country label {
    display: block;
}

.wjv-form-country-text {
    display: block;
}

.wjv-expertenrat-country:has(option[value="Deutschland"]:checked) ~ .wjv-form-country-text,
.wjv-expertenrat-country:has(option[value=""]:checked) ~ .wjv-form-country-text {
    display: none;
}

.wjv-expertenrat-country:not(:has(option[value="Deutschland"]:checked)):not(:has(option[value=""]:checked)) ~ .wjv-form-country-text {
    display: block;
}

.wjv-expertenrat-form input[type="submit"] {
	color: var(--white);
	align-items: center;
	justify-content: center;
	width: 220px;
    text-align: center;
	line-height: 1;
	font-size: 18px;
    border: none;
	transition: background-color .2s, color .2s;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	-webkit-appearance: button;
	text-align: center;
	padding: 23px 12px;
	cursor: pointer;
	white-space: nowrap;
    border-radius: 32px;
}

.wjv-expertenrat-form input[type="submit"] {
	background-color: var(--blue);
}

.wjv-expertenrat-form input[type="submit"]:hover {
	background-color: var(--lightblue);
}

.wjv-form-field-checkbox + label {
    padding-left: 59px;
    position: relative;
    line-height: 47px;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wjv-form-field-checkbox + label:after {
    content: '';
    display: inline-block;
    background-color: var(--lightyellow);
    width: 43px;
    height: 43px;
    border-radius: 50%;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    left: 0;
    top: 0;
    z-index: 3;
    border: 2px solid transparent;
}

.wjv-form-field-invalid > .wjv-form-field-checkbox + label:after {
    border-color: var(--orange);
}

.wjv-form-field-invalid:has(input:checked) > .wjv-form-field-checkbox + label:after {
    border-color: transparent;
}

.wjv-form-field-checkbox + label:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 27px;
    border: 10px solid var(--lightyellow);
    background-color: var(--black);
    border-radius: 50%;
    z-index: 4;
}

.wjv-form-field-checkbox:checked + label:before {
    display: block;
}

.wjv-form-field-wrapper:has(input[type="checkbox"]) {
    position: relative;
}

.wjv-expertenrat-form input[type="checkbox"] {
    display: block;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.wjv-expertenrat-title {
    display: none !important;
}

.wjv-expertenrat-optin-datenschutz label,
.wjv-expertenrat-optin-kontakt label {
    padding-left: 40px;
    line-height: 21px;
    font-size: 14px;
}

.wjv-expertenrat-optin-datenschutz label:before,
.wjv-expertenrat-optin-kontakt label:before {
    width: 17px;
    height: 17px;
    border: 4px solid var(--lightyellow);
}

.wjv-expertenrat-optin-datenschutz label:after,
.wjv-expertenrat-optin-kontakt label:after {
    width: 21px;
    height: 21px;
}

.wjv-form-highlighted-text {
    font-size: 14px;
}

/* Expertenrat-Formular ENDE */

/* Expertenrat-Archiv-Formular */

.wjv-expertenrat-filter-title {
    width: 100%;
    padding-right: 70px;
    position: relative;
    margin-bottom: 0;
    box-sizing: border-box;
}

.wjv-expertenrat-filter-title-toggle {
    position: absolute;
    right: 7.5px;
    top: 4px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--black);
    border-radius: 50%;
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

.wjv-expertenrat-filter-title-toggle svg {
    transform: scaleY(-1);
}

.wjv-expertenrat-filter-is-open .wjv-expertenrat-filter-title-toggle svg {
    transform: scaleY(1);
}

.wjv-expertenrat-filter-title-toggle:hover {
    background-color: var(--black);
}

.wjv-expertenrat-filter-title-toggle path {
    transition: stroke .3s ease-in-out;
}

.wjv-expertenrat-filter-title-toggle:hover path {
    stroke: var(--white);
}

.wjv-expertenrat-filter-filter {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    opacity: 0;
}

.wjv-expertenrat-filter-filter > :first-child {
    margin-top: 40px;
}

.wjv-expertenrat-filter > form > * {
    width: 100%;
}

.wjv-expertenrat-vorauswahl-element {
	display: flex;
	flex-wrap: wrap;
    width: calc((100% + 16px) / 12 * 5 - 16px);
    margin-right: calc((100% + 16px) / 12 + 8px);
    border: none;
    padding: 0;
    margin-bottom: 24px;
}

fieldset.wjv-expertenrat-vorauswahl-element {
	width: 100%;
    flex-shrink: 0;
    margin-right: 0;
}

fieldset.wjv-expertenrat-vorauswahl-element > * {
    width: 100%;
}

.wjv-expertenrat-vorauswahl-element legend {
    margin-bottom: 12px;
}

.wjv-expertenrat-vorauswahl-checkbox-columns {
	display: flex;
	flex-wrap: wrap;
    gap: 12px 8px;
}

.wjv-expertenrat-vorauswahl-checkbox-columns label {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    border: 2px solid var(--black);
    border-radius: 8px;
    cursor: pointer;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
}

.wjv-expertenrat-vorauswahl-checkbox-columns label:not(:has(input:checked)):hover,
.wjv-expertenrat-vorauswahl-checkbox-columns label:has(input:checked) {
    background-color: var(--black);
    color: var(--white);
}

.wjv-expertenrat-vorauswahl-checkbox-columns label input {
    display: none;
}

#expertenrat-vorauswahl select {
	text-align: left;
	color: #0098ad;
	background-color: transparent;
	padding: 0 0 2px;
	transition: color .5s;
	width: 100%;
	line-height: 1;
	font-weight: 400;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.wjv-expertenrat-vorauswahl-error-message {
	color: red;
	display: none;
}

.wjv-expertenrat-vorauswahl-groesse-gewicht {
	display: none;
    opacity: 0;
}

p.wjv-expertenrat-vorauswahl-groesse-gewicht {
    width: 100%;
}

.wjv-not-a-match,
.wjv-expertenrat-vorauswahl-hidden,
.wjv-expertenrat-vorauswahl-navigation-hidden {
    display: none;
}

.wjv-expertenrat-vorauswahl-suchfilter-keine-antworten {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
}

.wjv-expertenrat-vorauswahl-suchfilter-keine-antworten + .wjv-expertenrat-vorauswahl-suchfilter-keine-antworten {
    margin-top: 0;
}

.wjv-expertenrat-vorauswahl-suchfilter-keine-antworten + .ap-btn {
	margin-left: 0;
}

#wjv-search-answers-input {
    width: 100%;
}

.wjv-expertenrat-vorauswahl-antwort {
    display: none;
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-button-text-show {
    display: none;
}

.wjv-button-text-hide {
    display: none;
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-button-text-hide {
    display: inline;
}

.wjv-expertenrat-vorauswahl-suche-input {
    position: relative;
}

.wjv-expertenrat-vorauswahl-suche-input input {
    width: 100%;
}

.wjv-expertenrat-vorauswahl-suchfilter-reset {
    background-image: url("img/icon-x.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.wjv-expertenrat-vorauswahl-submit {
	color: var(--white);
	align-items: center;
	justify-content: center;
	width: 143px;
	line-height: 1;
	font-size: 18px;
    border: none;
	transition: background-color .2s, color .2s;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	-webkit-appearance: button;
	text-align: center;
	padding: 23px 12px;
	cursor: pointer;
	white-space: nowrap;
    border-radius: 32px;
    background-color: var(--blue);
    margin-bottom: 0;
}

.wjv-expertenrat-vorauswahl-submit:hover {
	background-color: var(--lightblue);
}

.wjv-expertenrat-filter .wjv-form-field-wrapper select {
	background-color: var(--white);
    padding: 20px 78px 20px 18px;
    font-size: 20px;
    font-weight: 400;
}

.wjv-expertenrat-filter .select2 .select2-selection {
	background-color: var(--white);
}

.select2-container--default .select2-results > .select2-results__options {
	background-color: var(--white);
}


@media screen and (max-width: 1919.98px) {

    #wjv-expertenrat-product-selection label {
        width: calc(50% - 6px);
    }

}

@media screen and (max-width: 1199.98px) {

    #wjv-expertenrat-product-selection label {
        width: 100%
    }

}

@media (max-width: 768.98px) {

    .wjv-expertenrat-filter-filter {
        column-gap: 16px;
    }

    .wjv-expertenrat-vorauswahl-element {
        width: calc((100% + 16px) / 2 - 16px);
        margin-right: 0;
    }

    .page-template-expertenrat-kontakt #content {
        background-image: url('img/experten-rat-bg-mobile-tablet.svg');
        background-size: 100% auto;
        background-position: right top;
    }

    #wjv-expertenrat-product-selection label {
        width: calc(50% - 6px);
    }   

    .wjv-form-highlighted-text {
        font-size: 12px;
    }

}

@media (max-width: 679.98px) {

    #wjv-expertenrat-product-selection label {
        width: 100%
    }

    .wjv-form-field-wrapper,
    .wjv-form-field-wrapper select,
    .wjv-expertenrat-product label,
    .wjv-expertenrat-product select {
        width: 100%;
    }

    .wjv-expertenrat-product .select2 {
        width: 100% !important;
    }

    .wjv-expertenrat-form .wjv-form-field-wrapper:has(input[type="submit"]) {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

}

@media (max-width: 479.98px) {

    .wjv-expertenrat-vorauswahl-checkbox-columns label {
        font-size: 12px;
        padding: 8px 12px;
    }

}

/* Expertenrat-Archiv-Formular ENDE */

/* Expertenrat-Archiv */

.wjv-expertenrat-archiv-fragen-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.wjv-expertenrat-archiv-search-title {
    width: 100%;
}

.wjv-expertenrat-archiv-search {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 160px;
    width: 100%;
}

.wjv-expertenrat-archiv-search .wjv-form-field-text {
    width: calc(100% - 78px);
}

.wjv-expertenrat-archiv-search .wjv-form-field-text::placeholder {
    transition: opacity .6s ease-in-out, color .6s ease-in-out;
    opacity: .5;
    color: var(--black);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wjv-expertenrat-archiv-search:hover .wjv-form-field-text::placeholder {
    opacity: 1;
    color: var(--black);
}

.wjv-expertenrat-archiv-search .wjv-search-submit {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    background-color: var(--lightyellow);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wjv-expertenrat-archiv-search .wjv-search-submit-icon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--black);
    transition: background-color .6s ease-in-out;
}

.wjv-expertenrat-archiv-search:hover .wjv-search-submit-icon {
    background-color: var(--black);
}

.wjv-expertenrat-archiv-search .wjv-search-submit-icon path,
.wjv-expertenrat-archiv-search .wjv-search-submit-icon circle {
    transition: stroke .6s ease-in-out;
    stroke: var(--black);
}

.wjv-expertenrat-archiv-search:hover .wjv-search-submit-icon path,
.wjv-expertenrat-archiv-search:hover .wjv-search-submit-icon circle {
    stroke: var(--white);
}

.wjv-expertenrat-archiv-results-title {
    margin-bottom: 80px;
    width: 100%;
}

.wjv-expertenrat-vorauswahl-frage {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 2px solid var(--black);
}

.wjv-expertenrat-archiv-results-title.wjv-expertenrat-archiv-has-results {
    border-bottom: 2px solid var(--black);
    margin-bottom: 0;
    padding-bottom: 80px;
}

.wjv-expertenrat-kategorien {
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 8px 36px;
}

.wjv-expertenrat-vorauswahl-frage h3 {
    font-size: 20px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    margin-bottom: 40px;
}

.wjv-expertenrat-kategorie-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.wjv-expertenrat-kategorie-label {
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 12px;
    background-color: var(--lightyellow);
    margin-right: 8px;
}

.wjv-expertenrat-kategorie {
    font-size: 16px;
    margin-top: 8px;
}

.wjv-expertenrat-vorauswahl-antwort-button {
    font-size: 18px;
    line-height: 40px;
    padding: 8px 72px 8px 20px;
    background-color: var(--lightblue);
    border-radius: 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-expertenrat-vorauswahl-antwort-button {
    padding: 8px 52px 8px 0;
    background-color: transparent;
    border-radius: 0;
}

.wjv-expertenrat-vorauswahl-antwort-button-icon {
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 2px solid var(--black);
    border-radius: 50%;
    transition: background-color .6s ease-in-out;
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-expertenrat-vorauswahl-antwort-button:hover {
    text-decoration: underline;
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-expertenrat-vorauswahl-antwort-button-icon {
    right: 0;
}

.wjv-expertenrat-vorauswahl-antwort-button:hover .wjv-expertenrat-vorauswahl-antwort-button-icon {
    background-color: var(--black);
}

.wjv-expertenrat-vorauswahl-antwort-button .wjv-expertenrat-vorauswahl-antwort-button-icon svg path {
    transition: stroke .6s ease-in-out;
}

.wjv-expertenrat-vorauswahl-antwort-button:hover .wjv-expertenrat-vorauswahl-antwort-button-icon svg path {
    stroke: var(--white);
}

.wjv-expertenrat-vorauswahl-antwort-open .wjv-expertenrat-vorauswahl-antwort-button-icon {
    transform: translateY(-50%) rotate(0deg);
}

.wjv-expertenrat-vorauswahl-antwort-button-icon svg {
    width: 24px;
    height: 24px;
}

.wjv-expertenrat-vorauswahl-antwort-inner-wrapper {
    background-color: var(--lightblue);
    padding: 22px 20px;
    border-radius: 12px;
    margin-bottom: 16px;
}

.wjv-expertenrat-vorauswahl-antwort p:last-child {
    margin-bottom: 0;
}

.wjv-expertenrat-archiv-disclaimer {
    text-align: center;
    font-size: 32px;
    font-family: 'Maligna', 'Georgia Custom', Times, serif;
    margin-top: 160px;
}

.wjv-expertenrat-archiv:has(.wjv-expertenrat-vorauswahl-frage:not(.wjv-not-a-match)) .wjv-expertenrat-archiv-has-no-results {
    display: none;
}

.wjv-expertenrat-archiv:not(:has(.wjv-expertenrat-vorauswahl-frage:not(.wjv-not-a-match))) .wjv-expertenrat-archiv-has-results {
    display: none;
}

.wjv-expertenrat-archiv:not(:has(.wjv-expertenrat-vorauswahl-frage:not(.wjv-not-a-match))) .wjv-expertenrat-archiv-search {
    margin-bottom: 0;
}

.wjv-expertenrat-archiv-reset,
.wjv-load-more {
    font-size: 16px;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px;
    border-radius: 23px;
    display: none;
    margin-top: 80px;
    cursor: pointer;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
}

.wjv-load-more {
    border-color: var(--black);
}

.wjv-expertenrat-archiv-reset {
    border-color: var(--orange);
    background-color: var(--orange);
    color: var(--white);
}

.wjv-expertenrat-archiv:has(.wjv-expertenrat-vorauswahl-hidden:not(.wjv-not-a-match)) .wjv-load-more {
    display: block;
}

.wjv-expertenrat-archiv:not(:has(.wjv-expertenrat-vorauswahl-hidden)) .wjv-load-more {
    display: none;
}

.wjv-load-more:hover {
    color: var(--white);
    background-color: var(--black);
}

.wjv-expertenrat-archiv-reset:hover {
    border-color: var(--lightyellow);
    background-color: var(--lightyellow);
    color: var(--black);
}

@media screen and (max-width: 768.98px) {

    .wjv-expertenrat-vorauswahl-frage {
        padding-top: 40px;
        padding-bottom: 40px;
    }

}

@media screen and (max-width: 480.98px) {

    .wjv-expertenrat-archiv-search {
        margin-bottom: 80px;
    }

    .wjv-expertenrat-archiv-results-title {
        margin-bottom: 40px;
    }

    .wjv-expertenrat-archiv-disclaimer,
    .wjv-expertenrat-archiv-no-results {
        font-size: 22px;
        margin-top: 80px;
    }
    
    .wjv-load-more {
        margin-top: 40px;
    }

}

/* Expertenrat-Archiv ENDE */

/* Kontaktformular */

.page-template-kontakt {
    background-color: var(--blue);
    color: var(--white);
}

.page-template-kontakt #main {
    padding-top: 130px;
}

.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 12px;
    margin-top: 0;
}

.wpcf7-form-control {
    box-sizing: border-box;
}

.page-template-kontakt label {
    color: white;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}

.wpcf7-form-control-wrap {
    box-sizing: border-box;
    margin-top: 10px;
    display: block;
}

.page-template-kontakt input.wpcf7-text,
.page-template-kontakt textarea {
    border: 2px solid transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 100%;
    box-sizing: border-box;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    background-color: var(--white80);
    border-radius: 12px;
    padding: 16px 18px;
    font-size: 20px;
    line-height: 28px;
    display: block;
    transition: border-color .6s ease-in-out;
}

.page-template-kontakt input[type="submit"] {
    background-color: var(--orange);
	color: var(--white);
	align-items: center;
	justify-content: center;
	width: 220px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	border: none;
	transition: background-color .2s, color .2s;
	font-weight: 700;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	-webkit-appearance: button;
	text-align: center;
	padding: 23px 12px;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 32px;
    text-transform: none;
    transition: color .3s, background-color .3s;
}

.page-template-kontakt input[type="submit"]:hover {
    color: var(--black);
    background-color: var(--lightyellow);
}

.page-template-kontakt .wjv-form-field-wrapper:has(input[type="submit"]) {
    margin-top: 24px;
    position: relative;
}

.page-template-kontakt textarea {
    height: 231px;
}

.page-template-kontakt .wjv-form-field-wrapper.wjv-privacy-text {
    font-size: 16px;
}

.page-template-kontakt .wjv-form-field-wrapper.wjv-privacy-text a {
    color: inherit;
    font-size: inherit;
    transition: opacity .3s;
}

.page-template-kontakt .wjv-form-field-wrapper.wjv-privacy-text a:hover {
    opacity: .7;
}

.wjv-captcha-row > span {
    display: flex;
    margin-top: 12px;
    gap: 12px;
}

.wjv-captcha-row .wpcf7-form-control-wrap {
    margin-top: 0;
    width: 100%;
}

.wjv-captcha-image {
    width: 86px;
    height: 38px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    flex-grow: 0;
}

.wpcf7-captchar {
    padding: 3px 15px;
    margin-top: 0;
    width: 100%;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border-radius: 8px;
    font-size: 20px;
    line-height: 28px;
    border: 2px solid transparent;
}

.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1440.98px) {

    .page-template-kontakt #main {
        padding-top: 115px;
    }

}

@media screen and (max-width: 768.98px) {

    .page-template-kontakt #main {
        padding-top: 80px;
    }

}

@media screen and (max-width: 599.98px) {

    .page-template-kontakt .wjv-form-field-wrapper:has(input[type="submit"]) {
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

}

/* Kontaktformular ENDE */

/* Thank-You-Overlay */

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: block;
}

.wpcf7 form .wjv-cf7-response-wrapper,
.wjv-form-alert {
    padding: 94px 30px 30px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: 40px auto;
    background-position: 50% 30px;
    position: fixed;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    box-shadow: 0 0 30px rgba(0,0,0,0.2);
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    width: 825px !important;
    margin: 0 auto;
    max-width: 90%;
    box-sizing: border-box;
    border: none;
    z-index: 10001;
    opacity: 0;
    transition: opacity .6s ease-in-out, top .6s ease-in-out, transform .6s ease-in-out;
    pointer-events: none;
}

.wpcf7 form .wjv-cf7-response-wrapper {
    background-color: var(--white);
}

.wpcf7 form .wpcf7-response-output {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    border: none;
    color: var(--black);
    margin: 0;
    padding: 0;
}

.wjv-form-alert {
    background-color: var(--blue);
    color: var(--white);
}

.wjv-form-alert .wjv-form-overlay-button {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    padding: 12px;
    background-color: var(--orange);
    color: var(--white);
    transition: color .5s, background-color .5s, border-color .5s;
    border-radius: 23px;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
}

.wjv-form-overlay-button.vc_btn3.vc_btn3-style-wjv_small {
    margin-top: 20px;
    margin-bottom: 0;
}

.wjv-external-link-popup-button-wrapper a.vc_btn3.vc_btn3-style-wjv_small {
        margin-top: 20px;
    }

.wpcf7 form.invalid .wjv-form-overlay-button {
    background-color: var(--blue);
    color: var(--white);
    margin-top: 40px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    padding: 15px;
    text-align: center;
    max-width: 327px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 23px;
    cursor: pointer;
    transition: background-color .3s, color .3s;
}

.wpcf7 form:not(.invalid) .wjv-form-overlay-button {
    display: none;
}

.wpcf7 form.invalid .wjv-form-overlay-button:hover {
    background-color: var(--lightblue);
    color: var(--black);
}

.wjv-expertenrat-form .wjv-form-overlay-button {
    background-color: var(--orange);
    color: var(--white);
}

.wjv-expertenrat-form .wjv-form-overlay-button:hover {
    background-color: var(--lightyellow);
    color: var(--black);
}

.wpcf7 form::before,
.wjv-form-alert-backdrop {
    content: '';
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    backdrop-filter: blur(10px);
    z-index: 10000;
    opacity: 0;
    transition: opacity .6s ease-in-out;
    pointer-events: none;
}

.wjv-show-form-overlay .wjv-form-alert-backdrop,
.wjv-remove-form-overlay .wjv-form-alert-backdrop {
    pointer-events: auto;
}

.wjv-show-form-overlay .wpcf7 form::before,
.wjv-show-form-overlay .wjv-form-alert-backdrop {
    opacity: 1;
}

.wjv-show-form-overlay .wjv-form-alert,
.wjv-show-form-overlay .wpcf7 form .wjv-cf7-response-wrapper {
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%);
}

.wjv-remove-form-overlay .wpcf7 form::before {
    opacity: 0;
}

.wjv-remove-form-overlay .wjv-form-alert-backdrop {
    opacity: 0;
}

.wjv-remove-form-overlay .wjv-form-alert,
.wjv-remove-form-overlay .wpcf7 form .wjv-cf7-response-wrapper {
    top: 0;
    opacity: 0;
    transform: translate(-50%, -100%);
}

.wjv-form-alert-success {
    background-image: url('img/icon-success.svg');
}

.wpcf7 form.sent .wjv-cf7-response-wrapper {
    background-image: url('img/icon-success-black.svg');
}

.wjv-form-alert-error {
    background-image: url('img/icon-error-white.svg');
    pointer-events: all;
}

.wpcf7 form.invalid .wjv-cf7-response-wrapper,
.wpcf7 form.spam .wjv-cf7-response-wrapper {
    background-image: url('img/icon-error-black.svg');
    pointer-events: all;
}

.wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) input,
.wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) textarea {
    border-color:var(--orange);
}


@media (max-width: 768.98px) {
    .wjv-form-overlay-button.vc_btn3.vc_btn3-style-wjv_small {
        margin-top: 6px;
    }

    .wjv-external-link-popup-button-wrapper a.vc_btn3.vc_btn3-style-wjv_small {
        margin-top: 24px;
    }
}
/* Thank-You-Overlay ENDE */


/* Download Cards */
.wjv-downloads-wrapper {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 52px;
    column-gap: 18px;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--black);
    padding: 0 0 20px;
    min-height: 175px;
    box-sizing: border-box;
}

.wjv-downloads-wrapper:last-of-type {
    margin-bottom: 80px;
}

.wjv-downloads-image {
    grid-column: span 3;
    grid-row: span 2;
    align-self: self-start;
    height: auto;
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
}

.wjv-downloads-image img {
    display: block;
    object-fit: cover;
    border-radius: 8px;
    height: 100%;
	width: 100%;
    
}

h3.wjv-downloads-title {
    grid-column: span 5;
    grid-row: span 2;
}

.wjv-downloads-description {
    grid-column: span 4;
    grid-row: span 1;
}

.wjv-downloads-description p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}

.wjv-downloads-link {
    text-decoration: none;
    grid-row: 2 / 3;
    grid-column: 9 / span 4;
    justify-self: end;
    position: relative;
    margin-top: 12px;
}

.wjv-downloads-link span.link-text {
    line-height: 40px;
    text-align: right;
    color: var(--black);
    margin-right: 52px;
    transition: border-bottom .3s ease-in-out;
}

.wjv-downloads-link:hover span.link-text {
    border-bottom: 2px solid var(--black);
}

.wjv-downloads-link span.wjv-download-icon,
.wjv-downloads-link span.wjv-download-icon-hover {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-image: url('./img/icon-circle-download.svg');
    background-repeat: no-repeat;
    cursor: pointer;
}

.wjv-downloads-link span.wjv-download-icon-hover {
    background-image: url('./img/icon-circle-download-hover.svg');
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.wjv-downloads-link:hover span.wjv-download-icon-hover {
    opacity: 1;
}

.wpb_text_column:has(h2) + .wjv-downloads-wrapper {
    margin-top: 80px;
}

@media (max-width: 768.98px) {
    .wpb_text_column:has(h2)+.wjv-downloads-wrapper {
        margin-top: 40px;
    }

    .wjv-downloads-wrapper {
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: auto 1fr 52px;
        column-gap: 12px;
        padding-bottom: 12px
    }

    .wjv-downloads-image {
        grid-column: span 3;
        grid-row: span 2;
    }

    .wjv-downloads-image+h3.wjv-downloads-title {
        grid-column: span 3;
    }

    h3.wjv-downloads-title {
        grid-column: span 4;
        grid-row: span 1;
        margin-bottom: 12px;
        height: auto;
    }

    .wjv-downloads-wrapper:has(.wjv-downloads-image+h3.wjv-downloads-title) .wjv-downloads-description {
        grid-column: span 3;
    }

    .wjv-downloads-description {
        grid-column: span 4;
    }

    .wjv-downloads-link {
        grid-row: 3 / 4;
        grid-column: 5 / span 2;
    }
}

@media (max-width: 480.98px) {
    .wjv-downloads-wrapper {
        grid-template-rows: auto auto 1fr 52px;
        column-gap: 12px;
        padding-bottom: 12px
    }

    .wjv-downloads-image {
        grid-column: span 6;
        grid-row: span 1;
        margin-bottom: 20px
    }

    .wjv-downloads-image+h3.wjv-downloads-title {
        grid-column: span 6;
        grid-row: span 1;
    }

    h3.wjv-downloads-title {
        grid-column: span 6;
        grid-row: span 2;
    }

    .wjv-downloads-wrapper:has(.wjv-downloads-image+h3.wjv-downloads-title) .wjv-downloads-description,
    .wjv-downloads-description {
        grid-column: span 6;
    }

    .wjv-downloads-description p {
        font-size: 12px;
    }

    .wjv-downloads-link {
        grid-row: 4 / 5;
        grid-column: span 6;
    }

    .wjv-downloads-wrapper:last-of-type {
        margin-bottom: 40px;
    }
}
/* Download Cards ENDE */

.wpb_gallery_slides > ul > li:not(:first-child) {
    display: none;
}

.wpb_gallery_slides > ul > li img {
    border-radius: 8px;
}

/* „Artikel teilen“ Icons */
.wjv-share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 16px;
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 20px;
    border-top: 2px solid var(--black);
    height: 40px;
    box-sizing: content-box;
}

.wjv-share p {
    margin-bottom: 0;
}

.wjv-share-icon {
    display: block;
    height: 21px;
    width: 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.wjv-share-mail {
    width: 24px;
    background-image: url('./img/mail-ic-bk.svg');
}

.wjv-share-clipboard {
    background-image: url('./img/link-ic-bk.svg');
    position: relative;
    color: inherit;
}

.wjv-share-whatsapp {
    background-image: url('./img/whatsapp-ic-bk.svg');
}

.wjv-link-copied {
    position: absolute;
    text-decoration: none;
    color: inherit;
    background-color: var(--lightgrey);
    border-radius: 4px;
    padding: 5px 10px;
    opacity: 0;
    font-size: 14px;
    font-weight: 400;
    bottom: 80%;
    left: 80%;
    white-space: nowrap;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.wjv-link-copied-alert-visible {
    pointer-events: none;
}

@media(max-width:768.98px) {
    .wjv-share {
        gap: 24px;
    }
}

/* WPBakery-Menü / Beschwerdenavigator */

.wjv-menu {
    padding: 40px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.wjv-menu-background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.wjv-menu-background-mobile {
    display: none;
}

.wjv-menu-background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wjv-menu-background-desktop img {
    object-position: right center;
}

.wjv-menu-background-mobile img {
    object-position: center bottom;
}

.wjv-menu .wjv-menu-headline {
    z-index: 3;
    position: relative;
    color: var(--white);
    font-size: 32px;
    font-weight: 400;
}

.wjv-menu-text {
    z-index: 3;
    position: relative;
    color: var(--white);
    margin-bottom: 48px;
}

.wjv-menu-menu {
    z-index: 3;
    position: relative;
}

.wjv-menu .wjv-menu-menu ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 0;
}

.wjv-menu .wjv-menu-menu ul li {
    padding-left: 0;
    margin-bottom: 0;
}

.wjv-menu-menu a {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 8px 20px;
    border: 2px solid var(--white);
    border-radius: 8px;
    cursor: pointer;
    transition: color .3s ease-in-out, background-color .3s ease-in-out;
    text-decoration: none;
    color: var(--white);
    display: block;
}

.wjv-menu-menu a:hover {
	background-color: var(--white);
	color: var(--black);
}

.wjv-beschwerde-back {
    margin-bottom: 24px;
}

#menu-beschwerdenavigator li::before
{
    content:unset;
}

@media (max-width: 768.98px) {

    .wjv-menu-background-desktop {
        display: none;
    }

    .wjv-menu-background-mobile {
        display: block;
    }

    .wjv-menu {
        padding: 24px;
    }

    .wjv-menu .wjv-menu-headline {
        font-size: 22px;
    }

}

/* WPBakery-Menü / Beschwerdenavigator ENDE */

/* WPBakery Image Lightbox / VC Lightbox */

#lightboxOverlay {
    position: fixed;
    width: 100% !important;
    background-color: var(--blue);
    opacity: 1;
}

#lightbox {
    position: fixed;
    top: 50% !important;
    transform: translateY(-50%);
    container-type: inline-size;
    padding: 0 10px;
    /* width: calc(100% - 20px); */
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
}

div.lb-outerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    /* width: 100%;
    max-width: calc(100vw - 20px);
    height: auto;
    max-height: calc(100dvh - 120px); */
    background-color: transparent;
    padding-bottom: 80px;
}

.lightbox .lb-container {
    width: 100%;
    height: 100%;
}

div.lightbox .lb-image {
    display: block;
    border: none;
    border-radius: 8px;
    /* height: 100% !important;
    width: 100% !important; */
    object-fit: contain;
    max-width: 100vw;
}

div.lb-dataContainer {
    border-radius: 0;
    padding: 20px 10px;
    height: 80px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
   

div.lb-dataContainer .lb-data :is(.lb-details, .lb-closeContainer) > * {
    font-size: 20px;
    line-height: 22px;
    color: var(--white);
}

div.lb-dataContainer .lb-close {
    position: relative;
    height: 40px;
    width: 40px;
    background-image: url('./img/icon-circle-x.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

div.lb-dataContainer .lb-close:before {
    content: "Schließen";
    display: block;
    position: absolute;
    top: 50%;
    right: 52px;
    transform: translateY(-50%);
}

div.lb-dataContainer .lb-close:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    background-image: url('./img/icon-circle-x-hover_wh.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.lb-container .lb-nav {
	height: calc(100% - 80px);
}

.lb-container .lb-nav a.lb-prev {
    background-image: url(./img/circle-chevron-left-black.svg);
    background-size: 40px;
    background-position-x: 12px;
}

.lb-container .lb-nav a.lb-next {
    background-image: url(./img/circle-chevron-right-black.svg);
    background-size: 40px;
    background-position-x: calc(100% - 12px);
}

div.lb-dataContainer:hover .lb-close:before {
    text-decoration: underline;
}

div.lb-dataContainer:hover .lb-close:after {
    opacity: 1;
}

div.lb-data .lb-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 40px;
}

div.lb-data .lb-details > * {
    padding-bottom: 0;
}

.lb-loader .lb-cancel {
    background: url(./img/90-ring-with-bg.svg);
    background-repeat: no-repeat;
    background-size: 32px;
}

/* WPBakery Image Lightbox ENDE */

/* Onboarding-Test */

/* .page-template-onboarding-test-page .vc_row:not(:has(.vc_inner)) > .wpb_column {
	padding-top: 0;
	padding-bottom: 0;
} */

.page-template-onboarding-test-page .wjv-video-stage-video {
	object-position: right top;
}

.page-template-onboarding-test-page #content {
    padding-top: 82px;
}

.wjv-onboarding {
    margin-top: 82px;
}

.wjv-onboarding-test-page fieldset {
    margin: 0;
    border: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.wjv-onboarding-test-page fieldset input {
    display: none;
}

.wjv-onboarding-test-page fieldset label {
    width: 100%;
    font-size: 20px;
    padding: 25px 50px;
    position: relative;
    transition: transform 1s .5s;
    transform: translateY(100px);
}

.wjv-onboarding-test-page.is-active fieldset label {
    transition: transform .5s;
    transform: translateY(0);
}

.wjv-onboarding-test-page fieldset label:before {
    content: '';
    display: block;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid var(--black);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    transition: border-color .5s, background-color .5s;
    z-index: -1;
}

.wjv-onboarding-test-page fieldset input:not(:checked) + label:hover {
    text-decoration: underline;
}

.wjv-onboarding-test-page fieldset label:hover:before {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-width: 2px;
}

.wjv-onboarding-test-page fieldset input:checked + label:before {
    border-color: var(--lightblue);
    background-color: var(--lightblue);
}

.wjv-onboarding-test-page fieldset label:not(:last-child) {
    margin-bottom: 10px;
}

.wjv-onboarding-test-page-inner {
    box-sizing: border-box;
    padding: 128px 100px 163px;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.wjv-onboarding-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.wjv-onboarding-intro-page-inner {
    max-width: 1200px;
    padding: 90px 40px;
    margin-left: auto;
    margin-right: auto;
}

.wjv-onboarding-intro-content-wrapper {
    padding: 90px 50px 50px;
    background-color: var(--white);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.wjv-onboarding-intro-content::after {
    width: calc(100% - 150px);
    height: 2px;
    max-width: 990px;
    background-color: var(--black);
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.wjv-onboarding-intro-content {
    margin-bottom: 48px;
}

.wjv-onboarding-intro-content p {
    max-width: 954px;
}

.wjv-onboarding-intro-disclaimer-content {
    text-align: center;
    margin-top: 48px;
}

.wjv-onboarding-test-header {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 4;
    max-width: 1520px;
    box-sizing: border-box;
    transition: opacity .25s .25s;
}

.wjv-onboarding-test-header .splide__pagination {
    position: static;
    counter-reset: pagination-num;
    gap: 10px;
}

.wjv-onboarding-test-header .splide__pagination__page {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 11px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--lightblue);
    color: var(--blue);
    width: 31px;
    height: 31px;
    border: 2px solid var(--lightblue);
    transition: background-color .5s, border-color .5s;
    margin: 0;
    opacity: 1;
    pointer-events: none;
    transform: none;
}

.wjv-onboarding-test-header li:has(.splide__pagination__page.is-active) ~ li .splide__pagination__page {
    transform: none;
    background-color: transparent;
    border-color: var(--blue);
}

.wjv-onboarding-test-header .splide__pagination__page:before {
    counter-increment: pagination-num;
    content: counter( pagination-num );
}

.wjv-onboarding-test-pages {
    padding: 80px 40px !important;
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s .25s;
    z-index: 3;
}

.wjv-onboarding-test-pages-list {
    background-color: var(--white);
    border-radius: 12px;
}

.wjv-onboarding-test-back {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.wjv-onboarding-test-page {
    width: 100%;
}

.wjv-onboarding-intro :last-child {
    margin-bottom: 0;
}

.wjv-onboarding-test-question label {
    width: calc(100% - 25px);
}

.wjv-onboarding-results {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    margin: 0 auto 120px;
    display: flex;
    flex-direction: column;
}

.wjv-onboarding-results-answer {
    display: none;
    order: 999;
}

.wjv-onboarding-test-submit {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    transition: opacity .5s, color .5s, background-color .5s, border-color .5s;
    z-index: 4;
}

.wjv-onboarding-test-submit span,
.wjv-onboarding-test .splide__arrow--next span {
    background-color: var(--blue);
    border-color: var(--blue);
    white-space: nowrap;
}

.wjv-onboarding-test-submit:hover span,
.wjv-onboarding-test .splide__arrow--next:hover span {
    background-color: var(--lightblue);
    border-color: var(--lightblue);
    color: var(--black);
}

.wjv-onboarding-test .splide__arrow--prev {
    opacity: 0;
    pointer-events: none;
    top: 146px;
    left: calc(50% - 796px);
    width: auto;
    height: auto;
    background-color: transparent;
    z-index: 4;
}

.wjv-onboarding-test .splide__arrow--prev svg {
	transform: none;
    fill: none;
    margin-right: 8px;
}

.wjv-onboarding-test .splide__arrow--next {
    opacity: 0;
    pointer-events: none;
    top: unset;
    bottom: 130px;
    right: 50%;
    transform: translateX(50%);
    width: auto;
    height: auto;
    background-color: transparent;
    transition: opacity .5s;
    z-index: 4;
}

.wjv-onboarding-test-has-started .wjv-onboarding-test-pages {
    pointer-events: all;
}

.wjv-onboarding-test-has-started .wjv-onboarding-test-header {
    pointer-events: all;
}

.wjv-onboarding-test-has-started:not(:has(.wjv-onboarding-test-page.is-active:first-child)) .splide__arrow--prev {
    opacity: 1;
    pointer-events: all;
}

.wjv-onboarding-test-has-started:has(.wjv-onboarding-test-page.is-active:not(:last-child) input:checked) .splide__arrow--next {
    opacity: 1;
    pointer-events: all;
}

.wjv-onboarding-test-has-started:has(.wjv-onboarding-test-page.is-active:last-child input:checked) .wjv-onboarding-test-submit {
    opacity: 1;
    pointer-events: all;
}

.wjv-onboarding-test-question-text {
    max-width: 954px;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.wjv-onboarding-test-reset {
    display: none;
}

.wjv-onboarding-results-visible .wjv-onboarding-results {
    pointer-events: all;
}

.page-template-onboarding-test-page .wjv-subpage-stage {
    margin-top: 0;
    margin-bottom: 40px;
    order: 0;
}

.wjv-onboarding-results-answer {
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
}

/* .wjv-onboarding-results-content {
    padding-top: 80px;
    padding-bottom: 80px;
} */

.wjv-onboarding-results-answer:has(.wjv-onboarding-results-content > .wpb-content-wrapper > .wjv-background:last-child) + .wjv-onboarding-results-answer:has(.wjv-onboarding-results-content > .wpb-content-wrapper > .wjv-background:first-child) {
    margin-top: 80px;
}

.wjv-onboarding-results-answer .vc_row:not(:has(.vc_inner)) > .wpb_column {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wjv-onboarding-results-answer .wjv-background-color {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wjv-onboarding-results-first-content {
    margin-top: 80px;
}

.wjv-onboarding-results-answer .vc_tta-container {
    margin-bottom: 0;
}

@media screen and (max-width: 1799.98px) {

    .wjv-onboarding-test .splide__arrow--prev {
        left: 108px;
    }

}

@media (max-width: 768.98px) {

    .wjv-onboarding-test-page-inner {
        padding-left: 50px;
        padding-right: 50px;
    }

    .wjv-onboarding-test-question-text {
        hyphens: auto;
        -webkit-hyphenate-limit-before: 8;
        -webkit-hyphenate-limit-after: 6;
        hyphenate-limit-chars: 8 6;
    }

    .wjv-onboarding-test-page fieldset label {
        padding-left: 25px;
        padding-right: 25px;
        hyphens: auto;
    }

    .wjv-onboarding-test-pages {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .wjv-onboarding-test .splide__arrow--prev {
        left: 65px;
        text-decoration: underline;
    }

}

@media (max-width: 599.98px) {

    .wjv-onboarding-test-page-inner {
        padding-top: 150px;
        padding-bottom: 140px;
    }

    .wjv-onboarding-test-header {
        top: 155px;
    }

    .wjv-onboarding-test .splide__arrow--prev {
        left: 50%;
        top: 105px;
        transform: translateX(-50%);
    }

}

@media (max-width: 480.98px) {

    .wjv-onboarding-intro-page-inner {
        padding: 40px 24px;
    }

    .wjv-onboarding-test-page-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-onboarding-test-pages {
        padding: 40px 24px !important;
    }

    
    .wjv-onboarding-test-header {
        top: 115px;
    }

    .wjv-onboarding-test .splide__arrow--prev {
        top: 65px;
    }

    .wjv-onboarding-test-question-text {
        font-size: 22px;
        line-height: 1.4;
    }

    .wjv-onboarding-test-page fieldset label {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .wjv-onboarding-test-submit,
    .wjv-onboarding-test .splide__arrow--next {
        bottom: 65px;
    }

    .wjv-onboarding-intro-content::after {
        width: calc(100% - 40px);
    }

    .wjv-onboarding-results-answer {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-onboarding-results-answer:has(.wjv-onboarding-results-content > .wpb-content-wrapper > .wjv-background:last-child) + .wjv-onboarding-results-answer:has(.wjv-onboarding-results-content > .wpb-content-wrapper > .wjv-background:first-child) {
        margin-top: 40px;
    }

    .wjv-onboarding-results-first-content {
        margin-top: 0;
    }


}

/* Onboarding-Test ENDE */


body.lightbox-click-init
{
    overflow:hidden;
}

.wjv-related-posts-post-image {
    aspect-ratio: 4 / 3;
    margin-bottom: 16px;
}

.wjv-related-posts-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.entry-content ol {
    padding-left: 25px;
}

.wjv-inhaltsverzeichnis ol {
    padding-left: 0;
    display: none;
}

.entry-content ol li::marker {
    font-weight: 700;
}

.entry-content ul {
    margin-bottom: 24px;
}

.entry-content ul li {
    margin-bottom: 12px;
}

.entry-content ul li:last-child {
    margin-bottom: 0;
}

.select2-selection:focus-visible {
    outline: none;
}

.wjv-inhaltsverzeichnis ol {
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 480.98px) {

    .wjv-highlighted-text .wjv-highlighted-text-headline {
        font-size: 22px;
        hyphens: auto;
    }

}

.wjv-onboarding-results-outro {
    order: 1000;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
}

@media (max-width: 480.98px) {

    .wjv-onboarding-intro-content-wrapper {
        padding: 75px 25px 35px;
    }

    .wjv-onboarding-intro-content p {
        font-size: 16px;
    }

    .wjv-onboarding-intro-content h1 {
        font-size: 24px;
    }

    .wjv-onboarding-results-outro {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wjv-onboarding-intro-disclaimer-content {
        margin-top: 24px;
    }

    .wjv-onboarding-intro-content {
        margin-bottom: 24px;
    }

}

.mobile-menu-open {
    overflow: hidden;
    position: fixed;
}

@media (min-width: 1024px) {

    .navbar-menu > ul > li > ul.sub-menu {
        height: calc(100dvh - 240px);
    }

    nav.main-menu .navbar-menu .wjv-navbar-menu-host.wjv-small-text {
        margin-bottom: 16px;
    }

}

