*{
    margin:0;
    padding:0;
}
html{
    
}
body{
    font-family: 'Love Ya Like A Sister', cursive;
    font-size: 18px;
    color: #000;
    text-align: left;
    width:100%;
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    font-weight: 400;
    background: #fff;
    
}
 
/*
    TYPOGRAPHY
*/
p { font-size: 1.2em; 
    margin: 0 0 15px 0;
    color: #000; 
    font-weight: 400;
}
h1 { font-size: 3.0em;
    letter-spacing: 1px; 
    text-align: center; 
    font-weight: 400;
}
h2 {font-size: 1.0em;
    letter-spacing: 1px; 
    color: #ccc;  
    font-weight: 400;
}
h3{
    text-align: left;
    font-size: 1.8em;
    padding: 10px 10px 10px 10px;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px dashed #000;
}
.agb{border-top: 1px dashed #000;}

h4 {
    font-size: 0.8em; 
    color: #ccc;
    padding: 10px 10px 10px 10px; 
    font-weight: 400;
}
a { 
    color: #4D7884;
    text-decoration: none;
}
#menu a { 
    color: #000;
    text-decoration: none;
}
#menu a:hover { 
    color: #ffffff;
}
a:hover { 
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
}

span.reference{
    position:fixed;
    left:10px;
    bottom:10px;
    font-size:13px;
}
span.reference a{
    color:#fff;
    padding-right:20px;
}
span.reference a:hover{
    color:#ddd;
    text-decoration:none;
}

/*****************************************
*   EBENEN
*****************************************/

#scrollWrapper{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(sky_bg.png);
    background-size: auto 100%;;
    background-repeat: repeat-x;
    box-shadow:inset 2px 2px 2px rgba(0,0,0,.5),inset -2px -2px 2px rgba(0,0,0,.5);
}

#middleGround, #forderGround, #backGround{
    position: absolute;
    width: 5000px;
    left: 0px;
    bottom: 0px;
   
    overflow: hidden;
}

#backGround{
    height: 100%;
    background: url(image_bg_01.png);
    background-size: auto 100%;;
    background-repeat: repeat-x;
}

#middleGround{
    top: 80px;
}

#forderGround img, #backGround img{
    height: 100%;
   
}

/*****************************************
*   CONTENT
*****************************************/
.section, .sectionContent{
    position: relative;
    margin:0;
    bottom:0;
    display: block;
    float:left;
}

.sectionContent{
    max-width: 360px;
    margin: -8px 100px 0 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);

}
.section{
    position: relative;
    height: 100%;
}

.section h2, .sectionContent h2{
    margin: 50px 0px 30px 50px;

}
.section p, .sectionContent p{
    text-align: left;
    font-size: 1.0em;
    background: #fff;
    padding: 30px 30px 50px 30px;
}
.section img{
    position: absolute;
    bottom: 0;
    max-height: 90%;
}
#section3 img, #section4 img{
    margin: 30px 7.5px;
}

.sectionContent img{
    max-width: 100px;
    padding: 0;
}
#section1{
    text-align: center;
}
#section1 h3{
    font-size: 1.4em;
	padding-bottom:10px;
	margin-top:5px;

}
#section1 img{
    margin-top: 20px;
    max-width: 50%;
}
#section2 img{
    margin-left:12%;
}
#section4 p{
	padding-bottom:0px;	color:#000;}
	
	#section4 a{
		color:#000;}
	

#menu {
    position: fixed;
    bottom: -8px; left: 0px;
    height: 58px;
    width: 100%;
    margin: 0 auto;
}

#menuCenter{
    position: relative;
    height: 50px;
    max-width: 640px;
    /*background: #FFCE00;*/
    margin: 0 auto;
    text-align: center;
}
#headerCenter{
    position: relative;
    height: 100%;
    max-width: 640px;
    margin: 0 auto;
}
#headerCenter img{
	width:360px;
}

#header{
    position: fixed;
    top: 0px; left: 0px;
    height: 80px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    
}
#menuCenter li, #menuCenter ul
{
    list-style-type: none;
    height: 20px;
    margin: 0;
    padding: 0;
}

#menuCenter li
{
    display: inline-block;
    height: 58px;
    width: 18%;
    padding: 10px;
    background: #ffce00;
    border-radius: 8px;
    box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

 #menuCenter ul{

    height: 58px;
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;

}

iframe{ width:292px;height:96px;text-align: center;margin-left: 20%;}

@media screen and (max-width: 640px) { 

}

@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
    /* Retina-specific stuff here */


}













