@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
} 
	
html {
	font-size: 100%;
}
	
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	width: 100%;
	background-color: white;
}

header {
	width: 100%;
	height: 200px;
	border-bottom: solid 5px #aec845;
	background-color: black;
}

#border {

}

#menu_icon {
	background-image: url("../img/menu_icon.png");
	background-repeat: no-repeat;
	background-size: 40px 40px;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50px;
	top: 50px;
	z-index: 1000;
	cursor: pointer;
	display: none;
}

#menu_icon:hover {
	background-image: url("../img/menu_icon_hover.png");
}

#menu {
	margin-left: 100px;
	padding-top: 50px;
}

nav {
	list-style: none;
	font-size: 1rem;
	letter-spacing: 1px;
	display: inline-block;
}

nav ul {
	display: inline-block;
}

nav li {
	list-style: none;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
}

nav li:hover a {
	color: #aec845;
	border-bottom: solid 5px #aec845;
}

nav a {
	text-decoration: none;
	color: white;
	padding-bottom: 30px;
}

#logo {
	background-image: url("../img/wmm_ag.png");
	background-repeat: no-repeat;
	background-size: 260px 80px;
	width: 260px;
	height: 80px;
	position: absolute;
	right: 100px;
	top: 50px;
	z-index: 100;
}

#content {
	min-height: 400px;
	background-color: #000;
}

div.content {
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
	font-size: 1rem;
	padding-bottom: 10px;
	margin-left: 100px;
	margin-right: 100px;
}

p {
	text-align: justify;
	font-size: 1rem;
	color: #fff;
	line-height: 24px;
	font-weight: 300;
	padding-left: 10%;
	padding-right: 10%;
}

a {
	text-decoration: none;
	color: #fff;
}

.image {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1000px;
}

h1 {
	padding-top: 100px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 2rem;
	text-transform: uppercase;
	color: #aec845;
}

h2 {
	text-align: center;
	font-weight: 300;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #aec845;
}

h4 {
	text-align: center;
	font-weight: 400;
	font-size: 1.2rem;
	color: #fff;
}

div.partner {
    width: 200px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    background-color: white;
    border: solid 1px #888;
}

a.partner {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.stage {
}

#stage_a {

}

#stage_b {

}

#stage_c {

}

#stage_d {

}

.stage_image {

}

.stage_headline {

}

.stage_text ul {

}

.stage_button {

}

footer {
	height: 300px;
	border-top: solid 5px #aec845;
	background-color: black;
}

.footer_contact > p {
	padding-left: 100px;
	margin-top: 50px;
	font-size: 0.8rem;
	color: #fff;
	line-height: 20px;
}

.footer_icons {

}

.twitter {

}

.facebook {
	
}

footer li {

}

footer a {

}

.actionbutton {
	display: inline-block;
	background-color: #aec845;
	text-align: center;
	font-size: 1.6rem;
	cursor: pointer;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
}

.actionbutton:hover {
	color: black;
}


/******************** FORM *******************/

div.form {
	width: 100%;
	clear: both;
	border-collapse: collapse;
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
	padding-top: 1px;
}

div.form_displaygroup {
	text-align: left;
	font-weight: bold;
	color: #99ba56;
	font-size: 1.2rem;
	border-bottom: solid 2px #666;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 20px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.form_row {
	margin: 20px;
}

div.form_label {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

div.form_label label {
	color: #fff;
}

div.form_field {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

div.form_field > input[type="text"], div.form_field > input[type="password"], div.form_field > select, div.form_field > textarea, div.form_field .formelement_signature {
    background-color: #ccc;
    border-color: #333;
    border-width: 0px;
    border-style: solid;
    color: #333;
    padding: 10px;
    font-size: 1rem;
    margin: 0px !important;
}

div.form_field > select {
	width: 100%;
	max-width: 200px;
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	margin: 0;
	border: none;
	    border-top-color: currentcolor;
	    border-top-style: none;
	    border-top-width: medium;
	    border-right-color: currentcolor;
	    border-right-style: none;
	    border-right-width: medium;
	    border-bottom-color: currentcolor;
	    border-bottom-style: none;
	    border-bottom-width: medium;
	    border-left-color: currentcolor;
	    border-left-style: none;
	    border-left-width: medium;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #ccc;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #aaa, #aaa);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	display: inline-block;	
}

div.form_field > select[name="guest_birthday_day"], div.form_field > select[name="guest_birthday_month"], div.form_field > select[name="guest_birthday_year"] {
	width: 100px !important;
	margin-right: 10px !important;
}

div.form_field > select[name="guest_birthday_year"] {
	margin-right: 0px !important;
}

div.form_field a {
	display: block;
	margin-top: 10px;
}

.form_submitbutton {
	margin-left: 33% !important;
	display: block;
	padding-bottom: 40px;
}

table.form_errordata {
	width: 100%;
	background-color: rgba(255, 0, 0, 0.3);
	padding: 10px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1rem;
	color: fff !important;
}

.formerrors {
	margin: 20px;
}

ul.form_errors li {
	color: #fff !important;
}

div.form_success {
	background-color: #99ba56; 
	color: #fff; 
	padding: 10px;
	margin-bottom: 20px;
}

td.labels {
	width: 160px;
}

td.fields {
	font-size: 1.0em !important;
}

select, textarea, input.text {
	background-color: #fff;
	font-size: 1rem;
	border: solid 1px #ddd;
	font-family: 'Lato', sans-serif;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

textarea.textarea {
	font-family: 'Lato', sans-serif;
	width: 98%;
	background-color: #fff;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1rem;
	border: solid 1px #ddd;
	min-height: 100px;
}

label {
	font-size: 1rem;
	margin-bottom: 5px;
}

label.required:after {
	content: "*";
}

table.info {
	font-size: 1rem;
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.info th, table.info td {
	padding: 2px;
	line-height: 16px;
}

table.info li {
	line-height: 16px;
}

table.data {
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.data th {
	padding: 4px;
	background-color: #0b0f10;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
	border: solid 1px black;
}

table.data td {
	border: solid 1px #9e9e9e;
	padding: 4px;
	text-align: center;
}

table.data td ul {
	margin-bottom: 0px !important;
}

table.data tbody tr {
	height: 24px;
}

table.data tbody tr.colored td {
	background-color: #6c2b2c;
	background-image: linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -o-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(71, 8,
		12) ), color-stop(1, rgb(108, 43, 44) ) );
	color: white;
}

table.data tbody tr.separator td {
	background-color: #E0D9D5;
}

table.data tbody tr.tr1 td {
	background-color: #bdbec1;
	color: black;
}

table.data tbody tr.tr2 td {
	background-color: #a9a7a8;
	color: black;
}

tr.selectable:hover td {
	background-color: #fff7d1 !important;
}

tr.selected td,tr.selected:hover td, table.data tbody tr.tr1:hover td, table.data tbody tr.tr2:hover td {
	background-color: #EC008D !important;
	color: white;
	cursor: pointer;
	border: solid 1px #EC008D;
}

input.action_button, input.formbutton  {
	height: 40px;
	display: block;
	background-color: #317286;
	color: #ccc;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 38px;
	text-decoration: none;
	overflow: hidden;
	width: 300px;
	text-align: center;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
	-ms-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
}

a.action_button:hover, input.action_button:hover, input.formbutton:hover {
	background-color: #a2ba47;
}