/* ********************************** ********************************** */
/* *                               TEASER                              * */
/* ********************************** ********************************** */


.ly-teaser {
    margin-bottom: 4em;
    /* border-top: 1px solid var(--ly-color-violett); */
    border-bottom: 1px solid var(--ly-color-violett); 
    padding-top: 2em;
    padding-bottom: 2em;
}

.ly-teaser-title {
    font-family: "Merlo Medium";    
    color: var(--ly-color-violett);
    
}

.ly-teaser-text {
    font-family: "Merlo Regular";
    color: var(--ly-color-violett);
    margin-top: 0.5em;
}


/* .................................. .................................. */
/* .                            Media-Queries                          . */
/* ..................................................................... */

/* Styles für Bildschirme mit einer Mindestbreite von 0px */
@media only screen and (min-width: 0px) {
    .ly-teaser-title {
        margin-top:0.5rem;
        font-size: 2.5rem !important;  
        letter-spacing: 0.01rem !important;
        line-height:3.0rem;
        
    }

    .ly-teaser-text {
        font-size: 1.5rem !important;
        letter-spacing: 0.01rem !important;
        line-height: 2.0rem;
        margin-top:0.5rem;
    }
}


/* Styles für Bildschirme mit einer Mindestbreite von 576px */
@media only screen and (min-width: 576px) {
    .ly-teaser-title {
        margin-top:0.5rem;
        font-size: 2.5rem !important;
        letter-spacing: 0.01rem !important;
    }

    .ly-teaser-text {
        font-size: 1.5rem !important;
        letter-spacing: 0.01rem !important;
        margin-top:0.5rem;
    }
}


/* Styles für Bildschirme mit einer Mindestbreite von 992px */
@media only screen and (min-width: 768px) {
    .ly-teaser-title {
        margin-top:0.5rem;
        font-size: 3.0rem !important;
        letter-spacing: 0.01rem !important;
    }

    .ly-teaser-text {
        font-size: 2.0rem !important;
        letter-spacing: 0.01rem !important;
        margin-top:1.0rem;
    }
}


/* Styles für Bildschirme mit einer Mindestbreite von 992px */
@media only screen and (min-width: 992px) {
    .ly-teaser-title {
        margin-top:0.5rem;
        font-size: 3.5rem !important;
        letter-spacing: 0.01rem !important;
    }

    .ly-teaser-text {
        font-size: 2.5rem !important;
        letter-spacing: 0.01rem !important;
        margin-top:1.5rem;
    }
}


/* Styles für Bildschirme mit einer Mindestbreite von 1200px */
@media only screen and (min-width: 1200px) {
    
    .ly-teaser-title {
        margin-top:0.5rem;
        font-size: 3.5rem !important;
        letter-spacing: 0.01rem !important;
    }

    .ly-teaser-text {
        font-size: 2.5rem !important;        
        letter-spacing: 0.01rem !important;
        margin-top:2.0rem;
    }
}


/* Styles für Bildschirme mit einer Mindestbreite von 1400px */
@media only screen and (min-width: 1400px) {
    
    
}