/*
Theme Name: Grenchen City
Author: Portalworks
Version: 1.0.0
Text Domain: grenchen-city
*/

/* afacad-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/afacad-v1-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* afacad-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/afacad-v1-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* afacad-600 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/afacad-v1-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
  /* afacad-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Afacad';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/afacad-v1-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  }
  
/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Afacad', sans-serif;
    --primary-color: #314F8B;
    --secondary-color: #E2DBE0;
    --black: #000;
    --white: #fff;
    --error-color: #D40000;
    --warning-color: #FFC700;
    --succes-color: #008A57;
}

/*************************
        BODY
**************************/
body.admin-bar .navbar {
    top: 46px;
}
@media (min-width: 768px) {
    body.admin-bar .navbar {
        top: 32px;
    }
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--font-primary);
    color: var(--primary-color) !important;
    padding-top: 146px;
}
html :where(.editor-styles-wrapper) {
    color: var(--primary-color);
}
body :where(.editor-styles-wrapper) {
    font-family: var(--font-primary) !important;
}
/*************************
    PRE-DEFINED CLASSES
**************************/
.container-fluid {
	padding-left: 20px;
	padding-right: 20px;
}
.no-flats {
	border-top: 1px solid var(--primary-color);
	padding-top: 15px;
	border-bottom: 1px solid var(--primary-color);
	padding-bottom: 15px;
}
.smaller-image-aspect {
	aspect-ratio: 5/3;
}
.h-captcha {
	margin-bottom: 40px !important;
}
.bg-beige {
    background-color: var(--secondary-color);
}
.bg-blue {
    background-color: var(--primary-color);
}
.text-beige {
    color: var(--secondary-color);
}
.bg-right,
.bg-left {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background-color: var(--primary-color);
    width: 70%;
    height: 100%;
    z-index: 0;
}
.bg-left {
    right: unset;
    left: 0;
}

.border-radius-none {
    border-radius: 0;
}
.border-beige {
    border: 2px solid var(--secondary-color);
}
.border-blue {
    border: 2px solid var(--primary-color);
}

.section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section-padding-sm {
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-padding-half {
    padding-top: 120px;
    padding-bottom: 60px;
}
.section-padding-lg {
    padding-top: 120px;
    padding-bottom: 120px;
}

.editor h1,
.editor h2,
.editor h3,
.editor h4 {
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 33px;
}
.editor h1 {
    font-size: 48px;
	margin-bottom: 23px;
}
.editor h2 {
    font-size: 38px;
	margin-bottom: 25px;
}
.editor h3 {
    font-size: 28px;
}
.editor h4 {
    font-size: 20px;
    letter-spacing: 1px;
    text-decoration: underline;
    margin-bottom: 20px;
}

.editor p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.16;
    margin-bottom: 35px;
}

/* .editor a {
    color: var(--primary-color);
} */

.editor ul li,
.editor ol li {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
}
.editor.text-large p,
.editor.text-large ul li,
.editor.text-large ol li {
    font-size: 22px;
    font-weight: 400;
}
.editor.text-medium p,
.editor.text-medium ul li,
.editor.text-medium ol li {
    font-weight: 700;
    font-size: 18px;
}
.editor.text-small p,
.editor.text-small ul li,
.editor.text-small ol li {
    font-weight: 700;
    font-size: 16px;
}

.btn {
    font-size: 20px;
    line-height: 0.7;
    font-weight: 700;
    background-color: var(--secondary-color);
    border: 2px solid var(--primary-color);
    border-radius: 0;
    padding: 13px 28px;
    color: var(--primary-color);
    letter-spacing: 0%;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btn::after {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 2px solid var(--primary-color);
    z-index: 11;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn:focus-visible,
.btn:first-child:active {
    background-color: var(--secondary-color);
    border-color: var(--primary-color);
    color: var(--primary-color);
    box-shadow: none;
}
.btn:hover::after,
.btn:active::after,
.btn:focus::after,
.btn:focus-visible::after,
.btn:first-child:active::after {
    opacity: 1;
}

.wpcf7-form-control.btn-submit {
    padding: 13px 28px !important;
    border: 2px solid var(--primary-color) !important;
}
.disabled-link {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
  }
.btn-beige {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color) !important;
}
.btn-beige:hover,
.btn-beige:hover::after,
.btn-beige:active,
.btn-beige:focus,
.btn-beige:focus-visible,
.btn-beige:first-child:active {
    background-color: transparent;
    color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-secondary {
    padding: 0;
    padding-bottom: 3px;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid var(--primary-color);
/*     display: inline-flex; */
    justify-content: center;
    align-items: center;
    gap: 8.5px;
    line-height: 1;
}
.btn-secondary svg,
.btn-secondary img {
    flex-shrink: 0;
	width: 14px;
	height: 12px;
	margin-left: 8.5px;
	position: relative;
  	top: -2px;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible,
.btn-secondary:first-child:active {
    background-color: transparent  !important;
}
.btn-secondary-beige {
    border-color: var(--secondary-color);
    color: var(--secondary-color);
}
.btn-secondary-beige:hover,
.btn-secondary-beige:focus,
.btn-secondary-beige:focus-visible,
.btn-secondary-beige:active{
    color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
}

.btn-secondary::after {
    height: 4px;
    background-color: var(--primary-color);
    border: 0;
    bottom: -2px;
    top: unset;
}
.btn-secondary.btn-secondary-beige::after {
    background-color: var(--secondary-color);
}
.btn-secondary.btn-secondary-beige svg path {
    stroke: var(--secondary-color);

}


.d-grid-2 {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 668px;
    gap: 60px 20px;

}

.mt-custom {
    margin-top: 40px;
}
.mb-custom {
    margin-bottom: 40px;
}
.container {
    padding-left: 20px;
    padding-right: 20px;
}
#wpadminbar {
	position: fixed;
}

@media (min-width: 992px) {
	.standort-boxes {
		margin-top: 34px;
	}
	.standort-title {
		margin-top: 15px;
	}
	.carousel-indicators {
		margin-left: 0 !important;
	}
	.scrolled .navigation-menu {
		padding-top: 0 !important;
	}
    body {
        padding-top: 156.533px;
    }
    .mt-custom {
        margin-top: 60px;
    }
    .mb-custom {
        margin-bottom: 60px;
    }

    .privacy-block .editor p{
        margin-bottom: 35px;
    }
    .editor h1,
    .editor h2,
    .editor h3,
    .editor h4 {
        margin-bottom: 28px;
    }
    .editor h1 {
        font-size: 65px;
        margin-bottom: 32px;
    }
    .editor h2 {
        font-size: 55px;
    }
    .editor h3 {
        
    }
    .editor h4 {
        font-size: 24px;
        line-height: 1.2;
    }
    .editor p {
        font-size: 30px;
        line-height: 1.3;
        margin-bottom: 50px;
    }
    .editor ul li,
    .editor ol li {
        font-size: 30px;
        margin-bottom: 5px;
    }
    .editor.text-large p,
    .editor.text-large ul li,
    .editor.text-large ol li {
        font-size: 25px;
    }
    .editor.text-medium p,
    .editor.text-medium ul li,
    .editor.text-medium ol li {
        font-size: 20px;
        line-height: 1.5;
    }
    .editor.text-small p,
    .editor.text-small ul li,
    .editor.text-small ol li {

    }
    .impressions-section .editor h2,
    .table-section .editor h2 {
        margin-bottom: 45px;
    }
}
@media (min-width: 1200px){
	.section-padding-sm {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.section-padding-half {
		padding-top: 250px;
		padding-bottom: 100px;
	}
	.section-padding-lg {
		padding-top: 210px;
		padding-bottom: 250px;
	}
}
@media (min-width: 1400px){
    .editor h1 {
        font-size: 100px;
    }
    .editor h2 {
        font-size: 80px;
    }

    .footer-container {
        max-width: 1860px !important;
    }
}
@media (min-width: 1700px){
	.container {
        max-width: 1578px;
        padding: 0 20px;
    }
    .container-fluid {
        max-width: 2224px;
        padding: 0 20px;
    }
}
.header-container {
    /* align-items: start !important; */

}
.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}
.navbar::before {
    background-color: #fff;
    content: '';
    width: 100%;
    height: 120px;
    top: 0;
    left: 0;
    position: absolute;
}
.navbar.scrolled {
    background-color: #fff;
}
/* .navbar.scrolled .header-container {
    align-items: center !important;
} */

.navigation-menu {
    transition: all 0.3s ease-in-out;
}

.navbar-brand {
    transition: all 0.3s ease-in-out;
    padding-top: 0;
    padding-bottom: 0;
    transform-origin: 0 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1);
    z-index: 2;

    width: auto;
    height: auto;
    max-width: 96px;
    max-height: 86px;

}
.navbar-brand img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.navbar-brand.scale {
    transform: scale(1.8) !important;
}
.home .navbar .navbar-brand {
	transform: scale(1.8);
}
.navbar::before {
	top: 20px;
}
.home .navbar::before {
	height: 116px;
	transform: scale(1.8) translateY(15px);
	transition: all 0.3s ease-in-out;
}
.home .navbar.scrolled::before {
	transform: scale(1);
}
.home .navbar.scrolled .navbar-brand {
	transform: scale(1);
}
.navbar-toggler {
    width: 50px;
    background-color: transparent;
    border: 0;
    padding: 11px 0;
    z-index: 1;
}
.navbar-toggler:focus,
.navbar-toggler:focus-visible {
    box-shadow: none;
    outline: 0;
}
.navbar-toggler span {
    width: 100%;
    height: 4px;
    margin-bottom: 8px;
    background-color: var(--primary-color);
    transition: all 0.3s ease-in-out;
    position: relative;
    display: block;
}
.navbar-toggler.collapsed .middle {
    transform: scaleX(100%);
    transform-origin: right;
    opacity: 1;
}
.navbar-toggler span.bottom {
    margin-bottom: 0;
}
.navbar-toggler.collapsed .top,
.navbar-toggler.collapsed .bottom {
    transform: rotate(0) translate(0);
}
.navbar-toggler .middle {
    transform: scaleX(0%);
    opacity: 0;
}
.navbar-toggler .bottom {
    transform: rotate(45deg) translate(-8px,-9px);
}
.navbar-toggler .top {
    transform: rotate(-45deg) translate(-8px,9px);
}
.navbar-toggler .middle {
    transform: scaleX(0%);
    opacity: 0;
}
.navbar-toggler .bottom {
    transform: rotate(45deg) translate(-8px,-9px);
}
#navbarBody {
    max-height: 0;
    top: 147px;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}
.navbar-collapse {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 146px;
}
#navbarBody.toggle-menu {
    max-height: 100svh;
}

.navigation-menu {
    padding-top: 120px;
    padding-bottom: 60px;
    text-align: center;
}
.navigation-menu li {
    margin-bottom: 30px;
}
.navigation-menu li a {
    text-decoration: none;
    color: var(--primary-color) !important;
    font-size: 25px;
    letter-spacing: 0.94px;
    line-height: 1.2 !important;
    position: relative;
    display: inline-block;
    padding: 10px 0px;
}
.navigation-menu li a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: var(--secondary-color);
    bottom: 9px;
    z-index: -1;
    left: 0;
    transform: scaleX(0%);
    transition: all 0.3s ease-in-out;
}
.navigation-menu li a:hover{
    color: var(--primary-color);
}
.navigation-menu li a:hover::before,
.navigation-menu li.current-menu-item a,
.navigation-menu li.current-menu-item a::before {
    transform: scaleX(100%);
    color: var(--primary-color) !important;
}
.navigation-menu li:last-child {
    margin-bottom: 0;
}


.hero-section .carousel-item {
    height: 550px;
}
.carousel-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;

}
.carousel-indicators,
.swiper-pagination {
    position: static;
    margin-left: 20px;
    margin-right: 0;
    justify-content: start;
    margin-top: 20px;
    margin-bottom: 0;
    gap: 15px;
}
.swiper-pagination.mt-custom {
    margin-top: 40px;
}
.carousel-indicators [data-bs-target],
.swiper-pagination-bullet {
    background-color: var(--secondary-color);
    width: 20px;
    height: 20px;
    padding: 0;
    opacity: 1;
    border: 2px solid var(--primary-color);
    position: relative;
    margin: 0;
    border-radius: 0;
}
.carousel-indicators [data-bs-target]::before,
.swiper-pagination-bullet::before {
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border: 2px solid var(--primary-color);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.carousel-indicators [data-bs-target].active::before,
.swiper-pagination-bullet-active::before {
    opacity: 1;
}

/****************** STANDORT ***************/
.standort-box {
    max-width: 293px;
}
.standort-icon {
    width: 90px;
    height: 90px;
}
.standort-icon img {
    max-width: 100%;
    max-height: 72px;
    width: auto;
    height: 100%;
    object-fit: contain;
}
/****************** LAGE ***************/
.lage-section {
    min-height: 350px;
}
.map iframe {
    width: 100%;
    height: 100%;
}
/****************** FOOTER ***************/
footer {
    padding-top: 122px;
    padding-bottom: 50px;
}
footer .editor p {
    margin-bottom: 0;
}
.privacy-links a {
    text-decoration: none;
    color: var(--primary-color);
}
.footer-wrap {
    gap: 60px;
}
.footer-wrap > * {
    display: inline-block;
}
.kontakt-info a {
    font-size: 24px;
    margin-bottom: 0;
    color: var(--primary-color);
    line-height: 1.2;
    text-decoration: none;
    font-weight: 500;
}
.links-wrap {
    gap: 35px;
    padding: 40px;
}
.lage-table {
    min-width: 520px;
}
#table-apartment {
	min-width: 975px;
}
.lage-table tr th {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#table-apartment tr th {
	padding-top: 13px; 
	padding-bottom: 13px;
	height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: var(--primary-color);
}
.text-beige {
    & .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        color: var(--secondary-color);
    }
}
.lage-table tr td {
    padding: 20px 10px;
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
    text-align: center;
	color: var(--secondary-color);
    font-size: 25px;
    line-height: 1;
	white-space: nowrap;
}
#table-apartment.lage-table tr td {
	color: var(--primary-color);
}
.kontakt-form-sect .form-select {
    background-image: url(images/select-arrow.svg);
    box-shadow: none !important;
	color: rgba(49, 79, 139, 1) !important;
}
.kontakt-form-sect .form-select.anrede-selected {
	color: rgba(49, 79, 139, .5) !important;
}


.kontakt-form-sect .form-select:focus,
.form-select:focus {
    border-color: var(--primary-color);
    outline: 0;
	border-color: var(--primary-color);
	box-shadow: none;
}
.kontakt-form-sect .wpcf7-form-control,
.kontakt-form-sect .form-control:focus,
.kontakt-form-sect .form-control::placeholder,
.kontakt-form-sect textarea::placeholder {
    margin-bottom: 10px;
    padding: 12px 20px 26px 20px;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid var(--primary-color);
    font-size: 22px;
    line-height: 1;
    color: var(--primary-color);
    box-shadow: none;
    outline: 0;
    display: inline-block;
}
.kontakt-form-sect .form-control::placeholder,
.kontakt-form-sect textarea::placeholder {
	border-bottom: 0;
	opacity: 0.5;
	padding-left: 0;
}
select.wpcf7-form-control::placeholder {
	opacity: 0.5 !important;
}
.kontakt-form-sect .form-row p {
    margin-bottom: 40px;
}
.wpcf7-acceptance .wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-acceptance label {
	display: flex;
}
.kontakt-form-sect .wpcf7-acceptance {
    margin-bottom: 0px;
    padding: 0;
    border: 0;
    font-size: 18px;
    font-weight: 400;
}
.kontakt-form-sect .wpcf7-acceptance a {
    color: var(--primary-color);
}
.kontakt-form-sect .form-check-label {
	flex-shrink: 0;
    height: 18px;
    width: 18px;
    border: 2px solid var(--primary-color);
    border-radius: 0;
    top: 0px;
    position: relative;
    margin-right: 20px;
}
.kontakt-form-sect .wpcf7-list-item input[type="checkbox"] {
    appearance: none;
    transition: all 0.3s ease-in-out;
}
.kontakt-form-sect .wpcf7-list-item input[type="checkbox"]:checked {
    background-color: var(--primary-color);
    background-image: url('images/checked.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
.gallery-switcher .btn {
    background-color: #fff;
    color: var(--primary-color);
}
.gallery-switcher .btn.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}
.gallery-switcher .btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.gallery-pagination-wrap {
    gap: 15px;
}
.gallery-swiper-btn::after {
    content: none;
}
.gallery-swiper-btn.swiper-button-prev {
    transform: rotate(180deg);
}

.mfp-arrow::before,
.mfp-arrow::after {
    content: none;
}
.mfp-arrow {
    background-image: url('images/chevron-right-beige.svg') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 65%;
    margin-top: 0;
    z-index: 1111;
}
.mfp-arrow:active {
    margin-top: 0;
}
.mfp-arrow-left {
    background-image: url('images/chevron-left-beige.svg') !important;
    left: 30%;
}
.mfp-arrow-right {
    right: 30%;
}
.mfp-close {
    font-size: 0 !important;
    width: 36px !important;
    height: 36px;
    background-image: url('images/chevron-close-beige.svg') !important;
    background-repeat: no-repeat !important;
    background-size: 25px !important;
    background-position: center !important;
}
.mfp-content {
    max-width: 80% !important;
    margin: 0 auto;
}
.isometry-filters {
    gap: 30px;
}
.isometry-select {
    background-image: url(images/chevron-down-blue.svg);
    color: var(--primary-color);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--font-primary);
    padding-right: 75px;
}
.isometry-select option {
    background-color: #fff;
    color: var(--primary-color);
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-primary) !important;
}
.flachen-table tr td,
.flachen-table tr th  {
    border-color: var(--primary-color);
    font-size: 18px;
    height: 81px;
}
.flachen-table tr th {
    border-top: 1px solid var(--primary-color);
}
.street-title h3 {
    margin-bottom: 11px;
}

.flachen-section #svg-box {
    width: auto;
    height: auto;
    max-width: 687px;
    max-height: 624px;
}
.flachen-section #svg-box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
@media (min-width: 576px) {
    .mfp-arrow {
        background-image: url('images/chevron-right-beige.svg') !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        top: 50%;
        margin-top: -55px;
    }
    .mfp-arrow:active {
        margin-top: -55px;
    }
    .mfp-arrow-left {
        background-image: url('images/chevron-left-beige.svg') !important;
        left: 0;
    }
    .mfp-arrow-right {
        right: 0;
    }
    .mfp-container {
        left: 50%;
        top: 50%;
        max-width: 1860px !important;
        transform: translate(-50%, -50%);
    }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .lage-table tr td {
        padding: 20px 28px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .navbar {
        background-color: transparent;
    }

    .navbar-collapse {
        position: static;
    }
    .navigation-menu {
        padding-top: 0px;
        padding-bottom: 0;
    }
    .navigation-menu li {
        margin-bottom: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
    .navigation-menu li:first-child {
        margin-left: 0;
    }
    .navigation-menu li:last-child {
        margin-right: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-brand {
        width: auto;
        height: auto;
        max-width: 150px;
        max-height: 136px;
    }
    .home .navbar-brand {
        max-width: 250px;
        max-height: 228px;
        transform: scale(1.7);
        transition: transform 0.3s ease-in-out;
        background-color: #fff;
    }
    .home .navigation-menu {
        padding-top: 64px;
    }
    .home .navbar {
        padding-bottom: 9px;
    }
    .home .scrolled {
        padding-bottom: 30px;
        &  .navbar-brand {
            transform: scale(1);
        }
        & .navigation-menu {
            padding-top: 0px;
        }

    }
    /* & .hero-section .carousel.scrolled {
        z-index: -1;
    } */
    .navbar-brand img {
        width: auto;
        height: auto;
        object-fit: contain;
        max-width: 100%;
        max-height: 100%;
    }
    .hero-section .carousel {
        /* margin-top: -116px; */
        /* z-index: 1036; */
    }

    .hero-section .carousel-item {
        height: 75svh;
    }
    /****************** STANDORT ***************/
    .standort-icon {
        width: 155px;
        height: 155px;
    }
    .standort-icon img {
        max-height: 125px;
    }
    /****************** LAGE ***************/
    .lage-section {
        margin-bottom: 250px;
        min-height: 855px;
    }
    /****************** LAGE ***************/
    footer {
        padding-top: 140px;
        padding-bottom: 250px;
    }
    .kontakt-info a {
        font-size: 30px;
        line-height: 1.3;
    }
    .privacy-links a {
        font-size: 20px;
    }
    .footer-logo {
        height: 226px;
        width: auto;
    }
    .footer-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .wpcf7-form-control,
    .form-control:focus,
    .form-control::placeholder,
    textarea::placeholder {
        margin-bottom: 60px;
        font-size: 25px;
    }
    .wpcf7-acceptance {
        font-size: 18px;
    }
    select option {
        font-family: var(--font-primary) !important;
    }
    .swiper-pagination.mt-custom {
        margin-top: 60px;
    }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .navigation-menu li {
        margin-left: 37px;
        margin-right: 37px;
    }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .navbar-collapse {
        padding-left: 37px;
    }
    .navigation-menu {
        margin-right: 182px  !important;
    }
 }



.wp-block .bg-right,
.wp-block .bg-left {
    width: 100%;
}
.wp-block .container {
    position: relative;
    z-index: 1;
}
