@media only screen and (min-width: 992px) {

    .contactWrapper {
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
    }
    .contactItem {
        margin-left: 20px;
        margin-right: 20px;
    }

    .page-content {
        width: 100%;
    }

    .footerContainer {
        width: 70%;
        margin: 0 auto; 
    }

    .footerCol {
        flex: 0 1 calc(33.3% - 2em);
    }

    .cards {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cardsPartner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .cardsPartner {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .cardPartner {
        flex: 1 0;
    }

    .card {
        flex: 0 1 calc(15% - 2em);
    }

    section {
        width: 70%;
    }

    .headerContent {
        width: 70%;
        height: 150px;
        margin: 0 auto; 
        top: 0;
    }

    .navigationWrapper {
        float: right;
        margin-top: 50px;
    }

    .logo {
        position: absolute;
        display: block;
        visibility: visible;
        height: 20px;
        width: auto;
    }

    .logoImage {
        height: 100px;
        margin-top: 30px;
    }

    .logoTitle {
        margin-top: 13px;
        margin-left: 5px;

    }

    .logoTitle h1 {
        font-size: 20px;
        color: #000;
    }

    .page-header {
        height: 300px;
    }

    .page-header img {
        height: 300px;
    }

    #navItemLogo {
        display: none;
    }

    #navItemBeratung {
        color: #fff;;
        font-weight: bold;
        border: 1px solid #0F76BB;
        border-radius: 10px;
        background-color: #0F76BB;
        margin-top: 7px;
        padding-top: 2px;
        padding-bottom: 5px;
    }

    .bottom-spacer {
        height: 300px;
    }

    .kompetenzCard {
        flex: 0 1 calc(33.3% - 2em);
        padding: 15px;
        text-align: center;
    }
    
    .kompetenzCard:last-child {
        flex: 0 1 calc(33.3% - 2em);
    }

    #pros {
        display: block;
    }

    .step {
        flex: 0 1 calc(50% - 2em);
    }
    .step:last-child {
        flex: 0 1 calc(100% - 2em);
    }
    
    .sliderOverlay {
        position: absolute; 
        width: 30%;
        top: 120px; 
        z-index: 3;
        background: rgba(0,0,0,.7);
        border-radius: 10px;
    }
    
    .sliderOverlayRight {
        right: 20%;
        left: auto;

    }

    .sliderOverlayLeft {
        right: auto;
        left: 20%;
    }

    .formContainer {
        margin: 0 auto;
        padding-top: 25px;
        width: 50%;
    }
    
    .flexContainer{
        display: flex;
        flex-direction: row;
    }
    
    .articleCard {
        flex: 0 1 calc(50%);
    }
    .articleCard:last-child {
        flex: 0 1 calc(50%);
        margin-left: 2rem;
    }
    
    .imgContainer {
        width: 70%;
    }
}