/* 
###
BACKSTAGE 5.1 CSS > RESPONSIVE GENERAL
###
*/

@media screen and (max-width: 1100px) {


    /* body */
    body {
        font-size: 1em;
    }


    /* OVERALL TYPE & BUTTONS */
    h1 {
        font-size: 1.3em;
    }
    h2 {
       
    }
    h3 {
        
    }
    .btn {
        padding: 15px 20px;
        font-size: 1em;
    }
  

    /* HEADER */
    #header,
    body.scroll #header {
        height: 70px;
    }
    #header #logo {
        width: 130px;
    }
    .nav-button#menu-button {
        display: flex;
        left: 20px;
        top: 20px;
        width: 40px;
        height: 40px;
    }

    #menu-holder {
        width: 90%;
    }
    #menu-holder .logo { transform: scale(1.1); }
        
    ul#menu li a { font-size: 22px; }


    /* BREADCRUMBS */
    .content .page_content .breadcrumbs {
        /*margin-bottom: 40px;*/
        margin-bottom: 5px;
    }
    .content .page_content .breadcrumbs ul {
        font-size: 1em;
        flex-direction: column;
        align-items: flex-start;
    }
    .content .page_content .breadcrumbs ul li:last-of-type {
        display: none;
    }


    /* CONTENT */
    .row {
        padding: 0 0;
    }
    .row .content {
        display: flex;
        flex-direction: column;
        column-gap:  0px;
        row-gap:  0px;
        width: 100%;
    }
    .content .page_content,
    .content .page_content.hasmedia {
        width: 100%;
        order: 0;
        min-height: 0;
        padding: 40px 30px;
    }
    body.privacy .content .page_content,
    body.info .content .page_content {
        padding-top: 45px;
    }
    .content .page_content p:first-of-type {
        font-size: 1em;
    }
    .content .page_content ul,
    .content .page_content ol {
        margin-left: 1em;
    }
    
    .content .page_content {
        padding-top: 90px;
    }
    
    .content .media {
        width: 100%;
        order: 1;
    }
    .content .media a {
        margin-bottom: 0px;
    }
    .content .media a .icon, 
    .fotoalbum a .icon, 
    .news-overview .item a .image .icon, 
    .productmedia a .icon, 
    .product a .icon {
        display: block;
        width: 30px;
        height: 30px;
    }
    .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: 30px;
        height: 30px;
    }

}
