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

    #footer #footer-container .column.map {
        display: none;
    }
    .cybox-tag span em {
        display: none;
    }

}



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

    .nomob {
        display: none;
    }
    .mob {
        display: block;
    }

    /* body */
    body {
        font-size: 1em;
        padding-top: 70px; /* #header-height */
    }
    body:after {
        height: 70px;
    }

    /* OVERALL TYPE & BUTTONS */
    h1 {
        font-size: 1.7em;
        max-width: 80%;
        margin-bottom: 45px;
    }
    body.news .entry-content h1 {
        font-size: 1.5em;
    }
    h2 {
        font-size: 1.3em;
    }
    h3 {
        font-size: 1.3em;
    }
    .btn {
        padding: 15px 20px;
        font-size: 1em;
    }


    /* CONTENT */
    .row {
        padding: 30px 0;
    }
    .content {
        display: flex;
        flex-direction: column;
        column-gap:  0px;
        row-gap:  30px;
    }
    .content .page_content,
    .content .page_content.hasmedia,
    body.idbAgenda .content .page_content {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        order: 0;
        position: relative;
        top: auto;
    }
    .content .media {
        width: 100%;
        order: 1;
        position: relative;
        top: auto;
    }

    /* page */
    .content .page_content hgroup {
        margin-bottom: 15px;
    }
    .content .page_content.hasmedia h1 {
        margin-bottom: 30px;
    }
    .content .page_content section {
        padding: 15px;
    }
    .content .page_content section.map {
        padding: 0;
    }
    .content .page_content .mobile-first-image {
        display: block;
    }
    body.idbEvent .media section.images {
        display: none;
    }

    body.news .content .page_content {
        order: 1;
    }
    body.news .content .media {
        order: 0;
    }
    .content .page_content section .social-icons {
        position: relative;
        bottom: auto;
        right: auto;
        justify-content: flex-start;
        margin-top: 20px;
    }

    .entry-logo {
        position: relative;
        right: auto;
        top: auto;
        width: 80px;
        height: 50px;
        border: 2px solid rgba(0, 0, 0, 0.05);
        margin-bottom: 20px;
        border-radius: 3px;
    }



    /* FOOTER */
    footer {
        padding: 40px 0;
        padding-bottom: 0px;
        background-size: 400px;
    }
    #footer #footer-container {
        flex-direction: column;
        column-gap: 0;
        row-gap:  0px;
    }
    #footer #footer-container .column {
        width: 100%;
        max-width: 100%;
        order: 1;
        padding-bottom: 0;
        row-gap: 0;
    }
    #footer #footer-container .column.map {
        /*order: 0;*/
        align-items: flex-end;
        position: absolute;
        right: 0;
        top: 315px;
        display: flex;
    }
    #footer #footer-container .column.map img {
        display: block;
        width: 40%;
    }
    #footer #footer-container .column strong  {
        margin-top: 30px;
    }
    #footer #footer-container .column.newsletter {
        margin-bottom: 10px;
        border: 0;
        padding-right: 0;
        padding-bottom: 40px;
        border-bottom: 2px solid rgba(255,255,255,0.2);
    }
    #footer #footer-container .column.newsletter img /* icon */ {
        width: 40px;
        height: 40px;
        margin-bottom: 0px;
        position: absolute;
        right: 10px;
        top: -20px;
    }


    /* CREDITS */
    #credits #credits-container {
        flex-direction: column;
        margin-top: 40px;
        row-gap: 20px;
        padding-top: 40px;
    }
    #credits #credits-container ul {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 15px;
        padding: 0 10%;
    }
    #credits #credits-container ul li span em {
        display: none;
    }
    #credits #credits-container ul li img {
        width: 12px;
        height: 12px;
    }


    /* external links get an icon... */
    .page_content p a[target=_blank]:not(.btn):after, 
    .page_content ul li a[target=_blank]:not(.btn):after, 
    #credits a[target=_blank]:after {
        width: 13px;
        height: 13px;
        transform: translateY(2px);
    }


}
