/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}


* {
	margin: 0;
	box-sizing: border-box;
	outline: none;
}
html{
	height: 100%;	
	overflow-y: scroll;
}
body{
	height: 100%;	
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	background: #fff;
	color: #444;	
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
}
.content{
	max-width: 980px;
	width: 100%;
	text-align: left;
	margin: 0 auto;
}

#header{
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 40px;
}
#logo{
	padding: 26px 0 30px 0;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
	z-index: 2;
	position: relative;
}
#logotitle{
	text-align: center;
	font-size: 38px;
	font-weight: 300;
	line-height: 1;
	color: #d55000;
	margin-bottom: 10px;
	text-transform: uppercase;
}
#logosubtitle{
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	line-height: 1;
}
#headerimage{
	background: #fff;
}
#headerimage img{
	width: 100%;
	height: auto;
}
#menu{
	background: #444;
	border-bottom: 6px solid #d55000;
} 

#footer{
	width: 100%;
	background: #444;
	padding: 30px 0 40px 0;
	margin-top: 100px;
	position: relative;
	overflow: hidden;
	color: #fff;
	text-align: center;
	border-top: 6px solid #d55000;
}
#footer span{
	font-weight: 700;
	font-size: 18px;
}
#footer p{
	padding-bottom: 8px;
}
#totop{
	display: block;
	margin: 20px auto 0 auto;
	width: 34px;
	height: 30px;
	background: transparent url(../images/totop.png) 0px 0px no-repeat;
}
#totop:hover{
	opacity: 0.6;
}
#footer a{
	color: #fff;
	text-decoration: none;
	-webkit-transition:color 400ms ease-out;
	-moz-transition:color 400ms ease-out;
	-o-transition:color 400ms ease-out;
	transition:color 400ms ease-out;
	outline: 0;
}
#footer a:hover{
	color: #d55000;
	text-decoration: none;
	-webkit-transition:color 400ms ease-out;
	-moz-transition:color 400ms ease-out;
	-o-transition:color 400ms ease-out;
	transition:color 400ms ease-out;
}


h1{
	font-weight: normal;
	font-size: 34px;
	margin-bottom: 10px;
	color: #d55000;
}
h2{
	font-weight: normal;
	font-size: 22px;
	margin-bottom: 4px;
}
a,
a:visited{
	color: #d55000;
	text-decoration: underline;
	-webkit-transition:color 400ms ease-out;
	-moz-transition:color 400ms ease-out;
	-o-transition:color 400ms ease-out;
	transition:color 400ms ease-out;
	outline: 0;
}
a:hover{
	color: #777;
	text-decoration: underline;
	-webkit-transition:color 400ms ease-out;
	-moz-transition:color 400ms ease-out;
	-o-transition:color 400ms ease-out;
	transition:color 400ms ease-out;
}
br.clearer{
	width: 100%;
	line-height: 1px;
	clear: both;
}
ul{
	margin: 0;
	padding: 0;
}
ul li{
	margin: 0 0 6px 1.3em;
	padding: 0;
	list-style-type: square;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
img{
	border: 0;
}



.title{
	cursor: pointer;
	font-size: 20px;
	border-top: 1px dotted #888;
	color: #d55000;
	padding: 18px 0 0 0;
	margin: 20px 0 0 0;
	background: transparent url(../images/arrow-down.png) right 26px no-repeat;
}
.title:hover{
	color: #666;
}
.title.trigger_active{
	background-image: url(../images/arrow-up.png);
	background-position: right 24px;
}
.toggle_container{
	padding: 10px 0 10px 0;
}

#intro{
	background: #eee;
	padding: 2% 8%;
	font-size: 22px;
	font-style: italic;
	text-align: center;
}
#intro span{
	display: block;
	float: none;
	font-style: normal;
	font-size: 16px;
	margin: 10px auto 0 auto;
}

.bild{
	float: right;
	margin: 0 0 3% 3%;
	width: 47%;
}
.bild img{
	width: 100%;
	height: auto;
}

.responsive-img{
	width: 100%;
	height: auto;
}


input{
	border: 1px solid #ddd;
	background: #f2f2f2;
	padding: 6px 8px 7px 8px;
	margin-bottom: 6px;
	width: 200px;
	font-family: 'Open Sans', sans-serif;
	color: #444;	
	font-weight: 400;
	font-size: 15px;
	line-height: 1;
}
input#submit{
	display: block;
	background: #444;
	color: #fff;
	padding: 8px 20px 9px 20px;
	cursor: pointer;
	border: none;
	margin: 10px 0 0 0;
	display: block;
}
input#submit:hover{
	background: #777;
}


#cover-galerie{
	overflow: hidden;
}
.cover{
	float: left;
	width: 20%;
	text-align: left;
	margin: 0 0 3% 0;
}
.cover:nth-child(5n+1){
	clear: both;
}
.cover img{
	width: 80%;
	height: auto;
	margin: 0 auto;
}

@media screen and (max-width: 1020px){
	#wrapper{
		padding: 0 3%;
		width: 94%;
	}
	#footer{
		padding-left: 3%;
		padding-right: 3%;
		width: 100%;
	}
}

@media screen and (max-width: 640px){
	.cover{
		width: 50%;
		margin: 0 0 5% 0;
	}
	.cover:nth-child(5n+1){
		clear: none;
	}
	.cover:nth-child(2n+1){
		clear: both;
		border: 1px solid red;
	}
	.bild{
		float: none;
		margin: 0 0 3% 0;
		width: 100%;
	}
	#footer{
		background-image: none;
	}
}