/* -----------------------------------
	STYLE.CSS
	2016
	LUKAS ACKERMANN
----------------------------------- */

/* ------ SCHRIFTEN ------ */

@font-face {
    font-family: 'droid_sansbold';
    src: url('DroidSans-Bold-webfont.eot');
    src: url('DroidSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-Bold-webfont.woff') format('woff'),
         url('DroidSans-Bold-webfont.ttf') format('truetype'),
         url('DroidSans-Bold-webfont.svg#droid_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'droid_sansregular';
    src: url('DroidSans-webfont.eot');
    src: url('DroidSans-webfont.eot?#iefix') format('embedded-opentype'),
         url('DroidSans-webfont.woff') format('woff'),
         url('DroidSans-webfont.ttf') format('truetype'),
         url('DroidSans-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'adelle_basic_rgbold';
    src: url('adellebasic_bold-webfont.eot');
    src: url('adellebasic_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('adellebasic_bold-webfont.woff') format('woff'),
         url('adellebasic_bold-webfont.ttf') format('truetype'),
         url('adellebasic_bold-webfont.svg#adelle_basic_rgbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'brandon_grotesquebold';
    src: url('brandon_bld-webfont.eot');
    src: url('brandon_bld-webfont.eot?#iefix') format('embedded-opentype'),
         url('brandon_bld-webfont.woff') format('woff'),
         url('brandon_bld-webfont.ttf') format('truetype'),
         url('brandon_bld-webfont.svg#brandon_grotesquebold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* ------ RESET & ALLGEMEIN ------ */



body { 
	font-family:'droid_sansregular', Arial, sans-serif;
	color: #000;
	background-color:#fff;	
	-webkit-text-size-adjust: 100%; /* Keine auto-Anpassung von Fontsize in Mobile */
	margin:0;
	padding:0;
}

img { 
	border:0; 
}


/* ------ TYPOGRAFIE ------ */

p { 
	font-size:1em;
	line-height:1.5em;
	margin: 0 0 15px 0; 
}

h1, h2, h5 { 
	font: 1.8em 'adelle_basic_rgbold', Arial, sans-serif;
	line-height:1.2em;
	color: #000;
}

h2 { 
	font-size: 1.9em;
	line-height:1.3em;
}

h1 {
	text-transform:uppercase;
}

h5 {
	font-size:1em;
	text-transform: uppercase;
	margin-top: 30px;
}

a { 
	color: #05c69b;
	text-decoration:none;
	-moz-transition: color .25s;
	-webkit-transition: color .25s;
	-o-transition: color .25s;
	-ms-transition: color .25s;
	transition: color .25s;
}

a:hover { 
	color: #000;
	text-decoration:none;
}

ul {
	padding:0;
	margin:0;
	list-style-type:none;
	margin-bottom:20px;
}


ul li
{
	background-image:url(list_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 7px; 
	padding-left: 14px;
	margin-bottom:5px;
}

strong {
	font-family: 'droid_sansbold';
}

/* ------ KLASSEN ------ */

.clear {
	clear:both;
}

.anfuehrung {
	color:#05c69b;
	font-size:0.8em;
	margin-right:4px;	
}

.subheadline {
	text-transform:uppercase;
	font-family: 'brandon_grotesquebold';
	font-size:1.1em;
	margin-bottom:10px;
	color:#000;
}

.colored {
	color:#05c69b;
}

.zitat {
	text-align:right; 
	color:#999; 
	font-size:1.3em;
}

.col-md-12, .col-md-6 {
	margin-bottom:30px;
}

fieldset .col-md-4, fieldset .col-md-6, fieldset .col-md-8 {
	padding-left:0px;
}

fieldset .col-md-6 {
	padding-left:0px;
	margin-bottom: 15px;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.Button {
    color: #fff;
    width: 200px;
    height: 40px;
    border-left: 1px solid #05c69b;
    border-top: 1px solid #05c69b;
    border-right: 1px solid #009171;
    border-bottom: 1px solid #009171;
    background-color: #05c69b;
}

.error {
	padding:10px;
	background-color:#fce7e4;
	border:1px dashed #cc0000;
	color:#cc0000;
	list-style:none;
	font-weight:bold;
	margin-top:20px;
	width:100%;
}

.ok {
	padding:10px;
	background-color:#f4f3d3;
	border:1px dashed #769729;
	color:#769729;
	margin-top:20px;
	width:100%;
} 

/* ------ AUFBAU ------ */



.container-fluid {
	padding-left:0px;
	padding-right:0px;
}

  
	#logo {	
		  float:left;	
		  margin-top:14px;
		  margin-left:15px;
		  width:230px;
		  height:42px;		
	 }
	  
	  
	.navbar {
		 margin-top:30px; 
		 margin-bottom:30px;
	}
	
	.navbar li { 
	  	background-image:none;
		background-repeat: no-repeat;
		background-position: 0px 7px; 
		padding-left: 0px;
		margin-bottom:10px;
		margin-top:10px;}
	
	.navbar-default { 
	  	font-family:'brandon_grotesquebold', Arial, sans-serif;
		font-size:1em;
		text-transform:uppercase;
		color: #000;	
	}	 
	
	.submenu-responsive { 
		margin-top: 30px;
		margin-left: 15px;
		text-transform: uppercase;
		font-family: 'brandon_grotesquebold';
		font-size: 1.1em;
	} 	
	
	.submenu-responsive li { 
		margin-bottom: 10px;
		margin-top: 10px;	
	} 	
	
	.submenu-responsive .active { 
		color: #000;
	} 		  


	#header_picture {
		
		/*height:300px;*/
		margin: 0 15px 0 15px;
		/*margin:0 auto;*/
		margin-bottom:30px;
		border-bottom:4px solid #05c69b;
		overflow:hidden;		 
		/*background-image:url(header_bg_startseite.jpg);*/
		background-position:center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
	#header_picture img {
		/*display:none;*/
		width: 100%;
	}

	.overlay {
		position: relative; 
		z-index:10;
	}

		.overlay_content {
			padding: 10px 30px 10px 30px; 
			background-color:rgba(5,198,155,0.7);
		}

			.overlay_content h2 {
				font-size: 1.1em; 
				color: #fff; margin-bottom: 10px; 
				text-transform: uppercase; 
			}

			.overlay_content a {
				color: #fff;
			}


	.maininfos, .subinfos  {
		font-family: 'adelle_basic_rgbold', Arial, Helvetica, sans-serif;
		font-size:1em;
		margin-bottom:0px;
	}
	
	.subinfos {
		font-size:0.78em;
		margin-bottom:20px;
	}	
	
		
#footer {
	margin-bottom:60px;
	margin-top:40px;
	color: #05c69b;	
}	
	
	#footer a {
		font-family:'brandon_grotesquebold', Arial, sans-serif;
		font-size:1em;
		text-transform:uppercase;
		color: #05c69b;	
	}
	
		#footer a:hover {
			color:#000;
		}
		

@media screen and (max-width: 767px) {
	
  .navbar {
    margin-top: 30px;
    margin-bottom: 30px;
	}
  
  #logo {	
	float:none;	
	margin: auto;		
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	width:230px;
	height:42px;	
	padding-left:10px;
  }
	
  #header_picture {
	  /*height:220px;*/
	  margin:0 auto;
	  margin: 0 -15px 0 -15px;
	  margin-bottom: 20px;
	  border-bottom:4px solid #05c69b;
	  overflow:hidden;		 
	  /*background-image:url(header_bg_startseite.jpg);
	  background-position:center center;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;*/
  }
  
  #header_picture img {
	  /*display:none;*/
  }
  
  .maininfos, .subinfos  {
	  font-family: 'adelle_basic_rgbold', Arial, Helvetica, sans-serif;
	  font-size:1em;
	  margin-bottom:40px;
  }
  
  .subinfos {
	  font-size:0.78em;
	  margin-bottom:40px;
  }
  
  .zitat {
	  text-align:center !important;
  }
  
  .downloads {
	  margin-left:20px !important;
	  margin-bottom:40px !important;
	  width: 240px !important; 
  } 
  
  iframe {
	  max-width: 100%;
	  }
}



@media screen and (min-width: 768px) {

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.overlay {
		top: 50px; 
		right: 80px; 
		position: absolute; 
		z-index:10;
	}

		.overlay_content {
			padding: 20px 25px 20px 25px; 
			background-color:rgba(5,198,155,0.7);
		}

			.overlay_content h2 {
				font-size: 1.1em; 
				color: #fff; margin-bottom: 10px; 
				text-transform: uppercase; 
			}

			.overlay_content a {
				color: #fff;
			}
}


@media only screen 
and (min-width : 768px) 
and (max-width : 1024px)  {
	 #logo {	
	width:200px;
	height:37px;	
  }
	
}



.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-content {
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, .2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none ;
    box-shadow: none ;
}