* {
	margin: 0;
	padding: 0;
}

input[type=submit] {
	-webkit-appearance: none;	
}

input[type=button] {
	-webkit-appearance: none;
}

html {
	background-color: #f1f2f2;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	text-overflow: ellipsis;
	color: #333434;
}

a {
	color: #333434;
}

strong {
	font-size: 1rem;
	font-weight: 700;
}

#content {
	margin: 30px;
}

.box {
	position: relative;
	background-color: white;
	min-height: 50px;
	border-radius: 20px;
	padding: 15px;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#content > div {
	margin-bottom: 30px;
}

a#logo {
	display: inline-block;
	background-image: url("../img/logo.png");
	min-width: 50%;
	height: 68px;
	background-repeat: no-repeat;
	background-size: contain;
}

nav {
	display: block;
	position: absolute;
	top: 28px;
	right: 0px;
}

nav ul li {
	float: left;
	list-style-type: none;
	margin-right: 20px;
}

a.action, input.formbutton {
	background-color: #c7d500;
	text-decoration: none;
	color: white;
	border-radius: 10px;
	display: inline-block;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 800;
	padding: 10px 20px 10px 20px;
	letter-spacing: 1px;
}

input.formbutton {
	height: 50px;
	display: block;
	max-width: 300px;
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
}

.image {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 20px;
	padding: 30px;
	height: 640px;
	background-position: center center;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	font-weight: bold;
}

h1 {
	font-size: 3.8rem;
	color: white;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
}

h2 {
	font-size: 1.2rem;
}

h3, div.form_displaygroup {
	font-size: 1.1rem;
	text-transform: uppercase;
	text-align: center;
	border-bottom: solid 1px #eaeaea;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-weight: bold;
	margin-top: 0px !important;
}

h4 {
	font-size: 0.8rem;
	text-transform: uppercase;
}

p {
	margin-bottom: 10px;
}

.layercontainer {
	position: relative;
	max-width: 1370px;
	margin-left: auto;
	margin-right: auto;
}

.layercontainer > .layer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

.columncontainer {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 10px;
}

.columncontainer > .col {
}

.checkmark {
	background-image: url("../img/checkmark.png");
	background-repeat: no-repeat;
	background-size: 53px 63px;
	background-position: left center;
	padding-left: 60px;
	min-height: 50px;
	position: relative;
}

.icon {
	background-size: 40px 40px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
	min-height: 50px;
	position: relative;
	display: table;
}

.checkmarktext, .icontext {
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	*/
	display: table-cell;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;

}

.checkmarktext > h4, .icontext > h4 {
	margin-bottom: 0px;
}

.checkmarktext > p, .icontext > p {
	font-size: 0.8rem;
	margin-bottom: 0px;
}

hr {
	border-top: none;
	border-bottom: solid 1px #eaeaea;
	margin-top: 20px;
	margin-bottom: 20px;
}

.text_cta {
	position: absolute;
	bottom: 30px;
	left: 0px;
	right: 0px;
	text-align: center;
	color: white;
}

.text_cta > p {
	font-size: 2.4rem;
	margin-bottom: 30px;
}

div.footer {
	line-height: 50px;
}

div.footer a {
	text-decoration: none;
}

div.footer a:hover {
	text-decoration: underline;
}


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

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

/*
div.form_displaygroup {
	text-align: left;
	font-weight: bold;
	color: #c8d326;
	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: #777;
}

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: #ebebeb;
	border-color: #333;
	border-width: 0px;
	border-style: solid;
	border-radius: 10px;
	color: #333;
	padding: 10px;
	font-size: 1rem;
	margin: 0px !important;
}

div.form_field > select[name="anrede"] {
	max-width: 150px;
}

div.form_field > select {
	width: 100%;
	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: #ebebeb;
	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="eintrittsdatum_day"], div.form_field > select[name="guest_birthday_year"], div.form_field > select[name="eintrittsdatum_year"] {
	width: 100px !important;
	margin-right: 10px !important;
}

div.form_field > select[name="geburtsdatum_month"], div.form_field > select[name="eintrittsdatum_month"] {
	width: 150px !important;
	margin-right: 10px !important;
	max-width: 150px !important;
}

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

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

.form_submitbutton {
	display: block;
	margin-left: 31% !important;
}

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

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

.formerrors {
	margin: 20px;
}

ul.form_errors li {
	font-size: 0.8rem;
	margin-left: 20px;
	padding-top: 10px;
}

div.form_success {
	background-color: #c8d326;
	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: "*";
}

.btn-success {
	background-color: #c7d500 !important;
	border: none !important;
	white-space: normal !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1220px) {
	h1 {
		font-size: 2.4rem;
	}

	.text_cta > p {
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
	h1 {
		font-size: 1.8rem;
	}

	.text_cta > p {
		font-size: 1.2rem;
	}
}

@media only screen and (min-width: 0) and (max-width: 767px) {
	h1 {
		font-size: 1.2rem;
	}

	.text_cta > p {
		font-size: 1.0rem;
		margin-bottom: 10px;
	}

	a.action, input.formbutton {
		font-size: 0.9rem;
		padding: 10px 20px 10px 20px;
		letter-spacing: 1px;
	}

	.image {
		aspect-ratio: auto;
		height: 240px;
		background-position: initial;
	}

	div.form_label {
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}

	div.form_field {
		width: 95%;
		display: block;
	}

	.form_submitbutton {
		margin-left: 20px !important;
	}
}

@media only screen and (min-width: 0) and (max-width: 389px) {
	a.action, input.formbutton {
		font-size: 0.8rem;
		padding: 10px 20px 10px 20px;
		letter-spacing: 1px;
	}
}