@import url(../fonts/fjalla/style.css);
@import url(../fonts/opensans_regular_macroman/stylesheet.css);
@import url(../fonts/opensans_semibold_german/stylesheet.css);



body {
background-color: #000;
color: #eee;
}



/* +++++++++++ TEXT  ALLGEMEIN++++++++++ Verlinkung ++++++++++ 7A5E5D */

a,
a:hover,
a:focus {
  color: #fff;
  font-weight: 800;
  text-decoration: none;
 
}



p {
 font-family: 'open_sansregular';
padding: 0 20%;

}




h1 {
font-family: 'Fjalla One';
font-weight: 400;
font-size: 20px;
padding: 0 20%;
text-align: left;
}


 h2 {
font-family: 'Fjalla One';
padding: 0 20%;
}














/*++++++++++++++++++++ MOBIL ++++++++++++++++++++ */


@media all and (min-width: 768px) and (max-width: 1024px){



}







	
@media all and (min-width: 576px) and (max-width: 767px){
	
}	





