/*
Theme Name: Docks-Schwerzenbach.ch
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
*/
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Rift\ Light.otf') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Rift\ Regular.otf') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Rift\ Medium.otf') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Rift\ Bold.otf') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Rift\ Bold.otf') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'Rift';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/Rift\ Bold.otf') format('woff2'); 
}
@font-face {
    font-display: swap;
    font-family: 'Rift Demi';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Rift\ Demi.otf') format('woff2');
}
@font-face {
    font-display: swap; 
    font-family: 'Usual';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/Light.otf') format('woff2'); 
} 
@font-face {
    font-display: swap; 
    font-family: 'Usual';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/Regular.otf') format('woff2'); 
} 
@font-face {
    font-display: swap; 
    font-family: 'Usual';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/Regular.otf') format('woff2'); 
} 
@font-face {
    font-display: swap; 
    font-family: 'Usual';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/Bold.otf') format('woff2'); 
} 
@font-face {
    font-display: swap; 
    font-family: 'Usual';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/ExtraBold.otf') format('woff2'); 
}
/****** ROOT ***********/
:root {
    --primary-font:'Rift',sans-serif;
    --secondary-font:'Usual',sans-serif;
    --dark-gray: #4E5055;
    --dark-red: #882818;
}
/*********** ANIMATIONS ***********/
.scroll-animation[animation="true"],
.partner-img-box[animation="true"] {
  opacity: 1;
  transform: translateX(0);
}
.scroll-animation,
.partner-img-box {
  opacity: 0;
  filter: blur(0);
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
}
.isometry-box {
	height: 670px;
}
.isometry-box img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.isometry-box svg g {
		transform: translateY(0px);
		transition: transform 0.3s ease-in-out;
}
.isometry-box svg g.move-up {
	transform: translateY(-50px);

}
.isometry-box svg g > * {
	transition: all 0.3s ease-in-out;
}
/* .hovered-flat g > * {
	fill: #ad4b3e;
}
.hovered-flat .cls-19,
.hovered-flat .cls-14,
.hovered-flat .cls-17{
	fill: #882818 !important;
} */
/*********** PRE-D CLASSES ***********/
body{
    font-family: var(--primary-font);
}
html :where(.wp-block){
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: unset !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.admin-bar .offcanvas{
    top: 46px;
}
.admin-bar .navbar{
    top: 46px;
}
#wpadminbar{
    position: fixed !important;
}
.offcanvas-backdrop{
	height:none !important;
}
.bg-dark-gray{
    background-color: var(--dark-gray);
}
.bg-dark-red{
    background-color: var(--dark-red);
}
.section-padding{
    padding: 70px 0;
}
.section-title h1{
    font-size: 41px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    line-height: 1.125;
    font-weight: 500; 
	word-break: break-word;
}
.section-editor h2{
    font-size: 40px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 1;
    line-height: 1.65;
}
.section-editor p{
    font-size: 20px;
    color: var(--dark-gray);
    letter-spacing: 0px;
    line-height: 1.58;
    font-family: var(--secondary-font);
	max-width:1200px;
}
.card-title{
    font-size: 22px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-weight: 500;
    line-height: 1.13;
}
.card-text{
    font-size: 18px;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 18px;
    line-height: 1.43;
    font-weight: 300;
}
.btn{
    font-size: 20px;
    min-width: 144px;
    padding: 14px 24px;
    border-radius: 5px;
    display: flex;
    align-items: center; 
    justify-content: center;
    white-space: nowrap;
}
.btn-primary {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    padding: 9.5px 30px;
    border-radius: 50px;
    font-family:var(--secondary-font);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
     border: 2px solid #FFFFFF !important; 
     background-color: #FFFFFF !important;
     color: #000000;
}
/*********** Header ***********/
.navbar{
    padding-top: 0;
    transition: all 0.5s ease-in-out;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler{
    padding: 23px 12px !important;
    background-color: var(--dark-gray);
    border-radius: 0;
    clip-path: path("M 0 0 L 0 70 Q 80 24 300 300 L 300 0 Z");
}
.burger {
    outline: none;
    height: 30px;
    width: 36px;
    border: 0px;
    padding: 0px;
    cursor: pointer;
    gap: 6px;
    margin-top: -5px ;
}
.burger span{
    width: 36px;
    height: 4px;
    background: #FFFFFF;
}
.navbar-nav .nav-item .nav-link{
    font-size: 30px;
    letter-spacing: 0px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 0;
    transition: all .4s ease-in-out;
    display: inline-block;
    line-height: 1.2;
}
.navbar-nav .nav-item {
    margin-bottom: 36px;
}
.logo-navbar img,
.navbar-brand img{
    z-index: 0;
    position: relative;
	padding-top:20px;
	height:80px;
	z-index:22;
}
.offcanvas-top {
    background-color: var(--dark-gray); 
    border-bottom: none;
	min-height:100%;
}
.navbar-exit{
    background: none;
    padding-top: 18px;
    padding-right: 0;
}
.navbar-exit img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(2%) hue-rotate(162deg) brightness(109%) contrast(101%);
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.offcanvas-body{
    padding: 0;
	z-index:2;
}
.navbar-exit {
    padding-right: 10px;
}
.black-logo img{
	filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(7500%) hue-rotate(217deg) brightness(96%) contrast(108%);
}
/*********** Hero - section ***********/
.hero-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    aspect-ratio:1/1.77;
    object-fit: cover;
}
.hero-swiper .swiper-slide::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.3;
}
.hero-box{
    bottom: 0;
    right: 20px;
    position: relative;
    z-index: 99;
}
.hero-box-icon img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7447%) hue-rotate(166deg) brightness(97%) contrast(112%);
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left:15px;
    margin-top: -3px;
}
.hero-flachen:hover img,
.text-image-block:hover img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(83%) saturate(7430%) hue-rotate(43deg) brightness(108%) contrast(114%);
}
.hero-box {
    padding:20px;
    padding-bottom: 100px;
}
.arrow-bottom {
	 border: 4px solid var(--dark-red);
    border-radius: 50%;
	padding: 10px;
	z-index:100 !important;
	width:54px;
	height:54px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: moveUpDown 1.5s ease-in-out infinite;
}
@keyframes moveUpDown {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    50% {
        transform: translateX(-50%) translateY(10px);
    }
}
.arrow-bottom img{
    width: 30px;
    height: 30px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(75%) saturate(0%) hue-rotate(341deg) brightness(109%) contrast(100%);
}
/*********** Highlights - section ***********/
.highlights-section {
	width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
	background-size: cover;
}
.highlights-section .section-editor p{
    color: #FFFFFF;
    max-width: 1130px;
    margin: 0 auto;
    font-size: 22px;
	line-height:1.78;
	font-weight:400;
    font-family: var(--secondary-font);
}
.highlights-section .section-editor h2{
    margin-top: 25px;
    color: #FFFFFF;
}
.highlights-icon {
    margin-bottom: 25px;
}
.highlights-icon img{
    width: auto;
    max-width: 95px;
    height: auto;
    max-height: 68px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(98%) sepia(27%) saturate(2%) hue-rotate(188deg) brightness(116%) contrast(100%);
}
.highlights-block{
    max-width: 1610px;
    margin: 0 auto;
}
.highlights-card{
    z-index: 999;
}
.highlights-wave-img img{
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.wave-block img{
    position: absolute;
    bottom: 10px;
    transform: rotate(180deg);
    width: 100%;
    height: auto;
    z-index: -11;
}
.highlights-section{
    z-index: 11;
}
.highlights-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 17%;
    bottom: 0;
    background-color: #FFFFFF;
    z-index: -11;
}
/*********** Text - image - section ***********/
.text-image-section{
    overflow: hidden;
}
.text-image-big-box {
    background-repeat: no-repeat;
    background-size: cover;
}
.text-block .editor-text-box h4{
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.075;
    margin-bottom: 20px;
}
.text-block .editor-text-box p{
    letter-spacing: 0px;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-weight: 300;
}
.image-block img{
    width: 100%;
    height: 100%;
	aspect-ratio: 1.2/1;
    object-fit: cover;
}
.text-block{
    max-width: 635px;
}
.fade-in {
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
}
.fade-in.visible {
    opacity: 1;
}
/*********** Editor - section ***********/
.editor-section .section-editor p{
    max-width: 1200px;
    margin: 0 auto;
    font-family: var(--secondary-font);
}
/*********** Big - slider- section ***********/
.swiper-button-prev::after, .swiper-rtl .swiper-button-next::after,
.swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
    content: none;
}
.swiper-button-next-big-slider,
.swiper-button-prev-big-slider{
    position: absolute;
    top: 50%;
    transform: translateY(50%, -50%);
    background-color: var(--dark-red);
    width: 30px;
    height: 30px;
}
.swiper-button-next-big-slider{
    right: 0;
}
.swiper-button-prev-big-slider{
    left: 0;
}
.swiper-button-next-big-slider img,
.swiper-button-prev-big-slider img{
    object-fit: contain;
    width: 20px;
    height: 20px;
}
.mySwiper-big-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    aspect-ratio: 2.1/1;
    object-fit: cover;
}

/*********** Map - section ***********/
.map-box img{
    width: 100%;
    height: 100%;
    aspect-ratio: 2.3/1;
}
/*********** Information - section ***********/
.information-section{
    background-size: cover;
	width:100%;
	height:100%;
	z-index:2;
    background-repeat: no-repeat;
    background-position: top center;
}
.information-section {
	padding-bottom:80px;
}
.tables-box{
    max-width: 960px;
}
.tables-box img{
    width: 25px;
    height: 25px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
.information-section .table {
    background-color: transparent;
}
.information-section .table th,
.information-section .table td {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.information-section .table th{
    padding-left: 0;
}
.tables-box .table thead tr th{
    text-align: center;
    padding-left: 20px;
}
.fade-table-in{
    opacity: 0;
    transition: opacity 1.8s ease-in-out;
}
.fade-table-in.visible {
    opacity: 1;
}
/*********** Table - flachen - section ***********/
.table-flachen-section .flachen-text .section-editor h2, p{
    max-width: 930px;
    margin: 0 auto;
}
.table-flachen-section {
    padding-top: 0;
}
.tables-box-flachen,
.tab-pane {
    max-width: 1100px;
    border: none;
    overflow-x: auto;
    margin: 0 auto;
}
.nav-tabs .nav-item .nav-link{
    color: #ffffff;
}
.table-flachen-section .accordion-collapse {
    opacity: 0;
    transition: all 4s;
}
.table-flachen-section .accordion-collapse.show {
    opacity: 1;
    transition: all 4s ease;
}
.nav-tabs .nav-link {
    background-color:#c8c9ccbf;
}
.nav-tabs .nav-link.active {
	background-color: unset;
}
.nav-tabs .nav-item .nav-link{
    border-radius: 0;
}

.nav-tabs .nav-item .nav-link{
    border: none;
}
.table-flachen-block .nav-tabs .nav-link{
    padding: 15px 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.16;
}
.tables-box-flachen table {
    background-color: transparent; 
    border: none; 
}
.tables-box-flachen th, 
.tables-box-flachen td {
    background-color: transparent; 
    border: none; 
}
.table-flachen-block .accordion-button tr .table th,
.table-flachen-block .accordion-button tr .table td {
    background-color: transparent;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 5px;
    white-space: nowrap;
}
.table-flachen-block .table thead tr th{
    color: #ffffff;
}
.table-flachen-block .table-arrow img{
    width: 25px;
    height: 25px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(1%) saturate(5311%) hue-rotate(196deg) brightness(117%) contrast(100%);
}

.tables-box-flachen .table thead,
.tables-box-flachen .table tbody tr,
.tables-box-flachen .table tbody td,
.tables-box-flachen .table tbody th{
    border-bottom: 2px solid #ffffff;
    background-color: transparent;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 300;
    padding: 18px 10px;
    white-space: nowrap;
    transition: all .5s ease-in-out;
}
.table-flachen-block .accordion-button .table{
    margin-bottom: 0;
}
.table-flachen-block button{
    padding: 0;
}
.table-flachen-block .accordion-button .flat-info th,
.table-flachen-block .accordion-button .flat-info td{
    padding: 0;
}
.accordion-button::after {
    background-image: none;
}
.table-flachen-block .accordion-button {
    background: var(--dark-gray) !important;
}
.table-flachen-block .nav-tabs {
    border-bottom: none;
}
.tables-box-flachen .flat-info{
    transition: all .5s ease-in-out;
}
.tables-box-flachen .flat-info:hover {
    background-color: #ffffff !important; 
}
.tables-box-flachen .flat-info:hover th,
.tables-box-flachen .flat-info:hover td {
    color: var(--dark-gray) !important; 
}
.tables-box-flachen .flat-info:hover .table-arrow img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(10%) saturate(248%) hue-rotate(185deg) brightness(91%) contrast(90%);
}
.accordion-body{
    background-color: #ffffff;
	padding:50px 0 65px 0;
}
.tab-content .flat-info{
    background-color: #ffffff;
}
.flat-info[aria-expanded="true"]{
    background-color: #ffffff !important;
}
.table .flat-info[aria-expanded="true"] th,
.table .flat-info[aria-expanded="true"] td {
    color: var(--dark-gray) !important; 
}
.table .flat-info[aria-expanded="true"] .table-arrow img {
    filter: brightness(0) saturate(100%) invert(32%) sepia(10%) saturate(248%) hue-rotate(185deg) brightness(91%) contrast(90%) !important;
}
.table-flachen-block .table thead tr th{
	font-weight:500;
}
.accordion-collapse {
    background-color: #ffffff !important;
}
.accordion-body img{
    width: 100%;
    height: 100%;
	max-width:880px;
}
.table-wave-img {
    bottom: 0%;
    width: 100%;
}
.table-wave-img img{
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
}
.table-flachen-section {
    padding-bottom: 80px;
}
.table-wave-bottom {
    width: 100%;
    bottom: 45px;
	height:0;
	z-index:-1;
}
.table-wave-bottom img{
    width: 100%;
}
/*********** Partner - section ***********/
.partner-block{
    max-width: 1432px;
}
.partner-img-box{
    background-color:#4E50551C;
    aspect-ratio: 1.8/1;
	width:100%;
	height:100%;
	min-height:200px;
	padding:30px;
}
.partner-img-box img{
    width: auto;
    max-width: 170px;
    height: auto;
/*     max-height: 80px; */
	object-fit:content;
}
/*********** Testimonials - section ***********/
.testimonials-box h3{
    color: #000000;
    letter-spacing: 0px;
    font-weight: 500;
    line-height: 1.16;
    font-size: 30px;
    max-width: 800px;
	text-transform:uppercase;
	padding-top:50px;
	font-family: var(--primary-font);
	margin-top:0 !important;
}
.testimonials-name-profession{
    color: #000000;
    font-weight: 400;
    line-height: 1.5;
    font-size: 21px;
    letter-spacing: 0px;
    font-family: var(--secondary-font);
    margin-top: 10px;
}
.swiper-button-next-testimonials,
.swiper-button-prev-testimonials{
    width: 30px;
    height: 30px;
    border: 2px solid #000000;
    border-radius: 50%;
}
.swiper-pagination-testimonials{
    bottom: 30px;
    width: 35px;
    left: 60px;
	font-family: var(--secondary-font);
	font-size:16px;
}
.swiper-button-next-testimonials img,
.swiper-button-prev-testimonials img{
    width: 20px;
    height: 20px;
}
.testimonials-swiper .testimonials-image img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 500px;
}
.testimonials-box {
    z-index: 20;
    padding: 50px 0;
    min-height: 500px;
}
.testimonials-pagination{
    max-width:150px;
    top: 80px;
	left:20px;
}
.swiper-testimonials-container .swiper-slide{
	height:auto !important;
}
.swiper-pagination-testimonials{
    bottom: -5px;
}
/*********** Contact - section ***********/
.contact-block{
    margin-top: 40px;
}
.top-title-contact{
    font-size: 25px;
    color: var(--dark-gray);
    font-weight: 500;
    line-height: 1;
}
.person-img{
    width: 310px;
    height: 310px;
    margin-top: 30px;
}
.person-img img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.name-contact,
.location h5{
    font-size: 18px;
    color: var(--dark-gray);
    font-weight: 700;
    font-family: var(--secondary-font);
    line-height: 1.5;
    text-align: center;
}
.location h5{
    margin-top: 25px;
}
.name-contact{
    margin-top: 30px;
}
.tel-contact a,
.email-contact a,
.location a{
    text-decoration: none;
    color: var(--dark-gray);
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    font-family: var(--secondary-font);
    transition: all .3s ease-in-out;
}
.contact-block .form-label{
    font-size: 18px;
    color:#ffffff;
    line-height: 1.5;
    margin-bottom: 2px !important;
}
.contact-block .form-control{
    background-color: var(--dark-red);
    border-radius: 31px;
    font-size: 18px;
    color: #ffffff;
    padding: 10px 0 10px 15px;
    font-family: var(--secondary-font);
}
.contact-block .form-control::placeholder{
    color: #ffffff4D;
    font-family: var(--secondary-font);
}
.contact-block .form-control:focus{
    box-shadow:none;
    border-color: var(--dark-red);
}
.contact-block .form-check-input:focus{
    box-shadow: none !important;
    border-color: none !important;
    border: 1px solid var(--dark-gray);
}
.contact-block .form-check-input:checked{
    background-color: var(--dark-red);
    border-color: var(--dark-red);
}
.contact-block .form-check-label,
.contact-block .form-check-label a{
    color: #505050;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
    margin-right: 4px;
    font-family: var(--secondary-font);
    transition: all .3s ease-in-out;
}
.contact-block .form-check .form-check-input{
    margin-right: 5px;
}
.contact-block .form-check-label a{
    color: #000000;
    font-weight: 600;
    font-family: var(--secondary-font);
}
.btn-box-contact .btn-primary{
    border: 2px solid #000000;
    color: #000000;
}
.btn-box-contact .btn-primary:hover{
    border: 2px solid #000000 !important;
    background-color: #000000 !important;
    color: #ffffff;
}
.contact-box-icon img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(18%) hue-rotate(73deg) brightness(103%) contrast(100%);
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-left: 15px;
    margin-top: -3px;
}
.btn-contact:hover img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(10deg) brightness(106%) contrast(101%);
}
.form-check p{
	font-size:14px;
}
.form-check .form-check-input{
	width:18px;
	height:18px;
}
.wpcf7-form-control-wrap{
	top:2px;
}
.form-check .wpcf7-form-control-wrap a{
	color:#000000 !important;
	font-weight:600;
}
.form-check p{
	color:#000000;
	font-family: var(--secondary-font);
	font-weight:300;
}
.btn-box-contact .btn-contact::after{
	content:'' !important;
	position:absolute !important;
	background-image:url('local-images/arrow-up-right.svg') !important;
	background-size:40px 40px !important;
	width:40px !important;
	height:40px !important;
	object-fit:contain !important;
	right:20px !important;
	top:6px !important;
}
.btn-box-contact  .btn-contact {
	padding-top:10px;
	padding-bottom:10px;
	padding-right:85px;
}
.btn-box-contact .btn-contact:hover::after{
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(95deg) brightness(108%) contrast(101%);
}
.contact-block .form-check .form-check-label{
    margin-top: -40px;
    margin-left: 15px;
}
.btn-contact br{
	display:none !important;
}
.btn.disabled, .btn:disabled, fieldset:disabled .btn{
	background:transparent !important;
}
/*********** Footer ***********/
.wave-img{
    top: -4px;
    width: 100%;
}
.wave-img img{
    width: 100%;
    height: 100%;
}
.footer-text,
.footer-text a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.6;
    font-family: var(--secondary-font);
    transition: all .3s ease-in-out;
}
.footer-text a{
    font-weight: 300;
    color: #ffffff4D;
}
.footer-link a{
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    font-family: var(--secondary-font);
    transition: all .3s ease-in-out;
}
.section-imporessum-editor p{
	max-width: none; 
}
.editor-imporessum-section{
	padding:120px 0;
}


.section-imporessum-editor h4, h3{
	font-size:22px;
	line-height:1.1;
	color:#000000;
	font-family: var(--secondary-font);
	margin-top:20px;
	font-weight:600;
}
.section-imporessum-editor p,
.editor-imporessum-section ul li{
	font-size:15px;
	margin-top:20px;
	line-height:1.4;
	color:#000000;
	font-family: var(--secondary-font);
	font-weight:300;
}
.editor-imporessum-section ul li {
	margin-top: 7px !important;
}


.section-imporessum-editor a{
	font-size:20px;
	margin-top:20px;
	line-height:1.1;
	color:#000000;
}
.section-imporessum-editor h2{
	font-size:30px;
	margin-top:20px;
	line-height:1.1;
	font-weight:500;
	font-family: var(--primary-font);
	color:#000000;
}
.wpcf7 form.sent .wpcf7-response-output{
	border-color: #882818 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #882818 !important;
}
.wpcf7-not-valid-tip{
	margin-top:10px;
}
.error-section{
	min-height:80svh;
}
.error h2{
	font-size:40px;
}
.error h6{
	font-size:30px;
}
.error p{
	font-size:25px;
}
footer{
	background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: top center;
}
/*********** RESPONSIVE SM ***********/
@media (min-width: 576px) {
/*********** Header ***********/
.logo-navbar {
    padding-top: 20px;
}
.navbar-exit{
    padding-right: 18px;
}
.navbar-brand{
	z-index: 10 !important;
}
	.offcanvas-body{
    transform: translateY(-60px);
}

.logo-navbar img,
.navbar-brand img{
    z-index: 2;
	padding-top:20px;
	height:151px;
}
/*********** Hero - section ***********/
.hero-swiper-672a2ce901757 .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}
.hero-box{
    right: 40px;
    position: relative;
    z-index: 99;
}
.hero-box {
    padding:40px;
}
	.hero-box{
		padding-bottom:150px;
	}
/*********** Information - section ***********/
.tables-box .table thead tr th{
    text-align: start;
    padding-left: 10px;
}
.information-section .table {
    width: 100%;
    table-layout: fixed;
}
.information-section .tables-box .table thead tr th {
    width: 100%;
    text-align: end;
    padding-right: 13px;
}
/*********** Testimonials - section ***********/
.testimonials-box h3{
    font-size: 40px;
}
.testimonials-pagination{
    top: 90px;
}
	
/*********** Partner - section ***********/
	.partner-section {
		padding-top: 100px;
	}
/*********** Footer ***********/
footer{
    padding-top: 80px !important;
}
.wave-img{
    top: 0;
}
.table-wave-img{
    bottom: 0;
}
}
/*********** RESPONSIVE MD ***********/
@media (min-width: 768px) {
.admin-bar .offcanvas{
    top: 32px;
}
.admin-bar .navbar{
    top: 32px;
}
#wpadminbar{
    position: fixed;
}
/*********** Hero - section ***********/
.hero-box{
    right: 40px;
    position: relative;
    z-index: 99;
}
.hero-box{
    right: 70px;
}
/*********** Footer ***********/
footer{
    padding-top: 110px !important;
    padding-bottom: 55px !important;
}
}
/*********** RESPONSIVE LG ***********/
@media (min-width: 992px) {
/*********** Header ***********/
.logo-navbar{
    padding-top: 27px;
}
.navbar-collapse{
    padding-top: 47px !important;
}
.navbar-collapse .logo-navbar {
    padding-top: 0 !important;
}
.navbar-exit {
    position: relative;
    top: -5px !important;
}
.offcanvas-body{
    transform: translateY(-120px);
}
.navbar-nav .nav-link:hover{
    color: var(--dark-red);
}
.navbar-exit{
    padding-right: 10px !important;
}
.logo-navbar img,
.navbar-brand img{
    z-index: 2;
	padding-top:20px;
	height:151px;
}
/*********** Hero - section ***********/
.hero-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
    aspect-ratio:1.77/1;
    object-fit: cover;
}
/*********** Text - image - section ***********/
.text-block .editor-text-box h4{
    font-size: 40px;
}
/*********** Editor - section ***********/
.editor-section .section-editor p{
   margin-top: 40px;
}
.editor-section{
    padding-top: 100px;
}
.table-wave-bottom{
    bottom: 115px !important;
}
/*********** Big - slider- section ***********/
.swiper-button-next-big-slider,
.swiper-button-prev-big-slider{
    width: 50px;
    height: 50px;
}
.swiper-button-next-big-slider{
    right: 0;
}
.swiper-button-prev-big-slider{
    left: 0;
}
.swiper-button-next-big-slider img,
.swiper-button-prev-big-slider img{
    object-fit: contain;
    width: 30px;
    height: 30px;
}
/*********** Information - section ***********/
.information-section {
    padding-bottom: 150px !important;
}
.information-section .table th{
    padding: 15px 0;
}
.information-section .table tr td{
    padding: 15px 0;
}
.information-section .tables-box .table thead tr th{
    padding-right: 5px;
}
/*********** Testimonials - section ***********/
.testimonials-box h3{
    font-size: 50px;
}
.testimonials-image{
    min-height: 500px;
}
	.form-check{
		padding-left:27px;
}
.section-imporessum-editor p{
	max-width: none; 
}
.editor-imporessum-section{
	padding:120px 0;
}
.section-imporessum-editor h4, h3{
	font-size:36px;
	margin-top:45px;
}
.section-imporessum-editor p,
	.editor-imporessum-section ul li{
	font-size:26px;
	margin-top:45px;
}
	.editor-imporessum-section ul li {
		margin-top: 10px !important;
	}
.section-imporessum-editor a{
	font-size:26px;
	margin-top:20px;
	color:#000000;
}
.section-imporessum-editor h2{
	font-size:80px;
	margin-top:45px;
	line-height:1.1;
	font-weight:500;
	color:#000000;
}

.btn-box-contact .btn-contact::after {
  	top: 0;
}
}
/*********** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
/*********** PRE-D CLASSES ***********/
.section-title h1{
    font-size: 88px;
}
.section-editor h2{
    font-size: 152px;
}
.section-editor p{
    font-size: 36px;
}
.btn{
    font-size: 27px;
}
.card-title{
    font-size: 44px;
}
.card-text{
    font-size: 23px;
}
/*********** Header ***********/
.navbar-nav .nav-item .nav-link{
    font-size: 45px;
}

.offcanvas-body{
    transform: translateY(-120px);
	overflow:visible;
}
 .offcanvas.offcanvas-top::after {
    position: absolute;
    content: "";
    bottom: -20%;
    left: 0;
    width: 100%;
    background-image: url('local-images/wave.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
  }
	.offcanvas.offcanvas-top {
    	will-change: transform;
	}
	.offcanvas.offcanvas-top::after {
		transition: none;
	}
	.navbar-brand-collapse {
		z-index:9;
	}
	.offcanvas-top{
		min-height:50% ;
	}
	.offcanvas.offcanvas-top{
		border-bottom: none !important
	}
/*********** Hero - section ***********/
.hero-swiper .swiper-slide img{
    aspect-ratio:1.77/1;
}
.hero-box{
    right: 100px;
    padding: 40px 0 105px 40px;
}
/*********** Highlights - section ***********/
.highlights-card{
    padding: 63px 50px 40px 50px !important;
}
.highlights-block {
    padding-top: 75px !important;
}
.highlights-icon {
    margin-bottom: 48px;
}
.highlights-card .card-text{
    margin-top: 46px;
    font-family: var(--secondary-font);
}
.highlights-section .section-editor p{
    font-size: 32px;
}
/*********** Text - image - section ***********/
.text-block .editor-text-box h4{
    font-size: 80px;
    margin-bottom: 44px;
}
.text-block .editor-text-box p{
    font-size: 26px;
    margin-bottom: 62px;
    font-family: var(--secondary-font);
}
.text-image-section .section-editor h2{
    padding-top: 140px;
    padding-bottom:90px;
	margin-bottom:0;
}
/*********** Editor - section ***********/
 .editor-section{
    padding-top: 180px;
}
.editor-section .section-editor p{
    margin-bottom:80px;
}
/*********** Information - section ***********/
.information-section{
    padding-top: 40px;
    padding-bottom: 90px;
}
.information-section .table th, .information-section .table td{
    font-size: 30px;
}
.tables-box img{
    width: 50px;
    height: 50px;
}
.information-section .tables-box .table thead tr th{
    padding-right: 13px;
}
/*********** Table - flachen - section ***********/
.table-flachen-block .nav-tabs .nav-link{
    font-size:74px;
}
.table-flachen-block .table thead tr th{
    font-size: 28px;
    font-family: var(--primary-font);
}
.tables-box-flachen .table thead, .tables-box-flachen .table tbody tr, .tables-box-flachen .table tbody td, .tables-box-flachen .table tbody th{
    font-size: 24px;
    font-family: var(--secondary-font);
}
	
.table-flachen-block .table-arrow img{
    margin-left: 35px;
}
	.table-line{
		margin-left:35px !important;
	}
.table-flachen-section{
    padding-bottom: 230px;
}
/*********** Partner - section ***********/
.partner-section{
    padding-top: 270px;
	padding-bottom:140px;
}
.partner-block{
    padding-top: 110px !important;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.partner-img-box {
    opacity: 0; 
    transition: all 0.5s ease; 
}
.partner-img-box.fade-in {
    opacity: 1; 
    animation: fadeIn 0.5s ease forwards; 
}
/*********** Testimonials - section ***********/
.testimonials-box h3{
    font-size: 66px;
}
.testimonials-name-profession{
    padding-bottom:0;
}
.swiper-button-next-testimonials, .swiper-button-prev-testimonials{
    width: 36px;
    height: 36px;
	position:none;
}
.swiper-pagination-testimonials{
    bottom: -7px;
}
	.testimonials-image img{
		min-height:800px !important;
	}
/*********** Contact - section ***********/
.contact-section{
    padding-top: 145px !important;
	padding-bottom:180px !important;
}
.contact-block{
    padding-top: 120px;
}
.top-title-contact{
    font-size: 38px;
}
.person-img{
    margin-top: 55px;
}
.name-contact, .location h5{
    font-size: 23px;
}
.tel-contact a, .email-contact a, .location a{
    font-size: 23px;
}
.location h5{
    margin-top: 40px;
}
.name-contact{
    margin-top: 45px;
}
.contact-block .form-control{
    padding:14.5px 0 14px 39px;
}
.contact-block .form-check .form-check-input{
    width: 23px;
    height: 23px;
}
	.contact-left-block,
	.contact-box{
		max-width:440px;
	}
.contact-block .form-check{
    margin-top: 37px;
}
.contact-block .form-check-label a:hover{
    color: var(--dark-red);
}
.btn-box-contact {
    margin-top: 66px !important;
}
.tel-contact a:hover, .email-contact a:hover, .location a:hover{
    color: var(--dark-red);
}
.contact-block .form-control{
    font-size: 23px;
}
/*********** Footer ***********/
footer{
    padding-top: 200px !important;
}
.footer-text, .footer-text a{
    font-size: 22px;
}
.footer-link a{
    font-size: 22px;
}
.footer-link a:hover,
.footer-text a:hover{
    color: var(--dark-red);
}
.footer-link.gap-xl-5{
    gap: 90px !important;
}
.partner-img-box{
	padding:56px 48px;
}
.wpcf7-form-control-wrap{
		top:4px;
}	
.editor-imporessum-section {
	padding:200px 130px !important;
	padding-top:300px !important;
}
	.btn-box-contact .btn-contact::after {
	  top: 11px;
	}
	.error h2{
	font-size:100px;
}
.error h6{
	font-size:70px;
}
.error p{
	font-size:45px;
}
	.swiper-pagination-testimonials{
		font-size:22px;
		width:60px;
		bottom: -10px;
	}
	.testimonials-pagination{
		max-width:180px;
	}
	
}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
/*********** PRE-D CLASSES ***********/
.container{
    max-width: 1840px;
}
	.container-sm{
		max-width:1440px;
	}
/*********** Header ***********/
.navbar-exit{
    padding-right: 15px;
}
.hero-flachen {
    margin-top: 35px;
}

.offcanvas-body{
    transform: translateY(-130px);
}
/*********** Highlights - section ***********/
.highlights-section {
    padding-top: 143px;
}
.highlights-section .section-editor h2{
    padding-top: 85px;
}
.highlights-section::after {
    height: 23%;
}
/*********** Testimonials - section ***********/
.table-flachen-section{
    padding-bottom: 100px;
}
.testimonials-pagination {
    left:35px;
}
.swiper-testimonials-container .testimonials-swiper .swiper-slide{
    min-height: 800px;
}
	.swiper-pagination-testimonials{
		bottom:-11px !important;
	}
.testimonials-pagination{
    top: 150px;
    left: -10px;
}
	.testimonials-box h3{
		padding-top:100px;
	}
	.testimonials-name-profession{
		padding-bottom:10px;
		margin-top:30px;
	}
/*********** Partner - section ***********/
.partner-block{
    padding-top: 150px !important;
}
/*********** Contact - section ***********/
.contact-block{
/*     max-width: 1380px; */
    margin: 0 auto;
}
	.table-wave-bottom{
		bottom:150px !important;
	}
	.wpcf7-form-control {
	width:770px;
}
	.highlights-section {
		padding-bottom:53px;
	}
	.text-image-section{
		padding-bottom:20px;
	}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1600px) {

}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1700px) {
.highlights-section .row.gx-lg-4{
    --bs-gutter-x: 85px !important;
}
/*********** Testimonials - section ***********/
.testimonials-pagination{
    top: 300px;
    left: 25px;
}
.testimonials-box {
    margin-left: 30px;
}
.swiper-testimonials-container .testimonials-swiper .swiper-slide{
    min-height: 1000px;
}
	.testimonials-box {
		padding:220px 0!important;
	}
}
}
    
