body{
font-size: 16px;
color: #555555;
letter-spacing: 1px;
}


a{
color: #555555;
}
h1{
margin-bottom:50px;
font-size:40px;
}

h2{
font-weight: bold;
padding:0px;
margin:0px;
text-transform:uppercase;
font-size:18px;
padding-bottom:20px;
padding-top:40px;
}

h2.headlines{
font-weight: bold;
padding:0px;
margin:0px;
text-transform:uppercase;
font-size:18px;
padding-bottom:20px;
padding-top:10px;
}


ul{
padding-left:17px;
}

hr{
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
}

.contentImg{
box-shadow: 5px 5px 5px #e1e1e1;
}
.container-fluid{
padding:0px;
}

.header{
background-image:url("../images/header_medium.jpg");
background-repeat: no-repeat;
background-size: contain;
height: 10%;
min-height:393px;
padding-top:220px;
padding-left:40%;

}
.header h1{
padding:0px;
margin:0px;
}

.header h1:first-child{
padding-left:27%;
}


.moreLink{
text-decoration:underline;
}

.arrow{
padding-left: 5px;
height: 11px;
}
/*767px*/

@media(max-width:767px){
	.header{
	padding-top:110px;
	padding-left:0px;
	min-height:150px;
	}
	
	.header h1:first-child{
	padding-left:55%;
	
	}
	.header h1{
	padding-top:10px;
	padding-left:30%;
	font-size: 24px;
	}
	.container{
	
	}
}

 @media only screen and (max-width : 480px) {
	.header{
	background-image:url("../images/Exaenergie_Kopf_kurz.jpg");
	padding-left:0px;
	min-height:150px;
	padding-top:200px;
	}
    .header h1:first-child{
	padding-left:40%;	
	}
	
	h1 {
	font-size:32px;
	}
	
	.header h1{
	padding-left:10%;
	font-size: 22px;
	}
	
}
