/* Flex
***************/
@media screen and (min-width: 1095px) {
    /* Inhaltbereich
    ***************/
    .a_main {    /*Hauptinhalt*/
        display: flex;
        margin: 0 auto;
        justify-content: space-around;
    }

    .a_artikel1 {    /*Rechte Box*/
        order: 1;
    }

    .a_artikel2 {    /*Rechte Box*/
        order: 2;
    }

    .a_artikel3 {    /*Rechte Box*/
        order: 3;
    }
}


.a_artikel_design {
    margin: 0 auto;
    border: solid 0px #000000;
    border-radius: 5px;
    padding: 5px;
    background-color: #DFD9D9;
    margin-bottom: 10px;
    min-width: 270px;
    max-width: 270px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.8);
}

.a_artikel_design2 {
    margin: 0 auto;
    border: solid 0px #000000;
    border-radius: 5px;
    padding: 5px;
    background-color: #EDEAEA;
    margin-bottom: 10px;
    min-width: 270px;
    max-width: 270px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.8);
}



/* Schriften
***************/

.a_titel_font {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    display: block;
    /*color: #914747;*/
    color: #A07AEB;
}

.a_beschreibung_font {
    margin-bottom: 10px;
    font-size: 1.0rem;
    text-align: center;
    display: block;
    color: #000000;
}

.a_beschreibung_optional {
    margin-top: 10px;
    font-size: 1.2rem;
    text-align: center;
    display: block;
    color: #000000;
}

.a_auflistung_ul {
    font-size: 1.0rem;
    font-weight: 500;
    margin: 10px 20px;
    list-style-image: url('../img/icons/gruenerPfeil.png');
    height: 130px;
}

.a_auflistung_ul li {
    font-size: 1.0rem;
    font-weight: 500;
    margin: 1px 20px;
}


.a_auflistung_li_arrow {
    font-size: 1.0rem;
    font-weight: 500;
    margin: 1px 20px;
    list-style-image: url('../img/icons/gruenerPfeil.png');
}

.a_auflistung_ul_plus {
    font-size: 1.0rem;
    font-weight: 500;
    margin: 5px 20px;
    list-style-image: url('../img/icons/plus.png');
    height: 110px;
}

.a_auflistung_ul_plus li {
    font-size: 1.0rem;
    font-weight: 500;
    margin: 1px 20px;
    
}

.a_hr {
    margin: 0px 20px;
    border: dashed #A8A8A8 1px;
}


.a_preis_box {
    margin: 10px 30px;
    padding: 10px;
    text-align: center;
}

/*Preis innerhalb der Box (25€)*/
.a_preis_font {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    color: #A07AEB;
}

.a_sub_info {
    vertical-align: super;
    font-size: 10px;
    margin-left: 5px;
}

.a_sub_info2 {
    vertical-align: super;
    font-size: 18px;
    color: #143233;
    margin-left: 5px;
}

.a_sub_info3 {
    vertical-align: super;
    font-size: 10px;
    color: #143233;
}

.a_erlaeuterung {
    display: block;
    font-size: 10px;
    margin: 10px 40px;
    color: #140303;
}

.a_button_box {
    margin: 20px 30px;
    display: block;
    text-align: center;
    transition: all 0.2s ease;
}

.a_button_box a {
    border: solid 0px #000000;
    padding: 10px 20px;
    outline: none;
    color: #FDFDFD;
    font-size: 1.0rem;
    font-weight: 500;
    border-radius: 5px;
    background: rgba(0, 0, 255, 0.521);
    cursor: pointer;
    margin-top: 20px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.8);
    text-decoration: none;
}

.a_button_box:hover {
    transition: all 0.2s ease;
    transform: scale(0.95);
}

.a_angebotsboxen {
    display: block;
    margin-bottom: 50px;
}
