

#burger_menu_small {
}

#button_closed_small {
}

#hidden_area_small {
    height: 310px;
    width: 680px;
    display: none;
}



body { background-color: #ffffff; margin:0px; padding:0px; }



#header_area_small { 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:145px; height:2px; background-color: #707070; z-index:10; }
.header_line_02 { position:absolute; left:0px; width:100%; top:159px; height:1px; background-color: #d93f04; z-index:10; }




#header_container_small { position:absolute; top:0px; left:0px; width:100%; min-width:360px; height:160px; text-align:center; align-items: top; z-index:2; }

#header_inside_small { position:relative; top:0px; left:0px; height:154px; width:360px; display:inline-block; z-index:3; }

#logo_typo_small { position:absolute; left:30px; top:0px; width:210px; height:120px; z-index:4; }

#burger_menu_small { position:absolute; left:290px; top:68px; width:40px; height:28px; z-index:32; display: inline-flex; }



#header_container_hidden_small { position:absolute; top:167px; left:0px; width:100%; min-width:360px; height:310px; text-align:center; align-items: top; z-index:30; }

#hidden_area_small { position:absolute; top:0px; left:0px; width:100%; min-width:360px; height:302px; background-color: #ece8de; z-index:30; }

#header_container_hidden_inside_small { position:relative; top:5px; left:30px; height:302px; width:360px; display:inline-block; z-index:31; }

#navigation_area_small { position:absolute; width:298px; height:280px; background-color: #ffffff; border: 1px solid black; text-align:left; z-index:31; }

#navigation_inside_small { position:relative; margin-top:35px; margin-left:40px; width: 220px; display:inline-block; z-index: 31; }

#navigation_content_small { position:absolute; top:0px; left:0px; z-index:33; }

#button_closed_small { position:absolute; top:210px; left:220px; z-index:35; display: inline-flex; }



.main_content_container { position:absolute; top:160px; left:0px; width:100%; min-width:360px; 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-height: 85px; min-width:360px; display:flex; justify-content: center; align-items: top; background-color: #ece8de; z-index: 11; }

.headline_lightbeige_container { position:relative; width: 360px; display:inline-block; vertical-align: top; z-index: 12; }

.headline_lightbeige { left: 0px; top: 0px; margin-left: 30px; margin-right: 30px;  z-index: 13; }



.background_white_content_container { position:relative; left: 0px; top: 0px; width: 100%; min-height: 100px; min-width:360px; display:flex; justify-content: center; align-items: top; background-color: #ffffff; z-index: 11; }

.content_white_container { position:relative; width: 360px; display:inline-block; vertical-align: top; z-index: 12; }

.content_white { margin-left: 30px; margin-right: 30px; margin-top: 35px; margin-bottom: 52px; }



.footer_content_container { position:relative; left:0px; top: 0px; margin-top: 0px; width: 100%;  min-width:360px; height: 375px; 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: 360px; display:inline-block; vertical-align: top; z-index: 21; }

.footer-logo { position:absolute; left:0px; top: 0px; margin-top: 60px; bottom: 0px; margin-left: 285px; width: 45px; height: 45px; z-index: 22; }

.content_footer { position:absolute; left:0px; top: 0px; margin-top: 55px; margin-left: 30px; margin-right: 30px; width: 300px; sz-index: 22; }

.content_footer_hyperlinks { position:absolute; left:0px; top: 0px;  margin-left: 30px; margin-right: 30px; margin-top: 300px; width: 300px; 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;
}




