

/* Desktop-Stile */
@media (min-width: 1200px) {
    /* Beispielhafter Desktop-Container */
    .customTopContainer{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .invertImage{
        -webkit-filter: invert(1);
        filter: invert(1);
        max-height: 5rem;
    }
    
    .customHeader{
        display: flex;   
        justify-content: center;   
        align-items: center;
        background-image: linear-gradient(#585959, #D9D9D9);
        padding-left:2rem;
        padding-right:2rem;
        padding-top:0.5rem;
        padding-bottom: 0.5rem;
        max-width: 100vw;
    }
    
    .customImage{
        max-width: 95%;
        max-height: auto;
    }
    
    .customCard{
        justify-content: space-between;
        align-items: center;
        display: flex;
        background-color: #F2F2F2;
    }

    .customCardLong{
        align-items: center;
        display: flex;
        background-color: #F2F2F2;
    }

    .customLongCol{
        justify-content: center;
        display: flex;
    }
    
    .customFrame{
        min-height: 600px;
        max-height: 1200px;
        min-width: 70rem;
        max-width: 95%;
    }
    
    .iframeObLucken{
        border: None;
        width: 160px;
        height: 160px;
    }

    .me-1{
        justify-content: center;
        align-items: center;
        text-align: center;
        min-width: 40%;
        max-width: 95%;
    }

    h3, .h3 {
        font-size: 1.75rem; }

}

/* Mobile-Stile */
@media (max-width: 1119px) {
    /* Beispielhafter Container für mobile Geräte */
    .customTopContainer{
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    
    .invertImage{
        -webkit-filter: invert(1);
        filter: invert(1);
        max-height: 5rem;
    }
    
    .customHeader{
        display: flex;   
        justify-content: center;   
        align-items: center;
        background-image: linear-gradient(#585959, #D9D9D9);
        padding-left:2rem;
        padding-right:2rem;
        padding-top:0.5rem;
        padding-bottom: 0.5rem;
        max-width: 100vw;
    }
    
    .customImage{
        max-width: 95%;
        max-height: auto;
    }
    
    .customCard{
        justify-content: space-between;
        align-items: center;
        display: flex;
        background-color: #F2F2F2;
    }

    .customLongCol{
        justify-content: center;
        display: flex;
    }
    
    .customFrame{
        min-height: 600px;
        max-height: 1200px;
        min-width: 80%;
        max-width: 95%;
    }
    
    .iframeObLucken{
        border: None;
        width: 160px;
        height: 160px;
    }
    
    .me-1{
        justify-content: center;
        align-items: center;
        text-align: center;
        display: block;
    }

    h3, .h3 {
        font-size: 1.25rem; }
}
