/* Farbdefinitionen

Grau				#474b53 Text Regular
Grau neu			#3a3d44 dunkler wegen SemiBold statt Bold
Himbeerrot hell		#bc0066
Himbeerrot dunkel	#960055
Lindgruen			#bdcd00

-------------------	*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background-repeat: no-repeat;
}
html {
	height: 100%;
	padding-bottom: 1px;
	margin-bottom: 1px; /* erzwingt einen scrollbalken */
	-webkit-text-size-adjust: none;
	overflow-y: scroll;
}
body {
	background-color: #c4dedb;
	background: repeating-linear-gradient(left, #b5d4d0, #97bfbc, #84a5a3, #84a5a3, #aeccc8);
	background: -moz-repeating-linear-gradient(left, #b5d4d0, #97bfbc, #84a5a3, #84a5a3, #aeccc8);
	background: -webkit-repeating-linear-gradient(left, #b5d4d0, #97bfbc, #84a5a3, #84a5a3, #aeccc8);
}
body, td, h4, input, textarea {
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 400;
	color: #474b53;
}
h1 {
	font-size: 24px;
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top:0px;
	margin-bottom: 2px;
	color: #960055;
	text-transform: uppercase;
}
h2 {
	font-size: 18px;
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 2px;
	color: #960055;
}
h3 {
	font-size: 15px;
	/*font-size: 0.84rem;*/
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 0.7em;
	color: #3a3d44;
}
em {
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}
strong {
	font-family: 'Open Sans', Tahoma, Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #3a3d44;
}
p {
	margin-bottom: 0.7em;
}
td {
	vertical-align: top;
}
input, textarea {
	margin: 0 0 8px 0;
	padding: 4px;
	max-width: 440px;
	width:100%;
	font-size: 15px;
	/*font-size: 0.9rem;*/
	color: #474b53;
	border-top: none;
	border-right: 1px solid #99a2a8;
	border-bottom: 1px solid #99a2a8;
	border-left: none;
}
input[type="checkbox"] {
	width:auto;
	}
input.sendebutton {
	width: 120px;
	background-color: #dddddd;
}
textarea.nachricht {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.img-responsive {
	width:100%;
	height:auto;
}
::selection {
	background: #bc0066; /* WebKit/Blink Browsers */
	color: #fff;
}
::-moz-selection {
 background: #bc0066; /* Gecko Browsers */
 color: #fff;
}
/* -------------------- layout allgemein ------------------- */
body {
	padding:40px;
}
.wrapper {
	max-width:1200px;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:80px;
	background-color:#fff;
}



