@media screen and (max-width: 1400px) {
    /* header */
    #header, body.scroll #header {
        height: 135px;
    }
    #header-image {
        height: calc(100vh - 135px);
    }
    /* header > menu */
    #header #menu-mobile {
        width: 75px;
        height: 75px;
        position: fixed;
        right: 30px;
        top: 30px;
        background-color: var(--color1);
        z-index: 8;
        cursor: pointer;
        display: block;
    }
    #header #menu-mobile svg {
        display: block;
        fill: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 26px;
        height: 26px;
        transform: translate(-50%, -50%)
    }
    #header #menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.95);
        transform: none;
        z-index: 7;
        transform: translateX(100%);
        transition: transform 300ms;
    }
    #header #menu.active {
        transform: translateX(0%);
    }
    #header #menu ul {
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        display: block;
    }
    #header #menu ul li {
        text-align: center;
        margin-left: 0;
    }
    #header #menu ul li > a,
    #header #menu ul li.boeken > a {
        padding: 20px 11px;
        font-size: 2.6em;
        box-sizing: border-box;
        margin-left: 0;
        border-radius: 0;
    }
    #header #menu ul li.boeken > a {
        margin-top: 10px;
    }
    #header .payoff {
        display: none;
    }
    /* if language is used */
    #langmenu {
        position: fixed;
        top: 2em;
        left: 2em;
        z-index: 8;
        border-radius: 3px;
        display: none;
        opacity: 0;
        width: 200px;
    }
    #langmenu a {
        display: block;
    }
    #menu.active ~ #langmenu {
        display: block;
    }
    /* /if language is used */
    #footer #footer-container .column a.contact-link {
        margin-left: 20px;
    }
}
@media screen and (max-width: 1000px) {
    /* header */
    #header, body.scroll #header {
        height: 75px;
    }
    #header #logo {
        width: 200px;
        height: 50px;
    }
    /* header > menu */
    #header #menu-mobile {
        right: 0;
        top: 0;
    }
    #header #menu ul li > a, #header #menu ul li.boeken > a {
        padding: 10px 11px;
        font-size: 1.6em;
        color: var(--color1);
    }
    #header #menu ul li.boeken > a {
        padding: 15px 0;
        color: #fff;
    }
    #header #menu ul li.boeken span.desktop {
        display: none;
    }
    #header #menu ul li.boeken span.mobile {
        position: absolute;
        display: block;
        padding: 5% 10%;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.3;
    }

    /* image-header */
    #header-image {
        margin-top: 75px;
        margin-bottom: -75px;
        height: calc(100vh - 75px);
    }
    #header-image #header-image-container {}
    #header-image #header-image-container .center {}
    #header-image #header-image-container .center h1 {
        margin-bottom: 15px;
        font-size: 1.5em;
        line-height: 1.4;
    }
    #header-image #header-image-container .center span {
        font-size: 1.25em;
    }
    #header-image #header-image-image {}
    #header-image #header-image-image img {
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        opacity: 0.5;
        transform: translateX(-50%);
    }
    #header-image #header-image-image:after {
        opacity: 0.75;
    }
    #header-image .arrow-down {
        /*display: none;*/
    }
    /* content */
    .row {
        padding: 50px 0;
    }
    .row.buttons {
        padding: 75px 0;
    }
    .row.first {
        margin-top: 40px;
    }
    body.homepage .row.first {
        margin-top: 65px;
    }
    /* /row.buttons */
    .row.buttons .content .item {
        width: 100%;
        margin-bottom: 35px;
    }
    .row.buttons .content .item:last-of-type {
        margin-bottom: 0;
    }
    .row.buttons .content .item img {
        max-width: 60px;
        margin-bottom: 20px;
    }
    /* /.row.buttons */
    .content {
        display: block;
    }
    .content .page_content, .content .page_content.hassubmenu, .content .page_content.hasmedia, .content .page_content.hassubmenu.hasmedia {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .content .page_content h1 {
        font-size: 1.5em;
    }
    .content .page_content h2 {
        max-width: 100%;
    }
    
    .content .page_content table { font-size: 14px; }
    
    body.contact .content .page_content {
        width: 100%;
    }
    #map_canvas {
        margin-top: 30px;
        width: 100%;
    }
    
    .content .media {
        width: 100%;
        margin-top: 4em;
    }
    .content .media a .icon,
    .fotoalbum a .icon,
    .news-overview .item a .image .icon {
        display: block;
        left: auto;
        right: 25px;
        top: 25px;
        width: 40px;
        height: 40px;
        transform: none;
    }
    .content .media a .icon svg,
    .fotoalbum a .icon svg,
    .news-overview .item a .image .icon svg,
    .productmedia a .icon svg,
    .product a .icon svg {
        width: 20px;
        height: 20px;
    }
    .productmedia a .icon /* shop */ ,
    .product a .icon /* shop */ {
        display: none !important;
    }
    .content #submenu {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 2em;
    }
    .content #submenu-trigger {
        display: block;
    }
    .content #submenu ul {
        display: none;
    }
    .content #submenu ul.master {
        border-top: 1px solid #c4ccce;
        border-top: 1px solid rgb(255 255 255 / 15%);
    }
    .content #submenu ul.active {
        display: block;
    }
    .content #submenu ul li a svg, .content #submenu-trigger svg {
        right: 20px;
    }
    /*news */
    .news-overview {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .news-overview .item {
        width: 100%;
        margin: 0;
        margin-bottom: 1em;
    }
    /* fotoalbums */
    .content .page_content .fotoalbum a, .content .page_content .fotoalbum a.foto {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }
    .content .page_content .fotoalbum a:last-of-type, .content .page_content .fotoalbum a.foto:last-of-type {
        margin-bottom: 0;
    }
    /* footer */
    #footer {
        padding: 60px 0 5px 0;
    }
    #footer #footer-container {
        flex-direction: column;
        margin-bottom: 1em;
        padding: 0;
    }
    #footer #footer-container .column {
        margin-bottom: 2em;
        font-size: 1em;
    }
    #footer #footer-container .column a.contact-link {
        margin-left: 0;
        margin-bottom: 1em;
        width: 100%;
    }
    #footer #footer-container .column a.contact-link.wa, #footer #footer-container .column a.contact-link.tel {
        width: auto;
    }
    #footer #footer-container .column a.contact-link.tel {
        margin-left: 30px;
    }
    #footer #footer-container .social-buttons {
        justify-content: flex-start;
    }
    #footer #footer-container .social-buttons a, #footer #footer-container .back-to-top {
        margin-left: 0;
        margin-right: 10px;
    }
    /* kiek */
    #kiek-close, #kiek-close:hover {
        top: 5%;
        right: 0;
        width: 100%;
        background-size: 16px 16px;
    }
    #kiek-close span.kiek-close {
        width: 100%;
    }
    div#kiek-left, div#kiek-right, div#kiek-left:hover, div#kiek-right:hover {
        background-position: 50% 95%;
        width: 50px;
        background-size: 16px 16px;
    }
}