/*Header*/

.banner{
    background: #04648e;
    color: white;
}



.bannerpic{
    padding: 1em;
}

.headline{
    padding: 1em;


}

/*Navigation*/

.navbar-nav{
    margin-left: 22%;
    margin-right: 22%;
	text-align: center;
}


.Nav-Link{
    text-decoration: underline;
    padding: 0.5em;
    font-size: 1.1em;
	text-align: center;


}
.navbar-default{
    margin:5em;
}

/*body main*/

.main{
    color: #04648e;
}

.h2{
	font.size: 1.5em;
	color:white;
	padding:0.3em;
	background: #04648e;
	margin-bottom:5%;
}

.text{
    margin-top:5%;
    margin-bottom: 5%;
}

.col-sm-4{
    border-bottom: 3px solid  #04648e ;
}

.List{
	 font-weight: bold;
}

.footer{
    background: #04648e;
    margin-top: 20%;
    height: 3.8em;
}


.textFooter{
    color: white;
    margin: 0.8em;
}

/*Ueber uns Seite */

#descriptionList{
		border-bottom: 3px solid #04648e;
}


/*Impressum */

.imgImpressum{
margin-top:10%;
 margin-left:25%;
}

.imageClass{
	margin-top:10%;
}

.images{
height: 35%;
width: 70%;
}