/* responsive start */

@media(max-width:1024px){
    
    .vid-cover{
     min-height: calc(100vh - 74px);
    }
    
    .col-1, .col-2 {
        margin: 0 0 20px 0;
        width: 100%;
    }
    
    .col-full {
        margin: 0;
        width: 100%;
    }
    
    .row-dieidee {
        background-image: none;
        min-height: calc(100vh - 74px);
        height: auto;
    }
    
    .row-header {
        background-image: none;
        height: 5%;
    }
    
    .row-mieten{
        background-image: none;
        min-height: calc(100vh - 74px);
        height: auto;
    }
    
    .preise-items{
        flex-direction: column;
        margin-top: 20px;
        width: 100%;
    }
    
    .dieidee-members{
        flex-direction: column;
    }
    
    .row-contact{
        background-image: none;
        min-height: calc(100vh - 74px);
    }
    .contact-details{
        flex-direction: column;
    }
    
    .row-andere{
        background-image: none;
        min-height: calc(100vh - 74px);
    }
    
    .footer-content {flex-direction: column;
    padding: 5px 0;
    height:74px;
    }
}

@media(max-width:700px){
    
.andere-heading h1{
    font-size: 28px;
    text-align: center;
    margin: 25px 0 20px 0;
}

.andere-heading {
    padding: 50px 0px 10px 20px;
}
}
/* responsive end */
 