/*ALLGEMEIN*/

.clear {
	clear: both;
}
iframe,
object,
embed {
	max-width: 100%;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	color: #666666;
	font-size: 100%;
	line-height: 170%;
	font-weight: 300;
}
img {
	max-width: 100% !important;
	height: auto;
	display: block;
}
h1 {
	color: #bf0000;
	font-family: 'penultimatelightregular', sans-serif;
	font-size: 180%;
	font-weight: 600 !important;
	line-height: 120%;
	margin: 5% 0 2% 0;
}
h2 {
	color: #bf0000;
	font-family: 'penultimatelightregular', sans-serif;
	font-size: 150%;
	font-weight: 600 !important;
	padding-bottom: 30px;
}
a:link {
	text-decoration: none;
	color: #666666;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
	color: #bf0000;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
p {
	font-size: 110%;
}
.letter {
	color: blue;
}
/*ALLGEMEIN*/

/*TOP*/

#header {
	background-image: url("../images/header.jpg");
	background-position: center center;
	background-size: cover;
	height: 30em;
	text-align: left;
	position: relative;
}
.header-strich {
	bottom: 0;
	position: absolute;
}
.banner-box {
	margin-top: 2%;
	position: relative;
	width: 100%;
}
.banner1 {
	position: relative;
	color: #bf0000;
	padding: ;
	font-family: 'penultimatelightregular', sans-serif;
	font-size: 300%;
	line-height: 130%;
}
.banner-sub1 {
	position: relative;
	color: #666666;
	padding: ;
	font-family: 'penultimatelightregular', sans-serif;
	font-size: 180%;
	line-height: 130%;
	animation:
}
.top {
	height: 60px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	margin-top: 40px;
}
.top-right {
	float: right;
	margin-top: 2%;
	font-weight: bold;
}
/*TOP END*/

/*CONTENT*/

.lead {
	padding: 0% 0%;
}
.datenschutz {
	margin: 20% auto 5%;
	width: 70%;
}
.row-bg {
	margin-top: 2%;
	padding: 3%;
	min-height: 380px;
}
.row img {
	margin: 0 auto;
	margin-bottom: 5%;
	width: 30%;
}
.row1 {
	text-align: center;
}
.row2 {
	text-align: center;
}
.row3 {
	text-align: center;
}
.row3 a {
	text-decoration: underline;
}
.row3 a:hover {
	color: #bf0000;
}

.row2 p, .row1 p, .row3 p {text-align: left;}
.about {
	margin-top: 6%;
}
.about1 {
	margin: 0 auto;
	width: 80%;
}
.about2 {
	float: left;
	margin-top: 5%;
}
.abbinder {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 2%;
	color: #666666;
	font-size: 180%;
	text-align: center;
	font-weight: 500;
}
.abbinder a:link {
	color: #666666;
}
/*KONTAKT & GOOGLE*/

.row-bg-contact {
	background-color: #f2f1f1;
	min-height: 390px;
	padding: 2% 0 4% 0;
}
.form {
	width: 50%;
	margin: 0 auto
}
.kontakt-bg {
	background: #8292ab none repeat scroll 0 0;
	margin: 0% 0 0.5% 0;
	position: relative;
	width: 100%;
	display: table;
}
.kontakt {
	font-family: 'Source Sans Pro', sans-serif;
	margin: 2%;
	color: #fff;
	font-size: 100%;
	line-height: 160%;
	text-align: center;
	font-weight: 500;
}
.kontakt a:link {
	color: #ffffff;
}
.footer {
	text-align: center;
	margin-bottom: 3%;
}
/*MODAL*/

/* The Modal (background) */

.modal {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Stay in place */
	z-index: 1;
	/* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	/* Full width */
	height: 100%;
	/* Full height */
	overflow: auto;
	/* Enable scroll if needed */
	background-color: rgb(0, 0, 0);
	/* Fallback color */
	background-color: rgba(0, 0, 0, 0.4);
	/* Black w/ opacity */
}
/* Modal Content/Box */

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	/* 15% from the top and centered */
	padding: 20px;
	border: 1px solid #888;
	width: 40%;
	/* Could be more or less, depending on screen size */
	text-align: left;
}
/* The Close Button */

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}
.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
#myBtn {
	background: none;
	border: none;
	font-size: 100%;
	color: #505152;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	cursor: pointer;
}
#myBtn1 {
	background: none;
	border: none;
	font-size: 100%;
	color: #505152;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	cursor: pointer;
}
.cc_container .cc_btn {
	background-color: #f1f1f1 !important;
	/* Farbe des Buttons */
	color: #000 !important;
	/* Textfarbe des Buttons */
}
.cc_container {
	background: #fff !important;
	/* Hintergrundfarbe des gesamten Bereichs */
	color: #000000 !important;
	/* Schriftfarbe des gesamten Bereichs */
}
.cc_container a {
	color: #bf0000 !important;
	/* Textlink-Farbe "Mehr Infos" */
}