
/* custom */
@media only screen and (max-width: 1850px) {
    .card-wrap-container{
        padding-left: 260px;
        padding-right: 260px;
    }
}


/* custom */
@media only screen and (max-width: 1500px) {
    .card-wrap-container{
        padding-left: 100px;
        padding-right: 100px;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    #start{
        overflow: hidden;
    }

    .card-wrap-container{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    #logo{
        height: 42px;
    }

    .header{
        padding-top: 10px;
        padding-bottom: 10px;
        flex-direction: column;
        height: 82px;
    }

    nav{
        height: 255px;
        flex-direction: column;
        padding: 10px 0;
    }

    .nav-container{
        flex-direction: column;       
        padding: 10px;
    }

    .nav-container a{
        width: 100%;
    }


    .wir-content-card{
        flex-direction: column;
        background: linear-gradient(0deg, var(--primary-col) 25%, var(--secondary-col) 10%);
    }

    .container{
        width: 680px;
    }

    #wir .wir-content-2-container{
        flex-direction: column-reverse;
        text-align: center;
    }

    #wir .wir-content-2 > .title{
        text-align: center;
    }

    #kontakt .wir-content-2-container{
        flex-direction: column;
    }

    .wir-content-2-left{        
        width: 100%;
    }

    .wir-content-2-right{
        height: 460px;
        width: 100%;
    }

    .kontakt-content-2-left{
        width: 100%;
        height: 460px;
    }

    .kontakt-content-2-right{
        width: 100%;
    }

    .zeit-container,
    .kontaktinfo-container{
        flex-direction: column;
        align-items: center;
    }

    .zeit-container div,
    .kontaktinfo-container div{
        width: 100%;        
    }

    .kontaktinfo-text{
        text-align: left;
    }

    .kontakt-sub{
        flex-direction: column;
    }
    
    .scheme-container{       
        position: absolute;
        top: 50px;
        right: 6px;
        z-index: 2;
        color: #ffffff;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .title{
        font-size: 1.5em;
    }

    .card-wrap-container{
        padding-left: 0;
        padding-right: 0;
    }

    .card{
        width: 100%;
        border-radius: 0;
    }

    .wir-content-2.container>.title{
        max-width: 100% !important;
    }

    .modal{
        width: 100%;
        max-width: 100%;
    }

    .cookie-bg{
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 100;
    }

    .cookie-letter{
        font-size: 2em;
    }
    
    .cookie-container{        
        width: 100%;
    }

    .cookie-container > div:first-child{
        padding: 0 10px;
    }
    
    .cookie-container > div:last-child{
        padding: 0 10px;
        padding-bottom: 10px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  

    .container{
        width: 100%;
    }

    .impressum-content{
        margin-right: 0;
        justify-content: center;
    }

    .card-wrap-container{
        padding-bottom: 0;
        margin-bottom: 0;
    }
    

    .title{
        font-size: 1.3em;
    }

    .card{
        margin: 0;
        z-index: 2;
    }

    .first-brand{
        font-size: 0.7em;
    }

    .header{
        align-items: flex-start;
        justify-content: flex-start;
    }

    .header a{
        font-size: 0.835em;        
    }

}