@media (max-width: 1599px) {
    #header {
        padding-left: 15px;
        padding-right: 30px;
    }

    .navbar .nav li {
        margin: 0 9px;
    }

    #header .contact a {
        padding: 0 25px;
    }

    #about {
        width: calc(100% - 60px);
    }
    #about .headline p {
        font-size: 28px;
        line-height: 39px;
    }

    #textbox .photo > div {
        height: 560px;
    }
}

@media (max-width: 1499px) {
    #header .phone {
        display: none;
    }

    #slider h1 {
        font-size: 64px;
        line-height: 64px;
    }

    #about {
        width: 100%;
    }

    #textbox .photo {
        flex: 0 0 calc(50% + 50px);
        max-width: calc(50% + 50px);
        margin-left: -50px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: -50px;
    }
    #textbox .photo > div {
        height: 520px;
    }

    #textbox .content {
        padding-left: 70px;
    }
    #textbox .row:nth-child(even) .content {
        padding-right: 70px;
    }
}

@media (max-width: 1399px) {
    .wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
    }    

    #header .phone {
        display: block;
    }

    #slider h1 {
        font-size: 58px;
        line-height: 58px;
    }
    #slider p {
        font-size: 34px;
    }

    .subpage #slider li img {
        top: -30%;
    }

    #about .headline p {
        font-size: 26px;
        line-height: 38px;
    }
    #about .headline p::after {
        width: 220px;
    }

    #about .content {
        padding-left: 60px;
    }
    #about .content p {
        font-size: 18px;
    }

    #boxes .box .content .photo {
        height: 215px;
    }
    #boxes .box .content h3 {
        font-size: 35px;
    }

    #contact .content h3 {
        font-size: 40px;
        line-height: 42px;
    }
    #contact .content h3::after {
        margin-top: 20px;
    }
    #contact .buttons a {
        height: 66px;
        font-size: 20px;
        line-height: 62px;
    }

    #textbox .content {
        padding-left: 55px;
    }
    #textbox .row:nth-child(even) .content {
        padding-right: 55px;
    }
    #textbox .content h2, #recent-posts .headline h3 {
        font-size: 42px;
    }
    #textbox .content h2::after {
        margin: 18px 0 25px 0;
    }

    #textbox .photo {
        flex: 0 0 calc(50% + 40px);
        max-width: calc(50% + 40px);
        margin-left: -40px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: -40px;
    }
    #textbox .photo > div {
        height: 470px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .navigation {
        width: auto;
        position: absolute !important;
        right: 0;
    }

    .navbar-expand-xl .navbar-toggler {
        display: block;
        color: #FFF;
    }
    #header.fixed .navbar-expand-xl .navbar-toggler {
        color: #000;
    }

    .navbar {
        margin-right: 20px;
    }
    .navbar.navbar-1 {
        display: none;
    }
    .navbar .collapse {
        display: block;
    }
    .navbar .nav {
        width: 290px;
        flex-direction: column;
        position: absolute;
        top: 45px;
        right: 0;
        padding: 25px 20px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        z-index: 9999;
    }
    .navbar .nav.active {
        transform: scaleY(1);
    }
    .navbar .nav li {
        margin: 5px 10px;
    }
    .navbar.navbar-2 .nav li {
        display: block;
    }
    .navbar .nav li a {
        color: #000;
        border-bottom: 0;
    }
    .navbar .nav li a:hover {
        color: var(--gold);
    }
    .navbar .nav li .nav-child {
        position: relative;
        width: auto;
        padding: 0 0 0 20px;
        top: 0; left: 0;
        box-shadow: unset;
        visibility: visible;
        opacity: 1;
        z-index: 1;
    }
    .navbar .nav li .nav-child::before {
        display: none;
    }
    .navbar .nav li .nav-child li {
        margin: 10px 0;
    }

    #slider h1 {
        font-size: 50px;
        line-height: 50px;
    }
    #slider p {
        font-size: 32px;
    }

    .subpage #slider li img {
        top: -10%;
    }

    .homepage #booking-area {
        top: -120px;
    }

    #about .headline p {
        font-size: 25px;
    }
    #about .headline p br {
        display: none;
    }
    #about .headline p::after {
        width: 200px;
        height: 13px;
    }

    #about .content p {
        font-size: 17.5px;
    }
    #about .content a {
        font-size: 17px;
        margin-top: 10px;
    }

    #boxes .box:nth-child(n+3) {
        margin-top: 40px;
    }

    #boxes .box .content .photo {
        height: 200px;
    }
    #boxes .box .content h3 {
        font-size: 31px;
    }
    #boxes .box .content p {
        font-size: 17.5px;
        line-height: 29px;
    }

    #contact .content h3 {
        font-size: 36px;
        line-height: 40px;
    }
    #contact .content p {
        font-size: 19px;
        line-height: 30px;
    }
    #contact .content p br {
        display: none;
    }
    #contact .buttons a {
        width: 370px;
        height: 63px;
        font-size: 19px;
        line-height: 60px;
    }

    #textbox .content {
        padding-left: 40px;
    }
    #textbox .row:nth-child(even) .content {
        padding-right: 40px;
    }
    #textbox .content h2, #recent-posts .headline h3 {
        font-size: 38px;
    }
    #textbox .content h2::after {
        width: 100px;
        height: 8px;
        margin: 11px 0 20px 0;
    }
    #textbox .content p {
        font-size: 17.5px;
    }
    #textbox .content a {
        font-size: 17px;
    }

    .page-header h1 {
        font-size: 44px;
    }

    .blog .post:nth-child(n+2) {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #header .phone {
        display: none;
    }

    #header .logo img {
        max-height: 100px;
    }

    .navbar {
        margin-right: 0;
    }

    .homepage #booking-area {
        top: 0;
        margin-bottom: 0;
        background-color: rgba(193, 148, 97, .28);
    }
    #booking-area #kwh-widget.l-kwh-widget {
        background-color: rgba(193, 148, 97, 0);
    }

    .flexslider .text {
        justify-content: flex-end !important;
        padding-bottom: 45px;
    }

    #about .headline p {
        font-size: 23px;
        line-height: 34px;
    }
    #about .headline p::after {
        width: 180px;
        height: 10px;
    }

    .subpage #slider, 
    .subpage #slider li {
        height: 330px;
    }
    .subpage #slider li img {
        top: 0;
    }

    #slider h1 {
        font-size: 46px;
        line-height: 44px;
        text-align: center;
    }
    #slider p {
        font-size: 30px;
    }

    #about .content {
        padding-left: 15px;
        padding-top: 20px;
    }
    #about .content p {
        font-size: 17px;
        line-height: 28px;
    }
    #about .content a {
        font-size: 16px;
    }

    #boxes .container {
        max-width: 360px;
    }
    #boxes .box:not(:first-of-type) {
        margin-top: 30px;
    }
    #boxes .box .content .photo {
        height: 192px;
    }
    #boxes .box .content h3 {
        font-size: 28px;
    }
    #boxes .box .content p {
        font-size: 17px;
        line-height: 28px;
        padding: 12px 0 0 0;
    }

    #contact .content {
        text-align: center;
    }
    #contact .content h3 {
        font-size: 33px;
        line-height: 38px;
    }
    #contact .content h3::after {
        width: 150px;
        height: 10px;
        margin-top: 15px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    #contact .content p {
        font-size: 18px;
        line-height: 27px;
    }

    #contact .buttons {
        align-items: center;
        margin-top: 30px;
    }

    #textbox .row:nth-child(even) {
        margin-top: 35px;
    }
    #textbox .content {
        padding-left: 15px;
    }
    #textbox .row:nth-child(even) .content {
        padding-right: 15px;
    }
    #textbox .content h2 {
        font-size: 35px;
    }
    #textbox .content p {
        font-size: 17px;
        line-height: 28px;
        padding-bottom: 15px;
    }
    #textbox .content a {
        font-size: 16px;
    }

    #textbox .photo {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
        margin-left: 0;
        margin-top: 25px;
    }
    #textbox .row:nth-child(even) .photo {
        margin-right: 0;
    }
    #textbox .row:nth-child(even) .photo {
        padding-right: 0;
    }    
    #textbox .photo > div {
        height: 440px;
    }

    #footer .links {
        display: none;
    }

    .subpage main {
        margin-top: -330px;
    }

    .page-header {
        padding-top: 140px !important;
        padding-bottom: 35px !important;
    }
    .page-header h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .item-page h1, .item-page h2, .item-page h3, .item-page h4, .item-page h5 {
        padding: 10px 0;
    }
    .item-page h1, .item-page h2 {
        font-size: 30px;
    }
    .item-page h3 {
        font-size: 25px;
    }
    .item-page p, .item-page ul li, .item-page ol li {
        font-size: 17px;
        line-height: 28px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #top {
        padding: 0;
    }

    .navbar .nav {
        right: 10px;
    }

    #header .contact {
        display: none;
    }

    .flexslider .slides img {
        height: 340px;
        object-fit: cover;
    }

    #slider h1 {
        max-width: 460px;
        font-size: 42px;
        line-height: 40px;
    }
    #slider p {
        font-size: 27px;
    }

    .subpage #slider, 
    .subpage #slider li {
        height: 260px;
    }

    #about .headline p {
        font-size: 21px;
        line-height: 30px;
    }
    #about .headline p::after {
        width: 160px;
    }

    #about .content p {
        font-size: 16px;
        line-height: 26px;
    }
    #about .content a {
        font-size: 15px;
    }

    #boxes .box:not(:first-of-type) {
        margin-top: 23px;
    }

    #boxes .box .content .photo {
        height: 184px;
    }
    #boxes .box .content h3 {
        font-size: 26px;
        line-height: 32px;
        padding-top: 20px;
    }
    #boxes .box .content p {
        font-size: 16px;
        line-height: 26px;
        padding: 12px 0 0 0;
    }

    #contact .content h3 {
        font-size: 30px;
        line-height: 34px;
    }
    #contact .content p {
        font-size: 17px;
        line-height: 26px;
    }
    #contact .buttons a {
        width: 100%;
        height: 59px;
        font-size: 18px;
        line-height: 56px;
    }

    #textbox .content h2 {
        font-size: 31px;
    }
    #textbox .content h2::after {
        width: 80px;
        height: 7px;
        margin: 8px 0 17px 0;
    }
    #textbox .content p {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 10px;
    }

    #textbox .photo > div {
        height: 380px;
    }

    .subpage main {
        margin-top: 0;
    }

    .page-header {
        padding-top: 40px !important;
        padding-bottom: 35px !important;
    }
    .page-header h1 {
        font-size: 36px;
        line-height: 36px;
    }

    .item-page p, .item-page ul li, .item-page ol li {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #header {
        top: 50px;
        justify-content: flex-start !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    #header::before {
        top: -10px;
    }

    #top .social a:not(:last-of-type) {
        margin-right: 5px;
    }
    #top .social a i {
        display: none;
    }

    .navbar .nav {
        width: 260px; 
    }

    #slider h1 {
        max-width: 100%;
        font-size: 36px;
        line-height: 34px;
        padding: 0 20px;
    }
    #slider p {
        font-size: 23px;
    }

    .subpage #slider, 
    .subpage #slider li {
        height: 200px;
    }
    .subpage #slider li img {
        top: -20%;
    }

    #booking-area {
        padding-bottom: 0;
    }

    #about .headline p {
        font-size: 19px;
        line-height: 27px;
    }
    #about .headline p::after {
        width: 130px;
        height: 8px;
        margin-top: 10px;
    }

    #about .content p {
        font-size: 15px;
        line-height: 24px;
    }

    #boxes .headline h2 {
        font-size: 34px;
    }
    #boxes .headline h2::after {
        width: 140px;
        height: 8px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #boxes .box .content .photo {
        height: 180px;
    }
    #boxes .box .content h3 {
        font-size: 24px;
        padding-top: 20px;
    }
    #boxes .box .content p {
        font-size: 15px;
        line-height: 24px;
        padding: 10px 0 0 0;
    }

    #contact .content h3 {
        font-size: 26px;
        line-height: 32px;
    }
    #contact .content h3::after {
        width: 130px;
        height: 8px;
        margin-top: 12px;
        margin-bottom: 17px;
    }
    #contact .buttons a {
        height: 56px;
        font-size: 17px;
        line-height: 54px;
    }

    #textbox .content h2, #recent-posts .headline h3 {
        font-size: 27px;
    }
    #textbox .content p {
        font-size: 15px;
        line-height: 24px;
    }

    #textbox .photo > div {
        height: 300px;
    }

    #footer .logo,
    #footer .contact {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    #footer .logo {
        margin-bottom: 20px;
    }
    #footer h4 {
        padding-bottom: 8px;
    }
    #footer h4::after {
        display: none;
    }

    #footer .copyright p {
        font-size: 14px;
    }

    .page-header {
        padding-top: 30px !important;
        padding-bottom: 15px !important;
    }
    .page-header h1 {
        font-size: 30px;
        line-height: 32px;
    }

    .item-page h1, .item-page h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .item-page h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .wa a {
        bottom: 20px;
        right: 20px;
    }

    .blog .item .content h3 {
        font-size: 21px;
        padding-bottom: 10px;
    }
    .blog .item .content p {
        font-size: 16px;
        line-height: 27px;
    }
}