@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://www.gmachje.com/wp-content/themes/gmachje/assets/fonts/DM-Serif-Display-400.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html, body {
    overflow-x: hidden;
}
body{
    font-family: bilo, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    font-size: 24px;
    line-height: 40px;
    background-color: #F7F5F0;
    overflow-x: hidden !important;
}
a, a:hover {
    color: #212121;
}
*:focus {
	outline:none !important;
}
.bg-b {
    background-color: #F7F5F0;
}
.container {
    max-width: 1640px;
}
.container-fluid {
    max-width: calc(100% - 100px);
}
b, strong, .current-menu-item {
    font-family: bilo, sans-serif;
    font-weight: 600;
    font-style: normal;
}
p:last-of-type, p:only-of-type {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .quote-text p {
    font-family: 'DM Serif Display', serif;
}
h1 {
    font-size: 90px;
    line-height: 103px;
}
h2 {
    font-size: 55px;
    line-height: 80px;
}
h3 {
    font-size: 45px;
    line-height: 70px;
}
h4 {
    font-size: 35px;
    line-height: 60px;
}
h5 {
    font-size: 30px;
    line-height: 55px;
}
h6 {
    font-size: 25px;
    line-height: 50px;
}
p {
    margin-bottom: 30px;
}
.menu-item a:hover {
    opacity: 0.8;
}
.lead, .lead p {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}
section {
    margin: 300px 0;
}
section:first-child {
    margin-top: 0;
}
.hero-content {
    padding-top: 200px;
    padding-left: calc(((100vw - 1640px) / 2) - 45px);
    position: relative;
    z-index: 20;
}
.hero-image {
    position: relative;
    width: calc(100% + 65px);
    height: 78vh;
    overflow: hidden;
    min-height: 700px;
}
.sidebar {
    display: none !important;
}
#openmenu {
    display: none !important;
}
.hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: left top;
    height: 100%;
}
.hero-title {
    margin-right: -180px;
    z-index: 10;
    position: relative;
}
.hero.image-left .hero-content {
    padding-left: 50px;
}
.hero.image-left .hero-title {
    margin-right: 0;
    margin-left: -20%;
    padding-right: 60px;
}
.hero.image-left .col-5 {
    order: 2;
}
.hero.image-left .col-7 {
    order: 1;
}
.hero.image-left .hero-image {
    right: 65px;
}
.hero.image-left .shape1 {
    clip-path: inset(0 10% 10% 0);
}
.hero.image-left .shape2 {
    clip-path: inset(10% 0 0 57%);
}
.hero.image-left .shape2:after {
    right: 0;
    border-left: 20px solid #F7F5F0;
    left: auto;
    border-top: 20px solid #F7F5F0;
    border-right: 0;
    border-bottom: 0;
    top: 10%;
}
.hero-subline {
    padding-right: 60px;
    margin-top: 60px;
}
.shape1 {
    clip-path: inset(6% 0 0 10%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.shape2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    clip-path: inset(0 57% 10% 0);
    z-index: 10;
    background: transparent;
}
.shape2:after {
    content: '';
    width: calc(43% + 1px);
    height: calc(90% + 1px);
    top: 0;
    bottom: 0;
    position: absolute;
    left: 0;
    border-right: 20px solid #F7F5F0;
    right: 0;
    border-bottom: 20px solid #F7F5F0;
}
[data-aos=fade-up] {
    transform: translate3d(0,40px,0);
}
.quote-text p {
    font-size: 90px;
    line-height: 123px;
    color: #68A2B9;
    margin-right: 30px;
}
.l2 .quote-text p {
    color: #007481;
}
.l3 .quote-text p {
    color: #7F2346;
}
.l4 .quote-text p {
    color: #551B3A;
}
.l5 .quote-text p {
    color: #0C3B5A;
}
.l6 .quote-text p {
    color: #582C5F;
}
.quote-credit {
    font-size: 17px;
    line-height: 22px;
    font-family: bilo, sans-serif;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    color: #212121;
    letter-spacing: 1px;
}
.book-svg {
    fill:#68A2B9;
}
.l2 .book-svg {
    fill: #007481 !important;
}
.l3 .book-svg {
    fill: #7F2346 !important;
}
.l4 .book-svg {
    fill: #551B3A !important;
}
.l5 .book-svg {
    fill: #0C3B5A !important;
}
.l6 .book-svg {
    fill: #582C5F !important;
}
.current-menu-item a {
    color: #68A2B9 !important;
}
.l2 .current-menu-item a {
    color: #007481 !important;
}
.l3 .current-menu-item a {
    color: #7F2346 !important;
}
.l4 .current-menu-item a {
    color: #551B3A !important;
}
.l5 .current-menu-item a {
    color: #0C3B5A !important;
}
.l6 .current-menu-item a {
    color: #582C5F !important;
}
.btn-color, .quform-submit {
    font-size: 24px;
    line-height: 33px;
    border: 2px solid #68A2B9;
    padding: 10px 30px !important;
    text-decoration: none;
    color: #68A2B9;
    display: inline-block;
    margin-top: 50px;
    vertical-align: middle;
    border-radius: 0;
    background-color: transparent;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.l4 .btn-color {
    border: 2px solid #551B3A;
    color: #551B3A;
}
.btn-color:hover, .btn-color:active {
    color: #fff;
    background-color: #68A2B9;
}
.l4 .btn-color:hover, .l4 .btn-color:active {
    background-color: #551B3A;
}
.l5 .btn-color:hover, .l5 .btn-color:active {
    background-color: #0C3B5A;
}
.images-container {
    position: relative;
    width: calc(38vw - 30px - 9px);
    height: 100%;
    background-size: cover;
    right: calc((100vw - 1640px + 30px) / 2);
}
.image-right .images-container {
    width: calc(48vw - 30px - 9px);
    left: calc(20% + 30px);
    right: auto;
}
.layout-2.image-right .images-container {
    width: calc(43vw - 30px - 9px);
    left: 11%;
}
.layout-4.image-right .images-container img:nth-child(1) {
    z-index: 100;
    border: 20px solid #F7F5F0;
}
.layout4 .images-container img:nth-child(2) {
    border: none;
}
.images-container img:nth-child(2) {
    max-width: 65%;
    border: 20px solid #F7F5F0;
    margin-top: -300px;
    position: relative;
    margin-right: -60px;
}
.image-right .images-container img:nth-child(2) {
    margin-left: -20%;
    margin-right: auto;
}
.layout-2.image-right .images-container img:nth-child(2) {
    margin-left: calc(20% + 20px);
    max-width: 80%;
}
.layout-2.image-right .images-container img:nth-child(1) {
    max-width: 70%;
}
.image-text h2 {
    margin-bottom: 40px;
}
.centered-text p:only-of-type, .centered-text p:first-of-type{
    margin-top: 40px;
}
.icon-listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    margin-top: 70px;
}
.icon-listing li {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 auto;
    width: 16.66666667%;
    list-style-type: none;
    margin-top: 120px;
}
.icon-listing li:nth-child(-n+6) {
    margin-top: 0;
}
.boxed .icon-listing li:nth-child(6) {
    margin-top: 120px;
}
.boxed .icon-listing li {
    width: calc(100% / 5);
}
.icon-listing img {
    height: 130px;
    width: auto !important;
    margin-bottom: 30px;
}
.icons .description {
    font-size: 17px;
    line-height: 22px;
    max-width: 190px;
}
.quform {
    padding-left: 30px;
}
.quform-field-captcha, .quform .quform-field-date, .quform .quform-field-email, .quform .quform-field-file, .quform .quform-field-multiselect, .quform .quform-field-password, .quform .quform-field-select, .quform .quform-field-text, .quform .quform-field-textarea, .quform .quform-field-time, .quform .select2-container--quform .select2-selection {
    background: transparent;
    border: 1px solid #212121;
    border-radius: 0;
    padding-left: 20px;
}
.select2-container--quform .select2-results__option {
    background: #F7F5F0;
    padding: 13px 20px;
}
.select2-results__options li:first-child {
    display: none;
}
.select2-container--quform .select2-dropdown {
    border: 1px solid #212121;
    border-top: none;
}
.select2-container--quform .select2-results__option--highlighted[aria-selected] {
    background: #F7F5F0 !important;
    color: #68A2B9;
    border: none !important;
}
.select2-results__options {
    padding: 10px 0;
    background: #F7F5F0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    color: #68A2B9;
}
.quform textarea {
    max-height: 140px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #68A2B9;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #68A2B9;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #68A2B9;
}
:-moz-placeholder { /* Firefox 18- */
    color: #68A2B9;
}
.quform-has-error ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #C12323;
}
.quform-has-error ::-moz-placeholder { /* Firefox 19+ */
    color: #C12323;
}
.quform-has-error :-ms-input-placeholder { /* IE 10+ */
    color: #C12323;
}
.quform-has-error :-moz-placeholder { /* Firefox 18- */
    color: #C12323;
}
.quform-element-required .quform-inner:before {
    content: '*';
    position: absolute;
    top: -6px;
    left: 4px;
}
.quform-error {
    display: none !important;
}
.quform-error-message {
    position: absolute;
    bottom: 24px;
    left: 160px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 17px;
}
.quform-error-message-inner {
    background: transparent;
    padding: 0;
    color: #C12323;
    border: none;
}
.form-details {
    font-size: 17px;
    line-height: 22px;
}
.quform-spacer {
    padding: 0 0 20px 0;
}
.contactform ul {
    padding: 0;
    margin-top: 20px;
}
.contactform ul li {
    list-style-type: none;
    position: relative;
    padding-left: 25px;
}
.contactform ul li::before, .select2-container--quform .select2-selection__arrow b:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    background-image: url(../images/list-icon.svg);
    background-size: cover;
    background-position: center;
    width: 13px;
    height: 14px;
}
.select2-container--quform .select2-selection__arrow b:before {
    transform: rotate(90deg);
    content: '' !important;
    right: 10px;
    left: auto;
    top: 3px;
    transition: all .2s ease-in-out;
}
.select2-container--quform.select2-container--open .select2-selection__arrow b:before {
    transform: rotate(-90deg);
    content: '' !important;
}
.video-container, .slider-container {
    position: relative;
    left: calc(20% + 30px);
    width: calc(50vw - 20%);
}
.video-left .video-container {
    right: calc((100vw - 1640px + 30px) / 2);
    width: calc((100% - 8.33333333%) + ((100vw - 1640px + 30px) / 2));
    left: auto;
}
.single-video {
    position: relative;
    margin-bottom: 150px;
    width: 100%;
}
.video-slogan, .image-slogan {
    background-color: #7F2346;
    color: #FFF;
    position: absolute;
    left: -30px;
    top: -50px;
    z-index: 10;
    display: inline-block;
    padding: 30px 40px;
    font-weight: 600;
}
.image-slogan {
    font-weight: 400;
}
.l2 .image-slogan, .l2 .video-slogan{
    background-color: #007481;
}
.l3 .image-slogan, .l3 .video-slogan {
    background-color: #7F2346;
}
.l4 .image-slogan, .l4 .video-slogan {
    background-color: #551B3A;
}
.l6 .image-slogan, .l6 .video-slogan {
    background-color: #582C5F;
}
.image-slogan {
    max-width: 70%;
}
.video-container .vjs-theme-forest.vjs-big-play-button:focus, .video-container .vjs-theme-forest:hover .vjs-big-play-button, .vjs-theme-forest .vjs-big-play-button {
    background: url('../images/play-btn.svg')!important;
    background-repeat: no-repeat!important;
    width: 71px!important;
    background-size: cover;
    height: 88px!important;
    background-position: center;
    z-index: 100;
    border-radius: 0;
}
.inner-content {
    margin-bottom: 50px;
    margin-left: 50px;
    margin-right: 1px;
}
.square-image {
    position: relative; 
    overflow: hidden;   
}
.square-image::before {
    content: '';
    padding-top: 100%;
    display: block;
}
.square-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.imagequote {
    position: absolute;
    right: 70%;
    bottom: 27%;
    z-index: 10;
    display: inline-block;
    padding: 30px 40px;
    color: #FFF;
    background-color: #007481;
    width: 60%;
}
.image-slogan {
    bottom: 0px;
    top: auto;
    left: 0;
}
.owl-item {
    overflow: hidden;
}
.slider-nav {
    width: 25px;
    height: 29px;
    background-image: url('../images/arrow.svg');
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 50px;
    left: 100px;
    z-index: 1000;
    position: absolute;
}
.slider-nav.next-slide {
    right: 80px;
    left: auto;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.gastgebersection .hero-title {
    margin-left: 0 !important;
}
.familyimg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 460px;
    position: absolute;
    width: 460px;
    bottom: 0;
    right: 0;
    border: 20px solid #F7F5F0;
}
.familyimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.familybackgroundimg {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: calc(100% - 140px);
    width: calc(100% - 250px);
    position: absolute;
}
.familybackgroundimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.signature {
    width: 120px;
}
.signaturesection {
    padding-left: 50px;
}
.signaturesection li {
    width: 20%;
}
.signaturenadia {
    left: -15px;
    bottom: -13px;
}
.signaturedani {
    left: -50px;
    bottom: -35px;
}
.signaturejulia {
    left: -30px;
    bottom: -40px;
}
.signaturesarah, .signaturemanuel {
    left: -15px;
    bottom: 10px;
}

.image-left-long .images-container img:nth-child(2) {
    max-width: 100%;
    border: 20px solid #F7F5F0;
    margin-top: -200px;
    position: relative;
    margin-right: -250px;
}

/* ------------------------------------------ Header ------------------------------------------ */

#header {
    position: fixed;
    z-index: 100001;
    width: 100%;
    top: 0;
}
.navi {
    padding: 22px 0;
}
.menu-wrapper li {
    display: inline-block;
    margin: 0 25px;
}
.wpml-ls-legacy-list-horizontal a, .menu-wrapper li a{
    font-size: 17px;
    line-height: 22px;
    color: #212121;
    text-decoration: none;
    letter-spacing: 0.2px;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0;
    top: -4px;
    position: relative;
}
.wpml-ls-current-language {
    font-weight: 800;
}
.menu-wrapper li:last-child {
    margin-right: 0;
}
.menu-wrapper li:first-child {
    margin-left: 0;
}
.language-container {
    margin-left: 60px;
}
.wpml-ls-legacy-list-horizontal {
    padding: 0;
}
.wpml-ls-legacy-list-horizontal a {
    padding: 0 5px;
}
.innerspacing {
    padding-top: 150px;    
}



.swiper-galery {
    overflow: visible;
    min-height: 840px;
}
.swiper-galery .slider-nav {
    top: 50%;
}
.high-image, .small-image {
    border: 20px solid #F7F5F1;
}
.high-image {
    border-left: 0;
    border-top: 0;
}
.child-2 {
    bottom: -400px !important;
    z-index: -1;
    height: 460px;
}
.child-3 {
    top: 15px;
    z-index: -2;
    height: 460px;
}
.child-4 {
    z-index: -3;
    top: 100px;
}
.child-1 .high-image, .child-5 .high-image, .child-9 .high-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 780px;
}
.child-2 .small-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    left: -100px;
    position: relative;
}
.child-3 .small-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    left: -65%;
    position: relative;
}
.child-4 .wide-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    width: 170%;
    left: -70%;
    height: 700px;
}




.child-2 .small-image img, .child-3 .small-image img, .child-1 .high-image img, .child-4 .wide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* ------------------------------------------ Footer ------------------------------------------ */

.footer {
    background-color: #212121;
    color: #F7F5F0;
    font-size: 17px;
    line-height: 20px;
}
footer a {
    color: #FFF;
}
footer a:hover {
    color: #68A2B9;
}
.widget-container {
    padding-top: 100px;
    padding-bottom: 80px;
}
.credits-container {
    padding-bottom: 30px;
}
.credits p, .credits a {
    color: #68A2B9;
}
.credits {
    font-size: 13px;
    line-height: 17px;
}
.credits a {
    text-decoration: none;
}
.widget {
    position: relative;
}
.widget-data {
    line-height: 24px;
}
.widget-social {
    padding-left: 50px;
}
.widget h6 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
}
.widget-contact::before {
	content: '';
	position: absolute;
	top: -41px;
	left: -44px;
	width: 133px;
	height: 150px;
	background-image: url(../images/badge-footer.svg);
	background-size: cover;
	background-position: center;
	z-index: -1;
}
.widget-social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    background-image: url(../images/instagram-icon.svg);
    background-size: cover;
    background-position: center;
}
.book-container {
    position: fixed;
    right: 60px;
    bottom: 40px;
    z-index: 1000;
}
.book-container svg {
    transition: all .5s ease-in-out;
}
.book-container svg:hover {
    -webkit-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
}
@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}

.quform .quform-option-label {
    max-width: none!important;
    position: relative;
    padding-left: 45px!important;
    display: inline-block !important;
}
.quform .quform-field-checkbox {
    margin: 20px 0!important;
}
.quform .quform-element [type="checkbox"]+label::before {
    width: 25px;
    height: 25px;
    background-color: transparent;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 0;
    border: 2px solid #68A2B9;
    transform: translateY(-50%);
}
.quform input[type="checkbox"]:checked+label::before {
    background-color: #68A2B9;
    box-shadow: inset 0 0 0 5px #F7F5F0;
}
.quform .quform-field-checkbox {
    visibility: hidden;
    position: absolute;
    left: 0;
    right: 0;
    padding: 0;
}
.quform-element-checkbox.quform-element-required .quform-inner:before {
    display: none;
}


@media screen and (max-width: 1920px) {
    .child-2, .child-3 {
        height: 400px;
    }
    .child-1 .high-image {
        height: 700px;
    }
    .child-2 {
        bottom: -350px !important;
    }
    .child-2 .small-image {
        width: 110%;
    }
    .child-3 .small-image {
        left: -65%;
        width: 110%;
    }
    .child-4 .wide-image {
        height: 580px;
        width: 180%;
        left: -80%;
    }
    .swiper-galery {
        min-height: 730px;
    }
}




@media screen and (max-width: 1775px) {
    .imagequote {
        position: relative;
        right: 0;
        bottom: 0;
        width: 100%;
    }
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 90%;
    }
    .images-container {
        right: calc((27% + 30px) / 2);
    }
    .image-left-long .images-container {
        right: 17%;
    }
    .content-margin-top {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .navi-container {
        display: none;
    }
    #openmenu {
        display: block !important;
    }
    .language-container {
        display: none;
    }
    #body.locked {
        overflow: hidden !important;
        max-height: 100vh !important;
    }
    .sidebar {
        background-color: #F7F5F0;
        display: -ms-flexbox !important;
        display: flex !important;
        position: fixed;
        right: 0px;
        margin-top: 0px;
        z-index: 5000;
        top: 0;
        width: 100%;
        height: 100% !important;
        padding: 22px 0px;
        overflow-y: auto;
        -webkit-transform: translate3d(100%,0,0);
        -moz-transform: translate3d(100%,0,0);
        -ms-transform: translate3d(100%,0,0);
        -o-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        overflow-x: hidden;
    }
    .nav-open .sidebar {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -moz-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -o-transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition: all 500ms cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
        -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860); /* easeInOutCirc */
    }
    .sidebar ul li {
        display: block;
        font-size: 60px;
        margin-bottom: 50px;
    }
    .sidebar ul li a {
        font-size: 40px !important;
        color: #212121 !important;
        line-height: 60px;
        text-decoration: none;
    }
    .sidebar .menu-wrapper li {
        margin-left: 0;
    }
    .social-links {
        position: absolute;
        bottom: 15px;
        max-width: calc(100% - 100px);
        width: 100%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .sidebar .language-container {
        display: inline-block;
        margin-left: 0px;
    }
    .hamburger {
        padding: 10px;
    }
    .logo{
        width: 170px;
    }
    .sidebar .language-container li span {
        font-size: 24px;
        line-height: 32px;
    }
    .sidebar #Book_Button {
        width: 80px;
        height: 80px;
    }
    .hero-content {
        padding-top: 100px;
    }
}

@media screen and (max-width: 1100px) {
    .high-image {
        border-bottom: 0px;
        border-right: 0px;
    }
    section {
        margin: 200px 0;
    }
    .high-image, .small-image, .wide-image {
        width: 100% !important;
        left: 0 !important;
        height: 700px !important;
    }
    .child-2 {
        top: 0;
    }
    .swiper-galery {
        overflow: visible;
        min-height: 800px;
    }
    .high-image, .small-image {
        border: none;
    }
    .high-image {
        border-left: 0;
        border-top: 0;
    }
    .child-2 {
        top: 0px;
        z-index: unset !important;
        height: 700px;
    }
    .child-3 {
        top: 0px;
        z-index: unset !important;
        height: 700px;
    }
    .child-4 {
        z-index: unset !important;
        top: 0px;
    }
    .child-2 .small-image {
        left: 0px !important;
    }
    .child-3 .small-image {
        left: 0 !important;
    }
    .child-4 .wide-image {
        width: 100% !important;
        left: 0 !important;
        height: 700px;
        display: block;
    }
    .swiper-galery {
        overflow: visible;
        min-height: 700px;
    }
    .empty-slide{
        display: none !important;
    }


    .fullwdith-mobile-slider .swiper-image {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        position: relative;
        width: 100%;
        height: 700px;
    }
    .fullwdith-mobile-slider .swiper-image img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }
    h2 {
        font-size: 45px;
        line-height: 55px;
    }
    h3 {
        font-size: 40px;
        line-height: 50px;
    }
    h4 {
        font-size: 35px;
        line-height: 45px;
    }
    body {
        font-size: 20px;
        line-height: 36px;
    }
    .lead, .lead p {
        font-size: 25px;
        line-height: 40px;
    }
    section {
        margin: 100px 0;
    }
    .swiper-galery .slider-nav {
        left: 50px;
    }
    .swiper-galery .slider-nav.next-slide {
        right: 50px;
        left: unset;
    }
    .hero-image {
        height: 39vh !important;
        min-height: 500px !important;
    }
    .hero-content {
        padding-top: 50px;
    }
    .hero.image-left .hero-title {
        margin-right: 0;
        margin-left: 0 !important;
        padding-right: 0 !important;
    }
    .hero.image-left .hero-content {
        padding-left: 0px;
    }
    .hero-subline {
        padding-right: 0px;
        margin-top: 0px;
    }
    .signaturesection {
        padding-left: 20px;
    }
    .signaturesection li {
        width: 48%;
    }
    .familyimg {
        height: 350px;
        width: 350px;
    }
    .signaturemanuel {
        margin-top: 70px;
    }
    .quote-text p {
        font-size: 50px;
        line-height: 80px;
        margin-right: 0px;
    }
    .map iframe {
        height: 500px;
    }
    .quform {
        padding-left: 0px;
        padding-top: 30px;
    }
    .btn-color, .quform-submit {
        font-size: 20px;
        line-height: 30px;
    }
    .icon-listing li, .boxed .icon-listing li {
        width: 25%;
        margin-top: 50px;
    }
    .icon-listing li:nth-child(5), .icon-listing li:nth-child(6), .boxed .icon-listing li:nth-child(6) {
        margin-top: 50px;
    }
    .icon-listing img {
        height: 100px;
        margin-bottom: 20px;
    }
    .video-container {
        left: 0;
        width: 100%;
        margin-top: 100px;
    }
    .video-left .video-container {
        right: 0;
        width: 100%;
        left: 0;
        margin-top: 50px;
    }
    .video-left .single-video {
        margin-bottom: 50px;
    }
    .layout-2.image-right .images-container {
        width: calc(70vw - 30px - 9px);
        left: auto;
        right: 11%;
        margin-top: 30px;
    }
    .image-right .images-container {
        width: calc(70vw - 30px - 9px);
        left: 35%;
        right: 0;
    }
    .images-container img:nth-child(2), .layout-2.image-right .images-container img:nth-child(1), .image-left-long .images-container img:nth-child(2) {
        border: 10px solid #F7F5F0;
    }
    .images-container {
        width: calc(70vw - 30px - 9px);
    }
    .slider-container {
        left: calc(-7% - 2px);
        width: 100%;
        margin-bottom: 30px;
    }
    .inner-content {
        margin-left: 0px;
    }
    .square-image::before {
        padding-top: 65%;
    }
    .slider-nav {
        left: 50px;
    }
    .slider-nav.next-slide {
        right: 50px;
    }
    .widget-contact {
        margin-bottom: 100px;
    }
    .widget-social {
        margin-bottom: 50px;
    }
    .widget-data {
        line-height: 24px;
        width: 87vw;
        text-align: center;
    }
    .widget-data br {
        display: none;
    }
    .widget-data a:nth-child(1) {
        margin-right: 20%;
    }
    .book-container {
        display: none;
    }
    .hero-title {
        margin-right: 0;
    }
    .shape2::after {
        border-right: 10px solid #F7F5F0;
        border-bottom: 10px solid #F7F5F0;
    }
    .imagequote {
        position: relative;
        bottom: 0;
        z-index: 10;
        display: inline-block;
        padding: 30px 64px;
        color: #FFF;
        background-color: #007481;
        width: 100%;
        margin: 30px 0px;
        left: calc((100% - 95%) / 2);
    }
}
@media screen and (max-width: 700px) {
    .icon-listing li, .boxed .icon-listing li {
        width: 33%;
    }
    .icon-listing li:nth-child(4) {
        margin-top: 50px;
    }
    .images-container img:nth-child(2) {
        margin-top: -100px;
    }
    .content-margin-top .images-container {
        right: 9%;
        width: calc(55vw - 30px - 9px);
    }
    .content-margin-top .image-left-long .images-container img:nth-child(2) {
        margin-top: -150px;
        margin-right: -200px;
    }
    .slider-container {
        left: calc(-7% - 10px);
    }
    .widget-contact {
        margin-left: 50px;
    }
}
@media screen and (max-width: 500px) {
    body {
        font-size: 17px;
        line-height: 33px;
    }
    .lead, .lead p {
        font-size: 20px;
        line-height: 35px;
    }
    h1 {
        font-size: 45px;
        line-height: 55px;
    }
    h2 {
        font-size: 40px;
        line-height: 50px;
    }
    h3 {
        font-size: 35px;
        line-height: 45px;
    }
    h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .container-fluid {
        max-width: 95%;
    }
    section {
        margin: 50px 0;
    }
    .swiper-galery {
        min-height: 350px;
    }
    .high-image, .small-image, .wide-image {
        height: 350px !important;
    }
    .child-2, .child-3 {
        height: 350px;
    }
    .signaturesection li {
        width: 100%;
        margin-right: 0;
    }
    .familyimg {
        height: 300px;
        width: 300px;
    }
    .signaturesection {
        padding-left: 0px;
    }
    .signaturesarah {
        margin-top: 60px;
    }
    .quote-text p {
        font-size: 35px;
        line-height: 45px;
    }
    .btn-color, .quform-submit {
        font-size: 17px;
    }
    .icon-listing {
        margin-top: 30px;
    }
    .icon-listing li, .boxed .icon-listing li {
        width: 50%;
    }
    .icon-listing li:nth-child(3) {
        margin-top: 50px;
    }
    .layout-2.image-right .images-container {
        width: 114%;
        left: -14%;
        right: auto;
        margin-top: 30px;
    }
    .image-right .images-container {
        width: 95%;
        left: 14%;
        right: 0;
    }
    .images-container {
        width: 100%;
    }
    .content-margin-top .images-container {
        right: 9%;
        width: 100%;
    }
    .image-left-long .images-container img:nth-child(2) {
        max-width: 80%;
        margin-top: -80px;
        margin-right: -70px;
    }
    .hero-image {
        height: 30vh !important;
        min-height: 350px !important;
    }
    .imagequote {
        padding: 30px 45px;
    }
}
@media screen and (max-width: 450px) {
    body {
        hyphens: auto;
    }
    .hero-image {
        height: 20vh !important;
        min-height: 350px !important;
    }
    .map iframe {
        height: 350px;
    }
    .content-margin-top .images-container {
        right: 10%;
    }
    .sidebar ul li a {
        font-size: 30px !important;
        line-height: 30px;
    }
    .sidebar ul li {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 350px) {
    .images-container img:nth-child(2) {
        margin-top: -60px;
    }
    .hero-image {
        height: auto !important;
        min-height: 250px !important;
    }
    h1 {
        font-size: 32px;
        line-height: 42px;
    }
    h2 {
        font-size: 29px;
        line-height: 39px;
    }
    h3 {
        font-size: 26px;
        line-height: 36px;
    }
    h4 {
        font-size: 23px;
        line-height: 33px;
    }
    h5 {
        font-size: 20px;
        line-height: 30px;
    }
    h6 {
        font-size: 17px;
        line-height: 27px;
    }
}