@media only screen and (max-width: 768px) {
    .bodyOverlay {
        width: 100vw !important;
    }

    #mainHeader {
        height: 45px !important;
        width: 100vw;
    }

    #mainHeader .title {
        color: #ffffff;
        font-size: 30px;
        transition: 0.5s;
        margin: 8px 20px;
        float: left;
    }

    .scrolledHeader .title {
        font-size: 30px !important;
        transition: 0.5s !important;
        margin: 8px 20px !important;
    }

    .navOpener {
        margin: 12px;
    }

    .navOverlayGrid {
        height: calc(100vh - 85px) !important;
    }

    .navOverlayGrid .gridItem {
        /*border-right: 1px solid rgba(212, 212, 212, 0.8);
        border-bottom: 1px solid rgba(212, 212, 212, 0.8);*/
        border-collapse: collapse;
        font-size: 30px;
        text-align: center;
        color: #ffffff;
        text-transform: uppercase;
        width: 50%;
        float: left;
    }
    
    .navOverlayGrid .gridItem .gridText {
        background-color: rgba(37, 37, 37, 0.7);
        display: inline-block;
        margin: auto;
        width: 100%;
        text-decoration: none;
        font-size: 30px;
        color: #818181;
        display: inline-block;
        transition: 0.3s;
        height: 33.33vh;
    }
    
    .navOverlayGrid .gridItem .gridText span {
        position: relative;
        top: 40%;
        transform: translateY(33.33%);
    }


    .navOverlay .navMobileClose {
        position: fixed;
        top: -15px;
        left: 10px;
        text-align: right;
    }

    #titleSection {
        padding: 15px;
        text-align: center;
    }

    #titleSection .newsTitle {
        font-size: 2em;
        position: relative;
        transform: translateY(-15%);
    }

    #contentSection div.sectionBody, #contentSection div.newsSectionBody, #contentSection div.kundenSectionBody {
        width: 100%;
        margin: auto;
    }

    #contentSection div.moreInfo {
        /*display: grid;
        grid-template-columns: 99%;*/
    }

    #contentSection h1 {
        overflow-wrap: break-word !important;
        word-wrap: break-word !important;
    }
    
    #contentSection div.moreInfo .card {
        text-align: center;
        border-bottom: 1px solid #CD1013;
        border-right: none;
        padding: 25px;
        margin: 20px 0;
        display: block;
        overflow: auto;
        float: left;
        width: 85%;
    }
    
    #contentSection div.moreInfo .card:last-child {
        border: none;
    }
    
    #contentSection div.moreInfo .card h2 {
        text-transform: uppercase;
        font-size: 1.5em;
        height: 3.5em;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    #contentSection div.moreInfo .card p {
        min-height: 350px;
    }
    
    #siteFooter .floatBox-33, #siteFooter .contactBox, #siteFooter .menuBox, #siteFooter .copyrightBox {
        width: 99%;
        clear: both !important;
        height: auto;
        padding: 5px 0;
    }

    #siteFooter .floatBox-33 p {
        line-height: inherit;
    }
    
    .newsItem h1 {
        font-size: 1.4em;
    }

    .newsItem {
        margin: 5px !important;
        padding: 10px !important;
    }

    .kundenlogo {
        /*float: left;*/
        /*padding: 10px;*/
        margin: 10px;
        width: 70px;
        height: 35px;
    }
}