@charset "UTF-8";
/* Einfache fließende Medien
   Hinweis: Für fließende Medien müssen Sie die Attribute 'height' und 'width' des Medium aus dem HTML-Code entfernen
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}



/* Layout für Mobilgeräte: 480 px oder weniger. */
@media only screen and (max-width: 480px) {
.gridContainer {
	
	width: 100%;
	background-color: rgba(51,51,51,1);	
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	padding-bottom: 20px;
	background-image: url(../img/Kies.png);
	background-repeat: repeat-x;
	padding-top: 10px;
}
.stil {
	width: 80%;
	font-family: 'Lato', sans-serif;
	font-size: 2em;
	color: rgba(102,102,102,1);
	text-shadow: 3px 1px rgba(255,255,255,1);
	text-align: center;
}
.stil2 {
	font-family: 'Lato', sans-serif;
	font-size: 2.2em;
	color: rgba(102,102,102,1);
	padding-top: 5%;
	text-shadow: 3px 1px rgba(255,255,255,1);
	margin-left: 10%;
	clear: none;
	float: left;
	width: 80%;
	text-align: center;
}

.socialmedia {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
	
}
.slider {
	background-color: rgba(51,51,51,1);
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
}
.text {
	text-align: justify;
	font-family: 'Lato', sans-serif;
	display: block;
	clear: both;
	float: left;
	width: 80%;
	margin-left: 0%;
	font-size: 1.1em;
	margin-top: 40px;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
	
	color: rgba(255,255,255,0.9);
}
.pixs {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	
	margin-top: 0%;
	
}
.pixhead {
	font-size: 1.5em;
	line-height: 1.4em;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
}
.pix {
	font-size: 1.2em;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	clear: none;
	float: left;
	width: 45%;
	margin-left: 5%;
	margin-top: 7%;
	
}
.footer {
	background-color: rgba(102,102,102,0.5);
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
}

.maps {
	
	display: block;
	clear: both;
	float: left;
	
	width: 90%;
	margin-left:5%;
}
.iframe-wrapper {
	position: relative;
	height: 0px;
	padding-bottom: 75%;
}
iframe {
	position: absolute;
	height: 80%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.adress {
	display: block;
	clear: none;
	float: left;
	font-family: 'Exo 2', sans-serif;
	width: 80%;
	text-align: center;
	font-size: 1.2em;
	color: rgba(255,255,255,1);
	margin-left:10%;
}
.kontakt {
	display: block;
	clear: none;
	float: right;
	font-family: 'Exo 2', sans-serif;
	width: 80%;
	font-size: 1.1em;
	color: rgba(255,255,255,1);
	margin-right: 10%;
}

label {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	color: rgba(255,255,255,1);
	display: inline;
	font-size: 1.1em;
	margin-top: 1%;
	margin-bottom: 1%;
}
#vorname {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
	}
#nachname {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
	
}
#mail {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
	
}
#nachricht {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
	
}
.footbar {
	background-color: rgba(51,51,51,1);
	text-align: center;
	display: block;
	height: 25px;
	width: 100%;
	clear: both;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 0.8em;
	line-height: 1.6em;
}
}
/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	
}
#header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 100%;
	background-color: rgba(51,51,51,1);	
}
#header {
	clear: none;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(204,204,204,1);
	padding-bottom: 20px;
	background-image: url(../img/Kies.png);
	background-repeat: repeat-x;
	padding-top: 40px;
}
.stil {
	font-family: 'Lato', sans-serif;
	font-size: 3vw;
	color: rgba(102,102,102,1);
	text-shadow: 3px 1px rgba(255,255,255,1);
	margin-left: 10%;
	width: 30%;
	clear: none;
	float: left;
	text-align: right;
	padding-top: 0.5%;
}
.stil2 {
	font-family: 'Lato', sans-serif;
	font-size: 3.5vw;
	color: rgba(102,102,102,1);
	text-shadow: 3px 1px rgba(255,255,255,1);
	margin-left: 5%;
	width: 30%;
	clear: none;
	float: right;
	text-align: left;
	margin-right: 10%;
}
.name {
	font-family: 'Lato', sans-serif;
	font-size: 3.5vw;
	color: rgba(102,102,102,1);
	text-shadow: 3px 1px rgba(255,255,255,1);
	margin-right: 5%;
	width: 40%;
	clear: none;
	float: right;
	margin-top: 0px;
}
.socialmedia {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
}
.slider {
	background-color: rgba(51,51,51,1);
	display: block;
	clear: both;
	float: left;
	width: 100%;
	margin-top: 100px;
}
.text {
	text-align: justify;
	font-family: 'Lato', sans-serif;
	display: block;
	clear: both;
	float: left;
	width: 60%;
	margin-left: 10%;
	font-size: 1.2vw;
	margin-top: 40px;
	padding-top: 5%;
	padding-right: 10%;
	padding-bottom: 5%;
	padding-left: 10%;
	color: rgba(255,255,255,0.9);
}
.pixs {
	display: block;
	clear: both;
	float: left;
	width: 80%;
	margin-left: 10%;
	margin-top: 0%;
}
.footer {
	background-color: rgba(102,102,102,0.5);
	clear: both;
	float: left;
	width: 100%;
	margin-top: 5%;
}
.maps {
	display: block;
	clear: both;
	float: left;
	width: 26.6667%;
	margin-left:5%;
}
.iframe-wrapper {
	position: relative;
	height: 0px;
	padding-bottom: 75%;
}
iframe {
	position: absolute;
	height: 80%;
	width: 80%;
	left: 0px;
	top: 0px;
}
.adress {
	display: block;
	clear: none;
	float: left;
	font-family: 'Exo 2', sans-serif;
	width: 26.6667%;
	text-align: center;
	font-size: 1.2vw;
	color: rgba(255,255,255,1);
	margin-left:5%;
}
.kontakt {
	display: block;
	clear: none;
	float: right;
	font-family: 'Exo 2', sans-serif;
	width: 26.6667%;
	font-size: 1.1vw;
	color: rgba(255,255,255,1);
	margin-right: 5%;
}
.footbar {
	background-color: rgba(51,51,51,1);
	text-align: center;
	display: block;
	height: 25px;
	width: 100%;
	clear: both;
	float: left;
	color: rgba(255,255,255,1);
	font-size: 0.8vw;
	line-height: 1.6em;
}
label {
	font-family: 'Exo 2', sans-serif;
	font-weight: normal;
	color: rgba(255,255,255,1);
	display: inline;
	font-size: 1.1vw;
	margin-top: 1%;
	margin-bottom: 1%;
}
#vorname {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
}
#nachname {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
}
#mail {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
}
#nachricht {
	font-family: 'Exo 2', sans-serif;
	color: rgba(255,255,255,1);
	background-color: rgba(51,51,51,0.1);
	width: 50%;
	float: right;
}
#footer .kontakt form fieldset legend strong {
	color: #FFF;
}
.pixhead {
	font-size: 2vw;
	line-height: 1.4em;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.pix {
	font-size: 1.4em;
	color: rgba(255,255,255,1);
	text-align: center;
	display: block;
	clear: none;
	float: left;
	width: 18.75%;
	margin-left: 5%;
	margin-top: 3%;
}
}