/*
Theme Name: Gate55
Author: Portalworks
Version: 1.0.1
*/

/***************************************************************
                        FONTS
***************************************************************/

/**********************************
            OPEN SANS
**********************************/

/* open-sans-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/open-sans-v40-latin-300.woff2') format('woff2');
}

/* open-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}

/**********************************
            INRIA SANS
**********************************/

/* inria-sans-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inria Sans';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/inria-sans-v14-latin-300.woff2') format('woff2');
}

/* inria-sans-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Inria Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/inria-sans-v14-latin-regular.woff2') format('woff2');
}

/* inria-sans-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Inria Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/inria-sans-v14-latin-700.woff2') format('woff2');
}

/***************************************************************
                           ROOT
***************************************************************/

:root {
    --font-primary: 'Inria Sans', sans-serif;
    --font-secondary: 'Open Sans', sans-serif;
    --primary-color: #000026;
    --secondary-color: #B5D26F;
    --third-color: #d4e4ee;
    --forth-color: #f3efea;
    --fifth-color: #93BBD4;
    --text-color: #000000;
}

/***************************************************************
                      BODY AND HTML
***************************************************************/

html {
    scroll-padding: 76px;
}

body {
    background: #fff;
    font-family: var(--font-primary);
    padding-top: 104px;
    color: var(--text-color);
}

/***************************************************************
                    PRE-DEFINED CLASSES
***************************************************************/

a {
    text-decoration: none;
}

.section-404{
	min-height: 400px;
}

.btn {
    color: #fff;
    background: var(--primary-color);
    padding: 14px 24px;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 16px;
    border: 1px solid var(--primary-color);
}

.btn:focus,
.btn:hover {
    background: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.btn-sm {
    padding: 10px;
    border-radius: 6px;
}

.btn-back{
    background: #fff;
    color: var(--primary-color);
}
.btn-back:hover,
.btn-back:focus{
    background: var(--primary-color);
    color: #fff;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.editor p,
.editor ol,
.editor li {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 20px;
}

p.disariable-paragraph {
    font-size: 18px;
    margin-bottom: 32px;
}

.over-title {
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: 2px;
    color: #00000099;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.form-control:focus {
    border-color: #666666 !important;
    box-shadow: none;
}

.hide-menu-side-page{
    opacity: 0;
    visibility: hidden;
}

.animation{
    opacity:0;
    filter: blur(0);
    transform:translateY(50%);
    transition: all .9s ease-in-out;
}
.animation[animation="true"]{
    opacity: 1;
    transform: translateY(0);
}

/***************************************************************
                        NAVIGATION
***************************************************************/
#navbar-main {
    transition: 0.3s all;
}

#navbar-main .navbar-brand {
    top: 0;
    left: 0;
    transition: 0.3s all;
}

#navbar-main .navbar-brand img {
    max-height: 50px;
    width: auto;
    max-width: 100%;
    height: auto;
    transition: 0.3s all;
}

#navbar-main a.nav-link {
    color: var(--text-color);
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 0px;
    margin: 8px 0px;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.offcanvas-header .btn-close {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.offcanvas.offcanvas-end {
    width: 300px;
}

.offcanvas-body {
    padding-left: 40px;
}

.lang-switcher-wrap {
    margin-top: 20px;
    padding-top: 32px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    gap: 20px;
}

.lang-switcher-wrap li {
    list-style-type: none;
}

.lang-switcher-wrap li a {
    color: var(--text-color);
    text-transform: uppercase;
}

/***************************************************************
                          HERO
***************************************************************/

.hero-section .img-box-absoulute {
    width: 100%;
    height: auto;
}

.hero-section .img-box-absoulute img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.hero-section .text-box {
    z-index: 1;
    padding: 40px 24px 0px 24px;
    min-height: 205px;
}

.hero-section .text-box h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.hero-section .blue-line {
    left: 0;
    height: 220px;
    width: 100%;
    background: var(--fifth-color);
}

.blue-lines-div {
    content: '';
    background: linear-gradient(to right,
            transparent,
            transparent 13px,
            var(--fifth-color) 13px,
            var(--fifth-color) 29px,
            transparent 29px,
            transparent 43px,
            var(--fifth-color) 43px,
            var(--fifth-color) 56px,
            transparent 56px,
            transparent 69px,
            var(--fifth-color) 69px,
            var(--fifth-color) 80px,
            transparent 80px,
            transparent 93px,
            var(--fifth-color) 93px,
            var(--fifth-color) 103px,
            transparent 103px,
            transparent 115px,
            var(--fifth-color) 115px,
            var(--fifth-color) 112px,
            transparent 112px,
            transparent 125px,
            var(--fifth-color) 125px,
            var(--fifth-color) 130px,
            transparent 130px,
            transparent 143px,
            var(--fifth-color) 143px,
            var(--fifth-color) 146px,
            transparent 146px,
            transparent 160px);
    top: 0;
    height: 100%;
    width: 160px;
    position: absolute;
    z-index: 1;
    transition: 1.5s all;
    left: 0;
}

.badge-lines-div {
    content: '';
    background: linear-gradient(to right,
            transparent,
            transparent 13px,
            var(--forth-color) 13px,
            var(--forth-color) 29px,
            transparent 29px,
            transparent 43px,
            var(--forth-color) 43px,
            var(--forth-color) 56px,
            transparent 56px,
            transparent 69px,
            var(--forth-color) 69px,
            var(--forth-color) 80px,
            transparent 80px,
            transparent 93px,
            var(--forth-color) 93px,
            var(--forth-color) 103px,
            transparent 103px,
            transparent 115px,
            var(--forth-color) 115px,
            var(--forth-color) 112px,
            transparent 112px,
            transparent 125px,
            var(--forth-color) 125px,
            var(--forth-color) 130px,
            transparent 130px,
            transparent 143px,
            var(--forth-color) 143px,
            var(--forth-color) 146px,
            transparent 146px,
            transparent 160px);
    top: 0;
    height: 100%;
    width: 160px;
    position: absolute;
    z-index: 1;
    transition: 1.5s all;
    left: 0;
}

.white-lines-div {
    content: '';
    background: linear-gradient(to right,
            transparent,
            transparent 13px,
            #fff 13px,
            #fff 29px,
            transparent 29px,
            transparent 43px,
            #fff 43px,
            #fff 56px,
            transparent 56px,
            transparent 69px,
            #fff 69px,
            #fff 80px,
            transparent 80px,
            transparent 93px,
            #fff 93px,
            #fff 103px,
            transparent 103px,
            transparent 115px,
            #fff 115px,
            #fff 112px,
            transparent 112px,
            transparent 125px,
            #fff 125px,
            #fff 130px,
            transparent 130px,
            transparent 143px,
            #fff 143px,
            #fff 146px,
            transparent 146px,
            transparent 160px);
    top: 0;
    height: 100%;
    width: 160px;
    position: absolute;
    z-index: 1;
    transition: 1.2s all;
    right: 0;
    transform: rotate(180deg);
}

.hero-section .additional-text-box {
    color: var(--secondary-color);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 300;
    right: 0;
    bottom: 0;
    max-width: 160px;
    background: var(--primary-color);
    padding: 24px;
    z-index: 1;
    box-shadow: 0px 3px 10px 0px #00000040;
}

.hero-section .additional-text-box span {
    font-weight: 700;
}

/***************************************************************
                        ANGEBOT
***************************************************************/

.angebot-section .content-box .numbers {
    color: var(--secondary-color);
    font-size: 48px;
    font-weight: 700;
}

.angebot-section .content-box .numbers span{
	min-width: 82.8px;
}

.angebot-section .content-box .text-box .title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 700;
}

.angebot-section .content-box .text-box .text {
    font-size: 14px;
    line-height: 1.3;
}


/***************************************************************
                      BEFORE AFTER
***************************************************************/

.before-after-section {
    background: var(--third-color);
}

.before-after-section .text-block {
    max-width: 865px;
    margin: 0 auto;
    padding: 24px 0px;
}

.before-after-section .editor p:last-child {
    margin-bottom: 0px;
}

/***************************************************************
                       ISOMETRY
***************************************************************/
#isometry-table {
    border-spacing: 30px;
    min-width: 530px;
}

#isometry-table tr th {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    padding: 10px 3px;
    text-align: center
}

#isometry-table tr th {
	width: 56px;
}

#isometry-table tr th:nth-child(2) {
    width: auto;
    text-align: start;
}

#isometry-table tr th:nth-child(3) {
    width: 110px;
    text-align: start;
}

#isometry-table tr th:nth-child(4) {
    width: 110px;
    text-align: start;
}
#isometry-table tr th:nth-child(5){
	width: 84px;
}

#isometry-table tr td {
    background: rgba(0, 0, 0, .05);
    text-align: center;
    padding: 3px;
    border-top: 4px solid #fff;

}

#isometry-table tr td:nth-child(2) {
    text-align: start;
}

#isometry-table tr td:nth-child(3) {
    text-align: start;
}

#isometry-table tr td:nth-child(4) {
    text-align: start;
}

#isometry-table td button {
    background: transparent;
    border: none;
}

#isometry-table tr.full-star {
    background: var(--secondary-color);
}

.image-isometry-box {
    width: 100%;
    height: 100%;
}

.image-isometry-box img {
    object-fit: contain;
    width: 100%;
    height: auto;
    max-height: 100%;
}

#isometry-table .star-box {
    transition: 0.3s all;
}

#isometry-table .star-box:hover,
#isometry-table .star-box:focus {
    background: var(--secondary-color);
}

/***************************************************************
                         STANDORT
***************************************************************/

.standort-section {
    background: var(--forth-color);
}

.standort-section .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.standort-section .text-box{
    z-index: 2;
    position: relative;
}


.btn.btn-location {
    background: transparent;
    color: var(--primary-color);
}

.btn.btn-location img {
    height: auto;
    max-width: 20px;
    width: auto;
    max-height: 20px;
}

/***************************************************************
                         POINTS
***************************************************************/

.points-section {
    background: var(--primary-color);
    padding: 40px 0px;
}

.points-section .content-box .img-box {
    height: 144px;
    width: 144px;
}

.points-section .content-box .img-box img {
    object-fit: contain;
    width: auto;
    height: auto;
}

.points-section .content-box .title {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.2;
}

.points-section .content-box .text {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}

/***************************************************************
                         AIRPORT
***************************************************************/

.airoport-box .black-air-block {
    background: #000;
    color: #fff;
    padding: 16px;
}

.airoport-box .black-air-block .icon-box {
    width: 24px;
    height: 100%;
}

.airoport-box .black-air-block .icon-box img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.airoport-box .black-air-block .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
}

#airport-table {
    border-spacing: 30px;
    min-width: 350px;
}

#airport-table td {
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    background: #333351;
}

#airport-table tr:first-child {
    border-top: none;
}

#airport-table tr {
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    border-left: 4px solid #000;
    border-right: 4px solid #000;
}

#airport-table td {
    padding: 12px 5px;
}

#airport-table td:first-child {
    width: 47px;
}

#airport-table td:nth-child(2) {
    width: 159px;
}

#airport-table td:nth-child(3) {
    width: 10px;
}

#airport-table td:nth-child(4) {
    width: 36px;
}

#airport-table td:nth-child(5) {
    width: 60px;
}

#airport-table td:last-child {
    color: #000;
    font-weight: 300;
}

.bg-blue-transit {
    background: #93BBD4 !important;
}

.bg-green-land {
    background: #B5D26F !important;
}

/***************************************************************
                    CONTACT SECTION
***************************************************************/

.contact-section .people-block .content-box .img-box {
    width: 160px;
    height: 160px;
    margin: 0 auto;
}

.contact-section .people-block .content-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contact-section .content-block {
    padding: 40px 0px;
}

.contact-section .icon-box {
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.contact-section .icon-box img {
    width: 100%;
    height: 100%;
}

.contact-section .phone-block .number-link {
    font-size: 24px;
    line-height: 1.3;
    font-family: var(--font-secondary);
    color: var(--text-color);
    font-weight: 300;
    transition: 0.3s all;
}

.contact-section .phone-block .number-link:hover {
    color: var(--primary-color);
}

.contact-section .phone-block .bsns-hours {
    font-size: 15px;
    line-height: 1.3;
    color: var(--text-color);
}

.contact-section .content-box .name {
    font-size: 21px;
    line-height: 1.3;
    color: var(--text-color);
    font-weight: 700;
}

.contact-section .content-box .position {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.3;
    color: var(--text-color);
}

.contact-section .blue-box-cover {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: var(--third-color);
}

.contact-section .col-lg-6:first-child {
    z-index: 1;
    background: #fff;
}

.contact-section .anrede-label {
    font-size: 12px;
    line-height: 1.35;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 6px;
}

.custom-radio-button {
    display: block;
}

.custom-radio-button .wpcf7-list-item {
    margin-left: 0px;
}

.custom-radio-button .wpcf7-list-item label {
    cursor: pointer;
    transition: all 0.2s ease-in;
}

.custom-radio-button input {
    display: none;
}

.custom-radio-button .wpcf7-list-item input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: var(--primary-color);
    color: #fff;
}

.custom-radio-button .wpcf7-list-item:first-child .wpcf7-list-item-label {
    border-left: 1px solid var(--primary-color);
}

.custom-radio-button .wpcf7-list-item .wpcf7-list-item-label {
    padding: 14px 23px;
    border: 1px solid var(--primary-color);
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: var(--primary-color);
    border-left: 0px;
    font-size: 16px !important;
    text-transform: uppercase;
    line-height: 1.2;
    display: inline-flex;
}

.contact-section .classic-input input,
.contact-section .classic-input textarea {
    background: transparent !important;
    border-radius: 0;
    padding: 20px 0px;
    font-size: 18px;
    color: var(--primary-color);
    border-bottom: 1px solid #666666;
    border-top: none;
    border-left: none;
    border-right: none;
}

.contact-section .classic-input textarea {
    height: 100px;
}

.contact-section .classic-input input::placeholder,
.contact-section .classic-input input::-ms-input-placeholder {
    color: rgba(0, 0, 0, .4) !important;
}

.contact-section .checkbox-box .form-check-input {
    width: 18px;
    height: 18px;
    border-radius: 0;
    border-color: var(--primary-color);
}

.contact-section .checkbox-box .form-check-input:focus {
    box-shadow: none;
}

.contact-section .checkbox-box .form-check-label {
    font-size: 18px;
    font-family: var(--font-secondary);
    color: var(--primary-color);
    margin-left: 10px;
    margin-bottom: 10px;
    line-height: 1;
}

.contact-section .checkbox-box .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    margin-top: 3px;
}

.contact-section .wpcf7-form-control-wrap {
    border: none;
}

.contact-section .wpcf7-form-control-wrap span {
    border: none;
    background: transparent;
    font-size: 18px;
    font-family: var(--font-secondary) !important;
	margin: 0px;
}

.contact-section .wpcf7-form-control-wrap span input {
    margin-right: 15px;
    width: 18px;
    height: 18px;
    background: transparent;
    border: 2px solid var(--text-color);
    border-radius: 3px;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 2px;
}

.contact-section .wpcf7-form-control-wrap span input:checked::after{
        content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 5px;
    height: 2px;
    background: #fff;
    transform: rotate(45deg);
}

.contact-section .wpcf7-form-control-wrap span input:checked::before{
    content: "";
    position: absolute;
    top: 6px;
    left: 2px;
    width: 14px;
    height: 2px;
    background: #fff;
    transform: rotate(-45deg);
}

.contact-section .wpcf7-form-control-wrap span input:checked {
    background: var(--text-color);
}

.screen-reader-response{
    display: none !important;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0px;
}

.wpcf7-acceptance .wpcf7-list-item a {
	color: var(--text-color);
	transition: 0.3s ease-in-out;
}
.wpcf7-acceptance .wpcf7-list-item a:hover {
	color: var(--secondary-color);
}
.contact-section .btn-box p {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: start;
}
.contact-section .btn-box p .wpcf7-spinner {
	display: none;
}
.contact-section .btn-box p .wpcf7-submit {
	margin-top: 20px;
}
@media screen and (min-width: 576px) {
	.contact-section .btn-box p .wpcf7-submit{
		margin-top: 0px;
	}
	.contact-section .btn-box p {
		flex-direction: row;
	}
}
/***************************************************************
                        UBER
***************************************************************/

.uber-section {
    background: var(--forth-color);
}

.uber-section .col-block .img-box {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

.uber-section .col-block .img-box img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.uber-section .over-title{
	color: var(--text-color);
}
/***************************************************************
                        FOOTER
***************************************************************/

footer {
    background: var(--primary-color);
}

footer .logo-box {
    height: 80px;
    width: 100%;
}

footer .logo-box img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}

footer .real-estate-block .title-estate {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

footer .real-estate-block .text-estate {
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

footer .real-estate-block .phone-box a,
footer .real-estate-block .mail-box a {
    color: #fff;
}

footer .real-estate-block .mail-box .img-box,
footer .real-estate-block .phone-box .img-box {
    height: 16px;
    width: 16px;
}

footer .real-estate-block .mail-box .img-box img,
footer .real-estate-block .phone-box .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

footer .daten-and-social-block li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

footer .lang-switcher-wrap {
    border-top: none;
    padding: 0px;
    margin: 0px;
}

footer a:hover {
    color: var(--secondary-color) !important;
    font-weight: 400;
}

footer ul {
    list-style-type: none;
}

/***************************************************************
                         EDITOR
***************************************************************/

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

.editor-section .arrow-wrap-block .img-box img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.editor-section .arrow-wrap-block .back-text {
    font-size: 16px;
    color: #666666;
}

.editor-section .arrow-wrap-block {
    margin-bottom: 40px;
}

.editor-section .editor a{
    color: var(--text-color);
    text-decoration: underline;
}
/***************************************************************
                       RESPONSIVE
***************************************************************/
/***************************************************************
                      RESPONSIVE SM
***************************************************************/
@media only screen and (min-width: 576px) {

    /***************************
    NAVIGATION
***************************/
    .offcanvas.offcanvas-end {
        width: 400px;
    }

    .offcanvas-body {
        padding-left: 50px;
    }

    /***************************
    CONTACT SECTION
***************************/

    .contact-section .people-block .content-box .img-box {
        width: 160px;
        height: 160px;
        margin: 0;
    }
}

/***************************************************************
                      RESPONSIVE MD
***************************************************************/
@media only screen and (min-width: 768px) {

    /***************************
    NAVIGATION
***************************/
    .offcanvas.offcanvas-end {
        width: 550px;
    }

    .offcanvas-body {
        padding-left: 60px;
    }
	/***************************
    AIRPORT
***************************/
	#airport-table {
		min-width: 636px;
	}
	#airport-table td {
		font-size: 20px;
	}
	#airport-table td {
		padding: 12px 16px;
	}
	#airport-table td:first-child {
		width: 90px;
	}
	#airport-table td:nth-child(2) {
		width: 280px;
	}
	#airport-table td:nth-child(4) {
		width: 80px;
	}
	.airoport-box .black-air-block {
		padding: 16px 22px;
	}
	#airport-table td:nth-child(5) {
		width: auto;
	}
}

/***************************************************************
                      RESPONSIVE LG
***************************************************************/
@media only screen and (min-width: 992px) {

    /***************************
    BODY AND HTML
***************************/
    html {
        scroll-padding: 94px;
    }
	
	/***************************
    PRE-DEFINED CLASSES
***************************/

	.section-404{
		min-height: 700px;
	}
    /***************************
    NAVIGATION
***************************/
    #navbar-main {
        padding: 32px 0px;
    }

    #navbar-main .navbar-brand {
        position: absolute;
        left: 0;
        top: 0;
        padding-left: 12px;
    }

    #navbar-main .navbar-brand img {
        max-height: 145.5px;
		width: 237px;
    }

    .offcanvas-body {
        padding-left: 65px;
    }

    /***************************
    HERO
***************************/
    .hero-section {
        min-height: 600px;
        margin-bottom: 80px;
    }

    .hero-section .img-box-absoulute {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        max-width: 1315px;
    }

    .hero-section .text-box {
        padding: 64px 64px 0px 64px;
        min-height: unset;
    }

    .hero-section .text-box h1 {
        font-size: 42px;
    }

    .hero-section .blue-line {
        height: 256px;
    }

    .hero-section .additional-text-box {
        font-size: 24px;
        max-width: 260px;
        padding: 50px 24px;
    }

    /***************************
    BEFORE AFTER
***************************/
    .before-after-section .text-block {
        padding: 32px 0px 64px 0px;
    }

    .section-title {
        font-size: 36px;
    }

    .editor p {
        font-size: 20px;
    }

    p.disariable-paragraph {
        font-size: 24px;
    }

    /***************************
    STANDORT
***************************/
    .standort-section .img-box {
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }

    .standort-section.left-image .img-box {
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
    }
	
    /***************************
    ISOMETRY
***************************/
	#isometry-table tr th {
		width: 71px;
	}
	    /***************************
    AIRPORT
***************************/
	#airport-table {
		min-width: 456px;
	}
	#airport-table td {
		font-size: 14px;
	}
	#airport-table td {
		padding: 12px 10px;
	}
	#airport-table td:first-child {
		width: 60px;
	}
	#airport-table td:nth-child(2) {
		width: 208px;
	}
	#airport-table td:nth-child(4) {
		width: 28px;
	}
    /***************************
    POINTS
***************************/
    .points-section {
        padding: 100px 0px;
    }

    /***************************
    CONTACT SECTION
***************************/
    .contact-section .content-block {
        padding: 80px 0px;
    }

    .contact-section .phone-block .number-link {
        font-size: 36px;
    }

    .contact-section .icon-box {
        margin-top: 13px;
    }

    .contact-section .blue-box-cover {
        width: 50%;
    }

    /***************************
    EDITOR
***************************/
    .editor-section {
        padding-top: 220px;
    }

    .editor-section .arrow-wrap-block {
        margin-bottom: 70px;
    }
}

/***************************************************************
                      RESPONSIVE XL
***************************************************************/
@media only screen and (min-width: 1200px) {}

/***************************************************************
                      RESPONSIVE XXL
***************************************************************/
@media only screen and (min-width: 1400px) {

    /***************************
    PRE-DEFINED CLASSES
***************************/
    .container-lg {
        max-width: 1312px;
    }

    .container-lg {
        max-width: 865px;
    }
	/***************************
    AIRPORT
***************************/
	#airport-table {
		min-width: 636px;
	}
	#airport-table td {
		font-size: 20px;
	}
	#airport-table td {
		padding: 12px 16px;
	}
	#airport-table td:first-child {
		width: 90px;
	}
	#airport-table td:nth-child(2) {
		width: 280px;
	}
	#airport-table td:nth-child(4) {
		width: 80px;
	}
	.airoport-box .black-air-block {
		padding: 16px 22px;
	}
}
