.title-text {
    text-transform: uppercase;
    color: #B28B15;
    width: 100%;
    font-size: larger;
}
.subtitle-text {
    width: 100%;
    text-transform: none;
    margin-block-end: 20px;
}

.target-padding {
    padding: 100px 0 100px 0;
}
.center-element {
    justify-content: center;
    text-align: center;
}
.width1200px{
    width: 1200px;
}
.width100p {
    width: 100%;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.width33 {
    width: 31.5%;
}
.background_white {
    background-color: white;
}
.target-margin-padding {
    margin: 10px 10px 10px 10px;
    padding: 50px 50px 50px 50px;
    justify-content: center;
    height: 380px;

}
.target-element-title-decorator {
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 700;
    font-family: 'Brygada 1918', serif;
    color: #B28B15;
    margin-top: 15px;
    margin-bottom: 7px;
}
.target-element-text-decorator {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    display: flex;
    justify-content: center; /* falls vorhanden */
    align-items: center;     /* falls vorhanden */

    /* Drückt die sieben Quad-Elemente weiter nach unten */
    margin-bottom: 3rem; 
}


.icon-45size {
    width: 45px;
    height: 45px;
}
.box-shadow-element {
    -webkit-box-shadow: 0 10px 6px -6px #794;
    -moz-box-shadow: 0 10px 6px -6px #794;
    box-shadow: 5px 6px 10px -10px #794;
    min-width: 332px;
    min-height: auto;
    height: auto;
    text-align: center;
    background-color: white;
}
@media (max-width: 718px) {
    .width33 {
        width: 100%;
    }
}
