html,
body {
  color:#2b5045;
    height: 100%;
    min-height: 100%;
    margin: 0px!important;
    padding: 0px;!important;
    overflow: hidden;
}

#banner {
 width: 100%;
//height: auto;
    padding: 0px 0px 0px 0px;
  z-index: -1 ! important;

}

#banner img {
width: 100%; 
height:auto; 
}

#navigation {
 //float: right;
z-index: 1002!important;   
position: fixed;
right: 0;
padding-top: .5%!important;
margin-right: 2%!important;

}



#logo {
  width: 100%;
    margin: 0px;
    //padding-left: 50px;
position: fixed;
  z-index: 100!important;   
 left:0;
background: #ffffff;
}

//#logo img {
   width: 28%; 
height:auto;
}

#logo img {
  width: 100%; 
height:auto;
position: fixed;
 left:0;
}

#slider {
    width: 100%;
    z-index: 5;

}
#content {
width: 100%; 
    position: relative;
    min-height: 200px;
   min-height: 85%;
   height: 85%;
    overflow-x: hidden;
    overflow-y: auto!important;
    /*-webkit-overflow-scrolling: touch;*/
    
    border: 0px solid #73AD21;
}





#balken {
    width: 100%;
    background-color: #bebebe;
    height: 10px;
}


#inhalt {
  min-height: 100px;
width: 100%;
    border: 0px solid #000000;
    overflow: hidden;
    padding: 0px;
    margin-top: 40px;
	
	}

#textSpalte {
  
width: 60%;
    position: relative;
    //min-height: 200px;
	margin: 0 auto;
padding-bottom:30px;
}



#balkenbottom {
    border-top: 1px solid #bebebe;
    padding-top: 10px;
    width: 100%;
    min-height: 100px;
 
}
.csc-linkToTop {
    display: none;
}