/*
Theme Name: lv11.ch
Theme URI: 
Author URI: 
Description: lv11.ch
Version: 1.0
*/
@font-face {
    font-display: swap; 
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/dm-mono-v14-latin-regular.woff2') format('woff2'); 
}
@font-face {
    font-display: swap; 
    font-family: 'DM Mono';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/dm-mono-v14-latin-500.woff2') format('woff2'); 
}
/****** ROOT ***********/
:root {
    --primary-font:"darker-grotesque",sans-serif;
    --secondary-font:'DM Mono',sans-serif;
    --primary-green:#0C4A40;
    --secondary-biege:#CDB59D;
}
/*********** 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;
}
.bg-biege{
    background: var(--secondary-biege);
}
.bg-green{
    background: var(--primary-green);
}
.grecaptcha-badge { 
    visibility: hidden;
}
.admin-bar .offcanvas{
    top: 46px !important;
}
.admin-bar .navbar{
    top: 46px !important;
}
#wpadminbar{
    position: fixed !important;
}
.container{
    max-width: 1710px;
}
.container-md{
    max-width: 1650px;
}
.container-sm{
    max-width: 950px;
    margin: 0 auto;
}
.container-small{
    max-width: 1400px;
    padding: 0 12px;
    margin: 0 auto;
}
.section-title h1 p,
.section-title h2{
    font-size: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: var(--secondary-font);
    letter-spacing: 5px;
    margin-bottom: 0;
}
.section-text p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
}
.card-title,
.card-btn {
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.25px;
    color: var(--secondary-biege);
}
.kontact-title h3{
    font-family: var(--secondary-font);
    font-size: 24px;
    color: var(--secondary-biege);
    letter-spacing: 1.25px;
}
.contact-card{
    font-size: 17px;
    color: var(--primary-green);
    letter-spacing: 1.25px;
    font-family: var(--secondary-font);
}
.btn {
    font-size: 24px;
    gap: 12px;
    min-width: 144px;
    padding: 10px 40px;
    border-radius: 0;
    border-bottom-left-radius: 120px;
    display: flex;
    align-items: center; 
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}
.btn-primary {
   background-color: var(--primary-green);
   color: #ffffff;
   border: none;
   border: none;
   padding: 5px 50px 15px 50px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    border: none !important; 
    background-color: #1F440C !important;
    color: #FFFFFF;
}
.btn-secondary {
    background-color: var(--secondary-biege);
    color: var(--primary-green);
    border: none;
    padding: 5px 50px 15px 50px;
 }
 .btn-secondary:hover,
 .btn-secondary:focus,
 .btn-secondary:active,
 .btn-secondary.active {
     border: none !important; 
     background-color: #9a9e99 !important;
     color: #FFFFFF;
}
/*********** Navbar ***********/
.navbar {
    padding: 15px 0;
}
.navbar::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--secondary-biege);
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: var(--secondary-biege);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.navbar.scrollUp::before {
    opacity: 0.3;
}
.navbar.scrollUp::after {
    opacity: 1;
}
.navbar-brand img,
.offcanvas-title img{
    width: auto;
    height: 70px;
    object-fit: contain;
    transition: all 0.3s;
}
.navbar-brand {
	background:none !important;
}
.navbar-toggler{
    border: none;
    background-color: var(--primary-color);
    padding: 0;
} 
.navbar-toggler img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
    width: 25px;
    height: auto;
} 
.navbar-toggler:focus{
    box-shadow: none;
}
.btn-exit{
    background-color: transparent;
    border: none !important;
    padding: 0;
}
.btn-exit img{
    width: 28px;
    height: 28px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
}
.btn-exit:focus{
    box-shadow: none !important;
}
.navbar-nav .nav-item .nav-link{
    font-size: 38px;
    letter-spacing:0.2px;
    transition: all .3s ease-in-out;
    color: var(--primary-green);
    font-family: var(--secondary-font);
    padding: 0 ;
}
.offcanvas-header {
    padding: 0 12px;
    padding-top: 15px;
}
.navbar-nav  .nav-link{
	margin-bottom:15px;
}
/*********** Hero-section ***********/
.hero-section{
    padding-top: 100px;
    width: 100%;
    min-height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.hero-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 25%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #132718B0, #132718B0, #132718B0, #13271880, #13271812);
}
.section-title h1 p mark{
    color: #ffffff;
    display: inline-block;
    line-height: 0.8;
}
.section-title h1 p{
    line-height: 1.5;
}
.section-title mark{
    background-color: #0C4A40BF;
    padding: 9px;
}
/*********** Text-Bild-Slider ***********/
.text-bild-slider-section,
.firmenstan-section{
    padding: 40px 0;
}
.bild-text-section .swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-img img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    width: 100%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.swiper-pagination-bullet {
    background: var(--primary-green)!important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
    border: 1px solid var(--primary-green);
    width: 13px;
    height: 13px;
}
.bild-text-section .swiper-pagination-bullet-active {
    border: 1px solid var(--secondary-biege) !important;
}
.bg-green .swiper-pagination-bullet {
    background: var(--secondary-biege)!important;
    border: 1px solid var(--secondary-biege);
}
.bg-green .swiper-pagination-bullet-active {
    border: 1px solid #FFFFFF;
}
.text-bild-slider-section .row{
    --bs-gutter-x:70px !important;
}
.text-bild-slider-section  p{
	letter-spacing:2px;
}
.text-bild-slider-section .section-text ul li{
	font-size:20px;
	list-style:none;
	color:#ffffff;
}
.text-bild-slider-section .section-text ul{
	list-style-type: none;
  	padding-left:;
}
.text-bild-slider-section .section-text ul li:before {
	content: "–";
  	position: absolute;
  	margin-left: -1em;
}
/*********** Firmenstan-section ***********/
.firmenstan-section .section-title h2{
    color: var(--primary-green);
    font-size: 35px;
    margin-bottom: 50px;
}
.firmenstan-section .section-text p{
    color:#000000;
    margin-bottom: 0;
	letter-spacing:2px;
}
.firmenstan-section .section-text p{
    color:#000000;
}
.firmenstan-block{
    max-width: 1400px;
}

/*********** Card-section ***********/
.card-section{
    padding: 40px 0;
}
.beige-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: var(--secondary-biege);
    top: 0;
    left: 0;
    z-index: -1;
}
.beige-section .section-title h2{
    color: var(--primary-green);
}

.card-box{
    padding: 20px;
    border-bottom-left-radius: 100px;
}
.lage-box{
    border-bottom-left-radius: 100px !important;
}
.card-img{
    width: 100%;
    overflow: hidden;
}
.card-img img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1.1/1;
    object-fit: cover;
    transition: 0.3s ease-in-out;
}
.card-box:hover .card-img img{
    transform: scale(1.05);
}
.card-text{
    font-size: 20px;
    color: var(--secondary-biege);
    font-family: var(--secondary-font);
    line-height: 1.3;
    margin-bottom: 0;
}
.card-title{
    line-height: 1.2;
}
.card-btn{
    border-bottom: 2px solid var(--secondary-biege); 
    line-height: 1;
    margin-top: 16px;
}
.card-body{
    width: 100%;
}
.lage-box .card-title,
.lage-box .card-btn{
    color: var(--primary-green);
}
.lage-box .card-btn{
    border-bottom: 2px solid var(--primary-green); 
    line-height: 1;
}
.lage-box .card-text{
    color: var(--primary-green);
}
.lage-title h2{
    color: var(--secondary-biege);
}
/*********** Bild-text-section ***********/
.bild-text-section{
    padding: 40px 0;
}
.box-bild img{
    width: 100%;
    height:100%;
    object-fit: cover;
    
}
.build-text-block .section-text p{
    color: #000000;
    margin-bottom: 0;
}
/*********** Kontakt-section ***********/
.kontakt-section{
    padding: 40px 0;
    padding-bottom:170px !important;
}
.kontakt-padding {
    padding-top: 100px;
}
.kontakt-text .section-text p{
    color: var(--secondary-biege);
    margin-bottom: 0;
}
.kontakt-box .form-control{
    padding: 10px 13px;
    border-radius: 0;
    border: none;
    font-size: 24px;
    background-color: var(--secondary-biege);
    color: var(--primary-green);
}
.kontakt-box .form-control::placeholder{
    color: var(--primary-green);
    font-size: 24px;
    font-weight: 500;
}
.kontakt-box .form-control:focus{
    box-shadow:none;
    border: none;
}
.kontakt-box .form-check-input{
    width: 20px;
    height: 20px;
    border-radius: 0;
    background-color: var(--secondary-biege);
    border: none;
    margin-top: 1.1px;
    float: none;
    margin-left: 0;
}
.wpcf7 form.sent .wpcf7-response-output{
	color: #fff;
}
.kontakt-box .wpcf7-acceptance label{
    display: flex;
    align-items: start;
    gap: 15px;
}
.kontakt-box .form-check-input:focus{
    box-shadow:none;
}
.wpcf7-list-item{
    margin: 0 !important;
}
.kontakt-box p {
    font-size: 21px;
    color: var(--secondary-biege);
    line-height: 1.2;
    margin-bottom: 0;
}
.kontakt-box .form-check .form-check-label{
    font-size: 21px;
    color: var(--secondary-biege);
    line-height: 1.2;
}
.form-check{
    padding-left: 0 !important;
}
.kontakt-img-box{
    border-bottom-left-radius: 50px;
    padding: 15px;
    padding-bottom: 24px;
}
.profile-box{
    width: 100%;
    height: auto;
}
.profile-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	aspect-ratio:1/1;
}
.profile-box-text a,
.profile-box-text p,
.profile-bottom-box {
    text-decoration: none;
    color: var(--primary-green);
    font-size: 17px;
    font-family: var(--secondary-font);
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
}
.profile-box-text a:hover{
    text-decoration: underline;
}
.profile-bottom-box{
    border-bottom-left-radius: 120px;
    padding: 10px 20px;
}
.kontakt-flachen .section-text p,
.kontakt-flachen .kontact-title h3{
    color: #000000;
}
.kontakt-flachen .kontakt-box .form-control{
    background-color: var(--primary-green);
    color: #ffffff;
}
.kontakt-flachen .kontakt-box .form-control::placeholder{
    color: #ffffff;
}
.kontakt-flachen .kontakt-box .form-check-input{
    background-color: var(--primary-green);
}
.wpcf7-list-item-label a{
    color: var(--secondary-biege) !important;
}
.wpcf7-list-item-label a:hover{
    text-decoration: none;
}
.kontakt-flachen p,
.kontakt-flachen .form-check-label {
    color: #000000;
}
.kontakt-flachen .btn-secondary{
    background-color: var(--primary-green);
    color: #ffffff;
}
.kontakt-flachen .btn-secondary:hover{
    background-color: #1F440C;
    color: #ffffff;
}
.kontakt-flachen .profile-box-text p,
.kontakt-flachen .profile-box-text a{
    color: #ffffff;
}
.kontakt-flachen .wpcf7-list-item-label a{
    color: #000000 !important;
}
/*********** Footer ***********/
footer{
    padding: 15px 0;
    box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.21);
}
.footer-text,
.footer-text a{
    color: var(--primary-green);
    font-size:16px;
    line-height: 1.2;
    font-weight: 500;
    font-family: var(--secondary-font);
}
.link-footer a:hover{
    text-decoration: underline !important;
}
/*********** Map-section ***********/
.map-section{
    padding: 40px 0;
}
.table-green th, .table-green td{
    background-color: var(--primary-green) !important;
    font-size: 20px;
    color: #ffffff;
    line-height: 1.2;
    font-weight: 500;
    padding: 0;
}
.table-green td{
    color: #ffffff;
    padding: 2px;
    text-align: center;
    padding: 0;
}
.table-green thead tr{
    border-bottom: transparent !important;
}
.table-green th {
    text-align: center !important;
}
.table-green tbody tr th{
    text-align: start !important;
}
.table-green thead tr th{
    padding:0 !important;
}
.table-green th img{
    width: 27px;
    height: auto;
    max-height: 27px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(7deg) brightness(104%) contrast(103%);
}
.map-box-img{
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 100px;
}
.map-box-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-bottom-left-radius: 100px;
}
/*********** Angebot-Buroflachen-section ***********/
.table-angebot-section{
    padding: 40px 0;
}
#house_1 > g {
    -o-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
}
g.moveup {
    -ms-transform: translate(0, -200px);
    transform: translate(0, -200px);
    -webkit-transform: translate(0, -200px);
}
.active-floor,
.active-floor path,
.active-floor polygon.cls-3 {
    fill: var(--secondary-biege) !important; 
}
.table.table-hover td{
    background-color: var(--secondary-biege) !important;
    font-size: 21px !important;
    color: var(--primary-green);
}
.table.table-hover thead tr th{
    background-color: var(--secondary-biege) !important;
    font-size: 16px !important;
    color: var(--primary-green) !important;
}
.cls-1 {
    fill: #f1f1ed;
}
.cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10 {
    stroke: #1d1d1b;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: .2px;
}
.cls-2 {
    fill: #e7e7df;
}
.cls-11, .cls-12 {
    stroke-width: 0px;
}
.cls-11, .cls-7 {
    fill: none;
}
.cls-3 {
    fill: #c9d8d4;
}
.cls-12 {
    fill: #1d1d1b;
}
.cls-4 {
    fill: #ccd3d2;
}
.cls-5 {
    fill: #dfdfd5;
}
.cls-6 {
    fill: #f9f9f7;
}
.cls-8 {
    fill: #787c7b;
}
.cls-9 {
    fill: #adadad;
}
.cls-10 {
    fill: #e3e3e2;
}
.wohnungen-table thead,
.wohnungen-table td{
    vertical-align: middle;
}
.wohnungen-table tr{
	position:relative;
}
.wohnung-row{
	position:relative;
	cursor: context-menu;	
}
.btn-open-modal {
    background-color: var(--primary-green); 
    color: #ffffff; 
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    position: absolute; 
    top: -20px; 
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
	transition:all .3s ease-in-out ;
}
.btn-open-modal::after{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	right: calc(50% - 5px);
	bottom: -5px;
	background: var(--primary-green);
	transform: rotate(45deg);
}
.wohnung-row .tooltip-content{
	background-color: transparent !important;
}
.wohnung-row {
	position: relative;
}
/*********** Angebot-table-section ***********/
.angebot-table-section{
    padding: 40px 0;
}
.table-wohnug{
    max-width: 1500px;
}
#Ebene_1 {
	height: auto;
	width: 100%;
	overflow: visible;
}
.wohnug-img{
	height: fit-content;
  	padding-top: 130px;
}
.wohnungen-table tr th,
.wohnungen-table tr td{
    border-bottom: none;
    border-right: 1px solid var(--primary-green) !important;
    text-align: center;
    padding-bottom: 12px;
    line-height: 1;
}
.table.wohnungen-table td{
    font-size: 14px !important;
}
.table-wohnug tr th{
    border-bottom: 1px solid var(--primary-green);
}
.wohnung-row td{
    padding: 6px !important;
}
.table-more-filter label, .table-more-filter p,
.available-filter-title{
    color: #ffffff;
    font-size: 25px;
    line-height: 1.2;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed){
    background-color: var(--primary-green);
}
.accordion-button::after{
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(244deg) brightness(102%) contrast(103%);
}
.accordion-button p{
    margin-bottom: 0;
}
.accordion-body{
    padding: 0;
}
.table-responsive{
    background-color: var(--primary-green);
}
.accordion-item{
    border-top: none;
}
.price-range-wrap{
    max-width: 280px;
}
#frei-input{
    width: 20px;
    height: 20px;
}
#stockwerk-select {
    background-color: var(--secondary-biege);
    border: 2px solid var(--secondary-biege);
    color: #ffffff;
    font-size: 25px;
    padding: 5px;
    font-weight: 500;
}
#stockwerk-select option{
    font-size: 18px;
}
.ui-state-default{
    background-color: var(--secondary-biege) !important;
    width: 20px !important;
    height: 30px !important;
    border-radius: 0 !important;
    border: none;
}
.ui-state-default:focus,
.ui-state-default:focus-visible{
    box-shadow: var(--secondary-biege) !important;
    border: var(--secondary-biege) !important;
    outline: none !important;
}
.accordion-button {
    padding-left: 0;
}
.table-angebot-section  #available-filter .form-check-input{
    background-color: var(--secondary-biege);
    border-radius: 0;
}
.table-angebot-section  #available-filter .form-check-input:focus{
    box-shadow: var(--secondary-biege) !important;
    border: none;
}
.form-check-input[type="checkbox"]{
    border-color: var(--secondary-biege);
}
.table-group-divider{
    border-top:1px solid var(--primary-green) !important;
}
.wohnungen-table th{
    padding: 6px !important;
}

/*********** Modal ***********/
.modal-header{
    border-bottom: none;
}
.modal-content{
    border-radius: 0;
    background-color:#0C4A408F ;
}
.modal-dialog {
    max-width: 900px;
}
.modal-title{
    color: #ffffff;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}
.modal-text{
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    font-weight: 500;
}
.modal-text-bottom p{
    font-size: 24px;
    color: #ffffff;
    line-height: 1;
    font-weight: 700;
}
.modal-btn-box .btn-secondary{
    border-radius: 0;
    padding: 5px 70px;
    font-size: 20px;
}
.btn-exit-modal{
    background: var(--primary-green);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 7px;
    border: none;
    right: -10px;
    top: -10px;
}
.btn-exit-modal img{
    width: 15px;
    height:auto;
    max-height: 15px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(99%) saturate(0%) hue-rotate(244deg) brightness(102%) contrast(103%);
}
.modal-img{
    width: 100%;
    height: 100%;
}
.modal-img img{
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1.2;
    object-fit: cover;
}
.text-block {
    z-index: 20;
}
.datenschutz-section {
    min-height: 100svh;
    padding: 100px 0;
    padding-bottom: 150px;
}
.datenschutz-section .editor-ch h3{
    color: #ffffff;
    font-size: 35px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom:24px;
}
.datenschutz-section .editor-ch p,
.datenschutz-section .editor-ch a {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
}
.error-section {
    min-height: 100svh;
}
.error h1{
    font-size: 50px;
    font-weight: 500;
    font-family: var(--secondary-font);
    margin-bottom: 15px;
}
.error h4{
    font-size: 30px;
    font-weight: 500;
    font-family: var(--secondary-font);
    margin-bottom: 15px;
}
.error p{
    font-size: 20px;
    font-weight: 500;
    font-family: var(--secondary-font);
}
.wpcf7 form.invalid .wpcf7-response-output{
    border-color:#C0392B !important;
    color: #ffffff;
    font-size: 22px;
}
.table-hover > tbody > tr:hover > *{
	cursor:pointer;
}
tr.wohnung-row.active-floor td{
    background-color: #968e86 !important;
}
.build-text-color .section-text p,
.title-color .section-title h2{
	color:var(--primary-green) !important;
} 
.title-right{
	text-align:right;
	margin-left:0;
}
.firmenstan-block .section-text p{
	color:var(--primary-green) !important;
}
.text-bild-slider-section .section-text p,
.text-bild-slider-section ul li {
	color:var(--secondary-biege) !important;
}
.img-top{
	top:100px;
	background: var(--primary-green);
	z-index:3;
}
.admin-bar .img-top{
    top: 146px !important;
}
.tooltip-content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 9;
    position: relative;
	top: -30px;
}
.visible-tooltip {
    visibility: visible;
    opacity: 1;
}
/*********** RESPONSIVE SM ***********/
@media (min-width: 576px) {
    .price-range-wrap{
        min-width: 280px !important;
    }
	.wohnug-img{
		padding-top:150px;
	}
}
/*********** RESPONSIVE MD ***********/
@media (min-width: 768px) {
    .admin-bar .offcanvas{
        top: 32px !important;
    }
    .admin-bar .navbar{
        top: 32px !important;
    }
	.admin-bar .img-top{
		top: 132px !important;
	}
    #wpadminbar{
        position: fixed;
    }
	.build-text-block{
		margin-top:60px !important;
	}
	.box-bild{
		height:100%;
	}
	.wohnug-img{
		max-width: 600px;
  		margin: 0 auto;
	}
}
/*********** RESPONSIVE LG ***********/
@media (min-width: 992px) {
    /*********** PRE-D CLASSES ***********/
    .section-title h1 p,
    .section-title h2{
        font-size: 99px;
    }
    .section-title h1 p{
        line-height: 1.1;
    }
    .section-text p{
        font-size: 34px;
    }
    .card-title,
    .card-btn  {
        font-size: 28px;
    }
    .kontact-title h3{
        font-size: 40px;
    }
    .btn {
        font-size: 34px;
    }
    /*********** Navbar ***********/
    .navbar {
        padding-top: 30px;
    }
    .navbar-brand img{
        height: 120px;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 24px;
        color: #ffffff;
        padding: 5px;
    }
    .navbar-nav .nav-item{
        margin-left: 20px;
        margin-right: 20px;
    }
    .navbar-nav .nav-link::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        bottom: 0;
        border-radius: 25px;
        left: 0;
        border-bottom: 3px solid #ffffff;
        transition: all 0.3s;
        opacity: 0;
        visibility: hidden;
      }
    .nav-link{
        position: relative;
    }
	.navbar-nav  .nav-link{
		margin-bottom:0;
	}
    .nav-link:hover::before,
    .nav-link.active::before {
        opacity: 1;
        visibility: visible;
        bottom: 0;
    }
    .scrollUp .navbar-brand img{
        width: auto !important;
        height: 70px !important;
        transition: all 0.3s;
    }
    .scrollUp .navbar-nav .nav-item .nav-link{
        font-size: 24px;
    }
    .scrollUp.navbar{
        padding: 15px 0;
    }
    .scrollUp .container {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;   
    }
    /*********** Hero-section ***********/
    .hero-section{
        min-height: 100svh;
        padding-top: 200px;
    }
    .hero-section .section-title{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    /*********** Text-Bild-Slider ***********/
    .text-bild-slider-section,
    .firmenstan-section{
        padding: 70px 0;
    }
    /*********** Firmenstan-section ***********/
    .firmenstan-section .section-title h2{
        font-size: 55px;
    }
    /*********** Card-section ***********/
    .card-section{
        padding: 70px 0;
    }
    .card-title,
    .card-btn{
        margin-top: 33px !important;
    }
    /*********** Bild-text-section ***********/
    .bild-text-section .section-title h2{
        font-size: 50px;
		line-height:1.1;
    }
    /*********** Kontakt-section ***********/
    .kontakt-section{
        padding: 70px 0;
        padding-bottom: 100px !important;
    }
    .kontakt-padding {
        padding-top: 200px;
    }
    .kontakt-img-box{
        margin-top: 64px !important;
    }
    .kontakt-text{
        margin-bottom: 60px;
    }
    .profile-box-text {
        margin-top: 30px !important;
    }
    .kontakt-img-box{
        padding: 17px;
        padding-bottom: 30px;
    }
    .profile-box-text{
        margin-top: 45px;
    }
    .kontakt-box .form-control{
        font-size: 34px;
        line-height: 1;
    }
    .kontakt-box .form-control::placeholder{
        font-size: 34px;
    }
    /*********** Map-section ***********/
    .map-section{
        padding: 100px 0;
    }
    .table-green th, .table-green td{
        font-size: 24px;
    }
    .table-green th img{
        width: 50px;
        height: auto;
        max-height: 50px;
    }
    /*********** Angebot-Buroflachen-section ***********/
    .angebot-buroflachen-section .section-title h2{
        color: #000000;
        font-size: 99px;
        padding-right: 38px;
    }
    /*********** Angebot-table-section ***********/
    .angebot-table-section{
        padding: 80px 0;
    }
    .wohnug-img{
        position: sticky;
        position: -webkit-sticky;
        top: 350px;
    }
    .table.table-hover td{
        font-size: 21px !important;
    }
    #frei-input{
        width: 28px;
        height: 28px;
        margin-right: 15px;
    }
    /*********** Modal ***********/
    .modal-content{
        padding: 40px ;
    }
    .modal-header{
        padding: 0;
    }
    .modal-title{
        font-size: 40px;
    }
    .modal-text p{
        font-size: 34px;
    }
    .modal-text-bottom p{
        font-size: 31px;
    }
    .btn-exit-modal{
        top: -50px;
        right: -54px;
    }
    .table-more-filter label,
    .available-filter-title{
        font-size: 25px;
    }
    .table-more-filter label{
       margin-top: 5px; 
    }
    .datenschutz-section{
        padding-top: 240px;
    }
    .datenschutz-section .editor-ch p ,
    .datenschutz-section .editor-ch a,
    .datenschutz-section .editor-ch ul li{
        font-size: 20px;
    }
    .footer-text,
    .footer-text a{
        font-size:20px;
    }
    .table.wohnungen-table td{
        font-size: 21px !important;
    }
    .table.table-hover thead tr th{
        padding:12px 8px !important;
        font-size: 21px !important;
    }
    .wohnung-row td{
        padding:12px  8px !important;
    }
    .error h1{
        font-size: 50px;
    }
    .error h4{
        font-size: 40px;
    }
    .error p{
        font-size: 25px;
    }
	.text-bild-slider-section .section-text ul li{
		font-size:34px;
	}
}
/*********** RESPONSIVE XL ***********/
    @media (min-width: 1200px) {
    /*********** Bild-text-section ***********/
    .bild-text-section .section-title h2{
        font-size: 60px;
    } 
    .box-bild{
        min-height:400px;
    } 
    .box-bild{
        position: absolute;
        min-height: 400px;
    }
    .box-bild{
        width:100%!important;
        height: 100%;
    }   
    /*********** Map-section ***********/
    .table-green th, .table-green td{
        font-size: 34px;
    }
}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1400px) {
    /*********** Navbar ***********/
    .container-small{
        max-width: 1424px;
        padding: 0 12px;
        margin: 0 auto;
    }
    .navbar{
        padding-bottom: 30px;
    }
    .navbar-brand img{
		
        width: auto;
        height: 170px;
    }
    .navbar-nav .nav-item{
        margin-left: 30px;
        margin-right: 30px;
    }
    .navbar-nav .nav-item:first-child{
        margin-left: 0;
    }
    .navbar-nav .nav-item:last-child{
        margin-right: 0;
    }
    .navbar-nav .nav-item .nav-link{
        font-size: 38px;
    }
    /*********** Text-Bild-Slider ***********/
    .text-bild-slider-section{
        padding: 150px 0;
    }
	.firmenstan-section{
		padding-bottom:80px;
	}
    /*********** Firmenstan-section ***********/
    .firmenstan-section .section-title h2{
        color: var(--primary-green);
        font-size: 99px;
        margin-bottom: 75px;
    }
    .firmenstan-section .section-text{
        margin-bottom: 60px !important;
    }
    .firmenstan-section .section-text:last-child{
        margin-bottom: 0 !important;
    } 
    /*********** Card-section ***********/
    .card-box{
        padding: 25px;
    }
    /*********** Bild-text-section ***********/
    .bild-text-section{
        padding-top: 150px;
        padding-bottom: 70px;
    }
    .build-text-block,
    .map-block{
        max-width: 1400px;
    }
    .bild-text-section .section-title h2{
        font-size: 80px;
        padding: 60px 0;
    }
    .text-block{
        margin-left: 30px;
    }
	.title-right{
		margin-right:30px;
	}
    .kontakt-padding {
        padding-top: 240px;
    }
    .table.table-hover thead tr th{
        padding:16px 8px !important;
    }
    .wohnung-row td{
        padding:16px  8px !important;
    }
	.text-bild-slider-section .section-text ul{
	list-style-type: none;
  	padding-left:57px;
}
}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1600px){
    .firmenstan-block .row{
        --bs-gutter-x: 85px;
    }
    .map-section .row{
        --bs-gutter-x: 100px;
    }
	.bild-text-section .section-title h2{
        font-size: 99px;
    }
}
/*********** RESPONSIVE XXL ***********/
@media (min-width: 1700px){
    .card-section .row{
        --bs-gutter-x: 70px;
    }
    /*********** Bild-text-section ***********/
    .build-text-block .row{
        --bs-gutter-x: 120px;
    }
	.text-block{
        margin-left: 80px;
    }
	.margin-right{
		margin-right:80px;
		margin-left:0 !important;
	}

   
}