@font-face { font-family: 'fewo_regular'; src: url('../fonts/l-regular.ttf');
}

@font-face { font-family: 'fewo_bold'; src: url('../fonts/l-Bold.ttf');
}

html {
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
    color: #58a0d1;
    text-decoration: none;
}

body {
    top:0px;
    font-family: 'fewo_regular';
    font-size: 16px;
    line-height: 28px;
    color: #666;
}

.hintergund_grau_top {
    height: 60px;
    background-color: #f9f9f9;
    text-align: center;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
}

.text_bold {
    font-family: 'fewo_bold';
    font-size: 32px;
    font-weight: 700;
}

.inhalt { 
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.inhalt_mitte {
    max-width: 768px;
    background-color: #ffffff;
}

.kasten_01 {
    float: left;
    width: 356px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 24px;
    background-color: #ffffff;
    border: 1px solid #58a0d1;
    border-radius: 4px;
}

.kasten_02 {
    width: 336px;
    height: 96px;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 12px;
    background-color: #ffffff;
}

.kasten_03 {
    width: 336px;
    height: 168px;
    margin-right: 12px;
    margin-left: 12px;
    margin-top: 12px;
    background-color: #ffffff;
}

.kasten_leer {
    float: left;
    width: 360px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    background-color: #ffffff;
}

.text_option_01 {
    clear: both;
    max-width: 768px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
}

.text_option_02 {

}



.menu_option_01 {
    float: left;
    width: 168px;
    height: 36px;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 12px;
    background-color: #f6ac15;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_option_02_aussen {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin-left: -84px;
}

.menu_option_02 {
    width: 168px;
    height: 36px;
    background-color: #f6ac15;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_option_01:hover {
    background-color: #c58a11;
    transition: .4s;
}

.menu_text {
    color: #fff;
    text-decoration: none;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_body {
    text-align: center;
}

.text_head {
    font-variant: bold;
}

@media only screen and (max-width: 768px) {
    .inhalt_mitte {
        max-width: 384px;
        background-color: #ffffff;
}
    
    .quadrat_72_72_01 {
        width: 360px;
        height: 72px;
        margin-bottom: 12px;
        background-color: #ffffff
}
}

.kasten_leer {
    display: none;
}

