@charset "UTF-8";
body {
	width: 100%;
	background-image: url(lightback.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	line-height: 140%;
	text-align: center;
	color: #838383;
}

#logo {
	width: 25%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
}
.wrapper {
	height: auto;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	clear: both;
}
.wrapper a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.wrapper a:hover {
	text-decoration: underline;
}
.wrapper a:visited {
	color: #000;
	}
#header {
	height: auto;
	width: 100%;
	margin-bottom: 0px;
}
#header ul {
	float: right;
	margin-top: 3%;
	margin-bottom: 2.5%;
	margin-right: 3%;
}
#header li {
	display: inline;
	margin-right: 15px;
}
#header a:link {
	height: 48px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
#header a:hover {
	text-decoration: underline;
}
#header a:visited {
	color: #333;
	}
#bild1 {
	background-image: url(intro3.gif);
	background-repeat: no-repeat;
	height: 525px;
	width: 1280px;
	margin-top: 0px;
	margin-right: auto;
	margin-left:auto;
}
#bild2 {
	height: auto;
	width: 100%;
	margin-top: 20px;
	clear: both;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.gallerie {
	height: auto;
	width: 25%;
	float: left;
	opacity: 0.6;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	margin-top: 0px;
	margin-bottom: -5px;
}

.gallerie:hover {
	opacity: 1;
}

.detailbilder {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2%;
	margin-top: 1%;
	clear: both;
}
.detailbilderohne {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-top: 3%;
	clear: both;
}
.detailbilderueberschrift {
	width: 50%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5%;
	margin-top: 1%;
	clear: both;
}
h2 {
	font-size: 1.5em;
	color: #000;
	text-align: center;
	letter-spacing: -1px;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 2%;
}

h3 {
	font-size: 1.2em;
	color: #000;
	text-align: center;
	font-weight: bold;

}

#zruck {
	height: auto;
	width: 60px;
	position: fixed;
  	bottom: 0;
 	right: 0;
}

.footerspalten {
	width: 33.3%;
	height: auto;
	float: left;
	text-align: center;
}

.footerspalten a:link{
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
}

.footerspalten a:hover{
	text-decoration: underline;
}

.footerspalten a:visited{
	text-decoration: none;
	color: #FFF;
}

.clearer{
	height: 0px;
	width: 100%;
	clear: both;
	}
	
.clearerline {
	height: 0px;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	clear: both;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	}
	
#footer {
	margin-left: auto;
    margin-right: auto;
	margin-top: 50px;
	height: 50px;
    background-image: url(footer2.png);
	background-size: 100%;
    background-repeat: x-repeat;
    clear: both;
    padding-top: 20px;
	padding-right: 20%;
	padding-left: 20%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
	font-size: 1em;
	line-height: 140%;
	text-align: left;
	color: #ffffff;
	}
	
.bildgif {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	height: auto;
	}
	
footer {
	width: 87px;
	height: auto;
	position: fixed;
	bottom: 45%;
	left: -5px;
	}

.responsive-video {
padding-bottom: 56.25%;
position: relative;
overflow: hidden;
display: block;
height: 0;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
	
@media only screen and (max-width: 765px) {
		.gallerie {
	width: 50%;
	height: auto;
	float: left;
	opacity: 1;
	margin-top: 0px;
	margin-bottom: -6px;
}
.detailbilder {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1%;
	clear: both;
}
	.detailbilderohne {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
	.detailbilderueberschrift {
	width: 90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
#header {
	height: auto;
	width: 85%;
	margin-top: 0px;
	margin-left: 0px;
	float: left;
	margin-bottom: 10px;
}
#header ul {
	margin-right: 0;
	}
#logo {
	width: 100%;
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	clear: both;
}
.bildgif {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: auto;
	}
#footer {
	height: auto;
    background-image: url(footermobile.png);
	background-color: #000;
	padding-bottom: 3%;
	padding-left: 5%;
	padding-right: 5%;
	}
.footerspalten {
	width: 100%;
	height: auto;
	float: none;
  clear: both;
}
footer {
	width: 20%;
	height: auto;
	position: fixed;
	bottom: 15%;
	left: -5px;	
}
		}
		
@media only screen and (min-width: 1690px) {
	.gallerie {
	height: auto;
	width: 20%;
}
#logo {
	width: 20%;
	height: auto;
}