@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.6em;
	margin:0px;
    padding:0px;
	background-color:#e7e8e8;
	padding-top:20px;
	color:#ffffff;	
}

/* ÜBERSCHRIFTEN */

h1 {
	font-size:30px;
}

h2 {
	font-size:26px;
}

h3 {
	font-size:22px;
}

/* MENU */


/* LINKS */

a {
	text-decoration:none;
	font-size:14px;
	color:#04378b;
	padding:0px 0px 0px 0px;
}

.link-space {
	padding:0px 30px 0px 0px;
}

a:focus {
}

a:hover {
}
a:active {
}

.underline {
	text-decoration:underline;
}

.underline_right {
	text-decoration:underline;
	font-weight:bold;
	padding-left:180px;
}

/* BILDER + FOTOGALERIE */

img {
	border:none;
}

/*#bg-image-container {
	z-index:0;
	height:1000px;
	width:1300px;
	position:relative;
	margin:0 auto auto auto;
}*/



#galerie-index {
	position:absolute;
	float:right;
	background-color:#FFF;
	margin-left:450px;
	padding:0px 0px 0px 0px;
	text-align:center;
	width:603px;
	color:#000;
	height:550px;
}

#galerie {
	position:absolute;
	float:right;
	padding:0px 0px 0px 0px;
	text-align:center;
	background-color:#FFF;
	margin-left:450px;
	width:603px;
	color:#000;
	height:550px;
	
}

/*#arrows {
	position:absolute;
	padding-top:0px;
	float:left;
	width:603px;
	height:50px;
}*/

#arrow-left {
	position:relative;
	float:left;
	height:50;
	width:42;
	/* MSIE - PC */
	filter: alpha(opacity=50);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.5;
	opacity: 0.5;	
}

#arrow-right {
	position:relative;
	float:right;
	height:50;
	width:42;
	/* MSIE - PC */
	filter: alpha(opacity=50);
	/* Mozilla 1.6 und frueher */
	-moz-opacity: 0.5;
	opacity: 0.5;
}


.galerie-image {
	position:relative;
	padding:0px 0px 0px 0px;
	width:560px;
	height:350px;
	z-index:0;
}



/* CONTAINER */

#container {
	height:auto;
	width:1052px;
	margin:0 auto auto auto;
	position:relative;
	font-size:12px;
	color:#04378b;
	z-index:2
}


/* INDEX-SEITE */

#header-index {
	margin-left:72px;
	position:relative;
	height:20px;
	padding:20px;
	background-color:#9fb0c5;
	font-size:14px;
}

#header-text {
	position: absolute;
	bottom: 10px;
} 

#header-navi {
	position: absolute;
	bottom: 10px;
	padding:0px 0px 0px 750px;
}

#navi-bg-white {
	margin-left:72px;
	height:120px;
	position:absolute;
	width:981px;
	background-color:#FFF;
}

#navi-index {
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	height:80px;
	width:700px;
	background-color:#e7e8e8;
	margin-left:351px;
	
}

#menu {
	height:80px;
	position:absolute;
	border:none;
	margin-left:20px;
	z-index:10;	
}

#menupunkt {
	position:relative;
	float:left;
	padding:30px 0px 34px 0px;
	width:150px;
	font-family:Times,"Times New Roman", serif;
}

.menutext1 {
	font-size:20px;
	padding:30px;
	margin:0px 0px 0px 15px;
}

.menutext2 {
	font-size:20px;
	padding:20px;
	margin:0px 0px 0px 10px;
}

.menutext3 {
	font-size:20px;
	padding:20px;
	margin:0px 0px 0px 5px;
}

.menutext4 {
	font-size:20px;
	padding:20px;
	margin:0px 0px 0px 20px;
}

#content-index {
	position:absolute;
	padding:120px 0px 0px 0px;
	height:550px;
	width:1200px;
}

#text-bg-index {
	margin-left:72px;
	position:absolute;
	float:left;
	padding-left:20px;
	background-color:#8ea1bb;
	width:380px;
	font-size:12px;
	height:550px;	
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
}

#text-index {
	padding:0;
	margin:0;
	width:340px;
}

#bg-image {
	z-index:0;
	height:459;
	width:300;
	position:absolute;
	padding:87px 0px 0px 0px;
}


#footer-index {
	background-color:#b1b3b4;
	color:#000;
	width:583px;
	position: absolute;
	bottom: 0px;
	padding:5px 0px 5px 20px;
	text-align:left;
}



/* ALLE SEITEN */
#header {
	margin-left:72px;
	position:relative;
	height:20px;
	padding:20px;
	background-color:#9fb0c5;
	font-size:14px;
}
	
#logo {
	height:80px;
	position:absolute;
	border:none;
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 20px;
	width:340px;
	background-color:#e7e8e8;
	z-index:10;
}

#navi {
	margin:10px 0px 10px 0px;
	padding:10px 0px 10px 0px;
	height:80px;
	width:700px;
	background-color:#e7e8e8;
	margin-left:351px;
}

#content {
	position:absolute;
	padding:120px 0px 0px 0px;
	height:700px;
	width:1200px;
}

#text-bg {
	margin-left:72px;
	position:absolute;
	float:left;
	padding-left:20px;
	background-color:#8ea1bb;
	width:380px;
	font-size:12px;
	height:700px;	
	-moz-border-radius-bottomleft: 100px;
	border-bottom-left-radius: 100px;
}

#text {
	padding:0;
	margin:0;
	width:340px;
}

#text-referenzen {
	padding:0px;
	margin:0px;
	width:340px;
	line-height:3em;
}

#text-kontakt {
	padding:30px 0px 0px 0px;
	margin:0;
	width:340px;
	text-align:center;
}

#footer {
	background-color:#b1b3b4;
	color:#000;
	width:583px;
	position: absolute;
	bottom: 0px;
	padding:5px 0px 5px 20px;
	text-align:left;
}

.aufzaehlung-referenzen {
	padding:2px;
}


#mariacher-link {
	text-decoration:none;
	font-size:14px;
	padding:85px 0px 0px 0px;
	text-align:left;
}

.dsgvo #text-bg-index {
	width: 960px;
	min-height: 550px;
	height: auto;
}

.dsgvo #text-index {
    width: 940px;
	padding-bottom: 50px;
}

#imp #bg-image {
	padding: 485px 0px 0px 0px;
}

#dat #bg-image {
	padding: 4399px 0px 0px 0px;
}

#nut #bg-image {
	padding: 882px 0px 0px 0px;
}

#dsvgo-link {
    text-decoration: none;
    font-size: 14px;
    padding: 30px 0px 0px 0px;
    text-align: left;
}