/***GLOBAL****/ 
@font-face {
    font-family: "Geist-Bold";
    src: url('fonts/Geist/Geist-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Geist-Medium";
    src: url('fonts/Geist/Geist-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Manrope-Bold";
    src: url('fonts/Manrope/Manrope-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Cairo-Bold";
    src: url('fonts/Cairo/Cairo-Bold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Cairo-SemiBold";
    src: url('fonts/Cairo/Cairo-SemiBold.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Cairo-Medium";
    src: url('fonts/Cairo/Cairo-Medium.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Cairo-Light";
    src: url('fonts/Cairo/Cairo-Light.ttf');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "Cairo";
    src: url('fonts/Cairo/Cairo-Regular.ttf');
    font-weight: normal;
    font-style: normal; 
}
:root{
    --heading-font: "Geist-Bold" !important;
    --heading-font-m: "Geist-Medium" !important;
    --text-font: "Cairo" !important;
    --text-font-b: "Cairo-Bold";
    --text-font-sb: "Cairo-SemiBold";
    --text-font-m: "Cairo-Medium";
    --text-light: "Cairo-Light";
    --input-height: 2.5rem;
    --border: 5px;
}
body,
p {
    font-family: var(--text-font);
    font-size: 1rem;
    line-height: 1.75rem;
    letter-spacing: 0.02rem;
}
label, legend {
    font-weight: normal;
}
.p-bold p,
p strong {
    font-weight: normal;
    font-family: var(--text-font-b);
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-family: var(--text-font-b);
    font-weight: normal;
    letter-spacing: 0;
    opacity: 1;
    margin-bottom: 1.5rem;
}
body h1{
    font-family: var(--heading-font);
}
body h1, body .banner h2, body .banner-page h2, body .banner h1 {
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.1rem;
}
body .banner h2 strong,
body h1 strong{
    color: var(--fs-color-secondary);
}
body h2 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: 0.094rem;
    margin-bottom: 0.6rem;
}
.h2-40 h2{
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.25rem;
}
body h3,
body .banner h3 {
    line-height: 3rem;
    font-size: 1.5625rem;
    letter-spacing: 0.078rem;   
} 
body h4 {
    font-size: 1.25rem;
    line-height: 2.188rem;
    letter-spacing: .1rem;
}
.h4-16 h4 {
    font-size: 1rem;
    letter-spacing: 0.02rem;
    line-height: 1.75rem;
    font-family: Manrope-Bold;
}
body h5 {
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    line-height: 1.75rem;
    font-family: var(--text-font-m);
}
body h6 {
    line-height: 1.5625rem;
}
body a.lead,body p.lead {
    font-size: 1.25rem;
    line-height: 2.188rem;
    letter-spacing: .1rem;
    margin-bottom: 1.5rem;
}
/*.row.row-small {
    max-width: 56rem !important;
}*/
.star-rating{
    width: 100% !important;
}
.star-rating:before, .woocommerce-page .star-rating:before, .star-rating span:before {
    letter-spacing: 0.25rem;
}
.ml-0,
.ml-0 > .col-inner,
.m-left-0 > * ,
.m-left-0 {
    margin-left: 0 !important;
}
.m-auto .col-inner,
.m-auto {
    margin-inline: auto !important;
}
.m-right-0 > * ,
.m-right-0 .col-inner{
    margin-right: 0 !important;
}

.col-pb-0 .col{
    padding-bottom: 0 !important;
}
.mb-0,
.mb-0>*,
.mb-0 p {
    margin-bottom: 0;
}
.row-small {
    margin-inline: auto !important;
}
.icon-box-img img, .icon-box-img svg {
    padding-top: 0;
}
.fs-10 p{
    font-size: 0.625rem;
    line-height: 1.25em;
}
.fs-11 p{
    font-size: 0.688rem;
    line-height: 1.25em;
}
.fs-12 p{
    font-size: 0.75rem;
    line-height: 1.3125em;
}
.fs-13 p{
    font-size: .813rem;
    line-height: 1.25rem;
}
.fs-14 p{
    font-size: .875rem;
    line-height: 1.25rem;
}
.fs-15 p{
    font-size: .938rem;
    line-height: 1.25rem;
}
.fs-16 p{
    font-size: 1rem;
    line-height: 1.625rem;
}
.fs-18 p{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.fs-20 p{
    font-size: 1.25rem;
    line-height: 1.875rem;
}
.fs-28 p{
    font-size: 1.75rem;
    line-height: 2.625rem;
}
.pt-100{
    padding-top: 6.25rem !important;
}
.pb-100{
    padding-bottom: 6.25rem !important;
}
.pt-80{
    padding-top: 5rem !important;
}
.pb-80{
    padding-bottom: 5rem !important;
}
.pt-70{
    padding-top: 4.375rem !important;
}
.pb-70{
    padding-bottom: 4.375rem !important;
}
.pt-60{
    padding-top: 3.75rem !important;
}
.pb-60{
    padding-bottom: 3.75rem !important;
}
.mw-800{
    max-width: 50rem !important;
    margin: auto;
}
.mw-700{
    max-width: 43.75rem !important;
    margin: auto;
}
.mw-600{
    max-width: 37.5rem !important;
    margin: auto;
}
.mw-480{
    max-width: 30rem;
}
img.size-full.alignnone {
    margin-bottom: 0;
}
.img-auto img{
    width: auto !important;
}
.badge+.badge,
.badge-frame {
    height: auto;
    margin-left: auto;
    width: auto;
    min-width: auto;
    opacity: 1;
}
.button, button, fieldset, input, select, textarea {
    margin: 0;
}
a.button.white, 
a.button.primary, 
a.button.secondary {
    height: var(--input-height);
    line-height: calc(var(--input-height) - 1px);
    font-size: 0.875rem;
    letter-spacing: 0.0875rem;
    padding: 0 3rem;
    font-family: var(--text-font-b);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: #ffffff;
    margin: 0;
    background-color: #0072C6;
    border-radius: 5px;
}
a.button.mt20 {
    margin-top: 1rem;
}
a.button.white:hover, 
a.button.primary:hover, 
a.button.secondary:hover{
    /*border: 1px solid var(--primary-color) !important;*/
    background-color: #2774A1 !important; 
    /*color: var(--primary-color) !important;*/
}
a.button.secondary{
    background-color: var(--fs-color-secondary) !important; 
}
a.button.secondary:hover {
    color: var(--primary-color) !important;
}
a.button.white{
    border: 1px solid #fff !important;
    background-color: transparent !important; 
    color: #fff !important;
}
a.button.is-outline{
    /*border: 0;
    padding: 0;
    height: auto;
    line-height: normal;
    text-align: center;*/
    color: #000000 !important;
    border: 0.5px solid var(--fs-color-secondary) !important;
    background-color: transparent !important;
}
a.button.is-outline:hover {
    color: var(--fs-color-secondary) !important;
    background-color: transparent !important;
}
a.button.primary.is-underline {
    padding: 0 !important;
    height: inherit !important;
    line-height: 1 !important;
    border: 0 !important;
    width: fit-content;
}
a.button.primary.is-underline:before {
    background-color: currentColor;
    bottom: 0;
    content: "";
    height: .0625rem;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
}
a.button.primary.is-underline:hover {
    background: transparent !important;
    opacity: .9;
}
a.button.primary.white {
    color: var(--primary-color) !important;
    background-color: #ffffff !important;
}
a.button:hover.primary.white {
    color: #ffffff  !important;
    background-color:var(--primary-color) !important;
}
span.amount {
    font-weight: normal;
}
body .row.row-full-width {
    max-width: 90rem!important;
}
.button:not(.icon)>span+i {
    margin-left: 0;
    margin-right: 0;
}
figure.gallery-item {
    padding-bottom: 0;
}
body .container, body .container-width, body .full-width .ubermenu-nav, body .row {
    max-width: 76.875rem;
}
.flickity-prev-next-button {
    width: 2.75rem;
    height: 2.75rem;
    transform: none !important;
    margin: 0 !important;
}
.ml-auto > .col-inner{
	margin-left: auto !important;
	margin-right: 0 !important;
}
.mr-auto > .col-inner{
	margin-right: auto !important;
	margin-left: 0 !important;
}
body .flickity-page-dots .dot {
    border: .125rem solid #A73304 !important;
    height: .75rem;
    width: .75rem;
    background: transparent !important;
    border-radius: 0 !important;
    opacity: 1;
}
body .flickity-page-dots .dot.is-selected {
    border: 0 !important;
    height: 1rem;
    width: 1rem;
    background: #A73304 !important;
    border-radius: 0 !important;
    opacity: 1;
}
ol.flickity-page-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.tabbed-content .nav>li>a {
    line-height: 1.75rem !important;
    height: var(--input-height);
    font-size: 0.875rem !important;
    padding: 0 1.875rem;
    font-family: var(--text-font-b);
    min-height: auto;
    font-weight: normal;
    text-transform: inherit;
    text-decoration: none !important;
    box-shadow: none !important;
    color: var(--fs-color-secondary) !important;
    margin: 0;
    background-color: transparent;
    letter-spacing: 0.0875rem;
    border: 1px solid var(--primary-color);
    border-radius: var(--border) !important;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.tabbed-content .tab-panels {
    padding-top: 1.875rem;
}
.tabbed-content .nav{
    width: 100%;
    border-top: 1px solid #FFFFFF;
}
.tabbed-content .nav>li:first-child{
    margin-left: 0 !important;
}
.tabbed-content .nav>li:last-child{
    margin-right: 0 !important;
}
.nav-vertical+.tab-panels {
    border-left: none !important;
    flex: 1;
    margin-top: 0 !important;
    padding: 0 0 2rem 6rem !important;
}
.tabbed-content .nav-vertical {
    padding-top: 0;
    width: 22%;
}
.tabbed-content .nav>li {
    /*margin: 0 .625rem !important;*/
}
.tabbed-content .nav>li.active>a {
    color: #fff !important;
    background: var(--primary-color);
}
.tabbed-content .nav-line-grow>li.active>a:before, 
.tabbed-content .nav-line-grow>li:hover>a:before {
    width: calc(100% - 1.25rem);
    background: #fff !important;
    height: 0.375rem;
    top: -0.2rem;
}
.section .box-text a:not(.button),.section .box-text h1,.section .box-text h2,
.section .box-text h3,.section .box-text h4,.section .box-text h5,.section .box-text h6,
.section .box-text p {
    margin-bottom: 1rem;
    margin-top: 0;
}

.flickity-slider>.row:not(.is-selected) {
    opacity: 1 !important;
}
.flickity-prev-next-button svg {
    border: 1px solid !important;
    border-radius: 25% !important;
    background: var(--fs-color-primary);
    border-color: var(--fs-color-primary) !important;
}
.flickity-prev-next-button {
    color: #fff !important;
    width: 1.375rem !important;
    opacity: 1 !important;
}
.flickity-prev-next-button:hover svg {
    opacity: 0.6 !important;
}
.flickity-prev-next-button.previous {
    left: 6% !important;
}
.flickity-prev-next-button.next {
    right: 6% !important;
    left: inherit !important;
}
/* .star-rating span:before,
.star-rating:before, .woocommerce-page .star-rating:before {
    color: #EBC250 !important;
} */
body .flickity-page-dots {
    bottom: 0;
}
body .accordion .toggle {
    height: 1rem;
    left: auto;
    margin-right: 0;
    top: -.25rem;
    width: 1rem;
    opacity: 1;
    right: 1rem;
    transform: none;
}
body .accordion-inner {
    padding: .25rem 2rem 0 .75rem !important;
}
body .accordion-title.active {
    background-color: transparent;
    font-weight: normal;
    border-bottom: .5px solid #747474 !important;
}
body .accordion-title {
    font-size: 1rem;
    padding: .75rem;
    color: #000000 !important;
    border: 0;
    font-family: var(--text-font-sb);
    letter-spacing: 0.04rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    border-bottom: .5px solid #747474;
    padding-right: 3rem;
}
.fs-12 p,
.fs-12{
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
}
.icon-angle-down:before {
    content: "" !important;
    background: url(../images/plus.svg) no-repeat center / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
}
.accordion-title.active .icon-angle-down:before {
    content: "" !important;
    background: url(../images/minus.svg) no-repeat center / contain;
    width: 1rem;
    height: 1rem;
    display: inline-flex;
    align-items: center;
}
/*global*/

/*HEADER*/
.top-bar-right .col-inner{
    display: flex;
    align-items: center;
}
.top-bar-right {
    position: absolute !important;
    top: -6px;
    right: 0;
    width: auto !important;
    padding-right: 0 !important;
}
.top-bar-right  .ux-menu-link__link {
    font-size: .75rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    color: #fff !important;
    padding: 0;
    min-height: auto;
    text-decoration: underline;
}
.stuck .header-main .nav > li > a {
    color: #000 !important;
}
.nav-dropdown.nav-dropdown-default>li>a:hover{
    color: var(--primary-color);
}
.nav-dropdown.nav-dropdown-default>li>a:hover::after {
    opacity: 1;
}
.nav-dropdown.nav-dropdown-default>li>a::after {
    content: '';
    display: block;
    width: .5rem;
    height: .5rem;
    background-color: var(--primary-color);
    position: absolute;
    top: 0.65rem;
    left: -.875rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.nav-dropdown-default .nav-column li>a,
.nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    padding-right: 0;
    font-size: .875rem;
    line-height: 1.875rem;
    font-family: var(--text-font-sb);
    position: relative;

}
.nav-dropdown-default {
    padding: 1.5rem;
}
#top-bar section .col:nth-child(2) > .col-inner > * {
    width: auto;
    margin-left: 1.5rem;
}
#top-bar > .container{
    display: block;
}
#top-bar .cl-icons > .col-inner > *:nth-child(1) .icon-box-img {
    max-width: 1.438rem;
    margin-top: -.4rem;
    width: auto !important;
}
#top-bar .cl-icons > .col-inner > *:nth-child(3) .icon-box-img ,
#top-bar .cl-icons > .col-inner > *:nth-child(1) .icon-box-img {
    margin-top: -.5rem;
}
#top-bar .cl-icons > .col-inner > *:nth-child(2) .icon-box-img{
    max-width: 1.438rem;
    margin-top: -.3rem;
}
#top-bar .cl-icons > .col-inner > *:nth-child(3) .icon-box-img{
    max-width: 1.125rem;
}
#top-bar .cl-icons > .col-inner > *:not(:last-child) {
    margin-right: 5.5rem;
}
#top-bar .icon-box-left .icon-box-img+.icon-box-text {
    padding-left: .5rem;
}
#top-bar .container .section{
    padding-left: 0;
    padding-right: 0;
}
#top-bar .cl-icons > .col-inner .icon-box {
    align-items: center;
    flex-wrap: nowrap;
    width: auto;
}
#top-bar .nav>li>a {
    font-size: .75rem;
    color: #000000;
}
#top-bar .cl-icons > .col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
#top-bar .header-block-block-1 p {
    color: #fff;
}
.nav-right .icon-angle-down{
    display: none;
}
.nav-right .sub-menu.nav-dropdown {
    padding: 1rem;
}
#masthead .nav>li {
    margin: 0 1.35rem;
}
#masthead .nav>li:last-child a {
    height: 2.5rem;
    line-height: 2.5rem;
    background-color: #fff;
    font-family: var(--text-font-b);
    font-size: .875rem !important;
    letter-spacing: 0.088rem;
    color: #000 !important;
    padding: 0 2.5rem;
    border-radius: .25rem;
}
#masthead .nav>li:last-child a::before {
    display: none;
}
.header-wrapper.stuck #masthead .nav>li:last-child a, 
#masthead .nav>li:last-child a:hover{
    background-color: var(--primary-color);
    color: #fff !important;
}
.header-main .nav-left {
    justify-content: flex-end;
}
.nav-dropdown-has-border #masthead .nav-dropdown {
    border: 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 1.25rem;
    box-shadow: 1px 1px 5px rgba(0,0,0,.15);
}
#masthead .nav-dropdown-default .nav-column li>a, #masthead .nav-dropdown.nav-dropdown-default>li>a {
    border-bottom: 0;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .938rem;
    letter-spacing: .075rem;
    color: #212121;
    font-family: var(--text-font-m);
}
.header-main .flex-row {
    padding: 1.75rem 0 !important;
    border-bottom: 1px solid #fff;
    max-width: calc(77rem - 1.875rem) !important;
}
.header-main {
    height: auto !important;
    
}
body .stuck .header-main {
    height: auto!important;
}
.nav-dropdown-has-arrow li.has-dropdown:after, .nav-dropdown-has-arrow li.has-dropdown:before{
    display: none;
}
.header-main .nav>li>a { 
    font-size: .938rem;
    letter-spacing: 0.075rem;
    font-family: var(--text-font-m);
}
.dark .nav-vertical li li.menu-item-has-children>a, .dark .nav-vertical-fly-out>li>a, .dark .nav-vertical>li>ul li a, .dark .nav>li.html, .dark .nav>li>a, .nav-dark .is-outline, .nav-dark .nav>li>a, .nav-dark .nav>li>button, .nav-dropdown.dark .nav-column>li>a {
    color: #fff !important;
}
.logo-left .logo {
    margin-right: 0 !important;
}
.header-main .nav-line-bottom>li>a:before {
    bottom: 5px;
}
.page-template-page-transparent-header-light div#content {
    padding-top: 2.5rem;
}
/*HEADER*/
/***g translate **/
.gt_float_switcher .gt-selected {
    background-color: transparent !important;
}
.gt_float_switcher {
    font-family: var(--text-font) !important;
    font-size: .688rem !important;
    border-radius: 0 !important;
    color: #000 !important;
    display: inline-block !important;
    box-shadow: none !important;
    background: transparent !important;
    transform: translateY(0.25rem);
}
.gt_float_switcher img {
    width: 1rem !important;
    border-radius: 0 !important;
    height: 1rem !important;
    display: none !important;
    position: relative;
    top: -1px;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    filter: brightness(0) invert(1);
    background-size: 7px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 0 !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: .75rem !important;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
}
.gt_float_switcher .gt_options {
    z-index: 2;
    background-color: #6E7176;
    min-width: 7rem;
    position: absolute !important; 
}
.gt_float_switcher .gt_options a {
    color: #fff !important;
    text-align: center;
}
.gt_float_switcher {
    overflow: visible !important;
}
/***g translate **/
/*HEADER*/
/*FOOTER*/

a#top-link {
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer .absolute-footer.dark {
    display: none;
}
footer .ux-menu-link__link:hover{
    font-family: var(--text-font-sb);
}
footer .ux-menu-link__link {
    min-height: auto;
    padding-bottom: .25rem;
    padding-top: .25rem;
    transition: all .2s;
    font-size: 0.8125rem;
    font-family: var(--text-font);
    color: #fff !important;
    letter-spacing: 0.01625rem;
    line-height: 1.25rem;
    min-height: 2.5rem;
}
footer .forminator-ui .custom-checkbox .forminator-error-message {
    margin-top: 2rem !important;
}
footer .ux-menu-link:not(:last-child){
    margin-right: 2.5rem !important;
}
footer .stack-col {
    /*flex-direction: row;*/
}
.tzn-txt a:hover{
    color: #fff !important
}
.tzn-txt a{
    color: rgb(243 222 196 / 40%);
    font-size: 0.813rem;
}
.tzn-txt p{
    margin-bottom: 0;
}
.img-footer {
    max-width: 20rem;
}
.standorte-col .ux-menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
#footer h5 {
    color: #ADC9DD;
    font-size: 0.9375rem;
    letter-spacing: 0.075rem;
    line-height: 0px;
    border-left: 0.15rem solid var(--fs-color-primary);
    padding-left: .35rem;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    font-family: var(--text-font-b);
}
.st-footer .section-content >.row:nth-child(2)> .col:last-child .col-inner {
    max-width: 13rem;
}
.st-footer .section-content >.row:nth-child(2)> .col:last-child .col-inner img{
    margin-top: 1rem;
}
.st-footer .section-content >.row:nth-child(2)> .col{
    flex-basis: fit-content;
    max-width: fit-content;
    margin-right: 3.5rem;
}
.st-footer .section-content >.row:nth-child(3) .stack-col {
    flex-direction: row;
    justify-content: center;
}
.st-footer .section-content >.row:nth-child(3) >.col:last-child a {
    font-size: 0.8125rem;
    font-family: var(--text-font);
    color: #3D474F !important;
    letter-spacing: 0.01625rem;
}
.st-footer .section-content >.row:nth-child(3) >.col:last-child .col-inner {
    text-align: right;
}
footer .section-content >.row:nth-child(3) .ux-menu-link:not(:last-child) {
    margin-right: 1.5rem !important;
}
footer .section-content >.row:nth-child(3)  {
    border-top: 0.5px solid;
    padding-top: 0.5rem;
    max-width: 75rem !important;
}
.st-footer .section-content >.row:nth-child(3) >.col {
    padding: 0;
}
.st-footer .button.icon {
    margin-bottom: 0 !important;
}
.st-footer .social-icons .button.icon:hover i {
    color: #000 !important;
}
    
.st-footer .social-icons .button.icon i {
    font-size: 12px;
    top: 0;
}
.st-footer .social-icons .button.icon {
    margin-bottom: 0 !important;
    background-color: #32383c !important;
    border: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
}
.st-footer  {
    padding-bottom: 0 !important;
}
.st-footer .section-content >.row:nth-child(3) a.ux-menu-link__link.flex {
    min-height: 2rem;
}
/*FOOTER*/
