/*
Theme Name: (c) ELLELL-One-Page / Version: 12
Description: Responsives ELLELL Webdesign-HTML-Theme fuer Eva Paula Pick 
Version: 1.0 / All rights reserved
Design, Framework, Programmierung: Lutz Lerchenfeld - ELLELL Webdesign(c)2017
http://www.ll-design.info
*/


.wrapper {
	max-width:800px;
	width:100%;
	margin:0 auto;
	position:relative;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

input,
textarea,
button[type="submit"] {
font:400 16px "open sans", Helvetica, Arial, sans-serif;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

fieldset {border: none;}

#contact-form {
	border: none;
	line-height: 150%;
	background:#fff;
	padding:0px;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
#contact-form h3 {
	color:#000;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#000;
	display:block;
	margin:0 auto;
	font-weight:300;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

input,
textarea {
	width:100%;
	/*box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;*/
	border:1px solid #CCC;
	background:#FDFDFD;
	margin:0 0 5px 0;
	padding:10px;
	line-height: 150%;
	border-radius:0px;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

input:hover,
textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
textarea {
	height:100px;
	max-width:100%;
}

button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#991D57;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:0px;
	-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

a {color: red; text-decoration: none}
a:hover {color: #000; text-decoration: none}

.radiotrenner {
    display: block;
    float: left;
	text-align: left;
    border: 1px solid black;
    background-color: white;
    width: 33%;
	line-height: 9px;
}

.button-form{
	cursor:pointer;
	min-width:20%;
	border:none;
	background:#000;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.button-form:hover{
	cursor:pointer;
	min-width:20%;
	border:none;
	background:orange;
	color:#FFF;
	margin:0 0 0px;
	padding:10px;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

.float{
text-align: left;
float: left;
}

.Meldung {
	width:50%;
	font-size:22px;
	font-weight: 600;
	line-height: 140px;
	min-height: 100px;
	background:orange;
	color: #000;
	margin:100px auto 0 auto;
	padding:40px;
	border-radius:10px;
}

#Nachrichten, #FormularLink{
	width:50%;
	min-height: 100px;
	color: #000;
	margin: 0 auto 0 auto;
	padding:40px;

}

.nixda { 
	display:none; 
}

.halb { 
	width: 50%; 
	float:left;
}

.radio { 
margin: 0px 6px 0px 0px;
padding: 0px 0px 0px 0px;
width: 20px; 
text-align: left;	
}

hr {
  background-color:#cacaca;
  color:#cacaca;
  border:#cacaca;
  height:1px;
}


::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}