.box {
	background: transparent;
	color: #fff;
	padding: 2em;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.main.style2 p {
	font-size: 1.3em;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.box.style2 {
	padding: 3.5em 1em 3.5em 2.5em;
}

#nav ul li a {
	text-transform: uppercase;
	padding: 0 1em 0 1em;
}

#nav ul li:last-child a {
}

article.pop-imprint {

	overflow: auto;
	text-align: left;
	font-size: 0.8em;
	padding: 4em;
	max-width: 80%;

}

article.pop-imprint a {
	color: #E30513;
	text-decoration: none;
}

article.pop-imprint > section {
	margin-top: 1em;
}
article.pop-imprint section:first-child {
	margin-top: 0;
}
article.pop-imprint > section h2 {
	margin-bottom: 0.5em;
}

div.imprint-popup {
	background: #fff;
}

div.imprint-popup .closer {
	background: #ccc;
	z-index: 30000;
	right: 20px;
	top: 5px;
	width: 72px;
	height: 72px;
}

.mobile div.imprint-popup .closer {
				width: 45px;
				height: 45px;
			}




form div.has-error input, form div.has-error textarea {
	border-color: #ff0000;
}


/*#contact {
	min-height: 746px;
}*/

#contact header {
	position: relative;
}


#contact div.content .thanks {
	opacity: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding-top: 16em;
}