﻿*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

a {									/* vermutlich unnötig */
	text-decoration: none;
	color: #b65423;
}

body{
	background-image: url(../img/hintergrund.jpg);
	background-position:-1300px 200px;  /*1.verschiebt nach rechts	2.verschiebt nach unten*/
}

html, body {
    height: 102%;		/* Definiert, wie groß der Kasten über die ganze Seite ist (um Fußzeile zu positionieren) */
}

.Kopfkasten {
	color: #fff;
}

.Hauptkopf {
	width: 1500px;  /*Breite vom Kopfkasten*/
	padding: 20px;
	margin: 0 auto;
	background: #CEE3F6;
}

.Willkommen {
	background: #CEE3F6;
	width: 840px;
	margin: 0 auto;
}

.abstandshalter1{
	margin: 0 auto;
	height: 100px;
}

.abstandshalter2{
	margin: 0 auto;
	height: 100px;
}

.abstandshalter3{
	margin: 0 auto;
	height: 10px;
}

.Geschäftsstatus{
	background: #CEE3F6;
	width: 840px;
	height: 150px;
	margin: 0 auto;
	text-align: center;

}

.Geschäftsstatus p{
	font-size: 30pt;
	color: #0404B4;
}

.Hauptkopf .logo{
	float:left;
	padding-left: 10px;     /*Abstand vom Logo zum Rand des Kopfkastens*/
	padding-top: 10px;
}

.Hauptkopf nav {
	padding-top: 75px;
}
.Hauptkopf ul{
	float: left;
	list-style: none;
	margin: 0;
	padding-left: 40px;
}

.Hauptkopf li{
	float: left;
}

.Hauptkopf nav a {
	display: block;
	padding: 0px 40px;  /*2. Zahl gibt Abstand zwischen den Wörtern!*/
	padding-top: 27px;  /*Höhe Kopflinks*/
	text-transform: uppercase;
	font-size: 30px;
	color: #5561cc;
}

.Grundkasten {
	position: relative;
    min-height: 100%;
    width: 100%;
    margin: 0 auto;
    /* background-color: green; */
}

.Referenzkasten{
    background: #CEE3F6;
    margin: 0 auto;
    width: 880px;
    height: 480px;
    padding-top: 2px;
}

.Referenzkasten table{
	width: 118%;    /*Horizontaler Abstand zwischen den Zellen*/

}


.Referenzkasten nav {
	margin: 0 auto;
	margin-top: 45px;
	height: 390px;
	width: 730px;

	padding-right: 30px;
	line-height: 3;
	/* background: #eee; */

}

.Referenzkasten nav a {
	padding: 28px;
	color: #5561cc;
	font-size: 30px;
	
	
}

.Referenz-Zurückbutton button{
    font-size: 30px;
    width: 300px;
    height: 40px;
}

.Referenz-Zurückbutton{
    margin: 0 auto;
    padding-top: 10px;
    padding-left: 10px;
    width: 320px;
    height: 60px;
    background: #CEE3F6;

}


.Hauptkopf nav a:hover,
.Hauptkopf nav .aktuell a {
	color: #11C8CE;
}


.Intro-Kasten {
	
	height: 630px;
	background-size: 1400px;
}

.intro h1{
	font-size: 40px;
	text-align: center;
	color: #0404B4;
}

.abstandshalter {
	height: 40px;
}

.karte{
	position: absolute;
	float: left;
	width: 120px;
	padding-left: 40px;
	padding-top: 50px;
}

#karte2{
	position: absolute;
	height:500px;
	width:600px;
	visibility: hidden;

}

#kartenbuttonfrage{
	position: absolute;
	
	width: 350px;
	margin-left: 130px;
	margin-top: 180px;
	visibility: visible;
	background: #5561cc;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: none;
}

.buttonbox{
	position: absolute;
	display: flex;
	width: 350px;
	margin-top: 250px;
	margin-left: 130px;
	/* background: yellow; */
}

#kartenbuttonja{
	position: absolute;
	width: 150px;
	margin-left: 0px;
	margin-top: 30px;
	visibility: visible;
	background: #5561cc;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: none;
}



#kartenbuttonnein{
	position: absolute;
	width: 150px;
	margin-left: 200px;
	margin-top: 30px;
	visibility: visible;
	background: #5561cc;
	padding: .5em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Oswald';
	font-size: 20px;
	text-decoration: none;
	border: none;
}

#kartenbuttonja:hover {
 border: none;
 background: green;
 box-shadow: 0px 0px 1px #777;
}

#kartenbuttonnein:hover {
 border: none;
 background: red;
 box-shadow: 0px 0px 1px #777;
}

.Kontaktkasten {
	margin: 0 auto;
	height: 600px;
	width: 1100px;
	background: #CEE3F6;
}

.Kontaktinfos{
    /* background: #eee; */
    float: right;
    width: 300px;
    height: 280px;
    margin-right: 80px;
    margin-top: 160px;
}

.Impressumeintrag{
	width: 320px;
	background: #CEE3F6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-left: 25px;
	margin-top: 30px;
	float: left;
}

.Haftung{
	width: 1100px;
	background: #CEE3F6;
	padding-left: 30px;
	padding-right: 20px;
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	float: left;
}

.Impressumummantelung{
	margin: 0 auto;
	/* background: red; */
   	width: 1500px;
	height: 1100px;

}

.Leistungskasten {
	margin: 0 auto;
	width: 760px;
    height: 650px;
	padding-top: 50px;
	background: #CEE3F6;
	}

.Leistungskasten2 {
	margin: 0 auto;
	width: 450px;
    height: 550px;
	/* background: #eee; */
	padding-top: 20px;
	padding-left: 25px;
	}

.slideshow {
	width: 1000px;
	height: 600px;
	background: #CEE3F6;
	margin: 0 auto;
	}

	.slideshow img {
        margin-top: 50px;
		margin-left: 50px;

		
	}

	.Slideabstand {
		padding-top: 45px;

}

	.links, .rechts{
		position: absolute;
		width: 100px;
		height: 100px;
		background: #CEE3F6;
		border-color: black;
		color: black;
		font-size: 50px;
		top: 270px;
	}

	.rechts{
		position: relative;
		float: right;
		right: 20px;
}

	.links{
		position: relative;
		float: left;
		left: 20px;
}

	.Bodenzeile{
		width: 100%;
		height: 40px;
		background: #CEE3F6;
		/* vertical-align: middle; */
		position: absolute; /* oder fixed */
		bottom: 0;
		/* left: 50%;
		transform: translate(-50%, 0); */
}

	.BodenzeileInnenkasten{
		height: 40px;			/* Passt Rahmen an Schrift+Schriftabstand(drunter) an */
		/* background: yellow; */
		margin: 0 auto;
		margin: 0% 43% 0% 43%;
		position: relative;
	}
	
	.BodenzeileInnenkasten .eins{
		color: #5561cc;
		display: block;
		float: left;
		list-style: none;
		margin: 0 auto;
		padding-top: 10px;
	}
	
	.BodenzeileInnenkasten .zwei{
		color: #5561cc;
		display: block;
		float: right;
		list-style: none;
		padding-top: 10px;

	}
	
	.BodenzeileInnenkasten nav a{
		color: #5561cc;
	}
	
	.Datenschutzkasten{
		width: 1000px;
		background: #CEE3F6;
		padding-bottom: 12px;
		padding-left: 30px;
		padding-right: 30px;
		margin: 0 auto;
		margin-top: 50px;
	}
	
	.Datenschutzkasten h2 {
		font-size: 40px;
		text-align: center;
	}
	
	.Datenschutzkasten p {
		text-align: center;
		font-size: 20px;
	}
	
	
	







/* Clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}