
html, body {
	background: #121212;
	font-family: "Arial", "sans-serif";
	font-size: 62.5%;
	line-height: 1.5;
	font-weight: normal;
	color: #666666;
	height: 100%;
}

@media screen and (max-width: 3840px) {
 body {
      font-size: 90%;
   }
	.header {
		min-height: 180px;
	}
}

@media screen and (max-width: 2160px) {
 body {
      font-size: 90%;
   }
	.header {
		min-height: 180px;
	}
}

@media screen and (max-width: 1920px) {
 body {
      font-size: 90%;
   }
	.header {
		min-height: 180px;
	}
}

@media screen and (max-width: 800px) {
 body {
       font-size: 75%;
   }
	
	.header {
		min-height: 100px;
	}
	
}

@media screen and (max-width: 1200px) {
 body {
      font-size: 90%;
   }
	.header {
		min-height: 180px;
	}
}

@media screen and (max-width: 800px) {
 body {
       font-size: 85%;
   }
	
	.header {
		min-height: 100px;
	}
	
}

@media screen and (max-width: 480px) {
   body {
        font-size: 100%;
  }
	.header {
		min-height: 80px;
	}
		
}
a { 
	font-family: "Arial", "sans-serif";
	font-size: 90%;
	line-height: 1.5;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	
}

a:hover { 
	font-family: "Arial", "sans-serif";
	font-size: 90%;
	line-height: 1.5;
	font-weight: normal;
	color: #D2D2D2;
	text-decoration: none;
	
}
.page-wrapper {
	position: relative;
	min-height: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #232323;
}

.header {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

.logo {
	position: absolute;
	margin-left: 30px;
	padding: 0;
	width: 18%;
	top: 50%;
    transform: translateY(-50%);
}

 .logo img {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 140px;
}

.img-slider {
	position: relative;
	margin: 0;
}

.slogan {
	position: relative;
	margin: 2em 0 2em 0;
	width: 100%;
	font-size: 4.0rem;
	color: #666666;
	text-align: center;
	letter-spacing: 0.12em;
	line-height: 1em;/*
	text-shadow: 2px 2px 5px;*/
}
.inhalt-section {
	display: block;
	width: 100%;
	margin: 0 auto;
}

/* überschriften */

h1, h2, h3, h4, h5 {
	text-align: left;
	letter-spacing: 0.2rem;
	font-weight: normal;
	text-transform: none;
}

h1 {
	font-size: 2.0vw;
	line-height: 2.0vw;
	margin-top: 1rem;
	margin-bottom: 5.2rem;
}

h2 {
	font-family: "Arial", "sans-serif";
	font-size: 3.5rem;
	line-height: 3.1rem;
	margin-left: 20px;
	font-weight: normal;
}

h3 {
	font-size: 1.5vw;
	line-height: 2.8rem;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	letter-spacing: 0.2rem;
}

h3-rot {
	font-size: 1.2vw;
	margin-top: 1rem;
	margin-bottom: 2.5rem;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
	color: #bf3922;
}

p {
	font-family: "Arial", "sans-serif";
	margin-top:20px;
	margin-left: 20px;
	font-size: 2rem;
	margin-right: 10px;
}

span {
	color: #bf3922;
}

.container {
	display: block;
	min-height: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

ul li {
	font-size: 2rem;
	list-style: none;
}



