#content_right {
    max-width: 400px;
    width: 100%;
}

.fas.arrow {
    display: none;
}

#content_right .link_telefoon {
    background-color: #DB3F25;
    font-size: 1.25rem;
    line-height: 1.2;
    padding: 15px 0;
    background-image: url('../img/phone_white.svg');
    background-position: 30px 15px;
    font-family: 'eau_naturellesans_medium', sans-serif;
    margin-top: 0 !important;
}

#content_right .link_text {
    width: 300px;
    padding: 30px;
    color: #fff;
    font-size: 1.56rem;
    line-height: 1.2;
    font-family: 'eau_naturellesans_heavy', sans-serif;
    background-color: #EB4F35;
    display: table;
}


.sidebar_content {
    margin-top: unset;
    background-color: transparent;
    padding: 60px 0;
}

.B_crumbBox {
    list-style: none;
    margin-bottom: 25px;
    display: block;
    float: left;
    width: 100%;
}

.B_crumbBox > span {
    display: inline-block;
    padding: 0 10px;
}

.B_crumbBox li, .B_crumbBox > span {
    float: left;
    font-size: 1rem;
    font-family: 'eau_naturellesans_light', sans-serif;
    color: #afafaf;
}

.B_crumbBox li a span {
    font-size: 1rem;
    font-family: 'eau_naturellesans_light', sans-serif;
    color: #afafaf;
}

.sidebar_content h1 {
    font-size: 2.8125rem;
    line-height: 1.2;
}

.sidebar_content p {
    font-size: 1.43rem;
    line-height: 1.5;
}

.mobile-menu, .mobile-close-button {
    display: none;
    background: unset;
    float: right;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
}

.mobile-close-button {
    position: absolute;
    top: 25px;
    right: 20px;
}

.mobile-menu i, .mobile-close-button i {
    color: #fff;
    font-size: 30px;
}

.mobile-menu:hover i, .mobile-close-button:hover i {
    color: #eb4f35;
}

#menu_top .menu > li a {
    border-bottom: 1px solid transparent;
    padding: 0;
    margin: 10px 20px;
}

#menu_top .menu > li:last-child a {
    background-color: #eb4f35;
    padding: 8px 15px;
    margin: 0;
}

#menu_top .menu > li:last-child a:hover {
    background-color: #eb4f35;
    border-bottom: 1px solid transparent;
}

#menu_top ul li.current_page_item a, #menu_top ul li.current_page_parent a, #menu_top ul li a:hover {
    background: unset;
    color: #fff;
    border-bottom: 1px solid #fff;
}

#menu_top .menu-item ul li a {
    margin: 0;
}

.footer-bottom {
    background-color: #1d1c1c;
}

.footer-bottom .row {
    position: static;
}

.footer-bottom p {
    color: #535353;
    font-size: 1rem;
    margin: 0 auto;
    text-align: center;
}

.footer-bottom p, .footer-bottom a {
    padding: 15px 0;
    display: block;
}

.footer-bottom a {
    position: absolute;
    left: 20px;
}

#footer_blue .footer_line ul li a {
    font-size: 1.125rem;
    font-weight: 300;
}

#footer_blue .footer_line ul li a:hover {
    text-decoration: none;
    color: #eb4f35;
}

#footer_blue .footer_line ul li {
    margin-left: 40px;
}

#footer_blue .footer_line .logo {
    max-width: 208px;
}

#footer_blue .footer_line .logo img {
    width: 100%;
}

#footer_white h3 {
    color: #262524;
    font-family: "Eau Naturelle", sans-serif;
    font-size: 1.875rem;
    font-weight: 800;
    line-height: normal;
    text-transform: none;
    padding-bottom: 30px;
    margin-top: 65px;
}

#footer_white input, #footer_white textarea {
    height: 60px;
    padding: 18px 20px 0;
    font-family: 'eau_naturellesans_light', sans-serif;
    color: #000;
    border-radius: 0;
}

#footer_white textarea, .mdc-text-field.textarea {
    height: 200px;
    line-height: normal;
    padding-top: 25px;
}

.mdc-line-ripple {
    background-color: #eb4f35;
}

.mdc-text-field {
    width: 100%;
    margin-bottom: 10px;
    border-radius: 0 !important;
}

.mdc-text-field label {
    font-family: 'eau_naturellesans_light', sans-serif;
    color: #000;
}


.form-left, .form-right {
    width: 50%;
}

.form-left {
    float: left;
    padding-right: 5px;
}

.form-right {
    float: right;
    padding-left: 5px;
}

.form-left button {
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    background-color: #262524;
    padding: 10px 40px 10px 15px;
    color: #fff;
    font-family: 'eau_naturellesans_bold', sans-serif;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
    margin-top: 10px;
}

.form-left button::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    height: 9px;
    width: 7px;
    background-image: url('../img/triangle_button.svg');
    background-repeat: no-repeat;
    transition: right 0.2s ease-in-out;
}

.form-left button:hover {
    background-color: #1d1c1c;
}

.form-left button:hover::after {
    right: 10px;
}

#footer_white .wpcf7 {
    max-width: 710px;
    width: 100%;
}

#footer_white {
    padding: 0 20px;
    padding-bottom: 80px;
}

.contact span, .contact a {
    color: #000;
}

.contact span.name {
    display: block;
}

.contact span img {
    margin-right: 15px;
}

#footer_white .contact {
    width: auto;
    margin-left: 150px;
}

#content_container {
    max-width: 580px;
    width: 100%;
}

#content_container.wide-content {max-width: 780px;}

#content_container:empty {
    display: none;
}

.category-row {
    margin-bottom: 80px;
}

.category-row:last-child {
    margin-bottom: 0;
}

.category-row h2 {
    font-family: 'eau_naturellesans_medium', sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    width: 100%;
    color: #eb4f35;
    border-bottom: 2px solid #eb4f35;
    text-transform: none;
    padding: 0 35px 15px 0;
    position: relative;
    cursor: pointer;
}

.category-row h2::after {
    content: ' ';
    background-image: url('../img/accordion-triangle.svg');
    width: 13px;
    height: 9px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
}

.category-row.open h2::after {
    transform: translateY(-50%);
}

.category-row ul {
    display: none;
}

.category-row.open ul {
    display: block;
}


.category-row li {
    list-style: none;
    padding: 15px 0 15px 40px;
    border-bottom: 2px solid #f0f0f0;
    position: relative;
}

.category-row li::after {
    content: ' ';
    background-image: url('../img/download_icon.svg');
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
}

.category-row li:last-child {
    border-bottom: 0;
}

.category-row li a {
    color: #000;
    font-size: 1.25rem;

}

#content_container img {
    max-width: 100%;
    width: 100%;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

.homepageaanbod .aanbodoverzicht .image img {
    width: 100%;
    object-fit: cover;
}

#whiteline .logo img {
    width: 100%;
    padding: 45px 35px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    #menu_top .menu > li a {
        margin: 10px;
    }

    #footer_white .contact {
        margin-left: 30px;
    }

    #content {
        padding: 0 20px;
    }
    
    #content_container.wide-content {
        max-width: 580px;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1050px) {
    #content_right {
        max-width: 380px;
    }

    .sidebar_content h1 {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #whiteline .logo {
        width: 170px;
    }

    #whiteline .logo img {
        width: 100%;
        padding: 25px 20px;
    }

    #menu_top {
        margin-right: 0;
    }

    #menu_top .menu > li a {
        margin: 10px;
    }

    #footer_white .contact {
        margin-left: 30px;
    }

    #footer_white .wpcf7 {
        max-width: 500px;
    }

    .page-template-template-contact-php #slider, .home #slider {
        height: 450px;
    }

    .page-template-template-contact-php #bg_color, .home #bg_color {
        margin-top: 560px;
    }

    #content {
        padding: 0 20px;
        display: flex;
        flex-direction: row-reverse;
    }

    ul li.aanbodoverzicht {
        min-width: 278px;
    }

    .sidebar_content h1 {
        font-size: 2.5rem;
    }

    #content_right {
        padding-right: 10px;
    }

    #content_container {
        margin-left: 10px;
    }

    .home #content {
        flex-wrap: wrap;
    }

    .home .homepageaanbod {
        flex-basis: 100%;
    }

    .home #content_container {
        flex: 0 1 50%;
    }

    .home #content_right {
        flex: 0 1 calc(50% - 10px);
    }
    
    #content_container.wide-content ul li.aanbodoverzicht {
        max-width: 375px;
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .home #content_right {
        flex: 0 1 calc(45% - 10px);
    }

    .home #content_container {
        flex: 0 1 55%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 810px) {
    #footer_white .contact {
        margin-left: 0;
        width: 100%;
        margin-top: 50px;
    }
}

@media only screen and (min-width: 768px) {
    .home #content_right .link_text {
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #slider {
        z-index: -1;
    }

    .fas.arrow {
        display: inline-block;
    }

    #whiteline {
        height: 80px;
    }

    .mobile-menu, .mobile-close-button {
        display: block;
    }

    .menu-main {
        position: fixed;
        top: 0;
        right: -400px;
        background: #262524;
        height: 100%;
        z-index: 9999;
        padding-top: 80px;
        width: 250px;
        transition: right 0.5s ease-in-out;
    }

    #menu_top ul li {
        float: none;
    }

    .menu-main.show {
        right: 0;
    }

    #whiteline .logo {
        max-width: 150px;
    }

    #whiteline .logo img {
        width: 100%;
        padding-top: 15px;
        padding-left: 15px;
        padding-bottom: 0;
        padding-right: 0;
    }

    #menu_top {
        margin: 25px 20px 0 0;
    }

    #slider {
        top: 80px;
    }

    .menu .arrow {
        color: #fff;
        position: absolute;
        right: 25px;
        top: 0;
        font-size: 1rem;
        cursor: pointer;
    }


    #menu_top ul li:hover ul {
        display: none;
    }

    #menu_top ul li.show-submenu ul {
        display: block;
        position: static;
        width: 100%;
    }

    #footer_white .contact {
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    #content {
        padding: 0 20px;
        display: flex;
        flex-direction: column-reverse;
    }

    #content_right {
        max-width: unset;
    }

    #content_container {
        max-width: unset;
        margin-top: unset;
        padding: 20px;
    }

    .sidebar_content {
        padding: 30px 0;
    }

    ul li.aanbodoverzicht .image {
        height: auto;
    }

    ul li.aanbodoverzicht .image img {
        width: 100%;
    }

    .gallary > img {
        width: 100%;
        object-fit: cover;
    }

    .home #content {
        flex-direction: column;
    }

    .homepageaanbod {
        margin: 20px 0;
        padding-left: unset;
    }
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
    .page-template-template-contact-php #bg_color, .home #bg_color {
        margin-top: 500px;
    }

    .page-template-template-contact-php #slider {
        height: 500px;
    }

    .home #slider {
        height: 450px;
    }

    .homepageaanbod ul li.aanbodoverzicht {
        width: calc(50% - 5px);
        margin: 0 0 10px 0;
    }

    .homepageaanbod ul li.aanbodoverzicht:nth-child(odd) {
        margin-right: 5px;
    }

    .homepageaanbod ul li.aanbodoverzicht:nth-child(even) {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 639px) {
    #footer_blue .footer_line .menu {
        width: 100%;
    }

    .form-left, .form-right {
        width: 100%;
        padding: 0;
    }

    #footer_blue .footer_line .logo {
        position: static;
        width: 100%;
        display: block;
        max-width: unset;
        float: left
    }

    .menu-footer {
        display: block;
        float: left;
        width: 100%;
    }

    #footer_blue .footer_line .logo img {
        display: block;
        margin: 20px auto 0;
        width: 100%;
        max-width: 200px;
    }

    #footer_blue .footer_line {
        padding: 20px;
    }

    #footer_blue .footer_line ul li {
        margin-left: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .page-template-template-contact-php #slider, .home #slider {
        height: 300px;
    }

    .page-template-template-contact-php #slider .bg_images, .home #slider .bg_images {
        height: 300px !important;
    }

    .page-template-template-contact-php #bg_color, .home #bg_color {
        margin-top: 380px;
    }

    ul li.aanbodoverzicht {
        width: 100%;
        margin-right: 0;
    }

    ul li.aanbodoverzicht .aanbod-info {
        width: 100%;
    }

    .home #rev_slider_1_1 {
        height: 300px !important;
    }

    .homepageaanbod ul li.aanbodoverzicht {
        width: 100%;
        margin: 0 0 10px 0;
    }
    
    #content_container.wide-content ul li.aanbodoverzicht {
        max-width: 375px;
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    #footer_white h3 {
        font-size: 1.3rem;
        margin-top: 0;
    }

    #content_right .link_telefoon,
    #content_right .link_text {
        max-width: 300px;
        width: 100%;
    }

    #content_right .link_text {
        padding: 20px;
        font-size: 1.5rem
    }


    .g-recaptcha > div {
        width: auto !important;
    }

    .g-recaptcha iframe {
        width: 100% !important;
    }

    .sidebar_content h1 {
        font-size: 2rem;
        word-break: break-word;
        hyphens: auto;
    }

    #content_container h1 {
        font-size: 1.375rem;
    }

    ul#wpsimplegallery li {
        width: 50%;
        margin: 0 0 10px 0;
        height: auto;
    }

    ul#wpsimplegallery li a {
        width: 100%;
        height: unset;
    }

    ul#wpsimplegallery li:nth-child(odd) a {
        padding-right: 5px;
    }

    ul#wpsimplegallery li:nth-child(even) a {
        padding-left: 5px;
    }

    ul#wpsimplegallery {
        margin: 10px;
    }

    ul#wpsimplegallery li a img {
        object-fit: cover;
        width: 100%;
    }

}

#content_container {
    margin-bottom: 110px;
}

#footer_white .contact > span {
    font-size: 1.25rem;
}

#footer_white .contact > span:first-child {
    font-weight: 700;
    font-family: 'eau_naturellesans_bold', sans-serif;
}

.mdc-text-field .mdc-floating-label{
    left: 20px !important;
    top: 20px !important;
}

@media only screen and (max-width: 1099px) and (min-width: 1024px) {
    #footer_white .wpcf7 {
        max-width: 640px;
    }
}

#footer_blue {
    padding: 30px 0;
}

@media only screen and (max-width: 639px) {
    #content_container {
        margin-bottom: 40px;
    }

    #footer_white h3 {
        margin-top: 30px;
    }
    #footer_blue {
        padding: 10px 0;
    }
}
