


#burger_menu_small {
}

#button_closed_small {
}

#hidden_area_small {
    height: 470px;
    width: 100%;
    display: none;
}



* { margin:0px; padding:0px; border:0px; }

p { list-style:none; margin:0px; padding:0px; }

ul { margin:0px; padding:0px; }

li { margin:0px; padding:0px; }



body { background-image:url(../bilder/bg-yellow.png); margin:0px; padding:0px; }



#header_area_orange { position:absolute; top:0px; left:0px; width:100%; min-width:320px; height:0px; background-image: url(../bilder/bg-orange.png); background-repeat:repeat; z-index:1; }



#header_container { position:relative; top:0px; left:0px; width:100%; min-width:320px; text-align:center; background-image: url(../bilder/bg-logo-stripe.png); background-repeat:repeat-x; background-size: 20px 228px; background-position: center top; z-index:10; }

#header_inside { position:relative; top:0px; left:0px; height:228px; width:320px; z-index:11; display:inline-block;}


#logo { position:absolute; left:0px; top:0px; width:320px; height:228px; z-index:12; }


#picture_container_header { position:relative; left:0px; margin: 0px; margin-top:20px; height: 212px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; background-image: url(../bilder/coaching-circles-small.png); background-repeat:no-repeat; background-size: 748px 212px; background-position: center top; z-index: 20; }

#picture_inside_header { position:relative; width: 320px; display:inline-block; z-index: 21; }




#navigation_container_header { position:absolute; top:0px; left:0px; width:100%; min-width:320px; height:558px; text-align:center; background-position: center top; z-index:40; }

#navigation_inside_header { position:relative; top:0px; left:0px; height:558px; width:320px; z-index:41; display:inline-block;}


#burger_menu_small { position:absolute; left:254px; top:190px; width:46px; height:38px; z-index:42; }


#hidden_area_small { position:absolute; top:228px; left:0px; width:100%; min-width:320px; height:470px; text-align:center; background-position: center top; background-color: #ffffff; background-image: url(../bilder/navigation-circles-small.png); background-repeat:no-repeat; background-size: 679px 330px; z-index:50; }

#hidden_area_small_inside { position:relative; top:0px; left:0px; height:470px; width:320px; z-index:51; display:inline-block;}

#navigation_content_small { position:absolute; top:20px; left:64px; width:236px; z-index:51; }



#content_container_01 { position:relative; left:0px; margin: 0px; margin-top:0px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; z-index: 10; }

#content_inside_01 { position:relative; width: 320px; min-height: 100px; display:inline-block; z-index: 11; }


#content_container_01a_small { position:relative; left:0px; margin:0px; margin-top:40px; width: 100%; height:280px; min-width:320px; display: flex; justify-content: center; align-items: top; z-index: 10; }

#content_inside_01a { position:absolute; width: 320px; display:inline-block; z-index: 11; }


#content_container_02 { position:relative; left:0px; margin:0px; margin-top:20px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; z-index: 10; }

#content_inside_02 { position:relative; width: 320px; min-height: 100px; display:block; z-index: 11; }


#headline_container_03 { position:relative; left:0px; margin:0px; margin-top:30px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; z-index: 10; }

#headline_inside_03 { position:relative; width: 320px; display:block; z-index: 11; }


#content_container_03 { position:relative; left:0px; margin:0px; margin-top:-6px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; background-color: #ffffff; z-index: 10; }

#content_inside_03 { position:relative; width: 320px; display:block; z-index: 11; }



#content_container_04 { position:relative; left:0px; margin:0px; margin-top:0px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; z-index: 10; }

#content_inside_04 { position:relative; width: 320px; min-height: 100px; display:block; z-index: 11; }



#footer_container_01_mobile { position:relative; left:0px; margin: 0px; margin-top:45px; width: 100%; min-width:320px; display: flex; justify-content: center; align-items: top; background-color: #ffffff; z-index: 20; }

#footer_inside_01_mobile { position:relative; width:320px; display:inline-block; background-color: #ffffff; z-index: 21; }







#back2Top {
    width: 40px;
    line-height: 40px;
    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: #CB2F1D;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    opacity: 0.5;
}
#back2Top:hover {
    background-color: #CB2F1D;
    color: #ffffff;
    opacity: 0.9;
}