/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, images, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ////////////////////////////// ALLGEMEIN ////////////////////////////////// */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.formWrapper {
	margin-top: 20px;
}

.formWrapper p {
	margin: 0;
	clear: none !important;	
}

.formLinks {
	float: left !important;
	width: 48%;
	margin-right: 2%;
	background: none;
}

.formRechts {
	/* margin-left: 150px; */
	float: left !important;
	width: 50%;
	background: none;
}

.form-agb {
	width: 50%;
}

.form-data {
	margin: 30px 0;
	text-align: right;
	font-size: 20px;
	font-family: Arial, sans-serif;
	width: 48%;
}

.form-data .mwst {
	margin-top: 10px;
	font-size: .8em;
	text-align: right;
}

#kaufbetrag {
	/* display: none; */
	
}

/* ----------------------------- TEXT ----------------------------- */

.formField {
	margin-top: 0px;
}

.formField input {
	color: white;
	height: 30px;
	border: 0px;
	background-color: #1e2225;
	padding: 5px;
	font-family: 'OpenSansLight';
	font-size: 12px;		
}

.formField input:hover {
	background-color: #08afc6;
}

.formWrapper p.formField100 {
	margin-top: 12px !important;
}

.formField100 {
	float: left !important;
}

.formField100 span span {
	/* float: left !important; */
	margin: 0px 0 0 0 !important;
}

.formField100 input {
	margin-top: 5px !important;
	width: 100%;
	height: 30px;
}

.formField50wrapper {
	float: left !important;
	margin-top: 5px !important;
	/* width: 400px; */
	/* height: 30px; */
}

.formField50 {
	margin-top: 0px!important;
	float: left !important;
	width: 47% !important;
}

.formField50-2 {
	float: right !important;
}

.formWrapper p.bisStrich {
	width: 6% !important;
	float: left !important;
	margin: 0;
	text-align: center;
}

.formField50 input {
	float: left;
	width: 100%;
}

.formField50-1 span span,.formField50-2 span span {
    margin-left: -192px !important;
}

/* ----------------------------- DATE ----------------------------- */

/*.formFieldDate input {
	color: #ffffff !important;
}
*/

.formWrapper p.formFieldDate2text {
	margin: 15px 0 5px 0 !important;
}

.formFieldDate2text {
	width: 390px !important;
}

.formWrapper p.formFieldDate2 {
	margin-right: 10px !important;
}

.formFieldDate2 {
	width: 50px !important;
}

.formFieldDate2 input {
	width: 40px !important;
	display: inline-block;
}

.formFieldDateJahrWrapper {
	width: 80px !important;
}

.formFieldDateJahrWrapper input {
	width: 80px !important;
}

.eventLocation article p.formFieldDate2 {
	float: left !important;
	/* width: auto !important; */
}

.eventLocation article p.formFieldDateJahrWrapper {
	float: left !important;
	width: auto !important;
}

.eventLocation article p.formField50-1 {
	float: left !important;
	width: 47% !important;
}

.eventLocation article p.formField50-2 {
	float: left !important;
	/* margin-left: 7px !important; */
	width: 47% !important;
}
/* ----------------------------- TIME ----------------------------- */
p.formField50.formField.formFieldDate2.formFieldTime {
    width: 40px !important;
    margin-right: 2px !important;
}

p.bisStrich.timeLetter {
    width: 2% !important;
    margin-right: 2px;
}


/* ----------------------------- SELECT ----------------------------- */

/*
.formField select {
	padding: 5px;
    -webkit-appearance:none;
    -moz-appearance:none;
	width: 390px;
	height: 30px;
	border: 0px;
	border-radius: 0px;
	background-color: #1e2225;
	background-image: url("../images/selectboxArrow-30x30.png");
	background-repeat: no-repeat;
	background-position: right 0px;
	font-family: 'OpenSansLight';
	font-size: 12px;
	color: white;
}

.formField select:hover {
	background-color: #08afc6;
} 
*/

.formWrapper p.formFieldSelect {
	margin-bottom: 5px !important;
}

.styled{
	width: 100%;
	/* height: 34px; */
	overflow: hidden;
	background: url("../images/selectboxArrow-30x30.png") no-repeat 100% top #1e2225;
}

.styled select {
	font-family: 'OpenSansLight' !important;
	font-size: 12px !important;
	color: white;
	background: transparent;
	width: 110%;
	padding: 5px;
	font-size: 16px;
	border: 0px;
	border-radius: 0px;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer !important;
}

.styled select option {
	border: 0 !important;
	-webkit-appearance: none;
	border-radius: 0px;
	width: 90.9%;
	color: black;
	background: #fff;
} 

/*.styled select:hover {
	background-color: #08afc6;
}
*/


/* ----------------------------- TEXTAREA ----------------------------- */

.formWrapper p.formTextarea {
	margin: 15px 0 0px 0 !important;
}

.formTextarea {
	float: left !important;
}

.formTextarea textarea {
	margin-top: 5px !important;
}

.your-message textarea {
	padding: 5px;
	font-family: 'OpenSansLight' !important;
	font-size: 12px !important;
	color: white;
	border: 0px;
	min-width: 100%;
	max-width: 930px;
	min-height: 184px;
	height: auto;
	background-color: #1e2225;
}

/* ----------------------------- SENDBUTTON ----------------------------- */

.formWrapper p.formButtonSend {
	height: 30px;
	margin-top: 30px !important;	
	float: right;
	text-align: right;
}

.formButtonSend {
	/* float: left !important; */
}

.formButtonSend input {
	float: right !important;
	border: 0px;
	/* width: 102px; */
	height: 30px;
	background-color: #08afc6;
	/* font-family: 'OpenSansLight'; */
	/* font-size: 12px; */
	color: white;
}

.formButtonSend input:hover {
	background-color: #ff540d;
}

.ajax-loader {
	margin-left: 10px !important;
	height: 20px !important;
	width: 20px !important;
}

/* ///////////////////////////// ERROR /////////////////////////////////// */

.wpcf7-not-valid-tip {
	color: #fff;
}


/* ----------------------------- FORM100 ----------------------------- */

.wpcf7-validation-errors, .wpcf7-mail-sent-ng {
	font-family: 'OpenSansLight';
	font-size: 12px;
	color: white;
	border: 0px !important;
	background-color: #ff540d;
	width: 925px !important;
	margin-left: 0px !important;
	padding: 5px !important;
}

span.wpcf7-not-valid-tip {
	/* position: absolute !important; */
	/* top: 0% !important; */
	/* left: 0% !important; */
	/* z-index: 100; */
	background: #ff540d !important;
	border: 0px !important;
	/* font-size: 10pt !important; */
	/* width: 394px !important; */
	/* height: 22px !important; */
	margin-top: 0px !important;
	padding: 1px 8px !important;
	font-family: 'OpenSansLight';
	font-size: 12px;
	color: white !important;
}

.div.wpcf7-response-output {
	padding: 10px 0 !important;
}

/* ----------------------------- FORM50 ----------------------------- */

.formWrapper p.formField50 span span {
	position: relative !important;
	margin-left: 0 !important;
	margin-top: 0px !important;
	display: inline-block;
	clear: both;
}

.startDate span {
	width: 184px !important;
	margin-top: 0px !important;
}

.endDate span {
	margin-top: 0px !important;
	width: 184px !important;
}

/* ----------------------------- DATE ----------------------------- */

.formFieldDate span span {
	width: 184px !important;
	margin-top: 0px !important;
}


/* ///////////////////////////// OK /////////////////////////////////// */

.wpcf7-mail-sent-ok {
	padding: 5px !important;
	width: 930px !important;
	border: 0px !important;
	background-color: #08afc6 !important;
	margin-left: 0px !important;
	font-family: 'OpenSansLight';
	font-size: 12px;
	color: white;
	display: none !important;
}





