/*
Theme Name: Lindenmatt West
Author: Portalworks
Version: 1.0.0
*/

/***************************************************************
                         FONT
***************************************************************/
/***************************************************************
                         ROOT
***************************************************************/
:root {


    --blue-dark: #130F26;
	--kontakt-card: #5C5E5E;
    --grey-light: #c4c4c4;
    --border-color: rgba(249, 249, 249, 0.23);
    --orange: #C99B60;
    --border-radius: 15px;
}
/***************************************************************
                         BODY
***************************************************************/
html {
	scroll-padding-top: 180px;
}
body {
    font-family: var(--font-primary);
    color: var(--grey-dark);
    padding-top: 101px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
/*******************************
        PRE-DEFINED CLASSES
********************************/
.bg-orange {
    background-color: var(--orange);
}
.bg-light {
    background-color: #5C5E5E1A !important;
}
.overlay {
    position: relative;
}
.overlay::before {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.46) 0%, rgba(0, 0, 0, 0) 100%);  
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.no-pseudo::before,
.no-pseudo::after {
    content: none !important;
}
.container {
    max-width: 1280px;
    padding: 0 20px;
}
.border-radius {
    border-radius: 40px;
}
.border-radius-sm {
    border-radius: var(--border-radius);
}
.border-top-left-radius {
    border-top-left-radius: var(--border-radius);
}
.border-top-right-radius {
    border-top-right-radius: var(--border-radius);
}
.bg-blue {
    background-color: var(--main-blue);
}
.bg-card {
	background-color: var(--kontakt-card);
}
.text-blue {
    color: var(--main-blue);
}
.border-bottom-light {
    border-bottom: 1px solid var(--border-color);
}
.border-bottom-blue {
    border-bottom: 1px solid var(--main-blue);
}
.btn {
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    line-height: 1;
    padding: 18px 35px 18px 30px;
    background-color: transparent;
    gap: 13px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.btn-secondary {
    background-color: var(--main-blue);
    color: #fff;
    border-color: var(--main-blue);
}
.btn:hover, .btn:active, .btn:focus-visible {
    background-color: #fff !important;
    color: var(--main-blue) !important;
    border-color: #fff;
}
.btn:hover img, .btn:focus-visible img, .btn:active img {
    filter: invert(67%) sepia(17%) saturate(393%) hue-rotate(164deg) brightness(78%) contrast(80%);
}
.angebot-button {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%); 
	white-space: nowrap;
	font-size: 16px;
}
.angebot-button .btn-arrow-box {
	width: 24px;
}
.btn-arrow-box {
    width: 14px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-arrow-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.lang-switcher {
    font-size: 16px !important;
    padding: 10px 40px 10px 20px;
	position: relative;
    gap: 30px;
    font-weight: 500;
    background-color: transparent;
    border-color: var(--grey-light);
    color: var(--blue-dark);
	text-transform: uppercase;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
	min-width: 100px;
	height: 44px;
	text-align: start;
}
.lang-switcher option {
	color: #121212;
}
.lang {
	position: relative;

}
.lang:before {
	position: absolute;
	width: 24px;
	height: 24px;
	top: 10px;
	right: 20px;
	content: '';
	z-index: 0;
	background-image: url('assets/images/arrow-down.svg');
	filter: invert(1);
	background-size: 14px;
	background-position: center;
	background-repeat: no-repeat;
}
.btn-blue {
	border-color: var(--main-blue);
}
.btn-blue:hover {
	color: #fff !important;
	background-color: var(--main-blue) !important;
}
.lang-switcher:hover {
    border-color: var(--main-blue);
    background-color: transparent !important;
    color: #fff;
}
.lang-switcher .btn-arrow-box img {
    filter: invert(1);
}
.text-with-video-bg.section-padding {
	padding-top: 208px;
    padding-bottom: 36px;
}
.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
.section-padding-sm {
    padding-top: 40px;
    padding-bottom: 40px;
}
#galerie-video.section-padding {
	padding-top: 0;
}
.section-title {
    font-weight: 600;
}
.section-title-lg {
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.section-title-md {
    font-size: 36px;
    line-height: 1.25;
}
.editor h1, .editor h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.1px;
    margin-bottom: 20px;
    color: var(--main-blue);
}
.big-image-section .editor h1, .big-image-section .editor h2 {
	line-height: 1.3;
}
.editor a,
.accordion-body .text a {
    color: var(--main-blue);
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
.editor a::after,
.accordion-body .text a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: var(--main-blue);
    transform: scaleX(0%);
    transform-origin: left;
    transition: all 0.3s ease-in-out;
}
.editor a:hover::after,
.accordion-body .text a:hover::after {
    transform: scaleX(0%);
}
.editor h2 {
    font-weight: 600;
}
.editor h3 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: var(--main-blue);
    letter-spacing: 0.5px;
}
.editor.text-white > * {
    color: #fff;
}
.editor p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
	color: var(--main-blue);
}
.hero-section .editor p {
	margin-bottom: 50px;
}
.dark-version .editor > * {
    color: #fff;
}
.frost-box {
    padding: 30px 20px;
    position: relative;
    z-index: 1;
    background: #5C5E5EB0;
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
}
 #wpadminbar {
    position: fixed;
  }
.admin-bar .fixed-top {
	top: 46px;
}
@media (min-width: 768px) {
    /****** PRE-DEFINED CLASSES *****/
    .btn {
        font-size: 18px;
    }
	.admin-bar .fixed-top {
	top: 32px;
}
}
@media (min-width: 992px) {
    .frost-box {
        padding: 55px 68px;
    }
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .editor h1 {
        font-size: 48px;
        line-height: 1.25;
        margin-bottom: 24px;
    }
    .editor h2 {
        font-size: 36px;
        line-height: 1.25;
        margin-bottom: 24px;
    }
    .editor p {
        font-size: 18px;
        margin-bottom: 24px;
    }
    .section-title-lg {
        font-size: 48px !important;
        line-height: 1.25;
    }
}

.side-link {
    bottom: 68px; 
    z-index: 11;
    display: inline-flex;
    right: 0;
    background-color: var(--main-blue);
    font-size: 16px;
    padding: 18px;
    padding-right: 40px;
    transform: translateX(82%);
    transition: all 0.3s ease-in-out;
    border-color: var(--border-color);
}
.side-link:hover {
    transform: translateX(10%);
    border-color: var(--main-blue);
}
.home {
    & .navigation-body ul li a {
        color: #fff;
    }
    .navigation-body ul li a::after {
        background-color: var(--border-color);;
    }
    & #navbarBody {
        background-color: var(--main-blue);
    }
    & .offcanvas-toggler .text {
        color: #fff;
    }
    & .lang-switcher {
        background-color: transparent !important;
        border-color: #fff;
    }
	& .lang::before {
		filter: invert(0);
	}
    & .offcanvas-toggler span {
        background-color: var(--main-blue);
        background-color: #fff;
    }
    & .lang-switcher {
        color: #fff;
    }
    & .lang-switcher .btn-arrow-box img {
        filter: invert(0);
    }
    & .lang-switcher:hover{
        background-color: transparent !important;
        color: #fff !important;
    }
    & .navbar-brand:focus, .navbar-brand:hover {
        color: #fff;
    }
	& .nav-link:focus, .nav-link:hover {
        color: #fff;
    }
}
/*******************************
        NAVIGATION
********************************/
.navigation-body ul li a {
	position: relative;
	display: inline-block !important;
}
.navigation-body ul li a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: rgba(121, 139, 153, 0.2);
	transform: scaleX(0%);
	transition: all 0.3s ease-in-out;
	transform-origin: left;
}
.navigation-body ul li a:hover::after, .navigation-body ul li.current-menu-item a::after {
	transform: scaleX(100%);
}
.navbar {
    padding: 30px 0px;
    transition: all 0.3s ease-in-out;
}
.navbar.border-disable {
    border: 1px solid var(--main-blue);
}
.home .navbar-brand {
    color: #fff;
}
.navbar-brand {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.6px;
    color: var(--main-blue);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.navbar-brand:focus, .navbar-brand:hover {
    color: var(--main-blue);
}
.navbar-brand.hidden {
    opacity: 0;
}
.offcanvas-toggler {
    background: transparent;
    border: 0;
    font-weight: 600;
    display: inline-block;
    height: 42px;
    width: 44px;
    position: relative;
    justify-content: center;
    align-items: end;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.offcanvas-toggler span {
    width: 100% !important;
    position: absolute;
    height: 4px;
    background-color: var(--main-blue);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.offcanvas-toggler .text {
    color: var(--main-blue);
}
.offcanvas-toggler span.top {
    left: 0;
    top: 0;
}
.offcanvas-toggler span.middle {
    left: 0;
    top: 15px;
}
.offcanvas-toggler .text {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}
.offcanvas-toggler.active .text {
    opacity: 0;
}
.offcanvas-toggler.active span.top {
    transform: rotate(320deg) translate(-11px,13px);
}
.offcanvas-toggler.active span.middle {
    transform: rotate(-320deg) translate(1px,2px);
}

.navigation-body .navigation-wrap {
    padding-top: 25px;
    padding-bottom: 30px;
}
.navigation-body ul {
    list-style: none;
}
.navigation-body ul li {
    margin: 10px 0;
}
.navigation-body ul li a {
    color: var(--main-blue);
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    padding: 5px 0;
    display: block;
}
.navigation-body ul li a:hover {
	color: var(--main-blue);
}
.navigation-menu {
    margin-bottom: 30px;
}
.navigation-menu li:first-child {
    margin-top: 0;
}
.navigation-menu li:last-child {
    margin-bottom: 0;
}
#navbarBody {
    max-height: 0;
    top: 101px;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    background-color: #fff;
}
#navbarBody.toggle-menu {
    max-height: 100svh;
}



/*******************************
                HERO
********************************/
.hero-iframe-cover {
    min-height: 440px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.hero-iframe iframe {
    width: 100vw;
    height: 100%;
    min-height: 41vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-iframe-cover img {
	width: 100%;
	min-height: 440px;
	height: 100%;
	object-fit: cover;
}

/*******************************
        CARDS SECTION
********************************/
.standard-text {
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 1.5;
	color: var(--main-blue);
}
.big-card {
    border-radius: 15px;
    overflow: hidden;
}
.big-card .card-title {
    z-index: 1;
    position: relative;
    bottom: 27px;
    left: 19px;
    font-size: 14px;
    font-weight: 600;
    gap: 20px;
    align-items: center;
	padding-right: 19px;
}
.big-card .card-title-text {
    line-height: 1;
}
.big-card-img-box {
    height: 100%;
}
.big-card-img-box::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.42);
    z-index: 0;
    width: 100%;
    height: 100%;
}
.big-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1.17/1;
}
.big-card .card-title-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: inline-flex;
}
.big-card .card-title-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.video-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
}
.video-bg::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.video-bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.big-image-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-image {
    top: 0;
    left: 0;
    z-index: 0;
}
.bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* GALLERY */
.gallery-item a {
	display: block;
	aspect-ratio: 3 / 2;
}
/*******************************
        FOOTER
********************************/
footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-logo {
    max-width: 264px;
    margin-bottom: 34px;
}
.addres img {
	width: 19px;
	height: auto;
	object-fit: contain;
}
.address {
    font-size: 15px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0,3px;
    margin-bottom: 30px;
	gap: 3px;
}

.footer-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    padding-left: 0;
    margin-bottom: 29px;
}
.footer-menu li {
    line-height: 2;
	margin-bottom: 4px;
}
.footer-menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    white-space: nowrap;
    line-height: 1.5;
    font-weight: 400;

}
footer .links {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.36px;
    color: #fff;
}
.copyrights {
    padding-top: 29px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
}
.data-privacy {
    gap: 10px;
    margin-bottom: 29px;
}
.data-privacy span:last-child {
    display: none;
}
.data-privacy a {
    color: #fff;
    text-decoration: none;
}
/*******************************
        TIMELINE
********************************/
.timeline-boxes {
    max-width: 900px;
    padding-top: 50px;
}
.timeline-boxes .timeline-box:first-child {
    margin-top: 0;
}
.timeline-box {
    padding: 20px 20px 60px 20px;
    min-height: 375px;
    gap: 10px;
    border: 2px solid rgba(146, 106, 120, 0.16);
    height: 100%;
}
.dark-version {
    
    & .timeline-boxes {
        &  .col-lg-6::after {
            background-color: #fff;
        }
        & .col-lg-6::before {
            background-color: var(--main-blue);
        }
        & .col-lg-6:last-child::after {
            background-color: var(--main-blue);
        }
        & .col-lg-6.future-line::after {
            background-color: #aaa;
        }
    }
}
.timeline-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding: 17px;
    background-color: var(--main-blue);
}
.timeline-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.timeline-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: var(--main-blue);
}
.timeline-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
	color: #4B4E4ACC;
}
.comming-soon {
    padding: 5px 9px;
    gap: 5px;
    font-size: 11px;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    right: 20px;
    top: 20px;
}
.timeline-box::before {
    content: '';
    position: absolute;
    left: -32px; /*-42*/
    top: 152px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--main-blue);
    z-index: 2;
}
.timeline-box::after {
    content: '';
    position: absolute;
    left: -28px; /*-38*/
    top: 156px;
    width: 12px;
    height: 12px;
    background-color: var(--main-blue);
    border-radius: 50%;
    z-index: 2;
}
.timeline-boxes .col-lg-6::after {
    content: '';
    position: absolute;
    top: 162px;
    right: unset;
    left: -9px; /*-19*/
    background-color: var(--main-blue);
    height: 100%;
    width: 1px;
    z-index: 0;
}

.timeline-boxes .col-lg-6::before {
    content: '';
    position: absolute;
    top: 153px;
    left: -21px; /*-32*/
    background-color: #fff;
    height: 27px;
    width: 27px;
    z-index: 1;
}

.bg-light .timeline-boxes .col-lg-6::before,
.bg-light .timeline-box::before,
.bg-light .timeline-boxes .col-lg-6:last-child::after {
	background-color: #e8ecec !important;
}

.timeline-boxes .col-lg-6.future-line::after {
    background-color: #d0cfd4;
    z-index: 0;
}
.timeline-boxes .col-lg-6.future-line .timeline-box::after {
    background-color: #d0cfd4;
}
.timeline-boxes .col-lg-6.future-line .timeline-box::before {
    border-color: #d0cfd4;
}
.timeline-boxes .col-lg-6:last-child::after {
    background-color: #fff;
    height: 50%;
}
.timeline-link {
    font-size: 14px;
    color: var(--main-blue);
    position: absolute;
    bottom: 30px;
}
.timeline-link.text-white svg path {
    fill: #fff;
}
.timeline-link::before {
	position: absolute;
	content:'';
	bottom: 0;
	left: 0;
	width: calc(100% - 28px);
	height: 1px;
	background-color: var(--main-blue);
	opacity: 0.6;
	transform: scaleX(0%);
	transform-origin: left;
	transition: all 0.3s ease-in-out;
}
.timeline-link:hover::before {
	transform: scaleX(100%);
}
.dark-version {
    background-color: var(--main-blue);
    & .timeline-box {
        border: 2px solid rgba(249, 249, 249, 0.15);
    }
    & .timeline-title, .timeline-link {
        color: #fff;
    }
    & .timeline-link svg path {
        fill: #fff;
    }
    & .timeline-icon {
        background-color: #fff;
    }
	.timeline-link::before {
		background-color: #fff;
	}
}
/*******************************
        SMALLER HERO
********************************/
.smaller-hero {
    max-height: 254px;
    height: 100svh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.smaller-hero-box {
    padding: 28px;
    width: 100%;
}

/*******************************
        LAGE SECTION
********************************/
.lage-section .editor {
    margin-bottom: 50px;
}
.distanzen-table th{
    color: var(--main-blue);
    font-size: 16px;
    font-weight: 700;
}
.distanzen-table > tbody > tr:nth-of-type(2n+1) > * {
    background: #5C5E5E4D;
}
.distanzen-table th:first-child {
    padding-left: 18px;
    line-height: 2;
}
.distanzen-table th .icon-box {
    height: 31px;
    width: auto;
}
.distanzen-table th .icon-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.distanzen-table th {
    padding-bottom: 20px;
}
.distanzen-table td {
    color: var(--main-blue);
    border: 0;
    padding-bottom: 20px;
}
.table.distanzen-table tr td:first-child{
    font-weight: 600;
    max-width: 69px;
    white-space: nowrap;
    padding-top: 20px;
    padding-left: 22px;
	font-size: 14px;
}
.table.distanzen-table tr td:not(:first-child) {
    padding-top: 50px;
    font-weight: 400;
    font-size: 16px;
    width: 96px;
	text-align: center;
}

/*******************************
        MAP IMAGE SECTION
********************************/
.map-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 3/2;
}
.map-box {
    min-height: 276px;
    aspect-ratio: 3/2;
}
/*******************************
        INFO SECTION
********************************/
.info-section-boxes {
    padding-top: 50px;
}
/*******************************
        SINGLE SECTION
********************************/
.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 25px;
    display: inline-block;
  }
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
	background-position: center;
  	background-size: cover;
 	background-repeat: no-repeat;
}
/*******************************
        IFRAMES SLIDER
********************************/
.bg-blue {
	& .swiper-navigation {
		background-color: #fff;
	}
	& .swiper-navigation.swiper-button-disabled {
		background-color: rgba(232, 236, 236, 0.5)
	}
	& .swiper-navigation svg path {
		fill: var(--main-blue);
	}
}
.swiper-navigation {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--main-blue);
    transition: all 0.3s ease-in-out;
    top: unset;
    bottom: -60px;
}
.swiper-navigation.swiper-button-disabled {
    background-color: transparent;
    border: 1px solid rgba(146, 106, 120, 0.16);
    opacity: 1;
}
.swiper-navigation.swiper-button-disabled svg path {
    fill: var(--main-blue);
}
.swiper-navigation::after {
    content: none;
}
.swiper-navigation svg {
    width: auto;
    height: 14px;
}
.swiper-navigation.swiper-button-prev {
    transform: rotate(180deg);
}
.iframes-button-prev, .iframes-button-next {
    left: unset;
    right: unset;
}
.iframes-button-prev {
    right: 51%;
}
.iframes-button-next {
    left: 51%;
}
/*******************************
        GALLERY
********************************/
.gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.lightbox .lb-image {
    border: none;
    border-radius: 0;
}

.lightbox {
    position: fixed!important;
}

.lb-number {
    display: none!important;
}

.lb-prev, .lb-next {
    position: fixed;
    display: block!important;
    opacity: 1!important;
    background-size: 20px!important;
}

.lb-nav a.lb-next {
    right: 5px;
}

.lb-nav a.lb-prev {
    left: 5px;
}

.lb-data .lb-close {
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-image: url('assets/images/close-icon.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
    background: url('assets/images/v-arrow-right.svg');
    background-size: 16px;
    background-repeat: no-repeat;
}
.lb-nav a.lb-next {
    background-position: 97% center;
}
.lb-nav a.lb-prev {
    background-position: 97% center;
    rotate: 180deg;
}
.lb-close {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 99999;

}

#lightbox {
    top: 50%!important;
    left: 50%!important;
    transform: translate(-50%, -50%);
}

@media (min-width: 450px) {
	.table.distanzen-table tr td:first-child {
		font-size: 16px;
	}
}
@media only screen and (min-width: 992px) {
    .gallery-item {
        height: 185px;
    }

    .gallery {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    
    .gallery-titles {
        font-size: 2rem;
        line-height: 56px;
        margin-bottom: 50px;
        margin-top: 80px;
    }
    
    .gallery-titles:first-child {
        margin-top: 0;
    }
}
/*******************************
        DOWNLOADS
********************************/
.downloads-wrap {
    max-width: 844px;
}
.downloads-box {
    padding: 20px 30px;
    gap: 10px;
    border: 2px solid #926A7829;
    transition: all 0.3s ease-in-out;
}
.downloads-box .timeline-title {
	font-size: 16px;
}
.downloads-box:hover {
    border-color: var(--main-blue);
}
.faq {
    margin-top: 50px;
}

.faq .accordion-item {
    border-bottom: 1px solid #D5D7DD;
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: transparent;
    color: var(--grey-dark);
}

.faq .accordion-button {
    color: var(--main-blue);
    background-color: transparent;
    box-shadow: none;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    padding: 25px 0;
}

.accordion-body {
    padding: 0 0 40px 0;
}

.accordion-button:not(.collapsed)::after, .accordion-button[aria-expanded="false"]::after {
    transform: rotate(0deg);
}

.accordion-button[aria-expanded="true"]::after {
    transform: rotate(-90deg);
}

.accordion-button:not(.collapsed)::after, .accordion-button::after {
    background-image: url("assets/images/accordion-arrow.svg");
    background-size: contain;
}
/* *********** RESPONSIVE SM *********** */
@media (min-width: 576px) {
    .smaller-hero-box {
        max-width: 576px;
    }
    .timeline-box::before {
        left: -42px; 
    }
    .timeline-box::after {
        left: -38px; 
    }
    .timeline-boxes .col-lg-6::after {
        left: -19px;
    }
    .timeline-boxes .col-lg-6::before {
        left: -32px;
    }
}
/* *********** RESPONSIVE MD *********** */
@media (min-width: 768px) {
    /************ NAVIGATION ************/
    .navigation-body .navigation-wrap {
        padding-top: 55px;
        padding-bottom: 65px;
    }
    .navigation-menu {
        margin-bottom: 0;
    }
    .navigation-body ul li {
        margin-bottom: 20px;
    }
    .navigation-body ul li a {
        padding: 10px 0;
        font-size: 36px;
        position: relative;
        display: inline-block;
    }
    .navigation-body ul li a::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: rgba(121, 139, 153, 0.2);
        transform: scaleX(0%);
        transition: all 0.3s ease-in-out;
        transform-origin: left;
    }
    footer .nav-link:focus, footer .nav-link:hover {
        color: #fff;
    }
	.nav-link:focus, .nav-link:hover {
        color: var(--main-blue);
    }
    .navigation-body ul li a:hover::after, .navigation-body ul li.current-menu-item a::after {
        transform: scaleX(100%);
    }
    /************ SIDE LINK ************/
    .side-link, .side-link:hover {
        transform: translateX(30px);
    }
    /************ CARDS SECTION ************/
    .standard-text {
        font-size: 18px;
        margin-bottom: 0;
        padding-top: 20px;
    }
    .big-card .big-card-img-box {
        transform: scale(1);
        transition: all 0.3s ease-in-out;
    }
    .big-card:hover .big-card-img-box {
        transform: scale(1.1);
    }
    .cards-wrap {
        margin-top: 20px;
    }
    /************* FOOTER **************/
    footer {
        padding-top: 80px;
        padding-bottom: 30px;
    }
	.footer-menu {
    	margin-bottom: 118px;
	}
    .footer-menu li a {
        position: relative;
        display: inline-block;
    }
    .footer-menu li a::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        left: 0;
        bottom: -3px;
        transform: scaleX(0%);
        transform-origin: left;
        transition: all 0.3s ease-in-out;
    }
    .footer-menu li a:hover::after {
        transform: scaleX(100%);
    }
    /************* IFRAME SLIDER **************/
    .swiper-navigation {
        bottom: unset;
        top: 20px;
    }

}
.iframesSwiper .swiper-slide {
    pointer-events: none; /* Disable interactions for inactive slides */
  }
  
  .iframesSwiper .swiper-slide-active {
    pointer-events: auto; /* Enable interaction for the active slide */
  }
/* *********** RESPONSIVE LG *********** */
@media (min-width: 992px) {
	.downloads-box .timeline-title {
		font-size: 22px;
	}
	.downloads-box {
		padding: 20px;
	}
    /************ HERO ************/
    .side-link {
        bottom: 137px;
        padding: 18px 50px;
    }
    .hero-section {
        min-height: 770px;
    }
    .hero-section .editor {
        padding-top: 120px;
    }
    
    .hero-iframe-cover {
        height: 770px;
    }
    .hero-iframe {
        width: 50%;
        position: absolute;
        top: 0;
        left: 50%;
        max-width: calc(1534px / 2);
    }
    .hero-iframe iframe {
        top: 0;
        left: 50%;
        transform: translate(-50%, 0%);
        min-height: 770px;
    }
    /************ CARDS SECTION ************/
    .standard-text {
        padding-left: 120px;
    }
    /************ TIMELINE SECTION ************/
    .timeline-boxes {
        padding-top: 85px;
    }
    .timeline-section .timeline-box {
        max-width: 400px;
    }
    .timeline-box::before {
        left: unset;
        right: -44px;
    }
    .timeline-box::after {
        left: unset;
        right: -40px;
    }
    .timeline-box-right::before {
        right: unset;
        left: -42px;
    }
    .timeline-box-right::after {
        right: unset;
        left: -38px;
    }
    .timeline-boxes .col-lg-6 {
        margin-top: -90px;
    }
    .timeline-boxes .col-lg-6:first-child {
        margin-top: 0px;
    }
    .timeline-boxes .col-lg-6::after {
        left: unset;
        right: 18px;
    }
    .timeline-boxes .col-lg-6::before {
        left: unset;
        right: 6px;
        top: 151px;
    }
    .timeline-boxes .col-lg-6.offset-lg-6::before {
        right: unset;
        left: -32px;
    }
    .timeline-boxes .col-lg-6.offset-lg-6::after {
        right: unset;
        left: -19px;
    }
    /* *********** SMALLER HERO *********** */
    .smaller-hero {
        max-height: 356px;
    }
    .smaller-hero-box {
        padding: 40px 70px;
        min-width: 441px;
        max-width: unset;
        width: auto;
    }
    /* *********** INFO SECTION *********** */
    .info-section-boxes {
        padding-top: 60px;
    }
    /* *********** GALLERY *********** */
    .gallery {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
    }
}
/* *********** RESPONSIVE XL *********** */
@media (min-width: 1200px) {
    /* *********** LAGE TABLE *********** */
    .lage-section .editor {
        margin-bottom: 0px;
        padding-right: 52px;
    }
    .table.distanzen-table tr td:not(:first-child) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .distanzen-table th {
        padding-bottom: 30px;
    }
}

/* *********** RESPONSIVE XXL *********** */
@media (min-width: 1400px) {
    /************ HERO ************/
    .hero-section .editor {
        padding-top: 151px;
    }
    .hero-iframe iframe {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .footer-navbar {
        min-width: 486px;
    }
}