@media (min-width: 1500px) {
    #boxes .container,
    #why .container-fluid .container {
        max-width: 1420px;
    }

    #reviews .container,
    .page:not(.home) #warranty .container {
        max-width: 1380px;
    }

    #team .container {
        max-width: 1460px;
    }
}

@media (max-width: 1699px) {
    #header {
        padding-left: 50px;
        padding-right: 50px;
    }
    #header .logo {
        width: 370px;
    }

    .home #hero {
        height: 760px;
    }

    #services .photo {
        width: calc(50% + 120px);
        margin-left: -120px;
    }

    #why .photo {
        width: calc(50% + 120px);
        margin-right: -120px;
    }
}

@media (max-width: 1599px) {
    #header {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .home #hero {
        height: 720px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 76px;
    }
    #hero .content .slogan-2 {
        font-size: 40px;
        padding-top: 15px;
    }

    #services::before {
        height: 330px;
    }
    #services .photo {
        width: calc(50% + 75px);
        margin-left: -75px;
    }
    #services .photo > div {
        height: 640px;
    }
    #services .photo > div img {
        margin-left: 50px;
    }
    #services .content {
        padding-top: 60px;
        padding-left: 40px;
    }

    #why .photo {
        width: calc(50% + 75px);
        margin-right: -75px;
    }
    #why .photo > div {
        height: 640px;
    }
    #why .content {
        padding-top: 70px;
        padding-right: 40px;
    }

    #reviews .headline {
        padding-top: 400px;
    }
    #reviews .headline .slogan {
        font-size: 66px;
    }

    #page-intro {
        padding-bottom: 170px;
    }

    #page-wrapper .featured-photo {
        width: calc(41.66666667% + 75px);
        margin-left: -75px;
        margin-top: -180px;
        padding-right: 40px;
    }
    .page-template-about #page-wrapper .featured-photo {
        width: calc(50% + 75px);
    }

    #page-textbox .photo {
        width: calc(41.66666667% + 75px);
        margin-right: -75px;
        padding-left: 40px;
    }
}

@media (max-width: 1499px) {
    #header .logo {
        width: 355px;
    }

    .navbar .navbar-nav > li {
        margin: 0 12px;
    }

    #header .contact a {
        padding: 0 25px;
        margin-left: 25px;
    }

    .home #hero {
        height: 680px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 72px;
    }
    #hero .content .buttons a, .cta .content .buttons a {
        width: 310px;
        height: 69px;
    }

    #services .photo {
        width: calc(50% + 25px);
        margin-left: -25px;
    }
    #services .photo > div img {
        max-height: 250px;
        margin-bottom: -80px;
        margin-left: 30px;
    }

    #boxes .item .box {
        padding: 55px 0 45px 0;
    }
    #boxes .item .box img {
        max-height: 84px;
    }
    #boxes .item .box p {
        font-size: 26px;
    }

    #why .photo {
        width: calc(50% + 25px);
        margin-right: -25px;
    }
    #why .item .box {
        padding: 35px 25px 35px 40px;
    }

    #reviews::before {
        height: 220px;
    }
    #reviews .headline {
        padding-top: 340px;
    }
    #reviews .headline .slogan {
        font-size: 62px;
    }

    #recent-posts::before {
        height: 140px;
        clip-path: polygon(0 0, 0% 100%, 120% 0);
    }

    #hero {
        height: 600px;
    }

    #page-intro {
        padding-bottom: 130px;
    }
    #page-intro::before {
        height: 100px;
    }

    #page-wrapper .featured-photo {
        width: calc(41.66666667% + 25px);
        margin-left: -25px;
        margin-top: -130px;
    }
    .page-template-about #page-wrapper .featured-photo {
        width: calc(50% + 25px);
    }
    #page-wrapper .featured-photo > div img {
        max-height: 220px;
        margin-bottom: -70px;
        margin-left: 40px;
    }

    #page-textbox .photo {
        width: calc(41.66666667% + 25px);
        margin-right: -25px;
    }

    .page-template-contact #why {
        padding-top: 140px;
    }
    .page-template-contact #why::before {
        height: 100px;
    }

    #contact-wrapper::before {
        height: 100px;
    }
}

@media (max-width: 1399px) {
    #header .logo {
        width: auto;
    }
    #header .logo img {
        max-height: 62px;
    }

    .navbar .navbar-nav .nav-link {
        font-size: 19px;
    }

    #header .phone {
        display: none;
    }

    #hero .content .slogan, #hero.page .content .title {
        font-size: 68px;
    }
    #hero .content .slogan-2 {
        font-size: 37px;
    }

    #about .headline .title, #services .content .title, #why .content .title, #textboxes .content .title {
        font-size: 43px;
    }
    #about .headline .subtitle, #services .content .subtitle, #why .content .subtitle, #textboxes .content .subtitle {
        font-size: 33px;
    }

    #services::before {
        height: 275px;
        clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
    }
    #services .photo {
        width: calc(50% + 10px);
        margin-left: -10px;
    }
    #services .photo > div {
        height: 600px;
    }
    #services .photo > div img {
        max-height: 200px;
        margin-bottom: -60px;
    }
    #services .content {
        padding-top: 50px;
        padding-bottom: 35px;
        padding-left: 30px;
    }

    #boxes .item .box {
        padding: 50px 0 40px 0;
    }
    #boxes .item .box img {
        max-height: 80px;
    }
    #boxes .item .box p {
        font-size: 24px;
        line-height: 30px;
        padding-top: 25px;
    }

    #why .photo {
        width: calc(50% + 10px);
        margin-right: -10px;
    }
    #why .photo > div {
        height: 600px;
    }
    #why .content {
        padding-top: 50px;
        padding-right: 30px;
    }
    #why .content p {
        font-size: 20px;
        line-height: 30px;
    }

    #why .container-fluid {
        margin-top: -50px;
        padding-bottom: 40px;
    }
    #why .item .box {
        padding: 30px 25px 30px 35px;
    }
    #why .item .box img {
        max-height: 56px;
    }
    #why .item .box .title {
        font-size: 22px;
    }

    #reviews .headline {
        padding-bottom: 80px;
    }
    #reviews .headline .title {
        font-size: 21px;
    }
    #reviews .headline .slogan {
        font-size: 60px;
    }
    #reviews .review .box {
        padding: 60px 45px 30px 45px;
    }

    #recent-posts .headline .title {
        font-size: 52px;
        padding-bottom: 50px;
    }

    #footer .logo img {
        max-height: 60px;
    }

    /* SUBPAGES */

    #hero {
        height: 560px;
    }

    #page-intro .headline .title {
        font-size: 46px;
        line-height: 54px;
    }
    #page-intro .headline .title span {
        font-size: 38px;
    }
    #page-intro .content p {
        font-size: 20px;
        line-height: 31px;
    }

    #page-wrapper .featured-photo {
        width: calc(41.66666667% + 10px);
        margin-left: -10px;
        padding-right: 30px;
    }
    .page-template-about #page-wrapper .featured-photo {
        width: calc(50% + 10px);
    }

    #page-textbox .photo {
        width: calc(41.66666667% + 10px);
        margin-right: -10px;
        padding-left: 30px;
    }

    .cta .content p {
        font-size: 20px;
        line-height: 31px;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 32px;
        line-height: 38px;
    }
    .entry-content blockquote p {
        line-height: 34px;
    }

    #team .tab .content {
        padding-left: 40px;
    }
    #team .tab .photo {
        width: 290px;
        height: 320px;
    }
    #team .tab .title {
        font-size: 32px;
        padding-top: 30px;
    }
    #team .tab-content .box {
        padding: 40px;
    }

    #contact-boxes {
        padding-top: 40px;
    }
    #contact-boxes .box .icon img {
        max-width: 90px;
    }
    #contact-boxes .box .content {
        width: calc(100% - 90px);
        padding-left: 25px;
    }
    #contact-boxes .box .content .title {
        font-size: 26px;
    }
    #contact-boxes .box .content .phone {
        font-size: 40px;
    }

    #contact-wrapper {
        padding-top: 140px;
    }

    #contact-map {
        padding-bottom: 0 !important;
    }
    #contact-map iframe {
        width: 100%;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 21px;
        line-height: 30px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 23px;
        line-height: 32px;
    }

    /* BLOG */

    .news .content {
        padding: 10px 30px 30px 30px;
    }
    .news .content .more {
        padding-top: 35px;
    }
}

@media (max-width: 1199px) {
    .wrapper {
        padding-top: 65px;
        padding-bottom: 65px;
    }  

    #header {
        padding-left: 25px;
        padding-right: 25px;
    }
    #header .info {
        margin-right: 60px;
    }
    #header .phone {
        display: block;
    }

    #header .navigation {
        position: absolute;
        right: 15px;
    }
    .navbar {
        margin-right: 0;
    }
    .icon-bar {
        background-color: #FFF;
    }
    .navbar-collapse #main-menu {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 310px;
        max-height: 80vh;
        top: 50px;
        right: -20px;
        padding: 30px 25px;
        background-color: #FFF;
        box-shadow: 0 8px 15px rgba(0, 0, 0, .15);
        transform-origin: 50% 0;
        transform: scaleY(0);
        transition-duration: 250ms;
        overflow-y: auto;
    }
    .navbar-collapse.show #main-menu {
        transform: scaleY(1);
    }

    .navbar-collapse #main-menu > li {
        width: 100%;
        height: auto;
        margin: 0;    
    }
    .navbar-collapse #main-menu > li:first-of-type {
        display: block;
    }
    .navbar-collapse #main-menu > li > a {
        color: #000;
        padding: 12px 15px;
        margin: 0;
        border-bottom: 0;
    }
    .navbar-collapse #main-menu > li.current-menu-item > a,
    .navbar-collapse #main-menu > li.current-page-parent > a,
    .navbar-collapse #main-menu > li:hover > a {
        color: var(--main) !important;
        border: 0;
    } 
    .navbar-collapse #main-menu > li.menu-item-has-children > a::after,
    .navbar .navbar-nav .dropdown .dropdown > .dropdown-item::after {
        display: none;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown {
        width: 32px;
        height: 32px;
        text-align: center;
        cursor: grab;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown {
        width: 42px;
        height: 42px;
    }
    .navbar-collapse #main-menu li.menu-item-has-children > span.mobile-dropdown::after {
        content: "\f107";
        color: #000;
        font-family: "Font Awesome 6 Free";
        font-size: 13px;
        font-weight: 700;
        line-height: 32px;
        border: 0;
        padding: 0;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown::after {
        line-height: 42px;
    }
    .navbar-collapse #main-menu > li.menu-item-has-children > span.mobile-dropdown.active-child::after {
        color: var(--main);
    }
    .navbar-collapse #main-menu li:hover > a::before, 
    .navbar-collapse #main-menu li.current-menu-item > a::before {
        display: none !important;
    }
    .navbar-collapse #main-menu li ul.dropdown-menu {
        display: none;
        position: relative;
        width: 100%;
        padding: 0 0 10px 15px;
        border: 0 !important;
        box-shadow: 0 0 0;
        top: 0; left: 0;
        visibility: visible;
        opacity: 1;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a {
        font-size: 15px;
        padding: 6px 20px;
        outline: none;
    }
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:hover,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:focus,
    .navbar-collapse #main-menu li > ul.dropdown-menu > li > a:active {
        color: var(--main);
        background-color: transparent;
    }

    .home #hero {
        height: 640px;
    }
    #hero .content .title, #hero.page .content .slogan {
        font-size: 21px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 62px;
    }
    #hero .content .slogan-2 {
        font-size: 34px;
    }
    #hero .content .buttons a, .cta .content .buttons a {
        width: 300px;
        height: 66px;
        font-size: 20px;
    }

    #about {
        padding-top: 0 !important;
    }
    #about .headline .title, #services .content .title, #why .content .title, #textboxes .content .title {
        font-size: 40px;
    }
    #about .headline .subtitle, #services .content .subtitle, #why .content .subtitle, #textboxes .content .subtitle {
        font-size: 30px;
    }
    #about .content {
        padding-top: 25px;
    }
    #about .content p {
        font-size: 19px;
        line-height: 28px;
    }
    #about .content > a {
        font-size: 18px;
        margin-top: 5px;
    }

    #services .photo {
        width: 100%;
        margin-left: 0;
    }
    #services .photo > div {
        height: 560px;
    }
    #services .content {
        padding-top: 85px;
        padding-bottom: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    #services .content .title {
        color: #0e0e0e;
    }
    #services .content ul {
        padding-top: 25px;
        padding-left: 35px;
    }
    #services .content ul li {
        margin-bottom: 12px;
    }

    #boxes::before {
        height: 160px;
    }
    #boxes .item .box {
        padding: 40px 0 35px 0;
    }
    #boxes .item .box img {
        max-height: 76px;
    }
    #boxes .item .box p {
        font-size: 22px;
        line-height: 28px;
        padding-top: 20px;
    }

    #why .content {
        padding-top: 0;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #why .content .subtitle {
        padding-bottom: 25px;
    }
    #why .content p {
        font-size: 19px;
        line-height: 28px;
    }
    #why .photo {
        width: 100%;
        margin-right: 0;
        padding-top: 30px;
    }
    #why .photo > div {
        height: 540px;
    }
    #why .container-fluid {
        padding-bottom: 0;
    }
    #why .item:nth-child(n+3) {
        padding-top: 20px;
    }
    #why .item .box {
        padding: 25px 20px 25px 30px;
    }
    #why .item .box .title {
        font-size: 21px;
        padding-bottom: 10px;
    }
    #why .item .box p {
        font-size: 18px;
        line-height: 26px;
    }

    .home #reviews, .page-template-about #reviews {
        margin-top: -40px;
    }
    #reviews::before {
        height: 160px;
    }
    #reviews .headline {
        padding-bottom: 65px;
        padding-top: 300px;
    }
    #reviews .headline .title {
        font-size: 20px;
    }
    #reviews .headline .slogan {
        font-size: 54px;
    }
    #reviews .review .box {
        padding: 55px 35px 25px 35px;
    }
    #reviews .review .box::before {
        width: 76px;
    }
    #reviews .review .box > p {
        font-size: 19px;
        line-height: 28px;
    }

    #textboxes .content {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }
    #textboxes .content:not(:first-of-type) {
        padding-top: 30px;
    }

    #warranty .box a {
        height: 210px;
    }

    #recent-posts::before {
        height: 100px;
        clip-path: polygon(0 0, 0% 100%, 135% 0);
    }
    #recent-posts .headline .title {
        font-size: 48px;
        padding-top: 50px;
        padding-bottom: 45px;
    }

    #footer .logo img {
        max-height: 56px;
    }
    #footer .links {
        display: none;
    }

    /* SUBPAGES */

    #hero {
        height: 540px;
    }

    #page-intro {
        padding-top: 0 !important;
    }
    #page-intro .headline .title {
        font-size: 44px;
        line-height: 52px;
        padding-bottom: 20px;
    }
    #page-intro .headline .title span {
        font-size: 36px;
    }
    #page-intro .content p {
        font-size: 19px;
        line-height: 29px;
    }

    #page-wrapper .featured-photo, .page-template-about #page-wrapper .featured-photo {
        width: 100%;
        margin-left: 0;
        margin-top: -95px;
        padding-bottom: 30px;
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    #page-wrapper .featured-photo > div img {
        display: none;
    }
    #page-wrapper .featured-photo > div, #page-textbox .photo > div {
        height: 500px;
    }

    #page-textbox {
        padding-top: 40px;
        padding-bottom: 65px;
    }
    #page-textbox::before, #page-textbox::after {
        display: none;
    }
    #page-textbox .row {
        flex-direction: column-reverse;
    }
    #page-textbox .photo {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-bottom: 30px;
    }

    #textboxes {
        padding-top: 1rem !important;
    }
    #textboxes .entry-content:first-of-type {
        margin-bottom: 1rem;
    }

    #team::before {
        height: 140px;
    }
    #team .tab .content {
        padding-bottom: 0;
    }
    #team .tab-content {
        display: block !important;
        padding-bottom: 25px;
    }

    .cta.pt-0 {
        padding-top: 65px !important;
    }

    h1, h2, h3, h4 {
        margin-bottom: 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 30px;
        line-height: 36px;
    }
    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 200px;
        height: 8px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 26px;
        line-height: 32px;
    }
    .entry-content h4 {
        font-size: 22px;
        line-height: 28px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 18px;
        line-height: 30px;
    }

    .entry-content ul li {
        line-height: 26px;
        margin-top: 8px;
    }
    .entry-content ul li::before {
        line-height: 30px;
    }

    .entry-content blockquote {
        padding-left: 45px;
        margin: 35px 0;
    }
    .entry-content blockquote p {
        font-size: 19px;
        line-height: 33px;
    }

    #contact-boxes {
        padding-top: 20px;
    }

    .page-template-contact #why {
        padding-top: 100px;
    }
    .page-template-contact #why::before {
        height: 60px;
    }

    #contact-wrapper {
        padding-top: 100px;
    }
    #contact-wrapper::before {
        height: 60px;
    }

    .form-control {
        height: 68px;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 22px;
        line-height: 30px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 18px;
        left: -25px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+3) {
        margin-top: 25px;
    }

    .news .photo {
        height: 480px;
    }

    #recent-posts .news:nth-child(n+3) {
        display: none;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding-top: 55px;
        padding-bottom: 55px;
    }  

    #header {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #header .logo img {
        max-height: 60px;
    }
    #header .phone {
        display: none;
    }
    #header .contact a {
        height: 50px;
        font-size: 17px;
    }

    #hero .content .title, #hero.page .content .slogan {
        font-size: 19px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 56px;
    }
    #hero .content .slogan-2 {
        font-size: 30px;
    }
    #hero .content .buttons a, .cta .content .buttons a {
        width: 280px;
        height: 64px;
        font-size: 19px;
    }

    #about .headline .title, #services .content .title, #why .content .title, #textboxes .content .title {
        font-size: 37px;
    }
    #about .headline .subtitle, #services .content .subtitle, #why .content .subtitle, #textboxes .content .subtitle {
        font-size: 28px;
        padding-top: 9px;
    }
    #about .content {
        padding-top: 20px;
    }
    #about .content p {
        font-size: 18px;
        line-height: 27px;
    }
    #about .content > a {
        font-size: 17px;
        margin-top: 0;
    }

    #services .photo > div {
        height: 480px;
    }
    #services .photo > div img {
        max-height: 170px;
        margin-bottom: -50px;
    }
    #services .content {
        padding-top: 75px;
    }
    #services .content ul li {
        margin-bottom: 10px;
    }
    #services .content ul li a {
        font-size: 21px;
    }

    .cta .content .title {
        font-size: 32px;
    }

    #boxes .item:not(:first-of-type) {
        padding-top: 15px;
    }
    #boxes .item .box {
        padding: 30px 0 25px 0;
    }
    #boxes .item .box img {
        max-height: 74px;
    }
    #boxes .item .box p {
        padding-top: 15px;
    }

    #why .content .subtitle {
        padding-bottom: 20px;
    }
    #why .photo > div {
        height: 480px;
    }
    #why .item:nth-child(n+3) {
        padding-top: 15px;
    }
    #why .item .box .title {
        font-size: 20px;
        padding-top: 15px;
        padding-bottom: 8px;
    }
    #why .item .box p {
        font-size: 17px;
        line-height: 24px;
    }

    #reviews .headline {
        padding-bottom: 55px;
    }
    #reviews .headline .title {
        font-size: 19px;
        padding-bottom: 20px;
    }
    #reviews .headline .slogan {
        font-size: 50px;
    }
    #reviews .review .box > p {
        font-size: 18px;
        line-height: 27px;
    }
    #reviews .review .box .overview {
        margin-top: 35px;
    }

    #textboxes .content .subtitle {
        padding-bottom: 20px;
    }

    #warranty .box a {
        height: 160px;
    }

    #recent-posts .headline .title {
        font-size: 44px;
        padding-bottom: 35px;
    }

    /* FOOTER */

    #footer .logo {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .social-media {
        margin-bottom: 25px;
    }
    .social-media ul li {
        margin: 0 4px;
    }

    /* SUBPAGES */

    #page-intro .headline .title {
        font-size: 40px;
        line-height: 48px;
        padding-bottom: 15px;
    }
    #page-intro .headline .title span {
        font-size: 32px;
        padding: 0 10px 3px 10px;
    }
    #page-intro .content p {
        font-size: 18px;
        line-height: 27px;
    }

    #page-wrapper .featured-photo, #page-textbox .photo {
        padding-bottom: 25px;
    }
    #page-wrapper .featured-photo > div, #page-textbox .photo > div {
        height: 420px;
    }

    #page-textbox {
        padding-bottom: 55px;
    }
    
    .cta.pt-0 {
        padding-top: 55px !important;
    }
    .cta .content p {
        font-size: 19px;
        line-height: 29px;
        padding-bottom: 25px;
    }
    .cta .content p::before {
        width: 200px;
        height: 8px;
        margin: 0 auto 15px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 17px;
        line-height: 28px;
    }

    .entry-content .js-video-button.video::after {
        font-size: 70px;
    }

    #team .tab .content {
        padding-left: 30px;
    }
    #team .tab .photo {
        width: 270px;
        height: 300px;
    }
    #team .tab .title {
        font-size: 30px;
        padding-top: 20px;
    }
    #team .tab p::after {
        width: 140px;
        height: 8px;
    }

    #team .tab-content .box {
        flex-direction: column;
        padding: 30px;
    }
    #team .tab-content .entry-content:not(.item) {
        width: 100%;
    }
    #team .tab-content .entry-details {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
    }
    #team .tab-content .entry-details .item {
        margin-top: 15px;
    }

    #contact-boxes .box .icon img {
        max-width: 84px;
    }
    #contact-boxes .box .content {
        width: calc(100% - 84px);
        padding-left: 20px;
    }
    #contact-boxes .box .content .title {
        font-size: 24px;
        padding-bottom: 10px;
    }
    #contact-boxes .box .content .phone {
        font-size: 37px;
    }

    .page-template-contact #why {
        padding-top: 85px;
        padding-bottom: 25px;
    }
    .page-template-contact #why .content p br {
        display: none;
    }

    .form-checkbox .wpcf7-list-item {
        width: 45%;
    }
    .form-submit .wpcf7-submit {
        height: 68px;
        padding: 0 100px;
        margin-top: 15px;
    }

    /* WIDGETS */

    #sidebar-area {
        display: none !important;
    }

    /* FAQ */

    #faq-wrapper .accordion-item::after {
        width: calc(100% - 30px);
    }
    #faq-wrapper .accordion-header h3 {
        padding: 26px 15px 29px 30px;
        margin: 0;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        padding-bottom: 20px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 15px;
        top: 28px;
        left: 0;
    }
    #faq-wrapper .accordion-body {
        padding-left: 30px;
        padding-bottom: 30px;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 15px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2) {
        margin-top: 20px;
    }

    .news .photo {
        height: 420px;
    }

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 40px;
    }

    #single-wrapper .back {
        margin-top: 50px;
    }

    #recent-posts .news:nth-child(n+2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .wrapper {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    #header .contact {
        display: none;
    }

    .navbar-collapse #main-menu {
        width: 280px;
        right: -15px;
        padding: 25px 20px;
    }

    .home #hero {
        padding-bottom: 45px;
    }
    #hero .content .title, #hero.page .content .slogan {
        font-size: 17px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 50px;
    }
    #hero .content .slogan {
        max-width: 320px;
        margin: 0 auto;
    }
    #hero .content .slogan-2 {
        font-size: 26px;
        padding-top: 10px;
    }
    #hero .content .buttons {
        padding-top: 30px;
    }
    #hero .content .buttons a, .cta .content .buttons a {
        width: 235px;
        height: 60px;
        font-size: 18px;
    }
    #hero .content .buttons a i, .cta .content .buttons a i {
        font-size: 13px;
    }

    #about .headline .title, #services .content .title, #why .content .title, #textboxes .content .title {
        font-size: 34px;
    }
    #about .headline .subtitle, #services .content .subtitle, #why .content .subtitle, #textboxes .content .subtitle {
        font-size: 26px;
        padding-top: 8px;
    }
    #about .content {
        padding-top: 15px;
    }
    #about .content p {
        font-size: 17px;
        line-height: 26px;
    }
    #about .content > a {
        font-size: 16px;
    }

    #services .photo > div {
        height: 380px;
    }
    #services .content ul {
        padding-top: 20px;
        padding-left: 25px;
    }
    #services .content ul li {
        margin-bottom: 8px;
    }
    #services .content ul li::before {
        font-size: 16px;
        top: -1px;
    }
    #services .content ul li a {
        font-size: 19px;
    }

    .cta .content .title {
        font-size: 30px;
        padding-bottom: 15px;
    }

    #boxes .item .box img {
        max-height: 70px;
    }
    #boxes .item .box p {
        font-size: 21px;
        line-height: 26px;
    }

    #why .content .subtitle {
        padding-bottom: 15px;
    }
    #why .content p {
        font-size: 17px;
        line-height: 26px;
    }
    #why .photo {
        padding-left: 0;
        padding-right: 0;
    }
    #why .photo > div {
        height: 380px;
    }

    #why .item:nth-child(n+2) {
        padding-top: 15px;
    }
    #why .item .box {
        text-align: center;
    }
    #why .item .box img {
        max-height: 52px;
    }

    #reviews .headline {
        padding-bottom: 50px;
    }
    #reviews .headline .title {
        font-size: 17px;
        padding-bottom: 15px;
    }
    #reviews .headline .slogan {
        font-size: 42px;
    }

    #reviews .review .box::before {
        width: 66px;
    }
    #reviews .review .box > p {
        font-size: 17px;
        line-height: 26px;
        text-indent: 40px;
    }
    #reviews .review .box .overview {
        margin-top: 25px;
    }
    #reviews .review .box .overview .name {
        font-size: 17px;
    }
    #reviews .review .box .overview > img {
        max-height: 36px;
    }

    #textboxes .content .subtitle {
        padding-bottom: 15px;
    }
    #textboxes .content p {
        font-size: 17px;
        line-height: 26px;
    }

    #warranty .box a {
        height: 120px;
    }

    #recent-posts::before {
        height: 90px;
        clip-path: polygon(0 0, 0% 70%, 175% 0);
    }
    #recent-posts .headline .title {
        font-size: 40px;
        padding-bottom: 30px;
        padding-top: 40px;
    }

    #footer .title {
        font-size: 18px;
        padding: 15px 0 20px 0;
    }

    /* SUBPAGES */

    #hero {
        height: 500px;
    }
    #hero.page .content .slogan {
        max-width: 100%;
    }

    #page-intro .headline .title {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 10px;
    }
    #page-intro .headline .title span {
        font-size: 28px;
        padding: 0 10px 2px 10px;
    }
    #page-intro .content p {
        font-size: 17px;
        line-height: 26px;
    }

    #page-wrapper .featured-photo, #page-textbox .photo {
        padding-bottom: 20px;
    }
    #page-wrapper .featured-photo > div, #page-textbox .photo > div {
        height: 360px;
    }

    #page-textbox {
        padding-bottom: 45px;
    }

    .cta.pt-0 {
        padding-top: 45px !important;
    }
    .cta .content p {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 20px;
    }

    h1, h2, h3, h4 {
        padding: 15px 0;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 27px;
        line-height: 33px;
    }
    .entry-content h1::after, .entry-content h2::after, .post-title::after {
        width: 140px;
        height: 6px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .entry-content p, .entry-content ul li, .entry-content ol li {
        font-size: 16px;
        line-height: 26px;
    }

    .entry-content ul li {
        margin-top: 6px;
    }
    .entry-content ul li::before {
        line-height: 28px;
    }

    .entry-content blockquote {
        padding-left: 40px;
        margin: 30px 0;
    }
    .entry-content blockquote p {
        font-size: 18px;
        line-height: 30px;
    }

    #team .tab .photo {
        width: 250px;
        height: 270px;
    }
    #team .tab .title {
        font-size: 28px;
    }

    #contact-boxes {
        padding-top: 5px;
    }
    #contact-boxes .box:not(:first-of-type) {
        padding-top: 20px;
    }
    #contact-boxes .box .content p, #contact-boxes .box .content address, #contact-boxes .box .content .map {
        font-size: 18px;
        line-height: 24px;
    }
    #contact-boxes .box .content .map {
        font-size: 16px;
    }

    .page-template-contact #why {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .page-template-contact #why::before {
        height: 40px;
        top: -1px;
    }

    #contact-wrapper {
        padding-top: 50px;
    }
    #contact-wrapper::before {
        height: 30px;
    }

    .form-field {
        margin-bottom: 0.5rem;
    }
    .form-control {
        height: 64px;
        font-size: 18px;
    }
    .form-checkbox .form-check-label {
        font-size: 17px;
    }

    #contact-map iframe {
        height: 400px;
    }

    /* FAQ */

    #faq-wrapper .accordion-header h3 {
        font-size: 18px;
        line-height: 25px;
        padding: 25px 15px 24px 30px;
        margin: 0;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        padding-bottom: 15px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 14px;
        top: 26px;
    }
    #faq-wrapper .accordion-body {
        padding-bottom: 25px;
    }

    /* REVIEWS */

    .review-item .review {
        padding: 30px 0;
    }
    .review-item .review p:first-of-type:before {
        font-size: 120px;
        top: -47px;
        left: -20px;
    }
    .review-item .overview {
        font-size: 17px;
        padding-top: 20px;
    }

    /* BLOG */

    .pagination, .sitemap-by-click5_pagination {
        margin-top: 35px;
    }
    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 17px;
        padding: 20px 15px;
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        padding: 0 27px;
        margin-top: 8px;
    }

    .news .photo {
        height: 330px;
    }
    .news .content .h3 {
        font-size: 23px;
        line-height: 26px;
    }
    .news .content .h3::after {
        height: 6px;
        margin: 12px 0;
    }
    .news .content p {
        font-size: 17px;
        line-height: 26px;
    }
    .news .content .more {
        padding-top: 25px;
    }
    .news .content .more i {
        font-size: 17px;
    }
    .news .content .more span {
        font-size: 16px;
    }

    #single-wrapper .back {
        font-size: 17px;
        margin-top: 40px;
    }
    #single-wrapper .back::after {
        width: 54px;
        height: 54px;
        top: -18px;
    }
}

@media (max-width: 575px) {
    .wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }    

    #header {
        padding-left: 15px;
        padding-right: 15px;
    }
    #header .logo img {
        max-height: 56px;
    }

    .navbar-collapse #main-menu {
        width: 260px;
        right: -10px;
        padding: 20px;
    }
    .navbar-collapse #main-menu > li > a {
        font-size: 17px;
        padding: 10px 15px;
    }

    .home #hero {
        height: 600px;
    }
    #hero .content .title, #hero.page .content .slogan {
        font-size: 15px;
        padding-bottom: 10px;
    }
    #hero .content .slogan, #hero.page .content .title {
        font-size: 44px;
    }
    #hero .content .slogan-2 {
        font-size: 21px;
        letter-spacing: -0.63px;
    }
    #hero .content .buttons {
        flex-direction: column;
        padding-top: 25px;
    }
    #hero .content .buttons a, .cta .content .buttons a {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    } 

    #about .headline .title, #services .content .title, #why .content .title, #textboxes .content .title {
        font-size: 30px;
    }
    #about .headline .subtitle, #services .content .subtitle, #why .content .subtitle, #textboxes .content .subtitle {
        font-size: 24px;
        padding-top: 6px;
    }
    #about .headline .subtitle span, #services .content .subtitle span, #why .content .subtitle span, #textboxes .content .subtitle span {
        padding: 4px 8px 8px 8px;
    }
    #about .content p {
        font-size: 16px;
        line-height: 24px;
    }
    #about .content > a {
        font-size: 15px;
    }

    #services::before {
        height: 180px;
    }
    #services .photo > div {
        height: 280px;
    }
    #services .photo > div img {
        max-height: 100px;
        margin-bottom: -25px;
        margin-left: 10px;
    }

    #services .content {
        padding-top: 45px;
    }
    #services .content ul {
        padding-top: 15px;
        columns: 1;
    }
    #services .content ul li {
        padding-left: 25px;
        margin-bottom: 5px;
    }
    #services .content ul li::before {
        font-size: 15px;
        top: 1px;
    }
    #services .content ul li a {
        font-size: 18px;
    }

    .cta .content .title {
        font-size: 25px;
        padding-bottom: 12px;
    }
    .cta .content .buttons {
        flex-direction: column;
    }

    #boxes .item .box img {
        max-height: 66px;
    }
    
    #why .photo > div {
        height: 280px;
        border-radius: 0;
    }
    #why .item .box p {
        font-size: 16px;
        line-height: 23px;
    }

    #reviews::before {
        height: 90px;
    }
    #reviews .headline {
        padding-top: 200px;
        padding-bottom: 30px;
    }
    #reviews .headline .title {
        font-size: 15px;
    }
    #reviews .headline .slogan {
        font-size: 34px;
        letter-spacing: -1.02px;
    }

    #reviews .review {
        padding-bottom: 30px;
    }
    #reviews .review .box {
        padding: 45px 25px 20px 25px;
        box-shadow: 0 15px 20px rgba(0, 0, 0, .08);
    }
    #reviews .review .box::before {
        width: 56px;
    }
    #reviews .review .box > p {
        font-size: 16px;
        line-height: 24px;
        text-indent: 30px;
    }
    #reviews .review .box .overview .name {
        font-size: 16px;
    }
    #reviews .review .box .overview > img {
        max-height: 30px;
    }

    #textboxes .content:not(:first-of-type) {
        padding-top: 25px;
    }
    #textboxes .content p {
        font-size: 16px;
        line-height: 24px;
    }

    #recent-posts .headline .title {
        font-size: 34px;
        padding-bottom: 25px;
        padding-top: 35px;
    }

    /* FOOTER */

    #footer {
        padding-bottom: 70px;
    }

    #footer .address, #footer .contact {
        width: 100%;
        text-align: center;
    }
    #footer .contact .book {
        height: 50px;
        font-size: 17px;
        margin-top: 20px;
    }

    #footer .row.row-2 {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .social-media {
        margin-bottom: 15px;
    }

    #footer .menu ul {
        flex-wrap: wrap;
    }
    #footer .menu ul li {
        padding: 0 15px !important;
    }
    #footer .menu ul li:after {
        display: none;
    }

    .grecaptcha-badge {
        bottom: 80px !important;
    }

    .copy p {
        line-height: 18px;
    }
    .copy p a {
        display: block;
    }

    /* SUBPAGES */

    #page-intro {
        padding-bottom: 120px;
    }
    #page-intro .headline .title {
        font-size: 32px;
        line-height: 40px;
    }
    #page-intro .headline .title span {
        font-size: 24px;
        padding: 0 8px 1px 8px;
    }
    #page-intro .content p {
        font-size: 16px;
        line-height: 24px;
    }

    #page-wrapper .featured-photo > div, #page-textbox .photo > div {
        height: 260px;
    }

    #page-textbox {
        padding-bottom: 40px;
    }

    .cta.pt-0 {
        padding-top: 40px !important;
    }
    .cta .content p {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    .cta .content p::before {
        width: 140px;
        height: 6px;
        margin: 0 auto 10px;
    }

    #warranty .box a {
        height: 400px;
    }

    h1, h2, h3, h4 {
        padding: 12px 0;
    }
    p {
        margin-bottom: 0.6rem;
    }

    .entry-content h1, .entry-content h2, .post-title {
        font-size: 24px;
        line-height: 30px;
    }
    .entry-content h3, .sitemap_by_click5 h2 {
        font-size: 21px;
        line-height: 27px;
    }
    .entry-content h4 {
        font-size: 19px;
        line-height: 25px;
    }

    .entry-content blockquote {
        padding-left: 35px;
        margin: 20px 0;
    }
    .entry-content blockquote p {
        font-size: 16px;
        line-height: 27px;
    }
    
    .entry-content .js-video-button.video::after {
        font-size: 60px;
    }

    #team::before {
        height: 60px;
    }
    #team .tab .content {
        padding-left: 20px;
    }
    #team .tab .title {
        font-size: 26px;
    }

    #team .tab-content .box {
        padding: 15px 20px 20px 20px;
    }
    #team .tab-content .entry-details .item {
        margin-top: 10px;
    }

    #contact-boxes .box .icon img {
        max-width: 80px;
    }
    #contact-boxes .box .content {
        width: calc(100% - 80px);
        padding-left: 17px;
    }
    #contact-boxes .box .content .title {
        font-size: 22px;
        padding-bottom: 8px;
    }

    #contact-wrapper {
        padding-bottom: 40px;
    }

    .form-control {
        height: 60px;
        font-size: 17px;
        padding: 0 20px;
    }
    .form-checkbox .wpcf7-list-item {
        width: 100%;
    }
    .form-checkbox .form-check-label {
        font-size: 16px;
    }
    .form-submit .wpcf7-submit {
        width: 100%;
        height: 62px;
        font-size: 18px;
        padding: 0;
        margin-top: 10px;
    }

    #contact-map iframe {
        height: 340px;
    }

    /* FAQ */
    
    #faq-wrapper .accordion-item {
        margin-left: 5px;
    }
    #faq-wrapper .accordion::after {
        width: calc(100% - 25px);
    }
    #faq-wrapper .accordion-header h3 {
        font-size: 17px;
        line-height: 23px;
        padding: 20px 15px 19px 25px;
    }
    #faq-wrapper .accordion-header h3::before {
        font-size: 12px;
        top: 21px;
    }
    #faq-wrapper .accordion-header h3[aria-expanded="true"] {
        font-size: 18px;
        line-height: 25px;
        padding-bottom: 10px;
    }
    #faq-wrapper .accordion-body {
        padding-left: 25px;
        padding-bottom: 20px;
    }

    /* REVIEWS */

    .review-item .review p:first-of-type:before {
        font-size: 110px;
        top: -43px;
        left: -13px;
    }
    .review-item .overview {
        font-size: 15px;
    }

    /* BLOG */

    #index-wrapper .news:nth-child(n+2), 
    #recent-posts .news:nth-child(n+3) {
        margin-top: 15px;
    }

    .news .photo {
        height: 220px;
    }
    .news > a .photo {
        height: 215px;
    }
    .news .content {
        padding: 10px 25px 25px 25px;
    }
    .news .content .h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .news .content p {
        font-size: 16px;
        line-height: 24px;
    }
    .news .content .more {
        padding-top: 20px;
    }
    .news .content .more i {
        font-size: 16px;
    }
    .news .content .more span {
        font-size: 15px;
    }

    .pagination .page-item .page-link, .sitemap-by-click5_pagination .pagination-item, .sitemap-by-click5_pagination strong {
        font-size: 15px;
        padding: 17px 11px;
    }
    .pagination .page-item .page-link.next, .pagination .page-item .page-link.prev {
        height: 36px;
        font-size: 18px;
        line-height: 32px;
        padding: 0 15px;
        margin-top: 7px;
    }
    .pagination .page-item .page-link.next {
        margin-left: 8px;
    }
    .pagination .page-item .page-link.prev {
        margin-right: 8px;
    }

    #single-wrapper .back {
        font-size: 15px;
        margin-left: 20px;
    }
    #single-wrapper .back::after {
        width: 48px;
        height: 48px;
        top: -15px;
        left: -20px;
    }
}