* { margin: 0; padding: 0 }

body {
	color: #555;
	font: 12px/18px Arial, Helvetica, Tahoma, sans-serif;
	background: #FFF;
}

.wrap {
	width: 960px;
	margin: auto;
}
.clear { clear: both }

a { color: #333 }
a:hover { color: #333; text-decoration: none }
p { margin-bottom: 15px }
h3 { font-size: 18px; line-height: 25px; margin-bottom: 10px; }

.red { color: #c42b17 }
.bigger { font-size: 1.1em }


#header {

}
#header #nav {
	margin-top: 30px;
	border-top: 1px solid #d1d1d1;
	background: #eaebeb url(../images/nav_bg.jpg) repeat-x;
}
#header ul {
	list-style-type: none;
	font-size: 14px;
	margin-left: 30px;
}
#header ul li {
	float: left;
}
#header ul li a {
	float: left;
	color: #555;
	padding: 11px 15px;
	text-decoration: none;
	border-bottom: 4px solid #d49d96;
}
#header ul li a:hover {
	color: #000;
	background: #f6f6f6;
	border-bottom: 4px solid #ecd3d0;
}
#header ul li a.active {
	color: #333;
	background: #f6f6f6;
	border-bottom: 4px solid #ecd3d0;
}


.teaser {
	color: #FFF;
	background: #FFF url(../images/head_bg.jpg) no-repeat -15px -8px;
	height: 110px;
	padding: 30px 50px;
}
.teaser.sub {
/* 	height: 75px */
}

.teaser h2 {
	font-size: 22px;
	line-height: 25px;
	margin-bottom: 10px;
}
.teaser p {
	font-size: 13px;
	line-height: 20px;
	width: 600px;
}


.col2 div {
	padding: 20px 50px;
}
.col2 .left {
	float: left;
	width: 45%;
}
.col2 .left {
	float: left;
	width: 45%;
}


.col3 div {
	padding: 20px 0 0 50px;
}
.col3 .left {
	float: left;
	width: 30%;
}
.col3 .middle {
	float: left;
	width: 30%;
}
.col3 .right {
	float: left;
	width: 20%;
}


.content {
	padding: 30px 50px;
}

#footer {
	color: #666;
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding: 10px 50px;
}
#footer ul {
	float: right;
	list-style-type: none;
}
#footer ul li {
	float: left;
	padding: 0 10px;
}
#footer ul li a {
	float: left;
}



input[type="text"] {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px;
	width: 200px
}
select, textarea {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	padding: 4px;
}
input[type="submit"] {
	padding: 4px 10px;
	border: 0;
	color: #FFF;
	background: #C23226;
	cursor: pointer;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tbl { width: 100% }
.tbl th {
	width: 170px;
	text-align: right;
	padding-right: 10px;
	
}
.tbl th,td {
	padding: 5px;
		font-size: 12px;
}
.normal { font-weight: normal }



.personal h3 {
	margin-bottom: 0px;
}


ul.list {
	margin-bottom: 20px;
	padding-left: 15px;
}

ul.wd {
	list-style-type: none;
}


.ok, .error {
	font-weight: bold;
	padding: 10px 15px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.ok {
	color: #497a2b;
	background: #e1f1d7;
}
.error {
	color: #c42b17;
	background: #f7dedb;
}








div[role="datenschutz-popup"] {
	display: none;
}

div[role="datenschutz-popup"].open {
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	left:0; top:0;
	width: 100%; height: 100%;
	z-index: 100;
	overflow: auto;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.2);
}

div[role="datenschutz-popup"] .content {
	background-color: white;
	padding: 30px;
	width: 400px;
	max-height: 80vh;
	overflow: auto;
}





.teaser-contact > * {
	display: block;
	float: left;
	margin-right: 45px;
	font-size: 16px;
	line-height: 23px;
}
.teaser-contact a {
	color: white !important;
}
