/*
Theme Name: Tannerie
Author: Portalworks
Version: 1.0.0
Text Domain: toro1
*/

/* raleway-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/raleway-v34-latin-regular.woff2') format('woff2'); 
}

/* raleway-500 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/raleway-v34-latin-500.woff2') format('woff2'); 
}

/* raleway-600 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/raleway-v34-latin-600.woff2') format('woff2'); 
}

/* raleway-700 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/raleway-v34-latin-700.woff2') format('woff2'); 
}

/* raleway-800 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/raleway-v34-latin-800.woff2') format('woff2'); 
}
/* montserrat-regular - latin */
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/montserrat-v29-latin-regular.woff2') format('woff2'); 
}
  
/* montserrat-500 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/montserrat-v29-latin-500.woff2') format('woff2'); 
}
  
/* montserrat-600 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/montserrat-v29-latin-600.woff2') format('woff2'); 
}
  
  /* montserrat-700 - latin */
@font-face {
    font-display: swap; 
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/montserrat-v29-latin-700.woff2') format('woff2'); 
}
/***************************************************************
                         ROOT
***************************************************************/
:root {
    --font-primary: 'Raleway', sans-serif;
    --font-secondary: 'Montserrat', sans-serif;
    --brown: #807166;
	--brown-dark: rgb(83, 66, 54);
    --brown-light: #EFEDE8;
    --text-color: #222222;
    --border-color: #CACACA;
    --grey-light: #F4F4F4;
    --border-radius: 20px;
}

/*************************
        BODY
**************************/
body {
    font-family: var(--font-primary);
    color: var(--text-color);
}
html :where(.wp-block) {
    max-width: 100%;
    margin: 0 !important;
}


.gm-style-iw-chr {
	display: none !important;
}
.gm-style-iw-d {
	overflow: hidden !important;
		padding: 13px 26px !important;
		padding-top: 13px !important;
}
.gm-style .gm-style-iw-c {
	padding: 0;
	background-color: var(--brown);
	color: #fff;
	font-family: var(--font-secondary);
	font-weight: 700;
	font-size: 16px; 
	line-height: 1.4;
	letter-spacing: 0.3px;
	overflow: hidden;
	max-width: 648px;
	  max-height: unset;
	  min-width: unset !important;
}
.gm-style .gm-style-iw-tc::after {
	background-color: var(--brown);
}
/*******************************
        PRE-DEFINED CLASSES
********************************/
.map {
    min-height: 470px;
}
.map-mobile .container {
	padding: 0 !important;
}
.map-mobile #map {
	border-radius: 0px;
	width: 100%;
}
.btn {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    padding: 8px 32px;
    border-radius: 50px;
    line-height: 1.5;
}
.btn-main {
    border: 1px solid var(--brown);
    color: var(--brown);
}
.btn-main:hover {
    background-color: var(--brown);
    color: #fff;
}
.header-btn {
    background-color: var(--brown-light);
    color: var(--brown);
    margin-bottom: 45px;
    padding: 15px 50px;
    font-size: 22px;
    line-height: 1;
}
.header-btn:hover {
    background-color: var(--brown);
    color: var(--brown-light);
}
.btn-lg {
    color: #fff;
    background-color: var(--brown);
    border: 1px solid var(--brown);
    padding: 15px 40px;
}
.btn-lg:hover {
    background-color: var(--brown-light);
    color: var(--brown);
    border: 1px solid var(--brown);
}
.btn-download {
    background-color: transparent;
    border-color: #000;
    color: #000;
    padding: 8px 32px;
}
.btn-download:hover {
    background-color: var(--brown);
    border-color: var(--brown);
    color: var(--brown-light);
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-brown {
    background-color: var(--brown);
}
.bg-light-brown {
    background-color: var(--brown-light);
}
.bg-light-grey {
    background-color: var(--grey-light);
}

.editor {
    margin-bottom: 34px;
}
.editor h2 {
    font-size: 36px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.editor p, .editor ul li {
    font-weight: 400;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.5;
}
.editor h4 {
	font-size: 16px;
	margin-top: 24px;
	margin-bottom: 10px;
	font-weight: 600;
	line-height: 1.5;
}
.border-radius {
    border-radius: var(--border-radius);
    overflow: hidden;
}
.container, .container-lg, .container-xl, .container-xxl {
    padding-left: 20px;
    padding-right: 20px;
}
.section-padding.first-block-padding-top {
    padding-top: 20px;
}
.swiper-wrapper {
	height: 270px;
}
.wohnunen-block .swiper-wrapper {
	height: auto;
}
.swiper-slide.swiper-slide-img {
	max-height: 270px;
	border-radius: 20px;
	overflow: hidden;
}
.swiper-slide .swiper-slide-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (min-width: 992px) {
    .section-padding.first-block-padding-top {
        padding-top: 80px;
    }
    .editor h2 {
        font-size: 50px;
        line-height: 1.1;
    }
    .header-btn {
        font-size: 16px;
        padding: 8px 32px;
        line-height: 1.5;
    }
}
@media (min-width: 1200px) {
	.editor h2 {
		font-size: 56px;
	}
    /* .editor {
        height: 100%;
    } */
    .editor-margin-left {
        margin-left: 25px;
    }
    .editor-margin-right {
        margin-right: 25px;
    }
    .container-xxl {
        max-width: 1378px;

    }
}

/*******************************
        NAVIGATION
********************************/
@media (min-height: 720px) and (max-width: 1200px) {
  .offcanvas-body {
    padding-top: 25px !important; 
  }
}

@media (min-height: 920px) and (max-width: 1200px) {
  .offcanvas-body {
    padding-top: 46px !important;
  }
}

.navbar {
    padding-top: 30px;
    padding-bottom: 30px;
	transition: all 0.3s ease-in-out;
}
.navbar-toggler,
.navbar-toggler:focus {
    border: 0;
    box-shadow: none;
    padding: 0;
    position: relative;
    height: 28px;
    width: 33px;
}
.navbar-toggler-line {
    width: 33px;
    height: 5px;
    border-radius: 6px;
    background-color: var(--brown);
    display: block;
    right: 0;
    transition: 0.3s all ease-in-out;
}
.navbar-toggler-top {
    position: absolute;
    top: 0;
    transform: rotate(0deg);
}
.navbar-toggler-mid {
    width: 100%;
    opacity: 1;
    transform: scaleX(1);
    transition: 0.3s all ease-in-out;
}
.navbar-toggler-bottom {
    position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    margin-top: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-top {
    transform: rotate(135deg);
    margin-top: 11px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-bottom {
    width: 100%;
    transform: rotate(-135deg);
    bottom: 12px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-mid {
    transform: scaleX(0);
    opacity: 0;
}

.navbar-collapse {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
    z-index: 111;
    background-color: #fff;
}
.offcanvas-body {
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/* 	min-height: calc(100svh - 100px - 213px) */
}
.navbar-nav li {
    text-align: center;
}
.navbar-nav li a {
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    padding: 20px 0;
    padding: 15px 44px;
    line-height: 1;
    display: inline-block;
    width: 100%;
    border-radius: var(--border-radius);
	letter-spacing: 1px;
}
a {
	color: var(--brown);
}
a:hover {
	color: var(--brown-dark);
}
.lang-switcher {
    padding-bottom: 40px;
}
.navbar-nav li.current-menu-item a {
    background-color: var(--brown);
    border-radius: 50px;
    color: #fff !important;
}
.navbar-nav li {
    margin-bottom: 25px;
}
.form-select:focus {
    box-shadow: none;
    border: 1px solid var(--border-color);
}
.form-select {
    padding: 8px 20px;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
    width: auto;
    min-width: 103px;
    padding-right: 35px;
    font-size: 16px;
    font-family: var(--font-secondary);
    line-height: 1.5;
    background-image: url('images/select-down-arrow.svg');
    background-position: 78%;
}

/*******************************
        VIDEO SECTION
********************************/
.video-container {
    min-height: 585px;
}
.video-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
.hero-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-container iframe {
    width: 101vw;
    height: 56.25vw;
    min-height: 111vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video-text {
    left: 23px;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 1.17;
    z-index: 2;
    position: relative;
}
.side-link {
    position: absolute;
    right: 0;
    bottom: 48px;
    z-index: 2;
    padding: 18px 10px 18px 48px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease-in-out !important;
}
.side-link:hover,
.side-link:hover::after{
	background-color: var(--brown-dark);
}
.side-link::after {
    height: 100%;
    width: 50px;
    content: '';
    right: -50px;
    top: 0;
    background-color: var(--brown);
    position: absolute;
    z-index: 111111;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
	transition: all 0.3s ease-in-out !important;
}

.side-link-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
}
.side-link-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.side-link-text {
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*******************************
        IMAGE-TEXT
********************************/
.editor-block.section-padding {
    padding-bottom: 0;
    margin-bottom: 50px;
}
.img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.table {
    margin-bottom: 0;
}
.table.distanzen-table th,
.table.distanzen-table td {
    font-size: 16px;
    line-height: 1;
    border: 0;    
}
.table th {
    font-weight: 700;
    padding-bottom: 12px;
}
.table.distanzen-table td {
    font-family: var(--font-secondary);
    padding-top: 50px;
    padding-bottom: 17px;
}
.table.distanzen-table tr td:first-child,
.table.distanzen-table tr th:first-child{
    font-weight: 700;
    font-family: var(--font-primary);
    max-width: 69px;
    white-space: nowrap;
    padding-top: 20px;
    padding-left: 20px;
}
.table.distanzen-table tr td:not(:first-child) {
    font-size: 14px;
    width: 75px;
	text-align: center;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    color: var(--text-color);
    background-color: var(--brown-light);
}
.table thead th .icon-box,
.table td .icon-box {
    width: 100%;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.table .icon-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.table th:not(:first-child) {
    text-align: center;
}
/*******************************
        IMAGE VIDEO SECTION
********************************/
.iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*******************************
        FOOTER BOX
********************************/
footer.section-padding {
    padding-bottom: 20px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer a:hover,
.footer-menu ul li a:hover {
	color: var(--brown-light);
	text-decoration: underline;
}
.footer-box {
    padding: 50px 20px;
}
.footer-logo {
    display: block;
    width: 100%;
    height: auto;
    max-width: 303px;
    margin-bottom: 30px;
}
.footer-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-pin-icon {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 13px;
}
.location-pin-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.location-text {
    font-weight: 400;
    font-family: var(--font-secondary);
    font-size: 16px;
    line-height: 1.5;
}
.footer-menu {
    margin-top: 20px;
}
.footer-menu-title {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 2%;
    margin-bottom: 20px;
}
.footer-menu ul {
    list-style: none;
    padding-left: 0;
}
.footer-menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: var(--font-secondary);
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.3px;
}
.footer-menu ul li a:hover {
	color: var(--brown-light);
}
.two-columns {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
    gap: 10px 0;
}
.two-columns li {
    width: 50%;
    box-sizing: border-box;
}
.footer-menu {
    margin-bottom: 58px;
}
.privacy-links {
    font-family: var(--font-secondary);
    font-size: 14px;
    line-height: 1.5;
}
.gallery-wrap img {
    aspect-ratio: 1.61/1;
}
button.mfp-close{
	top: 50px;
}
.mfp-arrow.mfp-arrow-left,
.mfp-arrow.mfp-arrow-right {
    background-image: url('images/swiper-button-icon.svg'); 
    background-repeat: no-repeat;
    background-size: 10px 20px;   
    background-position: center;  
    border: none;                
    width: 40px !important;                 
    height: 40px !important;
    border-radius: 50%;               
    padding: 0;                   
    cursor: pointer;             
    background-color: var(--brown);
    margin: 0;
}

img.mfp-img {
    padding: 0;
    margin: 40px 0 40px;
}

.mfp-figure::after {
    content: none;
}
.mfp-arrow.mfp-arrow-left {
    left: 50px;
    transform: rotate(-180deg) scale(0.75) translateX(0);
}
.mfp-arrow.mfp-arrow-right {
    transform: rotate(0deg) scale(0.75) translateX(00px);
    right: 20px;
}

.mfp-arrow.mfp-arrow-left::before,
.mfp-arrow.mfp-arrow-left::after,
.mfp-arrow.mfp-arrow-right::before,
.mfp-arrow.mfp-arrow-right::after {
    content: none; 
}

/*******************************
        DOWNLOAD
********************************/
.regular-box {
    padding: 40px 20px 80px 20px;
}
.download-box {
    padding: 24px;
    border: 1px solid var(--border-color);
    gap: 24px;
    height: 100%;
    min-height: 154px;
}
.download-box-icon {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.download-box-icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
}
.download-box-text {
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 1.5;
}

/*******************************
        KONTAKT
********************************/
form .editor {
    height: unset;
}
form .editor p {
    font-weight: 600;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-list-item.last {
    margin-left: 40px;
}
.wpcf7-form p {
	margin-bottom: 0;
}
.form-control,
.form-check-input {
    border: 0;
    background-color: var(--grey-light);
    border-radius: 0;
    border-bottom: 1px solid var(--brown);
    font-size: 16px;
    font-family: var(--font-secondary);
    font-weight: 600;
    line-height: 1.5;
    padding: 16px;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 40px;
    background-color: var(--grey-light);
}
.form-check-input:active {
    filter: brightness(100%);
}
.form-control:focus,
.form-check-input:focus {
    border-color: var(--brown);
    box-shadow: none;
    background-color: var(--grey-light);
}
.form-control::placeholder {
    opacity: 0.75;
}
.check-group {
    margin-bottom: 40px;
    gap: 20px;
}
.form-check-label {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    font-family: var(--font-secondary);
    color: #666666;
}
.custom-checkboxes {
    display: flex;
    gap: 20px;
}
.custom-checkboxes label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.custom-checkboxes input[type="radio"],
.custom-checkboxes input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--grey-light);
    margin: 0;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid var(--brown);
    flex-shrink: 0;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
}
.custom-checkboxes input[type="radio"]::before,
.custom-checkboxes input[type="checkbox"]::before {
    content: "";
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    display: inline-block;
    top: -1px;
    left: -1px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: var(--brown);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-image: url('images/check.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    border: 1px solid var(--brown);
}
.custom-checkboxes input[type="radio"]:checked::before,
.custom-checkboxes input[type="checkbox"]:checked::before {
    transform: scale(1);
}
.form-check-label a {
    color: var(--text-color);
}
.acceptance {
    gap: 7px;
}
.kontakt-info-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-top: 80px;
}
.kontakt-info-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kontakt-info-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.kontakt-info {
    gap: 30px;
}
.kontakt-info-link a {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    text-decoration: none;
    font-family: var(--font-secondary);
    color: var(--text-color);
}
.kontakt-info-icon {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.kontakt-info-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.kontakt-info-wrap .editor p {
    margin-bottom: 10px;
}
.btn-box p {
    display: flex;
    flex-direction: row-reverse;
}

/*******************************
        MULTIPLE IFRAME BLOCK
********************************/
.iframe-box-title {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 20px;
    display: inline-block;
}
.iframesSwiper .iframe-box-title {
    max-width: 100%;
}
.iframesSwiper {
    padding-top: 20px;
}
.iframesSwiper .custom-swiper-button {
    top: 30px;
}

.swiper-wrapper iframe {
	filter: grayscale(1);
}
/*******************************
        WOHNUNGEN BLOCK
********************************/
.wohnungen-table {
    table-layout: fixed;
}
.wohnungen-table th{
    background-color: var(--brown);
    color: #FFF;
}
.wohnungen-table td, 
.wohnungen-table th {
    text-align: center;
    font-size: 14px;
    font-family: var(--font-secondary);
    padding: 12px;
}
.wohnungen-table td {
    text-align: center;
    font-size: 16px;
    background-color: var(--brown-light);
}
.table td,
.table th {
    border: 0;
}

/****** SWIPER CSS ******/
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wohnungenSwiper td:first-child {
    font-weight: 600;
}
.wohnungenSwiper .wohnungen-table td {
    padding: 12px 5px;
    font-size: 15px;
	
}
.wohnungen-table td {
	box-shadow: 0px -2px 0px 0px rgb(214, 214, 214);	
}
.custom-swiper-button {
    top: unset;
    bottom: 0;
    background-color: var(--brown);
    border-radius: 50%;
    width: 48px;
    height: 48px;
}
.custom-swiper-button::after {
    content: '';
}
.custom-swiper-button.wohnungen-button-prev img {
    transform: rotate(-180deg);
}
.custom-swiper-button.swiper-button-disabled {
    background-color: var(--brown-light);
    opacity: 1;
}
.custom-swiper-button.swiper-button-disabled img {
    filter: invert(52%) sepia(3%) saturate(1780%) hue-rotate(343deg) brightness(85%) contrast(87%);
}
.swiper-buttons-wrap {
    margin-top: 20px;
    position: relative;
    height: 48px;
}
.wohnungen-button-next {
    right: 0;
}
.wohnungen-button-prev {
    left: 0;
}
.wohnungen-block {
    padding-bottom: 80px;
}
/***************************************************************
                         RESPONSIVE
***************************************************************/
@media (min-width: 576px) {
	.map-mobile .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.map-mobile #map {
		border-radius: var(--border-radius);
	}
    .table.distanzen-table tr td:not(:first-child){
        width: 75px;
        padding-top: 24px;
    }
    .wohnungenSwiper .wohnungen-table td {
        padding: 12px;
        font-size: 16px;
    }
    .mfp-arrow.mfp-arrow-left {
        left: 20px;
    }
}
@media (min-width: 768px) {
    .table.distanzen-table tr td:not(:first-child){
        font-size: 16px;
        width: 80px;

    }
}
@media (min-width: 992px) {

    /*******************************
               VIDEO BLOCK
    ********************************/
    .video-container {
        min-height: 646px;
    }
    .side-link {
        padding-right: 0;
        padding-left: 58px;
    }
    .side-link:after {
        width: 77px;
        right: -77px;
    }
    .side-link-text {
        font-size: 20px;
    }
    .video-text {
        font-size: 80px;
        bottom: 65px;
        transform: unset;
        top: unset;
        right: 275px;
        display: inline-block;
        left: 51px;
    }
    /*******************************
            FOOTER BOX
    ********************************/
    .footer-box {
        padding: 50px 50px 30px 50px;
    }
    .two-columns {
        display: inline-block;
    }
    .two-columns li {
        width: auto;
        margin-bottom: 7px;
    }
    .two-columns li:last-child {
        margin-bottom: 0;
    }
    .two-columns {
        margin-bottom: 50px;
    }
    .privacy-links {
        height: 100%;
        display: flex;
        justify-content: end;
        align-items: end;
        gap: 7px;
    }
    .footer-menu ul li a {
        font-size: 16px;
    }
    /*******************************
        DOWNLOAD
    ********************************/
    .regular-box {
        padding: 64px;
    }
    /*******************************
            FORM
    ********************************/
    form .editor {
        margin-bottom: 30px;
    }
    .check-group{
        margin-bottom: 30px;
    }
    /*******************************
        MULTIPLE IFRAME BLOCK
    ********************************/
    .iframe-box-title {
			font-size: 32px;
	}
	.swiper-wrapper {
	height: 615px;
}
	.swiper-slide.swiper-slide-img {
	max-height: 615px;
}

}
@media (min-width: 1200px){
	    /*******************************
            NAVIGATION
    ********************************/
	.offcanvas-body {
			min-height: unset;
	}
    .navbar {
        padding-top: 44px;
        padding-bottom: 44px;
    }
    .navbar-collapse {
        position: static;
    }
    .navbar-nav li,
    .navbar-collapse.show {
        margin-bottom: 0;
    }
    .lang-switcher {
        padding-bottom: 0px;
        margin-right: 20px;
    }
    .navbar-nav li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 16px;
        line-height: 1.5;
        padding: 8px 10px;
    }
    .navbar-expand-xl .navbar-nav .menu-item.current-menu-item .nav-link {
        padding: 8px 26px;
        margin-right: 0;
        margin-left: 0;
        transition: 0.5s ease-in-out all;
    }
    .navbar-expand-xl .navbar-nav .menu-item.menu-item.current-menu-item:hover a{
        background-color: var(--brown);
    }
	.navbar-expand-xl .navbar-nav .menu-item.menu-item.current-menu-item:hover a:after {
		transform: scaleX(0);
	}
	.navbar-expand-xl .navbar-nav .menu-item a {
		position: relative;
	}
    .navbar-expand-xl .navbar-nav .menu-item a:after{
		width: 100%;
		height: 2px;
		background-color: var(--brown);
		content: '';
		bottom: 0;
		left: 0;
		position: absolute; 
		transform: scaleX(0);
		transition: transform 0.3s ease-in-out;
    }
	.navbar-expand-xl .navbar-nav .menu-item:hover a:after {
		transform: scaleX(1);
	}
}
