/* outfit-700 - latin */
@font-face {
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../webfonts/outfit-v6-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../webfonts/outfit-v6-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-300 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('../webfonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../webfonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('../webfonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../webfonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-300italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 300;
    src: local(''),
    url('../webfonts/montserrat-v25-latin-300italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../webfonts/montserrat-v25-latin-300italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700italic - latin */
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('../webfonts/montserrat-v25-latin-700italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../webfonts/montserrat-v25-latin-700italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    --black: #000;
    --grey: #929395;
    --midgrey: #555;
    --lightgrey: #f1f1f1;
    --white: #fff;
    --blue: #63B8C0;

    --shadow: 0 0 20px #ccc;
    --main-radius: 10px;

    --gradient: 135deg, var(--re1) 10%, var(--comm1) 35%, var(--medi1) 65%, var(--date1) 90%
}

:root {
    --main-padding: 2rem;
}

@media (min-width: 768px) {
    :root {
        --main-padding: 3rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --main-padding: 4rem;
    }
}


@media (min-width: 1401px) {
    .col-xxl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xxl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xxl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xxl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xxl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xxl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xxl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xxl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xxl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xxl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xxl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xxl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xxl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xxl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xxl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xxl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.666667%;
    }

    .d-xxl-none {
        display: none
    }
}

.clearfix * {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

html {
    font-size: 10px;
    scroll-padding-top: 150px;
    scroll-behavior: smooth;
	hyphens: auto
}

@media (min-width: 768px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 16px;
    }
}

body, html, #wrapper {
}

@media (max-width: 767px) {
    body, html {
        -ms-overflow-style: scrollbar;
        max-width: 100% !important;
    }

    html {
        font-size: 13px;
    }
}

body {
    position: relative;
    font-style: normal;
    line-height: 1.6;
    font-size: 1.1rem;
    color: var(--black);
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    hyphens: auto;
}


p {
    font-size: 1.1rem;
}

html,
body {
    width: 100%;
}

b, strong {
    font-weight: 700;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body section p {
    position: relative;
    z-index: 2
}

/*
button, input, select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border-radius: 0;
    border: 0;
}
 */

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid var(--white);
}

img {
    max-width: 100%;
    height: auto;
}


a {
    color: var(--blue)
}

a:hover,
a:focus {
    color: #777;
    text-decoration: none;
    outline: none;
}

@media (min-width: 1400px) {
    .container {
        max-width: 1360px;
    }
}

/* HEADER */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    overflow-wrap: inherit;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    hyphens: none;
}

h1 {
    color: var(--blue)
}

/*
h1, .h1 {
    font-size: clamp(1.9rem, 2.5vw, 2.9rem)
}

h2, .h2 {
    font-size: clamp(1.7rem, 2.5vw, 2.5rem)
}

h3, .h3 {
    font-size: clamp(1.6rem, 2.5vw, 2rem)
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1.1rem;
}
*/

/** BREADCRUMB**/
#breadCrumb {
    position: relative;
    z-index: 3;
    font-size: 10px;
}

.breadcrumbmenu {
    padding: 15px 0;
    border-bottom: 2px solid #212346
}

ol.breadcrumb {
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    margin: 0 !important
}

.small-gap {
    margin-bottom: 15px !important;
}

.gap {
    margin-bottom: 30px !important;
}

.big-gap {
    margin-bottom: 60px !important;
}

.no-margin {
    margin: 0;
    padding: 0;
}

.tcenter {
    text-align: center;
}

.tright {
    text-align: right;
}

.versteckt {
    opacity: 0
}

.sichtbar {
    opacity: 1
}

.shadow {
    box-shadow: 0px 0px 3px 1px #333;
    -moz-box-shadow: 0px 0px 3px 1px #333;
    -webkit-box-shadow: 0px 0px 3px 1px #333;
}

.inner-shadow {
    -moz-box-shadow: inset 0 8px 8px -8px var(--black),
    inset 0 -8px 8px -8px var(--black);
    -webkit-box-shadow: inset 0 8px 8px -8px var(--black),
    inset 0 -8px 8px -8px var(--black);
    box-shadow: inset 0 8px 8px -8px var(--black),
    inset 0 -8px 8px -8px var(--black);
}

.img-responsive {
    margin: 0 auto;
}

p {
    margin-bottom: 1.2em;
}

p a {
    text-decoration: underline;
}

.vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section,
section {
    padding: calc(var(--main-padding) * 2) 15px;
}

section + section {
    padding-top: 0
}

@media (min-width: 768px) {
    section.maincontent {
        padding-left: 45px;
        padding-right: 45px;
    }
}

/*
section.vc_section + section.vc_section {
    padding-top: 0
}
*/
section.animation-holder {
    padding-left: 0;
    padding-right: 0
}

section.maincontent section.vc_section:last-child {
    padding-bottom: 0
}

section.vc_section {
    position: relative;
    /*    z-index: 1;*/
}

section.vc_section + section.vc_section-has-fill {
    position: relative;
    z-index: 0;
    overflow: visible;
}

section.arrows:after {
    content: '';
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/bgarrows.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    padding-bottom: 65%;
    opacity: .5;

}

section.arrows.rightarrows:after {
    right: 0;
    left: 75%;
}

section.arrows.leftarrows:after {
    right: 75%;
    transform: translateY(-50%) rotate(180deg);
}

.check-padding + section {
    padding-top: 0;
}

div.maincontent {
    padding: calc(var(--main-padding) / 2) 0 calc(var(--main-padding) * 2);
    padding-bottom: 0;
}

div.maincontent > .vc_section:first-of-type {
    padding-top: 0 !important
}

div.maincontent > .vc_section:last-of-type {
    padding-bottom: 0 !important
}

section.subcontent:last-of-type {
    padding-bottom: 0
}

/** META **/
.mobilemeta {
    margin: -3rem;
}

.meta {
    /*max-width: 1660px;*/
    margin: 0 auto;
    background-color: var(--main-dark-color);
    padding: 0;
    line-height: 2rem;
    height: 2rem;
    transition: transform ease .25s;
}

.mobilemeta ul,
.meta ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobilemeta ul {
    border-bottom: 1px solid var(--blue);
}

.mobilemeta ul li,
.meta ul li {
    padding: 0;
    margin: 0;
    float: left;
}

.mobilemeta ul li {
    text-align: center;
}

.mobilemeta ul li a,
.meta ul li a {
    line-height: 2rem;
    display: block;
    padding: 0 1rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--white);
}

.mobilemeta ul li a {
    padding: 1rem;
    font-size: 1.3rem;
    border: 0 !important
}

body#style-b2c .mobilemeta ul li.b2c a,
body#style-b2b .mobilemeta ul li.b2b a,
body#style-b2c .meta ul li.b2c a,
body#style-b2b .meta ul li.b2b a {
    background-color: var(--blue);
    color: var(--white) !Important
}


/** NAVBAR **/

header {
    margin: 0 auto;
    position: fixed;
    right: 15px;
    left: 15px;
    top: 2rem !important;
    background-color: var(--white);
    transition: top ease .25s, transform ease .25s, background-color ease .25s;
    border-radius: var(--main-radius);
    box-shadow: var(--shadow);
}

header:hover {
    background-color: rgba(255, 255, 255, 1);
}

body.navaffix header {
    top: 15px !important;
    background-color: rgba(255, 255, 255, 1);

}

@media (min-width: 992px) {
    header {
        top: 2rem !important;
        max-width: calc(100% - 4rem);
    }

    body.navaffix header {
        top: 1rem !important;
    }
}

@media (min-width: 1661px) {
    header {
        max-width: calc(1660px - 4rem);
    }
}


header .headerinner {
    padding: calc(var(--main-padding) / 2) 0 calc(var(--main-padding) / 2);
}

header nav.navbar {
    padding: 0 15px;
}

@media (min-width: 768px) {
    header nav.navbar {
        padding: 0 var(--main-padding);
    }
}

header nav.navbar .navbar-collapse {
    pointer-events: all
}

header .dropdown-toggle::after {
    position: absolute;
    top: calc(100% + 1px);
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    z-index: 3;
}

.navbar {
    z-index: 999;
    border-radius: 0 !Important;
    margin-bottom: 0;
    font-weight: 300;
}

.navbar-nav {
    background-color: rgba(255, 255, 255, 0);
    transition: box-shadow ease .3s, transform ease .3s, border-top-width ease .3s;
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-nav > li {
    position: relative;
    z-index: 2;
    margin: 0 .25rem;
}

.navbar-nav > li > a {
    position: relative;
    z-index: 2;
    line-height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    color: var(--black);
    display: block;
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        line-height: 45px;
    }
}

@media (max-width: 1399px) {
    header .navbar-nav > li:not(.loginbtn) > a
    header .navbar-nav > li:not(.menubtn) > a {
        padding: 0.5rem 0 !important;
    }

    header .navbar-nav > li > a {
        font-size: .85rem;
    }
}

.dropdown-menu {
    position: relative;
    z-index: 4;
    min-width: 100%;
    padding: 0 1rem;
    margin-top: -1px;
    border-bottom: 1px solid var(--black) !important;
}

.show > .dropdown-menu {
    max-height: 800px;
    visibility: visible;
}

.dropdown-menu {
    display: block;
    max-height: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

@media (pointer: fine) {
    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
    }
}

.dropdown-menu > a {
    padding: 0.25rem .5rem !important;
    border-bottom: 1px solid transparent;
}

/*
.dropdown-item.active, .dropdown-item:active {
    border-bottom-color: var(--white);
}
*/

.navbar-nav li a.active.dropdown-toggle::after {
    color: var(--white);
}

/*
header .dropdown-item:focus, header .dropdown-item:hover {
    background-color: var(--white);
    color: var(--main-bg-color) !important
}
*/
.navbar-nav li.current-menu-item > a,
.navbar-nav li.current-menu-parent > a {
    color: var(--gold)
}

.navbar-nav > li > a:hover {
    color: var(--blue) !important;
}

.navbar-brand {
    z-index: 1000;
    overflow: hidden;
    padding: .75rem 0;

}

.navbar-brand img {
    height: 35px;
}

@media (min-width: 450px) {
    .navbar-brand img {
        height: 40px;
    }
}

@media (min-width: 768px) {
    .navbar-brand img {
        height: 60px;
    }
}

@media (min-width: 1500px) {
    .navbar-brand img {
        height: 70px;
    }
}

#metanav {
    position: absolute;
    right: 0;
    top: 0;
}


header .dropdown-menu {
    border-radius: 0;
    border: 0;
    z-index: 2;
}


.dropdown-menu a {
    font-weight: 300;
    position: relative;
    z-index: 2;
    display: block;
    border-bottom: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 30px;
    background-color: transparent !important
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--blue)
}

#wrapper {
    margin: 0 auto;
    /*max-width: 1660px;*/
    overflow: hidden;
}

body.post-type-archive-glossar #wrapper {
    overflow: visible
}

/** SLICKS **/

.slick-list {
    padding: 0 !important
}

.slick-slider .slick-prev, .slick-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, .5);
    outline: none !important;
    border: none !important;
    z-index: 19;
    font-size: 12px;
    background: transparent !important;
}

.device .slick-slider .slick-prev, .device .slick-slider .slick-next {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

@media (min-width: 768px) {
    .device .slick-slider .slick-prev, .device .slick-slider .slick-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .device .slick-slider .slick-prev, .device .slick-slider .slick-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

.slick-slider .slick-prev:hover, .slick-slider .slick-next:hover {
    color: rgba(0, 0, 0, 1);
}

.slick-slider .slick-prev:after, .slick-slider .slick-next:after {
    content: '';
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    position: absolute;
    inset: 0;
    z-index: -1;

}

.slick-slider .slick-prev:hover:after, .slick-slider .slick-next:hover:after {
    background-color: rgba(255, 255, 255, .75);

}


.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px
}

/*
.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px
}

@media (min-width: 768px) {
    .slick-slider .slick-prev {
        left: -40px;

    }

    .slick-slider .slick-next {
        right: -40px;
    }
}

@media (min-width: 1200px) {
    .slick-slider .slick-prev {
        left: -60px;

    }

    .slick-slider .slick-next {
        right: -60px;
    }
}
*/
.flexslick .slick-track {
    display: flex;
}


.flexslick.align-content-center .slick-track {
    align-items: center;
}


.flexslick .slick-track .slick-slide {
    height: inherit;
}

.flexslick .slick-track .slick-slide > div {
    height: 100%
}

.flexslick .slick-track .slick-slide > div .slickitem {
    height: 100%;
}


/** FORMS **/

.form-control, #newsletter input[type=text], textarea.form-control, input.form-control
    /*input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, textarea.form-control*/
{
    color: #222 !important;
    border-radius: 0;
    border: 1px solid var(--grey);
    background: var(--lightgrey);
    margin-bottom: 15px !important;
    padding: 1.25rem .5rem .5rem;
    height: auto !important;
    line-height: 1;
    position: relative;
    z-index: 1;
    box-shadow: none !important;
    border-radius: var(--main-radius)
}

select.form-control {
    -webkit-appearance: none
}

.wpcf7-form-control-wrap {
    position: relative
}

.form-control:focus {
    borde-rcolor: var(--gold);
}

input[type="file"].form-control {
    padding: 12px 9px;
}

.wpcf7 textarea.form-control {
    height: auto;
    margin-bottom: 0 !important;
}

.form-group {
    position: relative;
    margin-bottom: 1rem !important;
}

/** BUTTONS **/
.navbar-nav > li.loginbtn > a.nav-link,
.navbar-nav > li.menubtn > a.nav-link {
    color: var(--white);
    margin: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}


@media (max-width: 400px) {
    .navbar-nav > li.menubtn {
        display: none
    }
}

@media (max-width: 767px) {
    .navbar-nav > li.menubtn > a.nav-link {
        font-size: 85%;
        line-height: 30px;
        height: 30px;
        margin-top: 7.5px;
    }

    .navbar-nav > li.loginbtn > a.nav-link {
        font-size: 85%;
        line-height: 30px;
        height: 30px;
        margin-top: 7.5px;
    }

    .navbar-nav > li.loginbtn > a.nav-link span {
        display: none
    }
}

.loginbtn > a,
.menubtn > a {
    text-align: center
}

.loginbtn > a,
.menubtn > a,
.btn-default, #newsletter input[type=submit], input[type="button"], input[type="submit"], #artikelanfrage-gruppe button {
    text-decoration: none;
    background-color: var(--blue);
    color: var(--white);
    padding: 1rem;
    position: relative;
    line-height: 1;
    z-index: 1;
    margin-bottom: 5px;
    font-weight: bold;
    transition: color ease .15s, border ease .15s, background-color ease .15s;
    border: 1px solid var(--blue);
    border-radius: var(--main-radius);
    text-align: left;
}

.btn-default:after {
    content: "\f105";
    float: right;
    margin-left: 30px;
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    transition: transform ease .2s;
}

.btn-default.btn-trans-light {
    background-color: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-default.btn-trans-light:hover {
    background-color: var(--white);
    color: var(--blue)
}

.btn-default.btn-trans-dark {
    background-color: transparent;
    color: var(--gold);
    border-color: var(--gold);
}

.btn-default.btn-trans-dark:hover {
    background-color: var(--gold);
    color: var(--white);
}

.loginbtn > a {
    border-color: var(--gold);
    color: var(--white);
    background-color: var(--gold)
}

.loginbtn > a,
.menubtn > a {
    margin-bottom: 0 !Important
}

/*
.menubtn a:after,
.btn-default:after {
    content: '\f062';
    margin-left: .5rem;
    position: relative;
    float: right;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform-origin: center;
    transform: rotate(45deg);
    transition: transform ease .15s;
}

.btn-default.btn-secondary:after {
    content: '\f067';
    margin-left: .5rem;
    position: relative;
    float: right;
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform ease .15s;
}
*/
.menubtn a:hover:after,
.menubtn a:focus:after,
.btn-default:focus:after,
.btn-default:hover:after {
    transform: translateX(3px);
}

.btn-default.btn-secondary.active:hover:after {
    transform: rotate(180deg)
}

.btn.focus, .btn:focus {
    box-shadow: none !Important
}

.btn-default.btn-light {
    background-color: var(--white);
    color: var(--blue);
}

.btn-default.btn-light:hover {
    background-color: var(--blue);
    color: var(--white);
    border-color: var(--blue)
}

.menubtn a:hover,
.btn-default:hover {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue)
}

.navbar-nav > li.loginbtn > a:hover {
    background-color: var(--white);
    color: var(--gold) !important;
}

.btn-default.btn-secondary {
    background-color: var(--white);
    color: var(--grey);
    border-color: var(--grey)
}

.btn-default.btn-secondary:hover {
    background-color: var(--grey);
    color: var(--white);
}

.cta {
    background-color: var(--blue);
    padding: var(--main-padding) 0;
    margin-bottom: 2rem;
    color: var(--white);
}

.cta .h4,
.cta h4 {
    font-size: clamp(2rem, 3.3333vw, 3rem);
    font-weight: 700
}

.cta .btn-default {
    border-color: var(--white);
}

.cta form {
    color: var(--black);
}

/** FOOTER **/

footer {
    background-color: var(--lightgrey);
    padding: var(--main-padding) 0 2rem;
    margin-bottom: 0rem;
    font-size: 86%;
}

@media (min-width: 1600px) {
    footer {
        padding-bottom: 2rem
    }
}

footer p { font-size: 86%;}

footer a {
    color: var(--grey)
}

footer a:hover {
    color: var(--gold);
}

footer .h4,
footer h4 {
    font-size: 2rem;
    font-weight: 700;
}

footer h5 {
    font-weight: 700;
}

footer .middlesection {
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    padding: 3rem 0;
    font-size: 1rem;
}

footer p:last-child {
    margin-bottom: 0
}


footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

footer ul li a {
    font-size: 1rem;
}


footer .legal {
    font-size: .86rem;
}

.legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.legal ul li {
    float: left;
    margin-right: 10px;
}

.legal ul li a {
    font-size: .86rem
}

.sociallinks ul {
    display: block;
    text-align: center;
    list-style: none;
}

.sociallinks ul li {
    list-style: none;
    display: inline-block
}

.sociallinks ul li a {
    color: var(--white);
    padding: 1rem;
    font-size: 2rem;
}

.legalmenu {
    display: block;
    list-style: none
}

.legalmenu li {
    display: inline-block;
}

.legalmenu li a {
    colro: var(--white);
    font-size: 1rem;
    padding-right: 1rem;
    text-decoration: none !important;
}

.totop {
    position: fixed;
    bottom: -100px;
    left: 0px;
    background: #555;
    z-index: 25;
    color: var(--white);
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.totop.in {
    bottom: 0px;
}

.totop a {
    display: block;
    color: var(--white);
    line-height: 50px;
}


/** Accordion **/
.accordion-holder {
    position: relative;
    padding: 1.5rem 0 3rem;
}

.accordion-item-hidden {
    display: none;
}

.card:last-child .card-header .number {
    border-bottom-color: transparent
}

.accordion {
    border: 0;
    overflow: hidden;


}

/*
@media (min-width: 992px) {
    .accordion {
        column-count: 2;
    }

    .accordion .card {
        break-inside: avoid
    }
}
*/

.accordion .card {
    border: 0;
    border-radius: 0 !important;
    overflow: visible;
    margin-bottom: 0;
    background-color: transparent;
    box-shadow: none !Important;
    border-bottom: 1px solid var(--black);
    padding-bottom: 2rem;
}

.accordion .card-header {
    border-top: 1px solid var(--black);
    position: relative;
    cursor: pointer;
    background-color: transparent;
    padding: var(--main-padding) var(--main-padding) 0;
    padding-right: calc(var(--main-padding) * 2);
    border-radius: 0 !important;
    border-bottom: 0;
}

.accordion .card-body {
    padding: var(--main-padding) var(--main-padding) 0
}

.accordion .card-body p:last-child {
    margin-bottom: 0;
}

.accordion .card-header h4 {
    margin-bottom: 0;
    font-weight: 700;
    hyphens: none;
    color: var(--black) !important
}

.accordion > .card > .card-header {
    margin-bottom: 0
}

.accordion .card-header a {
    font-weight: bold;
    display: block;
    cursor: pointer;
    text-decoration: none !important;
    position: relative;
    text-transform: uppercase;
}

.accordion .card-header:before {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform-origin: center;
    transition: transform ease .3s;
    transform: rotate(135deg);
    z-index: 1;
    content: "\f062";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.accordion .card-header:hover, .accordion .card-header:hover:before {
    color: var(--blue);
}


.accordion .card-header:hover h4 {
    color: var(--blue)
}

.accordion .card-header[aria-expanded="true"] {
    border-top-color: var(--gold)
}

.accordion .card-header[aria-expanded="true"] h4 {
    color: var(--gold) !important;
}

.accordion .card-header[aria-expanded="true"]:hover:before {
    background-color: var(--white) !Important
}

.accordion .card-header:hover:before {
    /*clip-path: polygon(0 0, 100% 0, 0% 100%, 0 0);*/
    color: var(--gold);
    transform: rotate(90deg) !important;
}

.accordion .card-header[aria-expanded="true"]:before {
    /*clip-path: polygon(0 0, 100% 0, 0% 100%, 0 0);*/
    color: var(--gold);
    transform: rotate(45deg);
}

.card-body p:empty {
    display: none
}

.card.card-body {
    border: 0;
    padding: 0;
}

/** VORTEILE **/
.textbild {
    position: relative;
    z-index: 2;
    margin-bottom: 2rem;
}

.imagecol {
    position: relative;
    /*margin: 0 var(--main-padding);*/
    padding: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 767px) {
    .textbild p {
        font-size: 1rem;
    }
}

/*
.imagecol:before {
    content: '';
    display: block;
    padding-bottom: 65%;
}
*/
.imagecol img {
    aspect-ratio: 1/1 !important;
    object-fit: contain;
    filter: drop-shadow(5px 10px 10px rgba(0, 0, 0, .15))
}

.imageelement {
    content: '';
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    width: 45%;
    border: 1px solid var(--main-dark-color);
    z-index: -1;
    transform-origin: center;
}


.textbild.left .imageelement {
    transform: translateX(-50%) skewX(25deg);
}

.textbild.right .imageelement {
    transform: translateX(-50%) skewX(-25deg);
}

.slick-initialized .textbild.left .imageelement,
.slick-initialized .textbild.right .imageelement {
    transform: translateX(0%) skewX(25deg) !important;
}

/* NEWS**/

.newsitem {
    position: relative;
    height: 100%;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow);
    color: var(--black);
    border-radius: var(--main-radius);
    overflow: hidden
		
}

.newsitem .newsmeta p {
}

.slickitem .newsitem,
.newsitem:hover {
    position: relative;
    background-color: var(--white);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.newsheader {
    background-position: center;
    background-size: cover;
    background-color: #ddd;
    flex-grow: 1;
}

.newsitem h4 {
    font-weight: 700
}

.newsheader:after {
    content: '';
    position: relative;
    display: block;
    padding-bottom: 55%
}

.newsbody {
    padding: 30px;
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 2;
}

.newsmeta {
    font-size: 10px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.newsmeta p {
    margin-bottom: 0;
    font-size: 10px;
}


/** TESIMONIALS**/
.testimonialsinner {
    margin: 0 auto;
    margin-top: -25vH;
    position: relative;
    z-index: 2;
}

.testimonialitem {
    font-size: 1rem;
    line-height: 1.4;
}

.testimonialitem img {
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 20px #999;
    width: 100%;
}

#testimonial .testimonialitem {
    color: #fff;
}

em.quote {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

em.quote:after {
    content: '\f10e';
    position: absolute;
    left: 0;
    top: 0;
    font-size: 10rem;
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: rgba(255, 255, 255, .2);
}

/** GALLERIES **/
.masonry .box-item img {
    width: 100%
}


.galerieslick[data-height="false"] img {
    height: auto
}

.slickitem {
    padding: 0 15px
}

.slick-list {
    transition: all .5s ease;
}

.slickitem img {
    aspect-ratio: 2/1;
    object-fit: contain
}


/** VIDEO **/
.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background-color: var(--white)
}

.wp-video {
    border-radius: var(--main-radius);
    position: relative;
    border: 20px solid var(--white);
    box-shadow: var(--main-shadow);
    margin-bottom: 100px;
    margin-top: 50px;
    background-color: var(--white);
}

.wp-video:after {
    content: '';
    position: absolute;
    left: -100px;
    height: 50%;
    width: 60%;
    bottom: -100px;
    transform-origin: bottom right;
    transform: skewY(3deg);
    border-radius: var(--main-radius);
    background-color: var(--ultra-light-grey);
    z-index: -1;
}

.wp-video:before {
    content: '';
    position: absolute;
    right: -100px;
    height: 50%;
    width: 20%;
    top: -50px;
    transform-origin: bottom right;
    transform: skewX(3deg);
    border-radius: var(--main-radius);
    background-color: var(--light-gold);
    z-index: -1;
}

.mejs-video {
    overflow: hidden
}


.vorteilitem {
    border-radius: var(--main-radius);
    padding: var(--main-padding);
    background-color: var(--gold);
    color: var(--white);
    height: 100%;
    box-shadow: var(--main-shadow);
}

.vorteilitem i {
    color: var(--black);
}

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

.vorteilitem:hover i {
    color: var(--gold)
}

.vorteilitem .h5 {
    hyphens: auto;
}

/** MODAL **/
.modal-content {
    border-radius: var(--main-radius)
}


/** MARKS **/
.mark, mark,
span.mark {
    position: relative;
    background-color: var(--blue);
    border-radius: 0.5rem;
    color: var(--white);
    padding: 0.2em 0.4em;
}

span.mark + br {
    display: none
}

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


/** CONACT FIELD **/

.startcontact {
    position: fixed;
    left: 15px;
    bottom: 15px;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: #63B8C0;
    color: #fff;
    z-index: 1001;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    cursor: pointer;
}

.startcontact:hover {
    background-color: #fff !important;
    color: #63B8C0 !important
}

.startcontact:hover:before {
    border-color: #63B8C0 !important;
}

.startcontact.active {
    background-color: #999;
    color: #fff;
}

.startcontact:before {
    content: '';
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    pointer-events: none;
    border: 1px solid #fff;
}

.startcontact.active:before {
    border-color: #fff;
}

.startcontact i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.startcontact.active i:not(.fa-times),
.startcontact i.fa-times {
    display: none
}

.startcontact.active i.fa-times {
    display: block
}

.contactfield {
    position: fixed;
    top: 100%;
    left: 30px;
    padding: 30px 30px 75px;
    background-color: #fff;
    width: calc(100vW - 60px);
    max-width: calc(100vW - 60px);
    max-height: calc(100vh - 60px);
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    transition: transform ease .25s;
    transform: translateY(0);
    overflow: auto;
    border-radius: 5px;
}

.contactfield.in {
    transform: translateY(calc((100% + 45px) * -1))

}

.contactfield h1,
.contactfield h2,
.contactfield h3,
.contactfield h4 {
    margin-bottom: .5em
}

.contactfield .button {
    width: 100%;
    margin-bottom: .5em;
}

@media (min-width: 768px) {
    .contactfield {
        width: 400px;
        max-width: 400px;
    }
}


ul.negative,
ul.positive {
    list-style: none;
}

ul.negative li,
ul.positive li {
    position: relative;
    display: block;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

ul.negative li:before,
ul.positive li:before {
    right: calc(100% + 1.2rem);
    position: absolute;
    top: calc(1.2rem / 3);
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 6 Pro";
    line-height: 1;
    text-rendering: auto;
    text-align: center;
}

ul.negative li:before {
    content: '\f00d';
    color: var(--grey);
    font-weight: 700;
}

ul.positive li:before {
    content: '\f00c';
    color: var(--blue);
    font-weight: 700;

}


.jamedaemblems > div > div {
    margin: 15px auto !important;
}

@media (max-width: 767px) {
    .jamedaemblems > div > div {
        transform: scale(.5) translateX(-35%);
    }
}
@media (min-width: 1200px) and (max-width:1400px) {
    .jamedaemblems > div > div {
        transform: scale(.75);
    }
}


p.comment {
    display: inline-block;
    position: relative;
    padding: 15px;
    background: var(--lightgrey);
    border-radius: var(--main-radius);
}

p.comment:before {
    content:'';
    width:15px; height:15px;
    transform: rotate(45deg);
    background-color: var(--lightgrey);
    position: absolute;
    left: 15px;
    top: calc(100% - 7.5px);
    z-index: -1;
}

p.comment.comment-right:before {
    content:'';
    background-color: var(--blue);
    position: absolute;
    left: 15px;
    bottom: calc(100% - 7.5px);
    top: auto !important;
    z-index: -1;
}

p.comment.comment-right {
    font-weight: bold;
    color:#fff;
    background: var(--blue);
    float: right;
}