

#burger_menu_wide {
}

#button_closed_wide {
}

#hidden_area_wide {
    height: 90px;
    width: 1100px;
    display: none;
}



body { background-color: #ffffff; margin:0px; padding:0px; }



#header_area_wide { position:absolute; left:0px; width:100%; top:0px;; height:100px; background-color: #ffffff; z-index:1; }

.header_line_01 { position:absolute; left:0px; width:100%; top:140px; height:2px; background-color: #707070; z-index:10; }
.header_line_02 { position:absolute; left:0px; width:100%; top:154px; height:1px; background-color: #d93f04; z-index:10; }




#header_container_wide { position:absolute; top:0px; left:0px; width:100%; min-width:1180px; height:154px; text-align:center; align-items: top; z-index:2; }

#header_inside_wide { position:relative; top:0px; left:0px; height:154px; width:1180px; display:inline-block; z-index:3; }

#logo_typo_wide { position:absolute; left:40px; top:0px; width:605px; height:102px; z-index:4; }

#burger_menu_wide { position:absolute; left:1080px; top:0px; width:60px; height:97px; z-index:32; display: inline-flex; }




#header_container_hidden_wide { position:absolute; top:170px; left:0px; width:100%; min-width:1180px; height:90px; text-align:center; align-items: top; z-index:30; }

#header_container_hidden_inside_wide { position:relative; top:5px; left:0px; height:90px; width:1180px; display:inline-block; vertical-align: top; z-index:30; }

#hidden_area_wide { position:absolute; top:0px; left:40px; width:1100px; height:90px; z-index:30; }

#navigation_area_wide { position:absolute; width:1098px; height:88px; background-color: #ffffff; border: 1px solid black; text-align:left; z-index:31; }

#navigation_inside_wide { position:relative; margin-top:32px; margin-left:40px; width: 1020px; display:inline-block; vertical-align: top; z-index: 31; }

#navigation_content_wide { position:absolute; top:0px; left:0px; z-index:33; }

#button_closed_wide { position:absolute; top:25px; left:1020px; z-index:34; }




.main_content_container { position:absolute; top:155px; left:0px; width:100%; min-height: 100px; text-align:center; align-items: top; background-color: #ffffff; z-index:10; }




.background_lightbeige_headline_container { position:relative; left: 0px; top: 0px; width: 100%; min-width: 1180px; min-height: 175px; display:flex; justify-content: center; align-items: top; background-color: #ece8de; z-index: 11; }

.headline_lightbeige_container { position:relative; width: 1180px; display:inline-block; vertical-align: top; z-index: 12; }

.headline_lightbeige { left: 0px; top: 0px; margin-left: 150px; margin-right: 40px;  z-index: 13; }




.background_white_content_container { position:relative; left: 0px; top: 0px; width: 100%; min-width: 1180px; min-height: 100px; display:flex; justify-content: center; align-items: top; background-color: #ffffff; z-index: 11; }

.content_white_container { position:relative; width: 1180px; display:inline-block; vertical-align: top; z-index: 12; }

.content_white { margin-left: 150px; margin-right: 40px; margin-top: 0px; margin-bottom: 70px; }




.footer_content_container { position:relative; left:0px; top: 0px; margin-top: 0px; width: 100%;  min-width:1180px; height: 280px; display: flex; background-color: #ffffff; justify-content: center; align-items: top; z-index: 20; }

.footer_line_01 { position:absolute; left:0px; top: 0px; width:100%; height:2px; background-color: #d93f04; display:inline-block; vertical-align: top; z-index:20; }
.footer_line_02 { position:absolute; left:0px; top: 0px; margin-top: 14px; width:100%; height:2px; background-color: #707070; display:inline-block; vertical-align: top; z-index:20; }

.footer_container_inside { position:relative; left: 0px; top: 0px; bottom: 0px; width: 1180px; height: 280px; display:inline-block; vertical-align: top; z-index: 21; }

.footer-logo { position:absolute; left:0px; top: 0px; margin-top: 71px; bottom: 0px; margin-left: 40px; width: 56px; height: 209px; display: block; vertical-align: bottom; z-index: 22; }

.content_footer { position:absolute; left:0px; top: 0px; margin-top: 68px; margin-left: 150px; width: 990px; margin-right: 0px; z-index: 22; }

.content_footer_hyperlinks { position:absolute; left:0px; top: 0px; margin-left: 600px; width: 540px; margin-top: 69px; z-index: 22; }




#back2Top {
    width: 50px;
    line-height: 50px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: #d93f04;
    color: #ffffff;
    border: 1px solid white;
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    opacity: 1.0;
}
#back2Top:hover {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid white;
    opacity: 1.0;
}




