*{
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.5);
}

html{
	height: 100%;
	/*overflow-y: scroll;*/
}

body{
	background: #450b29;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: white;
	height: 100%;
}

a{
	color: #fff;
}

h4{
	font-size: 16pt;
	padding-top: 16px;
}

h5{
	font-size: 20pt;
	
}

.field, form textarea, form select, form fieldset {
    border: none;
    padding: 8px 10px;
	margin: 0px 0px;
    font-size: 16px;
	font-family: 'Roboto', sans-serif;
    width: 100%;
    color: #000;
	font-weight: 100;
	background:-moz-linear-gradient(top,#fff,#ccc);
	background:-webkit-linear-gradient(top,#fff,#ccc);
	background:-ms-linear-gradient(top,#fff,#ccc);
	background:-o-linear-gradient(top,#fff,#ccc);
	background:linear-gradient(top,#fff,#ccc);
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

#art{
	width: 103%;
}

 /* Browser Reset */
 input:invalid {

 }
 /* ersetzt Asterisk */
 input:required + label::after {
   content:" *";
   color:#f00;
 }
 /* nicht oder falsch ausgefuellte Felder rot markieren */
 input:focus:invalid {
   border-color:#f00;
 }
 /* richtig ausgefuellte Felder gruen markieren */
 input:required:focus:valid {
   border-color:#0c0;
 }
/*************************** LAYOUT ******************************
*****************************************************************/

#infotext{
	font-size: 34px;
	font-weight: 100;
	color: black;
	padding-left: 45px;
	padding-top: 38px;
}

.bold{
	font-weight: 700;
	color: #450b29;
}

#textlink{
	font-weight: 700;
	color: #450b29;
}

#textsignature{
	position: absolute;
	top: 750px;
	padding-left: 45px;
}

#weblink{
	font-size: 32px;
	font-weight: 700;
	color: #450b29;
	text-decoration: none;
}


#wrapper{
	overflow: hidden;
	min-height: 100%;
}

#bild{
	position: relative;
	margin-top: 100px;
	margin-bottom: 100px;
	color: white;
	font-size: 9pt;
	width: 800px;
	height: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;

	background: url(../images/plakat.png);
	background-size: 100%;
	background-repeat: no-repeat;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

#googlemaps{
	position: relative;
	width: 800px;
	height: 400px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
}

#bottom{
	position: relative;
	background: #555;
	width: 100%;

}

#contact-form{
	position: relative;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

#sendenbutton{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	border: none;
	color: white;
	background: #450b29;
	margin: 20px 0px;
	width: 200px;
	height: 50px;
	font-weight: 700;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.4);
    transition: 0.5s;
	cursor: pointer;
}

#sendenbutton:active {
	background: #fff;
	color: #450b29;
	transition: 0.2s;
}

#footer{
	position: relative;
	color: #888;
	background: #222;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#formleft{
	position: absolute;
	top: -50px;
	left: 10%;
	margin-left: -400px;
	width: 400px;
	height: 200px;
	background: #555;
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-o-transform: skew(-45deg);
}

#formright{
	position: absolute;
	top: -50px;
	right: 10%;
	margin-right: -400px;
	width: 400px;
	height: 200px;
	background: #555;
	-webkit-transform: skew(45deg);
	-moz-transform: skew(45deg);
	-o-transform: skew(45deg);
}