/*
Alle klassen zum Header
*/
#header {
    /* position: fixed; */
    position: relative;

    min-height: 9.5%;
    background-color: #FFFFFF;

    z-index: 100;
    width: 100vw;

    /* margin-bottom: 5%; */
}
#sub_header {
    background-color: #FFFFFF;
}
#header_flex {
    display: flex;
    flex-wrap: wrap;
    align-content: space-evenly;

    width: 97%;
    /* height: 100%; */

    margin-left: 1.5%;
    margin-right: 1.5%;
}
.header_bereich {
    width: 100%;
}
.header_bereich_button_con {
    margin-top: 2%;
}
.header_bereich_01 {
    width: 30%;
}
.header_bereich_02 {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.header_bereich_03 {
    width: 40%;
}
.icon_box {
    width: 30% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.soc-link-siezing {
    margin-top: 0px;
    width: 48px;
}
.ml-2 {
    margin-right: 3%;
}
@media only screen and (min-width: 829px) {
    .my-row-logos {
        width: 86%;
        height: 100%;

        float: unset !important;

        margin-left: 7% !important;
        margin-right: 7% !important;

        display: flex;
        flex-wrap: wrap;

        align-items: center;
        justify-content: center;
    }
}

.header_bereich_04 {
    width: 100%;
    height: 100%;

    margin-top: 1%;

    display: flex;
    flex-wrap: wrap;

    align-items: center;
    justify-content: space-evenly;

    color: black !important;
}
.menu_icon {
    font-size: 22px;
    text-decoration: none;
}
.menu_hacken {
    font-size: 16px;
}
.menu_list {
    z-index: 200;
    list-style: none;

    padding-bottom: 0 !important;
}
.menu_list_ausklapp {
    z-index: 150 !important;
    position: absolute;
    list-style: none;

    padding-left: 0;

    background-color: darkgrey;
    color: #FFFFFF;

    opacity: 0.95;

    width: 9.5%;

    padding-bottom: 5px !important;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

    font-size: 18px !important;

    padding-left: 10px;
    text-align: left;
}
.menu_links {
    color: white !important;
    text-decoration: none !important;

    margin-left: 5px;
    margin-right: 5px;
}
.menu_ober_punk {
    cursor: pointer;
    text-transform: uppercase;
}
.menu_ober_punk_link {
    color: black !important;
    text-decoration: none !important;
}
.header_handy {
    display: none;
}

.hauptbild{
	width: 100%;
}

/* Anpassungen Kleine Moonitore */
@media only screen and (max-width: 2000px) {
    .menu_list_ausklapp {
        width: 14%;
    }
}
@media only screen and (max-width: 1900px) {
    .header_bereich_01 {
        width: 25%;
    }
    .header_bereich_03 {
        width: 50%;
    }
    .header_bereich_02 {
        width: 25%;
    }
    .icon_box {
        width: 70% !important;
    }
}
@media only screen and (max-width: 1400px) {
    .menu_list_ausklapp {
        width: 18.5%;
    }
}
@media only screen and (max-width: 1250px) {
    .menu_icon {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 1050px) {
    .menu_icon {
        font-size: 15px !important;
    }

    .menu_icon {
        font-size: 11px !important;
    }
    .icon_box {
        width: 90% !important;
    }
    .header_bereich_01 {
        width: 17% !important;
    }
    .header_bereich_03 {
        width: 55% !important;
    }
}
@media only screen and (max-width: 900px) {
    .menu_list_ausklapp {
        width: 22% !important;
    }
}
@media only screen and (max-width: 828px) {
    #header{
        display: none;
    }
    .header_handy {
        /* display: block; */
        display: flex;
        background-color: white !important;
        /* margin-top: -23px; */
        margin-top: 0px;
    }


}