/*
Theme Name: Stettbacherhof
Theme URI: http://stettbacherhof.ch/
Author: Portalworks
Author URI: 
Description: Stettbacherhof
Version: 1.0
*/
/************ FONTS **********/
/* exo-2 */
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/exo-2-v21-latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/exo-2-v21-latin_latin-ext-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/exo-2-v21-latin_latin-ext-italic.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/exo-2-v21-latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/exo-2-v21-latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/exo-2-v21-latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/exo-2-v21-latin_latin-ext-800.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/exo-2-v21-latin_latin-ext-900.woff2') format('woff2'); 
}
/************* ROOT **************/
:root {
    --primary-font: 'Exo 2', sans-serif;
    --primary: #000000;
    --secondary: #FFFFFF;
    --green: #52B68D;
    --grey: #F4F6F7;
}

.gas-img {
		width: 250px;
		height: 250px;
	}
	.gas-img svg {
		width: 100%;
		height: 100%;
		object-fit: contain;
	}

.logo-gif {
	border: 2px solid #fff;
  opacity: 0;
  transform: scale(0.95); /* Optional: Add a slight scaling effect */
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.logo-gif.fade-in {
  opacity: 1;
  transform: scale(1); /* Restore the original size */
}

#wp-admin-bar-new-content{
	display: none !important;
}

html {
scroll-padding-top: 92px;	
}

/************* BODY **************/
body {
    font-family: var(--primary-font);
    color: var(--primary);
    padding-top: 67px;
}
/********* PREDEFINED CLASSES **********/

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;
}
.section-width {
	max-width: 1920px;
	margin: 0 auto;
}
.section-padding {
    padding: 40px 0;
}
.bg-primary {
    background-color: var(--primary) !important;
}
.bg-grey{
    background-color: var(--grey);
}
.links-center,
.links-center a {
	display: flex;
	flex-direction: column;
	align-items: start;
	width: 100%;
}
.section-title h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
    letter-spacing: 0.8px;
    position: relative;
    margin-bottom: 16px;
}
.editor-text h2 {
	margin-bottom: 16px;
}
/* .section-title h2::before {
    height: 4px;
    width: 24px;
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    background-color: var(--primary);
}
.section-title.text-white h2::before {
    background-color: var(--secondary);
} */
.btn {
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 0;
    line-height: 1;
    letter-spacing: 0.36px;
}
.btn-primary {
    background-color: var(--primary);
    color: var(--secondary);
    border: 1px solid var(--primary);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background-color: var(--secondary) !important;
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
}
/********* NAVBAR **********/
.navbar {
    padding: 15px 0;
}
.btn-close:focus,
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-brand {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    transition: all .3s;
}
.navbar-brand img {
    width: 100%;
    height: auto;
}
.navbar-brand-menu img {
    width: 120px;
    height: auto;
}
.navbar-scroll .navbar-brand {
    width: 50px;
    top: -10px;
}
.offcanvas {
    background: #000000E6;
}
.nav-item {
    margin: 8px 0;
}
.nav-link {
    color: var(--secondary);
    font-size: 22px;
    padding: 6px 0;
    line-height: 1.2;
}
.nav-link:hover{
    color: #F8F8F8;
}
.navbar-nav .nav-link.active{
    color: #FFFFFF;
}
.hero-nav .menu-item {
	position: relative;
	margin: 2px 0;
	width: fit-content;
}
.hero-nav .menu-item::before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -3px;
	width: 100%;
	height: 3px;
	background-color: #000;
	transform-origin: center;
	transform: translate(-50%, 0) scaleX(0);
	transition: transform 0.4s ease-in-out;
}
.hero-nav .menu-item:hover::before {
	transform: translate(-50%, 0) scaleX(1);
}
.hero-nav .menu-item a {
	color: var(--primary);
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	width: fit-content;
}

/********* HERO *********/
.hero-bg {
	aspect-ratio: 1.5/1;
}
.hero-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position: center;
}
.hero-section {
    min-height: 350px;
    width: 100%;
	margin-bottom: 100px;
}
.hero-text-box {
    max-width: 65%;
}
.hero-text-box h1 {
    font-size: 24px;
    font-weight: 700;
}
.hero-text-box h1 span {
    font-weight: 400;
}
.hero-overlay::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
}
.disturber-link {
	text-decoration: none;
	width: fit-content;
}
.hero-disturber {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    background-color: var(--green);
    transform: rotate(-13deg);
	margin-top: 50px;
}
.hero-disturber h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
}
.hero-disturber p {
    font-size: 12px;
    line-height: 1.2;
}
.scroll-box{
    z-index: 10;
    bottom: 20px !important;
    right: 50%;
    transform: translateX(50%);
}
.scroll-box img{
    width: 36px;
	height: 48px;
}
.section-logo-img {
	width: 100px;
	height: 100px;
}
.section-logo-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.logo-img {
  position: absolute;
  bottom: -380px;
  right: 50%;
  width: 200px;
  height: auto;
  transform: translateX(50%);
  transition: all 1s ease-in-out;
}
.logo-img-scroll {
  position: absolute;
  top: 0;
  right: 12px;
  width: 100px; /* Adjust size for smaller version */
  height: auto;
  transform: translate(0, 0);
  bottom: auto;
  z-index: 9999;
}
.logo-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.header-logo-img {
	max-width: 330px;
	max-height: 70px;
	width: auto;
	height: auto;
}
.header-logo-img img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	object-fit: contain;
}
.left-header-text {
	padding-top: 45px;
}
.left-header-text p {
	font-size: 17px;
}
.styled-text-header p {
	font-size: 20px;
	color: var(--green);
	font-weight: 700;
}
.logo-header-small img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.logo-header-small p {
	font-size: 20px
}
.appearing-part,
.left-header-text {
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1s ease;
}
.show {
	opacity: 1;
	transform: translateY(0);
}
/********* NEWS & EVENTS *********/
.news-event-box-img img{
    height: auto;
    width: 100%;
    aspect-ratio: 2.39/1;
    object-fit: cover;
    transition: all .2s;
}
.news-event-box-text {
    background-color: var(--grey);
    color: var(--primary);
    line-height: 1.2;
}
.news-events-box-second .news-event-box-text{
    background-color: var(--primary);
    color: var(--secondary);
}
.news-event-box-inner {
    padding: 16px 12px 20px 12px;
}
.news-events-cat {
    font-size: 14px;
    margin-bottom: 6px;
}
.news-event-box-text h2 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}
.news-event-box-text p {
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-events-btn-icon {
    background-color: var(--primary);
    width: 40px;
    height: 40px;
}
.news-events-box-second .news-events-btn-icon {
    background-color: var(--secondary);
}
.news-events-box-second .news-events-btn-icon img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(2%) hue-rotate(318deg) brightness(101%) contrast(100%);
}
.news-events-btn-icon img {
    width: 10px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all .2s;
}
.news-events-btn-text {
    font-size: 15px;
    margin-right: 12px;
}
.news-events-box:hover img {
    scale: 1.05;
}
.news-events-btn-container  {
    padding-top: 35px;
}
/******* FOOTER *******/
footer {
    background-color: var(--primary);
    padding-top: 40px;
    color: var(--secondary);
    line-height: 1.4;
}
.footer-logo img {
    width: 280px;
    max-width: 100%;
    height: auto;
}
.footer-text-box p {
    color: var(--secondary);
    margin: 0;
}
.footer-text-box p a {
    color: var(--secondary);
}
.footer-text-box p a:hover {
    text-decoration: none;
}
.footer-bottom {
    border-top: 1px solid #FFFFFF33;
    padding: 12px;
    letter-spacing: 0.36px;
}
.footer-block-main {
    padding-bottom: 80px;
}
.footer-page-links {
	font-size: 17px;
}
.black-white, 
.white-black {
	background: var(--primary);
}
/************* DISTANCE **************/
.distance-map {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 75%; 
}
.distance-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.distance-dark .distance-table th,
.distance-dark .distance-table td{
    background-color: transparent;
	color: #fff;
}
.distance-light .distance-table th,
.distance-light .distance-table td{
		background-color: transparent;
	}
.table {
    --bs-table-border-color: #DEE2E6;
    --bs-table-color: var(--secondary);
    font-size: 16px;
}
.table th {
    vertical-align: middle;
}
.table th,
.table td {
    padding: 10px 6px;
    text-align: end;
	font-size: 14px;
}
.table th:first-child,
.table td:first-child {
    text-align: start;
    padding-left: 0;
}
.table th:last-child,
.table td:last-child {
    text-align: end;
}
.table img {
    max-width: 20px;
    max-height: 25px;
}
/****** INFO SECTION *******/
.info-icon {
    width: 28px;
    height: 28px;
    margin-right: 10px;
    padding-top: 3px;
}
.info-icon img{
    width:auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.info-text-title {
    font-size: 18px;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.info-text p {
    line-height: 1.4;
}
.info-section-block {
    max-width: 1155px;
    width: fit-content;
}
/********* GALLERY ********/
.gallery-img-box img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.73/1;
    object-fit: cover;
}
/********* BERATUNG - SECTION ********/
.contact-editor h5{
    font-size: 20px;
    color: #000000;
    line-height: 1.25;
    font-weight: 700;
    margin-top: 20px;
}
.contact-editor p,
.contact-editor a{
    font-size: 18px;
    line-height: 1.51;
    color: #000000;
}
.contact-editor p{
    margin-bottom: 0;
}
.beratung-img{
    width: 190px;
    height: 190px;
}
.beratung-img img{
    width: auto;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
/********* BIG - SLIDER - IMAGE - SECTION ********/
.big-image-slider .swiper-slide .image-big-slide-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.5/1;
}
.big-slider-text{
   background-color: #000000;
}
.big-slider-text p{
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.4;
}
.big-slider-bottom-text,
.color-text-slide{
    color: var(--grey);
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}
.big-slider-bottom-text span{
    font-weight: 700;
    color: #FFFFFF;
}
.big-slider-text {
    min-height: 200px;
}
/********* ANGEBOT - CARD - SECTION ********/
.angebot-card-section .section-title p{
    font-size: 19px;
    letter-spacing: -0.24px;
    max-width: 700px;
    color: var(--primary);
    margin: 0 auto;
    margin-bottom: 50px;
}
.card-angebot-img-box{
    width: 100%;
    height:200px;
}
.card-angebot-img-box img{
    width: 100%;
    height:100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}
.icon-card{
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: var(--primary);
    margin-top: -35px;
}
.icon-card img{
    width: auto;
    max-width: 42px;
    height: auto;
    max-height: 42px;
    object-fit: contain;
}
.card-title{
    color: var(--primary);
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 1.6;
    margin-top: 22px;
    margin-top: 16px;
}
.card-text{
    font-size: 17px;
    color: var(--primary);
}
/********* PARKING - SECTION ********/
.editor-text p {
    font-size: 17px;
    color: var(--primary);
}
.editor-text p span{
    font-size: 17px;
    color: var(--primary);
    font-weight: 700;
}
.map-parking-box{
    margin-top: 25px;
}
.map-parking-box img{
    width: 100%;
    height: 100%;
    aspect-ratio:2.2/1;
}
.parking-section .editor-text{
    max-width: 1300px;
}
.image-text-section .text-block .editor-text h4{
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 20px;
}
/********* ANGLEBOT - TABLE - SECTION ********/
.flachen-img img{
    width: 100%;
    height: 100%;
    aspect-ratio:1.26/1;
    object-fit: cover;
}
.wohnungen-table thead tr th{
    background-color: var(--primary);
    text-align: center !important;
    line-height: 1.5;
    font-weight: 700;
}
.wohnung-row td{
    font-size: 14px;
    color: var(--primary);
    line-height: 1.33;
    text-align: center !important;
}

.wohnung-row .table-icon{
    width:24px;
    height: 24px;
    margin: 0 auto;
}
.wohnung-row .table-icon img{
    width:auto;
    height: auto;
    object-fit: cover;
}
.wohnung-row{
    border: 1px solid #EDEAE6;
    padding-left: 8px !important;
}
.wohnung-row .table th:first-child, .table td:first-child{
    padding-left: 8px;
}
.table-angebot-section .editor-text{
    max-width: 1300px;
}
.wohnung-row td{
    vertical-align: middle;
}
.wohnungen-table thead tr th{
    padding:20px 10px;
}
/* .wohnungen-table thead{
    border: 1px solid #000000;
} */
.table-group-divider{
    border-top: 0;
}

/********* IMAGE - TEXT - SECTION ********/

.image-md-slider .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-text-section .editor-text p{
    margin-bottom: 40px;
}
.big-slider-text p
.image-text-section .editor-text h4{
    font-size: 20px;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.6;
}
/********* WELCOME - SECTION ********/
.welcome-img-top,
.welcome-img-bottom {
	max-width: 100%;
	aspect-ratio: 1.36 / 1;
}
.welcome-img-bottom img,
.welcome-img-top img{
    max-width: 100%;
	height: 100%;
    object-fit: contain;
}
.welcome-img-top img{
    margin-bottom: 40px;
}
.text-image-left-box .editor-text h2,
.text-image-right-box h2{
    color: #FFFFFF;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.45;
	letter-spacing: 0.8px
}
.text-image-right-box h2{
    color: #fff;
}
.text-image-left-box .editor-text p,
.text-image-left-box .editor-text a {
    color: #FFFFFF;
    font-size: 17px;
    margin-top: 24px;
    margin-bottom: 40px;
    width: 100%;
	text-decoration: none;
}
.text-image-right-box .editor-text p,
.text-image-right-box .editor-text a {
    color: #fff;
    font-size: 17px;
	width: 100%;
	text-decoration: none;
}
.text-image-right-box .editor-text a:hover,
.text-image-left-box .editor-text a:hover {
	text-decoration: underline;
}
.editor-text {
	width: 100%;
}
.distance-block-left {
	width: 100%;
}
/********* IMPRESSUM - SECTION ********/
.impressum-block .editor-text h5{
    font-size: 20px;
    font-weight: 700;
    color: var(--primary);
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 20px;
}
.impressum-block .editor-text p,
.impressum-block .editor-text a,
.impressum-block .editor-text ul li{
    color: var(--primary);
    font-size: 17px;
    line-height: 1.52;
    margin-top: 15px;
}
.impressum-block .editor-text ul li{
    margin-top: 0;
}
.impressum-block .editor-text ul{
    margin-bottom: 0;
}
.impressum-block .editor-text p a{
    color: var(--primary);
    font-size: 17px;
    line-height: 1.52;
}
/************* SINGLE - SECTION **************/
.single-section{
    padding-top: 100px;
}
.single-container{
    max-width: 1170px;
}
.single-section .single-title h2{
    font-size: 35px;
    color: var(--primary);
    line-height: 1.05;
    font-weight: 700;
    margin-bottom: 50px;
}
.single-section .single-block .editor-single p{
    font-size: 17px;
    color: #333333;
}
.single-block .editor-single img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 2.33/1;
}
/***********404 PAGE***********/
.notfound-page {
    height: 80svh;
    padding: 40px 0;
}
.notfound-head {
    font-size: 80px;
    line-height: 1.2;
    margin-bottom: 40px;
    font-weight: 600;
}
.notfound-title{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 1.2;
}
.notfound-text {
    font-size: 16px;
    margin-bottom: 30px;
}
/*********** MODAL ***********/
.btn-exit-modal{
    background: none;
    border:none;
}
.btn-exit-modal img{
    width: 22px;
    height: 22px;
}
.logo-modal img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.modal-header {
    border-bottom: none;
}
.modal-dialog{
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
}
.isometry-img-box{
    width: auto;
    max-width: 300px;
    height: auto;
    max-height: 230px;
}
.isometry-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table-modal-box table tr:nth-child(2n+1) td {
    background: #F7F5EF !important;
}
.table-modal-box table td {
    border: none;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.table-block-modal h4{
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.modal-body{
    padding: 20px;
}
.btn-exit-modal{
    border: 2px solid var(--primary);
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.factsheet-icon img{
    width: 20px;
    height: 20px;
    margin-left: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7492%) hue-rotate(149deg) brightness(102%) contrast(99%);
}
.btn-box .btn-primary{
    padding: 15px;
}
.btn-box .btn-primary:hover .factsheet-icon img{
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(11deg) brightness(102%) contrast(104%);
}
.flat-row{
    cursor: pointer;
}
.factsheet-img {
    width: 300px;
    height: 300px;
}
.factsheet-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/************* RESPONSIVE SM **************/
@media (min-width: 576px) {
	.notfound-page {
		padding: 60px 0;
	}
	.logo-img {
		width: 300px;
	}
	.logo-img-scroll {
		width: 120px; /* Adjust size for smaller version */
	}
	
}
/************* RESPONSIVE MD **************/
@media (min-width: 768px) {
	.hero-bg {
		aspect-ratio: 3.5/1;
	}
	.black-white .distance-dark .distance-table th,
	.black-white .distance-dark .distance-table td {
		color: #000;
	}
	.black-white .distance-dark .table {
		border: 1px solid var(--primary);
		border-inline: 0;
	}
	.black-white .distance-dark .table:first-child {
		border: 0;
	}
	.black-white .distance-light .distance-table th,
	.black-white .distance-light .distance-table td {
		color: #fff;
	}
	.black-white .distance-light .table {
		border: 1px solid #fff;
		border-inline: 0;
	}
	.black-white .distance-light .table:first-child {
		border: 0;
	}
	.distance-light .distance-table th,
	.distance-light .distance-table td{
		color: #000;
	}
	.distance-light .table {
		border: 1px solid var(--primary);
		border-inline: 0;
	}
	.distance-light .table:first-child {
		border: 0;
	}
	.table th, .table td {
		font-size: 16px;
	}
    .admin-bar .offcanvas{
        top: 32px;
    }
    .admin-bar .navbar{
        top: 32px;
    }
    #wpadminbar{
        position: fixed;
    }
    .hero-disturber {
        width: 180px;
        height: 180px;
    }
    .hero-disturber h2 {
        font-size: 26px;
        margin-bottom: 12px;
    }
    .hero-disturber p {
        font-size: 12px;
    }
    .section-padding {
        padding: 60px 0;
    }
    .section-title h2 {
        font-size: 32px;
        margin-bottom: 22px;
    }
	.text-image-left-box .editor-text h2,
	.text-image-right-box h2{
    	font-size: 32px;
}
	.editor-text h2 {
		margin-bottom: 22px;
	}
/*     .section-title h2::before {
        height: 6px;
        width: 30px;
        left: 0;
        top: 19px;
    } */
    .news-events-btn-container  {
        padding-top: 45px;
    }
    /********* BIG - SLIDER - IMAGE - SECTION ********/
    .big-slider-text{
        position: absolute;
        bottom: 0;
        left: 0;
        max-width:940px;
        padding: 30px 36px 10px 63px !important;
        opacity: 0.8;
    }
    .top-text{
        padding-right: 90px;
    }
    .top-text p{
        font-size: 19px;
    }
    .big-slider-bottom-text,
    .color-text-slide {
        line-height: 1.6;
    }
    .big-image-slider .swiper-slide .image-big-slide-block img{
        aspect-ratio: 2.22/1;
    }
    /********* PARKING - SECTION ********/
    .map-parking-box{
        margin-top: 30px;
    }
    .map-parking-box img{
        aspect-ratio:3/1;
        object-fit: cover;
    }
    .notfound-page {
        padding: 80px 0;
    }
	/* WELCOME SECTION */
	.white-black {
		background: linear-gradient(to right, white 50%, var(--primary) 50%);
	}
	.black-white {
		background: linear-gradient(to right, var(--primary) 50%, white 50%);
	}
	.text-image-right-box h2{
		color: var(--primary);
	}
/* 	.editor-text {
		width: fit-content;
	} */
	.distance-block-left {
		max-width: 670px;
	}
	.text-image-left-box .editor-text p,
	.text-image-left-box .editor-text a {
		max-width: 670px;
	}
	.text-image-right-box .editor-text p,
	.text-image-right-box .editor-text a {
		color: var(--primary);
		max-width: 670px;		
	}
	.welcome-img-top,
    .welcome-img-bottom {
		max-width: 670px;
	}

}
/************* RESPONSIVE LG **************/
@media (min-width: 992px) {
    body {
       /*padding-top: 96px;*/
    }
    .nav-item {
        margin: 10px 6px;
    }
    .nav-link {
        font-size: 20px;
        padding: 10px;
		letter-spacing:2px;
		padding-left: 0;
    }
    .navbar-brand {
        top: 40px;
        right: 20%;
        width: 150px;
    }
    .nav-link:hover{
        color: #f8f8f8;
    }
    .navbar-scroll .navbar-brand {
        width: 70px;
        top: -5px;
        right: 0;
    }
    .navbar-nav .nav-link.active{
        font-weight: 600;
		width: max-content;
    }
    .offcanvas {
        max-width: 65%;
	}
	.hero-text-box h1 {
        font-size: 32px;
    }
    .hero-text-box h1 span{
        font-size: 32px;
        padding-left: 50px;
        padding-top: 5px;
    }
    .scroll-box{
        bottom: 110px !important;
    }
    .hero-text-box {
        padding-left: 30px;
        max-width: 60%;
    }
    .hero-overlay::after {
        height: 40%;
    }
    .hero-disturber {
        width: 200px;
        height: 200px;
		cursor: pointer;
		transition: all 0.3s ease-in-out;
    }
	.hero-disturber:hover {
		transform: scale(1.1);
	}
    .hero-disturber h2 {
        font-size: 30px;
        margin-bottom: 16px;
    }
    .hero-disturber p {
        font-size: 14px;
    }
	.left-header-text p {
		font-size: 25px;
	}
	.left-header-text {
		padding-top: 70px;
		max-width: 395px;
	}
	.left-header-text p {
		font-size: 25px;
	}
	.logo-header-small p {
		font-size: 30px;
	}
	.middle-text-container {
		padding-top: 35px;
	}
	.styled-text-header p {
		font-size: 30px;
	}
	.news-event-box-inner {
        padding: 29px 20px 29px 20px;
    }
    .distance-map {
        position: relative;
        overflow: hidden;
        width: 50%;
        padding-top: 0; 
    }
    .distance-map iframe {
        position: relative;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        width: 100%;
        height: 100%;
        filter: grayscale(1);
    }
	.section-logo-img {
		width: 150px;
		height: 150px;
	}
    .table img {
        max-width: 24px;
        max-height: 30px;
    }
    .table th {
        padding: 12px 8px;
    }
    .info-section-block {
        width: auto;
    }
    /********* BIG - SLIDER - IMAGE - SECTION ********/
    .big-slider-text {
        min-height: 200px;
    }
    .big-image-slider .swiper-slide .image-big-slide-block img {
        aspect-ratio: 1.5/1;
    }
    /********* PARKING - SECTION ********/
    .parking-section .section-title h2{
        margin-bottom: 30px;
    }
    .parking-text p,
    .parking-text p span{
        font-size: 21px;
    }
    .parking-text p:last-child{
        margin-top:45px ;
    }
    .map-parking-box{
        margin-top: 30px;
    }
    .map-parking-box img{
        aspect-ratio:3/1;
        object-fit: cover;
    }
    /********* ANGLEBOT - TABLE - SECTION ********/
    .wohnung-row td{
        font-size: 18px;
    }
    .editor-text p,
    .editor-text p span{
        font-size: 21px;
    }
    .wohnung-row .table th:first-child, .table td:first-child{
        padding: 0;
    }
    .table-group-divider.wohnung-row td{
        padding: 0 !important;
    } 
    /********* IMAGE - TEXT - SECTION ********/
    .image-text-section{
        min-height: 660px;
    }
    .image-box-lage{
        position: absolute !important;
        width: 45%;
        top: 0;
        left: 0;
    }
    .image-box-lage-right{
        position: absolute !important;
        width: 45%;
        top: 0;
        right: 0;
    }
    .text-block{
        width: 50%;
        margin-left: auto;
    }
    .text-block-left{
        width: 50%;
        margin-right: auto;
    }
    .image-text-section .text-block .editor-text h4{
        font-weight: 700;
        font-size: 32px;
        margin-bottom: 30px;
    }
    .image-text-section .text-block .editor-text p{
        font-size: 21px;
        margin-bottom: 0 !important;
    }
    .image-text-section .text-block,
    .image-text-section .text-block-left {
        padding: 80px 0;
    }
    /********* WELCOME - SECTION ********/
    .text-image-left-box .editor-text p,
    .text-image-right-box .editor-text p,
	.text-image-left-box .editor-text a,
    .text-image-right-box .editor-text a{
        font-size: 21px;
    }
    .welcome-img-top img{
        margin-bottom: 0;
    }
    /********* IMPRESSUM - SECTION ********/
    .imporessum-section{
        padding-top: 180px !important;
    }
    .impressum-block .editor-text h5{
        font-size: 32px;
        margin-top: 50px;
    }
    .impressum-block .editor-text p,
    .impressum-block .editor-text a{
        font-size: 21px;
      
    }
    .impressum-block .editor-text p a{
        font-size: 21px;
    }
    .impressum-block .editor-text ul li{
        font-size: 21px;
    }
    /************* SINGLE - SECTION **************/
    .single-section .single-title h2{
        font-size: 70px;
    }
    .single-section .single-block .editor-single p{
        font-size: 21px;
    }
    .notfound-page {
        padding: 100px 0;
    }
    /*********** MODAL ***********/
    .modal-body{
        padding: 40px ;
    }
	.image-text-section .editor-text{
    	max-width: 670px;
	}
}
/************* RESPONSIVE XL **************/
@media (min-width: 1200px) {
	html {
        scroll-padding-top: 132px;	
    }
	
    body {
        /*padding-top: 112px;*/
    }
	.container-fluid{
		padding-left:30px;
		padding-right:30px;
	}
    .btn {
        font-size: 18px;
        padding: 17px 25px;
    }
	.logo-img-scroll {
		right: 30px;
	}
    .section-title h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }
	.editor-text h2 {
		margin-bottom: 30px;
	}
/*     .section-title h2::before {
        height: 8px;
        width: 36px;
        left: 0;
        top: 20px;
    } */
    .section-padding {
        padding: 100px 0;
    }
    .nav-item {
        margin: 10px 12px 10px 0;
    }
    .nav-link {
        font-size: 20px;
        padding: 10px;
    }
    .navbar-brand {
        width: 220px;
	}
	.navbar-scroll .navbar-brand {
		width: 135px;
		top: -9px;
	}
	.logo-img {
		bottom: -850px;
		width: 550px;
	}
	.logo-img-scroll {
		bottom: auto;
		width: 150px; /* Adjust size for smaller version */
	}
	.hero-text-box {
		padding-left: 90px;
    }
    .hero-disturber {
        width: 260px;
        height: 260px;
    }
    .hero-disturber h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .hero-disturber p {
        font-size: 16px;
    }
    .news-events-cat {
        font-size: 16px;
    }
    .news-event-box-text h2 {
        font-size: 21px;
    }
    .news-event-box-text p {
        font-size: 21px;
    }
    .news-events-btn-icon {
        width: 53px;
        height: 53px;
    }
    .news-events-btn-icon img{
        width: 12px;
    }
    .news-events-btn-text {
        font-size: 16px;
        margin-right: 12px;
    }
    .news-events-btn-container  {
        padding-top: 70px;
    }
    footer {
        padding-top: 75px;
    }
		.footer-logo img {
    	width: 450px;
	}
	.footer-page-links {
		font-size: 21px;
	}
    .footer-text-box p {
        font-size: 18px;
    }
    .footer-text-box p a {
        font-size: 18px;
    }
    .footer-bottom {
        font-size: 18px;
        padding: 14px;
    }
    .footer-block-main {
        padding-bottom: 75px;
    }
    .info-icon {
        width: 30px;
        height: 30px;
        margin-right: 12px;
        padding-top: 0;
    }
    .info-text-title {
        font-size: 21px;
        margin-bottom: 17px;
    }
    .info-text p {
        font-size: 21px;
    }
	 .text-image-left-box .editor-text h2,
    .text-image-right-box h2{
        font-size: 40px;
    }
    /********* BERATUNG - SECTION ********/
    .contact-editor h5{
        font-size: 24px;
        margin-top: 0;
    }
    .contact-editor p,
    .contact-editor a{
        font-size: 21px;
    }
    .contact-box-name {
        margin-top: 25px;
    }
    .beratung-img{
        margin-right: 20px;
    }
    /********* BIG - SLIDER - IMAGE - SECTION ********/
    .big-image-slider .swiper-slide .image-big-slide-block img{
        aspect-ratio: 2.22/1;
    }
    .arrow-big-image-slide{
        position: relative;
        bottom: 33px;
        right: -10px !important;
    }
    /********* ANGEBOT - CARD - SECTION ********/
    .card-text{
        font-size: 21px;
        line-height: 1.5;
        margin-top: 8px;
    }
    .angebot-card-section .row.gx-xxl-3{
        --bs-gutter-x: 25px;
    }
    .angebot-card-section .row.gy-4{
        --bs-gutter-y:68px;
    }
    .notfound-page {
        padding: 150px 0;
    }
    .image-text-section .text-block-left .section-title h2{
        margin-bottom: 50px;
    }
}
/************* RESPONSIVE XXL **************/
@media (min-width: 1400px) {
    .navbar-brand {
        width: 270px;
    }
    .hero-disturber {
        width: 360px;
        height: 360px;
    }
    .hero-disturber h2 {
        font-size: 48px;
        margin-bottom: 20px;
    }
    .hero-disturber p {
        font-size: 18px;
    }
    .row.news-events-cards.gx-xxl-4 {
        --bs-gutter-x: 40px;
    }
    .distance-map {
        width: 50%;
    }
     /********* ANGEBOT - CARD - SECTION ********/
    .angebot-card-section .row.gx-xxl-3{
        --bs-gutter-x: 35px;
    }
    .text-block {
        padding-right: 135px;
    }
	.container {
    max-width: 1334px;
	}
	.container-fluid {
		max-width: 1544px;
	}

}
/************* RESPONSIVE XXL **************/
@media (min-width: 1600px) {
    .hero-disturber {
        width: 400px;
        height: 400px;
        margin-bottom: 100px;
    }
    .hero-disturber h2 {
        font-size: 64px;
        margin-bottom: 25px;
    }
    .hero-disturber p {
        font-size: 20px;
    }
    .distance-section-block .row.gx-xxl-5 {
        --bs-gutter-x: 175px;
    }
    /********* WELCOME - SECTION ********/
    .welcome-section .row.gx-xxl-4 {
        --bs-gutter-x: 80px;
    }
     
}

