/*
Theme Name: ALPA
Theme URI: 
Author: 
Author URI: 
Version: 1.1

* For the full copyright and license information, please view
* the LICENSE file that was distributed with this source code.
*/
/******** FONTS *******/
/* inter - latin_latin-ext */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/inter-v18-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/inter-v18-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/inter-v18-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/inter-v18-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/inter-v18-latin_latin-ext-700.woff2') format('woff2'); 
}
/*************** ROOT ***************/
:root {
    --primary-font: 'Inter', sans-serif;
    --primary-color: #6B4D40;
    --primary-color-opacity50: #6B4D4080;
    --primary-darker: #5F4337;
    --secondary-color: #F06558;
}
/*************** PREDEFINED ***************/
body {
    color: var(--primary-color);
    font-family: var(--primary-font);
    padding-top: 49.14px;
}
html {
	scroll-padding-top: 60px;
}
.btn {
    font-size: 16px;
    line-height: 1.1;
    padding: 14px 28px;
    min-width: 165px;
    border-radius: 33px;  
    font-weight: 700; 
    transition: all .3s;
}
.btn:focus-visible {
    box-shadow: none !important;
}
.btn-primary {
    background: #FFFFFF;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active {
    background: var(--primary-color) !important;
    color: #FFFFFF !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-primary:disabled {
    background: #FFFFFF;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.section-title {
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    font-size: 32px;
    color: var(--primary-color);
}
.section-title sup {
    font-size: 14px;
    font-weight: 400;
    top: -19px;
    left: -5px;
    padding-left: 7px;
}
.section-padding {
    padding: 25px 0;
}
.btn-white {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-weight:500;
    font-size: 14px;
    padding: 11px 20px;
}
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #FFFFFF !important;
}
/******** HEADER ***********/
body.admin-bar .offcanvas.offcanvas-end,
body.admin-bar .navbar {
    top: 46px;
}
.navbar {
    padding: 0;
}
.offcanvas-title img,
.navbar-brand img{
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 40px;
}
.navbar-toggler {
    border: none;
}
.close-nav{
    border: none;
    background: transparent;
    padding: 1px 12px;
}
.close-nav img,
.navbar-toggler img{
    width: 22px;
    filter: brightness(0) saturate(100%) invert(30%) sepia(34%) saturate(488%) hue-rotate(333deg) brightness(91%) contrast(86%);
}
.close-nav:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.offcanvas-header {
    padding: 8px 12px;
}
.nav-link {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
}
.nav-link:hover,
.nav-link.active {
    color: var(--primary-color) !important;
    font-weight: 600 !important;
}
.nav-item {
    border-top: 1px solid var(--primary-color-opacity50);
    padding: 10px 0;
}
.nav-item:last-child {
    border-bottom: none;
}
.nav-item:first-child {
    border-top: none;
}
.bg-primary {
    background-color: var(--primary-color) !important;
}
.bg-primary-darker {
    background-color: var(--primary-darker)!important;
}
.bg-secondary {
    background-color: var(--secondary-color) !important;
}
.navbar-brand {
    padding-top: 16px !important;
}
/******** FOOTER ***********/
.footer-top {
    padding: 35px 0 55px 0;
}
.footer-bottom-links {
    column-gap: 10px;
}
.footer-bottom-links a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
    position: relative;
}
.footer-bottom-links a::after {
    position: relative;
    right: -5px;
    content: "|";
    font-size: 14px;
}
.footer-bottom-links a:last-child::after {
    display: none;
}
.footer-bottom-links a:hover {
    text-decoration: underline;
}
.footer-bottom-text {
    font-size: 14px;
}
.footer-link-img {
    width: 18px;
    height: 18px ;
}
.footer-link-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.footer-link {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.footer-link:last-child {
    margin-bottom: 0;
}
.footer-link:hover {
    text-decoration: underline;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img{
    width: auto;
    height: auto;
    max-width: 207px;
    max-height: 47px;
}
.footer-links-title {
    margin-bottom: 12px;
}
/******** HERO ***********/
.hero-block {
    min-height: 350px;
    padding: 90px 0;
}
.overlay::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0000004D;
}
.hero-logo img {
    width: auto;
    height: auto;
    max-width: 75%;
}
.hero-circle {
    bottom: 8%;
    right: 2%;
    width: 100px;
    height: 100px;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 1.2;
    font-size: 14px;
    transform: rotate(15deg);
    padding: 15px;
    transition: all .3s;
}
.hero-circle:hover {
    scale: 1.05;
}
.hero-scroll {
    color: #EBEBEB;
    text-decoration: none;
    transform: rotate(90deg);
    bottom: 60px;
    z-index: 5;
    font-size: 14px;
    margin-right: 120px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    opacity: .9;
}
.hero-scroll::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    left: 40px;
}
.hero-scroll::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    top: 50%;
    border-radius: 50%;
    background-color: #FFFFFF;
    left: 100%;
    transform: translateY(-50%);
    animation-name: scroll-animation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite; 
}
@keyframes scroll-animation {
  0% {left: 100%;opacity: .2;}
  50% { opacity: .9;}
  100% {left: 200%;opacity: .2;}
}


.text-image-slider-container img {
    aspect-ratio: 16/9;
    height: auto;
    object-fit: cover;
}
.section-text-bg {
    font-size: 100px;
    color: #F6F4F4;
    z-index: -1;
    top: -90px;
    left: -12px;
    font-weight: 700;
}
.section-text p {
    line-height: 1.2;
}
.section-text p:last-child {
    margin-bottom: 0;
}
.swiper-button-prev,
.swiper-button-next {
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 50%;
    transition: all .3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover{
     background-color: var(--primary-darker);
}
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 600;
} 

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
    color: #FFFFFF;
}
.swiper-button-disabled {
    background-color: #FFFFFF;
}
.swiper-button-disabled::after {
    color: #000000 !important;
}
.text-image-section-reverse {
    padding-top: 50px;
}
/******** CONTACT PERSON ***********/
.contact-person-title {
    line-height: 1.2;
    font-size: 30px;
}
.contact-person-img {
    width: 250px;
    height: 250px;
}
.contact-person-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.person-name {
    line-height: 1.2;
    font-size: 26px;
    margin-bottom: 20px;
}
.contact-person-inner {
    padding: 40px 0;
}
/******** LAGE ***********/
.lage-buttons {
    gap: 20px;
    margin-top: 25px;
}
.lage-table-container table th,
.lage-table-container table td {
    color: var(--primary-color);
}
.table-img {
    width: 25px;
    height: 25px;
}
.table-img img {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.lage-table-container table th,
.lage-table-container table td {
    border-bottom: 1px solid #6B4D408A;
    vertical-align: middle;
}
.lage-table-container th:first-child {
    padding-left: 0;
}
.lage-table-container table td {
    line-height: 1.1;
    text-align: center;
}
.lage-table-container table td span {
    min-width: 22px;
    text-align: end;
}
.lage-table-container {
    max-width: 730px;
}

.text-editor-section,
.lage-section,
.contact-section {
	padding: 50px 0;
}
.angebot-section {
	padding-top: 50px !important;
}
.custom-checkboxes {
    display: flex;
    flex-direction: column;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
    align-items: start;
}
.custom-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #F6F4F4;
    margin: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid transparent;
    flex-shrink: 0;
	position: relative;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.custom-checkboxes .wpcf7-list-item {
    margin: 0;
}
.custom-checkboxes label {
    display: flex;
    align-items: center;
}
.custom-checkboxes input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}
.custom-checkboxes input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.checkboxes-label,
.form-label,
.custom-checkboxes .wpcf7-list-item-label{
    font-size: 14px;
    line-height: 1.1;
    color: var(--primary-color);
    margin-bottom: 0;
}
.checkboxes-label {
    margin-bottom: 20px;
}
.custom-checkboxes .wpcf7-list-item-label {
    margin-left: 10px;
}
.custom-checkboxes .wpcf7-list-item-label span {
    color: var(--secondary-color);
}
.custom-radios input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #F6F4F4;
    margin: 0;
    width: 24px;
    height: 24px;
    display: inline-block;
    border: 1px solid transparent;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}

.custom-radios input[type="radio"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: 0;
    left: 0;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--primary-color);
    border-radius: 50%;
    background-image: url('img/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
}

.custom-radios input[type="radio"]:checked::before {
    transform: scale(1);
}
.custom-radios .wpcf7-list-item {
    margin: 0;
}
.custom-radios label {
    display: flex;
    align-items: center;
    gap: 14px;
}
.custom-radios {
    display: flex;
    align-items: center;
    gap: 30px;
}
.form-label span {
    color: var(--secondary-color);
}
.form-control {
    background-color: #F6F4F4;
    border-radius: 27px;
    border: 1px solid #F6F4F4;
    font-size: 14px;
    padding: 8px 12px;
    color: var(--primary-color);;
}
.form-control:focus {
    border: 1px solid var(--primary-color);
    background-color: #F6F4F4;
    box-shadow: none;
    color: var(--primary-color);;
}
textarea.form-control {
    resize: none;
    border-radius: 28px;
}
.contact-form-container {
    max-width: 900px;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px !important;
    color: var(--primary-color);
}
.wpcf7-acceptance .wpcf7-list-item-label  a {
    color: var(--primary-color);
}
.checkboxes-flex {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}
.contact-form-container p {
    margin: 0;
}
/******** ANGEBOT ***********/

#svg svg {
    max-width: 720px;
    width: 100%;
    height: auto;
    display: block;
}

.floor {
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
}

.floor.moveup {
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
    -webkit-transform: translate(0, -200px);
}

.floor > g.active-flat > polygon, .floor > g:hover > polygon, .floor > g:hover > polyline, .floor > g.active-flat > polyline,  .floor > g:hover  *, .floor > g.active-flat  * {
    fill: var(--primary-color) !important;
    stroke: #fff !important;
}


.angebot-table-container {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #EDEAE6;
}
.angebot-table-container table th {
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
}
.btn-table {
    font-size: 14px;
    font-weight: 400;
    padding: 5px 20px;
    min-width: unset;
}
.angebot-table-container img {
    width: 24px;
    height: auto;
    max-height: 24px;
    transition: all .1s;
}
.angebot-table-container img:hover {
    scale: 1.1;
}
.angebot-table-container table td {
    color: var(--primary-color);
    text-align: center;
    vertical-align: middle;
}
.angebot-table-container table th,
.angebot-table-container table td {
    font-size: 14px;
    padding: 8px 6px;
}
.angebot-table-container table tr:last-child td {
    border-bottom: none;
}
.angebot-table-container table tr.even td{
    background-color: #F6F4F4;
}

.angebot-table-container tbody tr:hover td,
.angebot-table-container tbody tr.svg-hover td {
	background-color: var(--secondary-color) !important;
	color: #fff !important;
	cursor: pointer;
}

.row-line {
    border-top: 2px solid var(--primary-color);
}

.angebot-table-container.active::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    z-index: 1;
    pointer-events: none;
    opacity: .6;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, var(--primary-color) 0%, #FFFFFF00 100%);
    transition: all .1s;
}
.angebot-table-container.active::after {
    position: absolute;
    content: "";
    height:100%;
    z-index: 1;
    width: 0;
    pointer-events: none;
    opacity: .6;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, var(--primary-color) 0%, #FFFFFF00 100%);
    transition: all .1s;
}
.angebot-table-container.active.scrolled-left::after {
    width: 20px;
}
.angebot-table-container.active.scrolled-right::before {
    width: 20px;
}
.map-section {
    aspect-ratio: 4/3;
    margin-bottom: -10px;
}
.map-section iframe {
    width: 100%;
    height: 100%;
}
.page404-block {
    min-height: calc(100svh - 647px);
}
.page-title {
    font-size: 34px;
}
/* .page-editor a {
    color: var(--primary-color);
}
.page-editor a:hover {
    text-decoration: none;
} */
.modal-content {
    border: none;
    border-radius: 0;
}
.modal-body {
    padding: 0 25px 25px 25px;
}
.modal-body h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000000;
}
.modal-body p {
    font-size: 17px;
    color: #000000;
    line-height: 1.2;
}
.modal-body a {
    color: var(--primary-color);
}
:root :where(.editor-styles-wrapper)::after {
    display: none !important;
}
html :where(.wp-block) {
    max-width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zimmer-checkboxes {
    display: grid;
    grid-template-columns: 1fr;
}
.wrap-checkboxes {
   display: flex;
   flex-direction: row;
   column-gap: 20px;
   flex-wrap: wrap;
}
.contact-person-section {
	padding-top: 0;
	/* margin-top: -50px; */
}
.page-editor a {
    color: var(--primary-color);
}
.page-editor a:hover {
    text-decoration: none;
}
.page-editor-title,
.page-editor {
    color: var(--primary-color);
}
.page-editor p,
.page-editor h1,
.page-editor h2,
.page-editor h3,
.page-editor h4,
.page-editor h5 {
	margin-bottom: 16px;
}

.price-range-wrap label,
.available-filter-title {
    font-weight: 700;
}
.price-range-wrap label {
    margin-bottom: 20px;
}
.price-range-wrap p {
    font-size: 14px;
    margin-top: 14px;
}
.ui-slider-handle {
    width: 26px !important;
    height: 26px !important;
    background-color: var(--primary-color) !important;
    top: -7px !important;
}
.price-range-wrap {
    max-width: 320px;
}
.ui-slider {
    width: calc(100% - 19px);
    margin-left: 9.5px;
}
/* #svg polygon{
    stroke-width: 1 !important;
} */

.filter-block .form-select {
    border: 1px solid #BEBEBE;
    border-radius: 8px;
    color: var(--primary-color);
    padding: 5px 35px 5px 6px;
    font-size: 14px;
}
.filter-block .form-select:focus {
    border: 1px solid var(--primary-darker);
    box-shadow: none;
}
.angebot-section .sticky-top {
    top: 50px;
}

.btn-close:focus {
    box-shadow: none;
}
.angebot-table-container tbody tr:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(101%) contrast(106%);
}
.vimeo-container {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	position: relative;
}
.vimeo-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vimeo-container {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	position: relative;
}
.vimeo-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed;
    }
}
/******** RESPONSIVE SM ***********/
@media (min-width: 576px) {}
/******** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .hero-logo img {
        max-width: 350px;
    }
    .hero-block {
        min-height: 500px;
    }
    .hero-circle {
        width: 150px;
        height: 150px;
        font-size: 18px;
    }
    .map-section {
        aspect-ratio: 21/9;
    }
    .page404-block {
        min-height: calc(100svh - 385px);
    }
    .zimmer-checkboxes {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 783px) {
    body.admin-bar .offcanvas.offcanvas-end,
    body.admin-bar .navbar {
        top: 32px;
    }
}
/******** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    .section-title sup {
        font-size: 18px;
        top: -23px;
        left: -4px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .section-title {
        margin-bottom: 30px;
        font-size: 32px;
    }
    .nav-item {
        border-top: none;
        padding: 0 4px;
    }
    .nav-item:last-child {
        border-bottom: none;
    }
    .nav-link {
        border: 1px solid #FFFFFF;
        border-radius: 33px;
        font-size: 16px;
        padding: 10px 22px !important; 
    }
    .nav-link:hover,
    .nav-link.active {
        color: var(--primary-color) !important;
        font-weight: 400 !important;
        border: 1px solid var(--primary-color);
    }
    .hero-logo img {
        max-width: 400px;
    }
    body {
        padding-top: 55.59px;
    }
    .text-image-slider-container {
        width: 50% !important;
        position: absolute;
        left: 0;
        top: 40px;
    }
    .text-image-swiper {
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
    }
    .text-image-text-inner {
        padding: 35px 0 35px 35px;
    }
    .text-image-section-reverse .text-image-slider-container {
        left: auto;
        right: 0;
    }
    .text-image-section-reverse .text-image-swiper {
        border-top-left-radius: 60px;
        border-bottom-left-radius: 60px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .text-image-section-reverse  .text-image-text-inner {
        padding: 35px 35px 0 35px;
    }
    .text-image-section-reverse {
        padding-top: 80px;
    }
    .contact-person-img {
        width: 220px;
        height: 220px;
        margin-top: -85px;
    }
    .contact-person-inner {
        padding: 30px 0;
    }
    .contact-person-section {
        padding-top: 100px;
    }
	.text-editor-section,
	.lage-section,
	.contact-section {
		padding: 80px 0;
	}
	.angebot-section {
		padding-top: 80px !important;
	}
    .hero-scroll {
        font-size: 16px;
        margin-right: 150px;
        bottom: 160px;
    }
    .hero-scroll::after {
        width: 100px;
        left: 60px;
    }
    .hero-scroll::before {
    
        transition: all .2s;
        animation-duration: 1.5s;
        
    }
    @keyframes scroll-animation {
        0% {left: 60px;opacity: .2;}
        50% { opacity: .9;}
        100% {left: 153px;opacity: .2;}
    }
    .hero-block {
        padding: 195px 0;
    }
    .footer-logo {
        margin-top: 35px;
    }
    .page404-block {
        min-height: calc(100svh - 385px);
    }
    .modal-body {
        padding: 0 79px 42px 52px;
    }
    .wrap-checkboxes {
        column-gap: 30px;
    }
	.contact-person-section {
		margin-top: 0;
	}
    .angebot-section .sticky-top {
        top: 55px;
    }
    .vimeo-container{
		width: 50%;
		left: 0;
		position: absolute;
		top: 50px;
		margin-top: 0px;
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
	.vimeo-container {
		width: 50%;
		left: 0;
		position: absolute;
		top: 50px;
		margin-top: 0px;
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
	
	.vimeo-container iframe {
		border-top-right-radius: 60px;
		border-bottom-right-radius: 60px;
	}
}
/******** RESPONSIVE XL ***********/
@media (min-width: 1200px) {
    body {
        padding-top: 61.77px;
    }
    .navbar-brand img{
        max-width: 295px;
        max-height: 60px;
        transition: all .2s;
    }
    .navbar-scroll .navbar-brand img {
        max-width: 180px;

    }
    .footer-top {
        padding: 45px 0 100px 0;
    }
    .footer-right {
        gap: 100px !important;
    }
    .footer-link {
        margin-bottom: 12px;
    }
    .footer-links-title {
        margin-bottom: 27px;
    }
    .footer-logo {
        margin-bottom: 30px;
    }
    .hero-block {
        min-height: 712px;
    }
    .hero-logo img {
        max-width: 542px;
    }
    .hero-circle {
        width: 200px;
        height: 200px;
        font-size: 22px;
    }
    .text-image-text-inner {
        padding: 55px 0 55px 55px;
    }
    .text-image-section-reverse .text-image-text-inner {
        padding: 55px 55px 55px 0;
    }
    .text-image-slider-container {
        top: 50px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    .swiper-button-prev::after,
    .swiper-button-next::after {
        font-size: 17px;
        font-weight: 600;
    } 
    .swiper-button-next {
        right: 23px;
    }
    .swiper-button-left {
        left: 23px;
        right: auto;
    }
    .text-image-section-reverse {
        padding-top: 100px;
    }
    .lage-buttons {
        gap: 30px;
        margin-top: 50px;
    }
    .lage-table-container table th,
    .lage-table-container table td {
        font-size: 18px;
    }
    .lage-table-container table th,
    .lage-table-container table td {
        padding: 10px;
    }
	.text-editor-section,
	.lage-section,
	.contact-section {
		padding: 100px 0;
	}
	.angebot-section {
		padding-top: 100px !important;
	}
    .checkboxes-label,
    .form-label,
    .custom-checkboxes .wpcf7-list-item-label {
        font-size: 16px;
    }
    .form-control {
        font-size: 16px;
        padding: 12px 16px;
    }
    .contact-form-container .row.g-xl-4 {
        --bs-gutter-x: 30px;
        --bs-gutter-y: 30px;
    }
    .checkboxes-label {
        margin-bottom: 26px;
    }
    .angebot-table-container {
        border-radius: 20px;
        border: 2px solid #EDEAE6;
    }
    .angebot-table-container {
        border-radius: 20px;
        border: 2px solid #EDEAE6;
    }
    .btn-table {
        padding: 6px 20px;
    }
    .angebot-table-container img {
        width: 24px;
        height: auto;
        max-height: 24px;
        transition: all .2s;
    }
    .angebot-table-container table td {
        font-size: 18px;
        padding: 11px;
    }
    .angebot-table-container table th {
        font-size: 16px;
        padding: 12px;
    }
    .page404-block {
        min-height: calc(100svh - 479px);
    }
    .page-editor p,
    .page-editor li {
        font-size: 24px;
    }
    .footer-link {
        font-size: 16px;
    }
    .footer-link-img {
        width: 24px;
        height: 24px;
    }
    .price-range-wrap label,
    .available-filter-title {
        font-size: 18px;
    }
    .price-range-wrap p {
        font-size: 16px;
    }
    .filter-block .form-select {
        padding: 9px 65px 9px 10px;
        font-size: 16px;
    }

    /* .admin-bar .angebot-section .sticky-top {
        top: -70px;
    } */
    /* .filter-wrapper {
        position: sticky;
        top: 500px;
        z-index: 2000;
        background-color: #FFFFFFFF;
    } */
    .filter-wrapper {
        padding-top: 100px;
    }
    .container-large {
		max-width: 100%;
	}
    #svg svg {
		max-width: 100%;
	}
	.btn-table {
        padding: 4px;
		font-size: 12px;
    }
    .angebot-table-container img {
        width: 16px;
        height: auto;
        max-height: 16px;
        transition: all .2s;
    }
    .angebot-table-container table td {
        font-size: 12px;
        padding: 2px;
    }
    .angebot-table-container table th {
        font-size: 12px;
        padding: 2px;
		font-weight: 500;
    }
	.svg-padding-top {
		padding-top: 125px;
	}
    .svg-xl-position {
		top: 100px;
	}
}
/******** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    body {
        padding-top: 75.77px;
    }
    .section-title sup {
        font-size: 20px;
        top: -44px;
        left: -5px;
    }
    .section-padding {
        padding: 50px 0;
    }
    .section-title {
        margin-bottom: 50px;
        font-size: 64px;
    }
    .nav-link {
        font-size: 16px;
        padding: 4px 8px;
    }
    .navbar {
        padding: 0;
    }
    .navbar-brand {
        padding-top: 27px !important;
    }
    .navbar-scroll .navbar-brand {
        padding-top: 24px !important;
    }
    .footer-right {
        gap: 190px !important;
    }
    .hero-circle {
        width: 220px;
        height: 220px;
        font-size: 32px;
        bottom: 16%;
    }
    .text-image-text-inner {
        padding: 75px 0 75px 60px;
    }
    .text-image-section-reverse .text-image-text-inner {
        padding: 75px 75px 75px 0;
    }
    .section-text p {
        font-size: 21px;
    }
    .section-text-bg {
        font-size: 200px;
        top: -180px;
        left: -50px;
        font-weight: 700;
    }
    .contact-person-inner {
        padding: 70px 0;
    }
    .contact-person-title {
        font-size: 40px;
    }
    .contact-person-img {
        width: 300px;
        height: 300px;
        margin-top: -155px;
    }
    .person-name {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .lage-table-container table th,
    .lage-table-container table td {
        font-size: 21px;
    }
    .contact-person-section {
        padding-top: 125px;
    }
    .table-img {
        width: 35px;
        height: 35px;
    }
    .hero-scroll {
        bottom: 185px;
    }
    .hero-block {
        min-height: 900px;
    }
    .hero-section  {
        margin-bottom: 50px;
    }
    .page-editor,
    .page-editor p,
    .page-editor li {
        font-size: 24px;
    }
	.page-editor p,
	.page-editor h1,
	.page-editor h2,
	.page-editor h3,
	.page-editor h4,
	.page-editor h5 {
		margin-bottom: 20px;
	}
    .page-editor-section {
        padding: 100px 0;
    }
    .filter-block .form-select {
        padding: 9px 65px 9px 10px;
        font-size: 16px;
    }
	.price-range-wrap label,
    .available-filter-title {
        font-size: 18px;
    }
	.angebot-table-container table td {
        font-size: 15px;
        padding: 8px;
    }
    .angebot-table-container table th {
        font-size: 15px;
        padding: 8px;
    }
}
    
/******** RESPONSIVE CUSTOM ***********/
@media (min-width: 1600px) {
    .container {
        max-width: 1540px;
    }
    .hero-circle {
        width: 260px;
        height: 260px;
    }
     .contact-person-title {
        font-size: 53px;
    }
    .contact-person-img {
        width: 365px;
        height: 365px;
        margin-top: -155px;
    }
    .person-name {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .contact-person-right {
        gap: 95px !important;
    }
    .person-info .gap-xxl-4 {
        gap: 20px !important;
    }
    .contact-person-section {
        padding-top: 135px;
    }
	.page-title {
		font-size: 46px;
	}
    .btn-table {
        padding: 6px 18px;
		font-size: 16px;
    }
    .angebot-table-container img {
        width: 24px;
        height: auto;
        max-height: 24px;
        transition: all .2s;
    }
    .angebot-table-container table td {
        font-size: 17px;
        padding: 8px;
    }
    .angebot-table-container table th {
        font-size: 16px;
        padding: 12px 8px;
    }
}
@media (min-width: 1800px) {
    .container {
        max-width: 1708px;
    }
	.section-text-bg {
        top: -135px;
        left: -68px;
    }
}
@media (min-width: 1900px) {
	.section-text-bg {
        top: -139px;
        left: -75px;
    }
    .container-large {
		max-width: 1900px;
	}
}
