* {
    box-sizing: border-box;
    font-family: Roboto;
    font-size: 16px;
    position: relative;
}


.wl-box {
        max-width: 800px;
    border-radius: 1px;
    margin: auto;
}

.aom-content-box {
    border-radius: 4px;
    background-color: #f8f8f8;
    padding: 18px;
}

.aom-inner-box {
    background-color: #ECECEC;
    max-width: 400px;
    margin: auto;
    padding: 18px;
    border-radius: 8px;
    margin-top: 9px;
    box-shadow: 0px 1px 9px rgb(176, 176, 176);
}

.aom-topline {
    background-color: rgb(0, 90, 147);
    padding: 5px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.aom-icon-box {
    padding: 4px;
    height: 37px;
}

svg.aom-icon  {
    display: inline-block;
    width: 29px;
    height: 29px;
    fill: white!important;
    margin: unset;
}

.text-aom {
    color: white;
    font-weight: 500;
    margin: auto;
}

.aom-icon-box.gross {
    height: 90px;
    padding: unset;
}

.aom-icon-box.gross .aom-icon {
    width: 100%;
    height: 100%;
    fill: rgb(0, 90, 147)!important;
}

.rackow-software {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 18px;
}

.wl-text-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wl-text.wl-title {
    font-weight: 500;
    text-align: center;
    padding: 13.5px;
    margin: auto;
    font-size: 22.5px;
    background-color: rgb(0, 90, 147);
    color: white;
}

.wl-text.wl-title .wl-wort-aomobile {
    color: white!important;
    font: unset;

}

.wl-text.wl-info-text {
    font-weight: 500;
}

.wl-wort-aomobile {
    font-weight: 600;
    color: rgb(0, 90, 147)!important;
}

.wl-content-box {
    display: flex;
    flex-direction: column;
}

.text-body-box {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.text-body-titel {
    margin-bottom: 4.5px;
    color: rgb(0, 90, 147);
    font-weight: 600;
}

.wl-main-text-content {
    box-shadow: 0px 1px 9px rgb(176, 176, 176);
    border-radius: 9px;
    
    overflow: hidden;
}

.wl-title-text-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.wl-main-text-content-box {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.text-fett {
    font-weight: 600;
}