@charset "UTF-8";
/* CSS Document */

/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-600 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/titillium-web-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/titillium-web-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v15-latin-600.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}

body, html {
	font-family: 'Titillium Web', Arial, sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 28px;
	color: #575757;
	background-color: #fff;
	overflow-x: auto;
	position: relative;
	padding: 0;	
	margin: 0;
	min-height: 100%;
	height: 100%;
}
.container {
    overflow-x: hidden;	
	height:100%; /* IE6: treaded as min-height*/
    width:100%;
	min-height:100%; /* real browsers */
    position:relative;
	display: table;
}
* {
	margin: 0;
	padding: 0;
}
a:active, a:focus {
	outline: none;
	outline: 0px auto -webkit-focus-ring-color;
	outline-offset: 0px;
}

.portraet .grid-item2 ul li {font-size: 16px !important; margin: 7px 0;} 


@media only screen and (min-width: 720px) { 
.flex {display: flex; }
.flex .sp1, .flex .sp2 {display: block; width: 45%; padding-right: 5%; }
}
a.button {display: inline-block; padding: 5px 10px; border: 1px #333 solid; text-decoration: none !important; -webkit-transition: all 0.3s; transition: all 0.3s;}
a.button:hover {background: #eee;} 



.stoerer-jobs {display: inline-block; padding: 0 0 15px 0; border: 0px #8DC63F solid; border-bottom-width: 2px; background: #fff;  opacity: 0; /* Startzustand */
  animation: fadeIn 1s ease-in-out forwards; margin-bottom: 20px; font-size: 18px !important;line-height: 24px !important;
  animation-delay: 0s; /* Wartezeit von 1 Sekunde */}
.stoerer-jobs p {margin: 0px 0 0 0 !important;}  
.stoerer-jobs a.button {margin: 5px 0 0 0 !important; color: #fff; background: #21AAE1; padding: 4px 8px; border: 0; } 
	

/* Definiere die Fade-In-Animation */
@keyframes fadeIn {
  0% {
    opacity: 0; padding-left: 50px; 
  }
  100% {
    opacity: 1; padding-left: 0px; 
  }
}
																								  



p a {word-wrap:break-word !important; }


* {
	zoom: 1;
}
ul {
	list-style:square outside;
	margin:0 0 0 18px;
	padding:0;
}
li {
	margin-bottom:12px;
}

ul.galerie {display: flex !important; list-style-type: none; padding: 0; flex-wrap: wrap; justify-content: space-between;}
ul.galerie li {display: block !important; width 48% !important; margin-bottom: 5px;}


p {
	margin: 0 0 30px 0;
	padding: 0;
}
p.abstand {
	margin: 0 0 60px 0;
	padding: 0;
}
input:focus, select:focus, textarea:focus, checkkbox:focus, radiobutton:focus {
	outline: none;
}
a, a:link, a:visited {
	color: #575757;
	text-decoration: underline;

}
a:active, a:hover {
	color: #0e71b8;
	text-decoration: underline;
    white-space: nowrap;
}
img {
	width:100%;
	height:auto;
}
h1 {
	font-weight:600;
	font-size:1.2em;
	line-height:120%;
	color: #0e71b8;
	margin-bottom:16px;
}








@media only screen and (max-width: 750px) {
h1.umbruch br {
display: none;
}	
}




h2 {
	font-weight:600;
	font-size:1.2em;
	line-height:120%;
	color: #0e71b8;
	margin-bottom:16px;
}
h3 {
	font-weight:600;
	font-size:1em;
	line-height:120%;
	color: #575757;
}
.fett {
    font-weight: 600;
}
.nav_container {
	width:90%;
	background-color:#fff;
	position:fixed;
	top:0;
	left:0;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
	padding:20px 5% 12px 5%;
	margin:0;
	z-index:1000;
}
.nav {
	width:100%;
	position:relative;
	max-width:1816px;
	margin:0 auto;
	padding:0;
}
.nav_logo {
	float:right;
	width:300px;
    margin-right:14px;
}
.nav_left {
	float:left;
	width:61%;
}
.nav_telefon {
	font-size:0.8em;
	line-height:140%;
}
.nav_slimmenu {
	position:absolute;
	margin-top:78px;
	top:0;
	left:0;
}
.nowrap, .nowrap2 {
	white-space: nowrap;
}
.header_container {
	width:100%;
	padding:200px 0 50px 0;
	margin:0;
	height: auto;
}
.header {
	width:90%;
	max-width:1800px;
	margin:0 auto;
	display:block;
	padding:0;
	position:relative;
	line-height:0;
	overflow:hidden;
}
.headerhigh img {
	position:relative;
	margin-bottom:-0%;
	}
.content_container {
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
	padding:20px 0 120px 0;
	display: block;
}
.content {
	width:90%;
	max-width:1800px;
	margin:0 auto;
	display: block;
	position:relative;
	padding:0 5%;
}
.content2 {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	display: block;
	position:relative;
	padding:0 5%;
}
.footer_container {
	position:absolute;
	bottom:0; /* stick to bottom */
	width:100%;
	height: 60px;
	padding:20px 0;
	text-align:center;
	border-top:1px solid #0e71b8;
	background-color:rgba(0,0,0,0.08);
}
.footer {
	width:90%;
	max-width:1800px;
	margin:0 auto;
	display:block;
	overflow:hidden;
	padding:0 5%;
	font-size:0.9em;
}
.grid-item, .grid-sizer {
	width:22%;
	margin-bottom:30px;
	float:left;
}
.grid-item2, .grid-sizer2 {
    background:#edfbea;
	width:48%;
	margin-bottom:30px;
	float:left;
}

@media only screen and (min-width: 1701px) {
.grid2.sp {
border: 0px #000 solid;
align-items: stretch;
display: flex;
}
}

.team {
border: 0px #000 solid;
background: #EDFBEA;
display: flex; 
justify-content: space-between;
flex-wrap:wrap; 
align-content: center;
padding: 25px;
}
.team div {
display: block;
width: 22%;
margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
.team div {
display: block;
width: 31%;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 700px) {
.team div {
display: block;
width: 48%;
margin-bottom: 15px;
}
}
@media only screen and (max-width: 400px) {
.team div {
display: block;
width: 100%;
margin-bottom: 10px;
}	
.team {
padding: 15px;
}
}






.gutter-sizer {
	width:4%;
}
.gutter-sizer2 {
	width:4%;
}
.grid2 {
	width:100%;
	float:left;
}
.gridcontainer {
    background:#edfbea;
    width:100%;
    float:left;
}
.grid {
    margin: 30px 3%;
    width:94%;
    float:left;
}
.cont_1 {
	width:29%;
	margin-bottom:30px;
	float:left;
}
.cont_half {
	width:44%;
	margin:30px 4% 0 2%;
	float:left;
}
.cont_halfp {
    width:44%;
	margin:30px 2% 30px 4%;
	float:left;
}
.cont_1p, .cont_1p_sm {
	width:29%;
	margin-right:6.5%;
	margin-bottom:30px;
	float:left;
}
.cont_2, .cont_2_sm {
	width:64.5%;
	margin-bottom:30px;
	float:left;
}
.cont_2p {
	width:64.5%;
	margin-right:6.5%;
	margin-bottom:30px;
	float:left;
}
.cont_3 {
	width:100%;
	margin-bottom:30px;
	float:left;
}
.boxgrau {
	width:90%;
	padding:5%;
	background-color:#edfbea;
    overflow:hidden;
}
.boxhervorh {
	width:90%;
	padding:5%;
    background-color:#ffe4e4;
    overflow:hidden;
}
.hinweis {
border: #ccc solid 0px;
border-top-width: 1px;
margin-top: 50px;
padding-top: 15px;
}



.umbr {
    display:none;
}
.hl {
	position:absolute;
	left:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2);
	white-space: nowrap;
	color:#fff;
	font-size:2.5em;
	padding:40px 25px;
	font-weight:300;
	text-transform:uppercase;
	line-height:0;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
	width:100%;
	height:auto;
}
.video-container3 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: visible;
	width:100%;
	height:200px;
}
.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
	width:100%;
	height:200px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.video-container3 iframe,
.video-container3 object,
.video-container3 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
}
.hervorh {
    font-weight:600;
	font-size:1.2em;
	line-height:120%;
	margin-bottom:16px;
    color: #97c11f;
}
#zzNachoben {
   position: fixed;
   bottom: 0;
   left:50%; 
   margin-left: 840px;
   z-index:9998; 
}
#zzNachoben img {
   width:65%;
	height:auto;
}
@media only screen and (max-width: 1920px) {

#zzNachoben {
  left:50%; 
   margin-left: 42%;
   }
}


.social img {
width: 40px;
}
