
.aul_titelText {
    display: inline;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.2rem;
    color: #143233;
}

.aul_angebotGruppeText {
    display: block;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.0rem;
    color: #143233;
    margin-top: 10px;
}

.aul_angebotsboxen {
    display: block;
    margin-bottom: 50px;
}
.aul_infoText {
    font-weight: 500;
    font-size: 1.2rem;
    color: rgb(0, 0, 0);
}

.aul_titel_h2 {
    display: inline;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.4rem;
    color: #7272EB;
    cursor: pointer;
}

.aul_priceBox {
    font-weight: 500;
}

.aul_sub_info {
    vertical-align: super;
    font-size: 10px;
    margin-left: 5px;
}

/*details/summary*/
.aul_details {
    margin-top: 20px;
}


/*Auflistungen (ul)*/

.aul_auflistung_titel {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    display: block;
    color: #000000;
}
.aul_angebote_ul {
    list-style-position: inside;
    font-size: 1.0rem;
    font-weight: 500;
    margin: 10px 20px;
    list-style-image: url('../img/icons/gruenerPfeil.png');
}

.aul_SternText {
    font-size: 0.6rem;
}

/* Flex
***************/
@media screen and (min-width: 1095px) {
    /* Inhaltbereich
    ***************/
    .aul_angebote {    /*Hauptinhalt*/
        display: flex;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .aul_angebot1 {  
        order: 1;
    }

    .aul_angebot2 {  
        order: 2;
    }

    .aul_angebot3 {  
        order: 3;
    }
}