/*--------------------------------------------------------------
VOREINSTELLUNGEN
--------------------------------------------------------------*/

*{
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
}
/* Bewirkt, dass padding- und border-Größen nicht zur width-Angabe hinzuaddiert werden
--------------------------------------------------------------*/

img{
	vertical-align:bottom;
	border:0px;
}
/* Korrigiert den HTML5-Bug, dass 3 Pixel rand unter einem <img /> dargestellt werden.
--------------------------------------------------------------*/

body,html{
	height:100%;
}
/* Aktiviert die volle Höhe eines Browserfensters
--------------------------------------------------------------*/

body,p,h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;
}
/* Setzt die voreingestellten Abstände der angegebenen HTML-Elemente auf 0.
--------------------------------------------------------------*/

nav ul, nav li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
/* Setzt die Listeneinzüge für Listen und Listenpunkte innerhalb eines <nav> auf 0 und unterdrückt die Aufzählungszeichen (sinnvoll für Menüleisten).

--------------------------------------------------------------
ENDE VOREINSTELLUNGEN
--------------------------------------------------------------*/





body{
	
	background-color: #f2f4f7;
	background-image: url(img/fluss1_1.jpg);
	
}

.reihe0{
	
	position: relative;
	overflow: visible;
	z-index: 1;	
	display: flex;
	flex-direction: row;
	
	
}

.logo{
	
	background-image: url(img/logo.png);
	background-size: 9%;
	background-repeat: no-repeat;	
	width: 90%;
	height: 90%;
	position: absolute;
	margin-left: 2%;
	margin-top: 1%;
	z-index: -1;
	
	
}


.banner{
	white-space: nowrap;	
	width: 100%;
	height: 200px;
	position: relative;
	overflow: visible;
	z-index: 1;	

	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	
	color:white;
	font-family: 'source sans pro', sans-serif;
	font-weight: 300;
	font-size: 90pt;
	text-shadow: 0 0 3px black;
	text-align: center;
}

.bannercover{
		
	width: 100%;
	height: 200px;

	
	
	background-color: beige;
	opacity: 0%;
	position: absolute;
	z-index: 2;
	
	
	font-family: arial bold;
	font-size: 80pt;
	/*
	background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
}

.starttext{
		
	width: 100%;
	height: 100px;
	position: relative;
	overflow: visible;
	z-index: 1;	

	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	
	color:white;
	font-family: 'source sans pro', sans-serif;
	font-size: 30pt;
	font-weight: 300;
	text-shadow: 0 0 6px black;
	text-align: center;
}

.buchungBox{
		

	max-width: 100%;
	height: 50%;
	/*position: relative;
	overflow: visible;
	z-index: 1;	*/
	display: flex;
	flex-direction:row;
	margin-top: 5%;
	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	

	background-color: #8ab7ff;
	font-family: 'source sans pro', sans-serif;
	font-size: 15pt;
	text-shadow: 0 0 0px black;
	text-align: center;
	align-content: center;

}

.buchungtxt{
		

	max-width: 1280px;
	height: 300px;
	/*position: relative;
	overflow: visible;
	z-index: 1;	*/
	width: 80%;

	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	
	color:black;

	font-family: 'source sans pro', sans-serif;
	font-size: 18pt;
	/*text-shadow: 0 0 3px black;*/
	text-align: left;
	align-content: center;
	margin-left: 6%;
	margin-top: 5%;
	vertical-align: middle;
}

.data {
	
	background-color:#8ab7ff;
	
}

.buchungPic {
	
		background-image: url(img/front2.jpg);
		background-size: 88%;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 10px;
		padding-left: 5px;

		width: 80%;
	
}

.buchungBox2{
		

	max-width: 100%;
	height: 65%;
	/*position: relative;
	overflow: visible;
	z-index: 1;	*/
	display: flex;
	flex-direction:row;
	margin-top: 5%;
	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	

	background-color: white;
	font-family: 'source sans pro', sans-serif;
	font-size: 30pt;
	text-shadow: 0 0 1px black;
	text-align: center;
	align-content: center;

}

.buchungtxt2{
		

	max-width: 1280px;
	height: 300px;
	/*position: relative;
	overflow: visible;
	z-index: 1;	*/
	width: 80%;

	

	/*background-image: url(img/front1.jpg);
	background-size: 100%;
	background-position:center;
	background-repeat: no-repeat;*/
	
	color:black;

	font-family: 'source sans pro', sans-serif;
	font-size: 14pt;
	/*text-shadow: 0 0 3px black;*/
	text-align: left;
	align-content: center;
	margin-left: 2%;
	margin-right: 5%;
	margin-top: 5%;
	vertical-align: middle;
}

.buchungPic2 {
	
		background-image: url(img/dorne2.jpg);
		background-size: 75%;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 10px;
		padding-left: 5px;

		width: 80%;
	
}

.elternDiv{

	/*max-width:1280px;*/
	margin:auto;
	height: 900px;
	position: relative;
	z-index: 2;
	
	
	/*background-color:#edf4ff;	*/

}

/*
.backblatt {
	
	height: 500px;
	position: relative;
	z-index: 2;

	
}
*/


.reihe1{
	
	/*background-color: beige;*/
	
}

.leiste{
	
	
	/*margin-left: 38%;	*/
	text-align: center;
	display: inline;
	font-family: 'source sans pro', sans-serif;
	font-weight: 400;
	text-shadow: 0 0 3px black;
	background-color: #c2d4f2;
	
}


.leiste ul li a{
	color:white;
	font-size:30pt;
	margin-left:90px;
}



li {
	
	padding: 10px;
	display: inline-block;
	/*margin-left: 10%;*/
	
}


a:link {
	
	text-decoration: none;
	color:white;

	
}	

a:visited {
	
	text-decoration: none;
	color:white;

	
}	
























/*RESPONSIVER PART _______________________________ */

/*RESPONSIVE*///////////////////////////////////////////////////////
/*RESPONSIVE*///////////////////////////////////////////////////////
/*RESPONSIVE*///////////////////////////////////////////////////////
/*RESPONSIVE*///////////////////////////////////////////////////////
/*RESPONSIVE*///////////////////////////////////////////////////////





@media only screen and (max-width:1400px){
	.banner{
		
		font-size: 70pt;
		height: 120px;
		
	}
	
	.starttext{
		
		
		
	}	
	
	.logo{
		
		
		
	}	
	.buchungtxt2 {
	font-size: 13pt;
 
}
.buchungPic {

}

}







@media only screen and (max-width:480px){
    body{
        background-color:black;
		max-width: 480px;
    }



}



@media only screen and (max-width:1024px){
	.banner{
		
		font-size: 60pt;
		height: 120px;
		
	}
	
.leiste ul li a{

	font-size:23pt;

	}
	
}


@media only screen and (max-width:850px){
	.banner{
		
		font-size: 48pt;
		height: 120px;
		
	}
	.starttext{
		
		font-size: 25pt;
		
		
	}	
	
.leiste ul li a{
	
	font-size:45pt;
	line-height: 1.4;
	}
	
.leiste {
	
	text-align: center;
	
}	

.reihe1 {
	
	margin-left: -9%;
	
}	
	
 body{
background-image: url(img/fluss_1_1_phone.jpg);
	}
}

@media only screen and (max-width:480px){
	.logo{
		
	background-image: url(img/Logo2.png);
	background-size: 8%;
	
	width: 90%;
	height: 90%;


		
	}
	.banner{
		
		font-size: 28pt;
		height: 120px;
		
	}
	.starttext{
		
		margin-top: -11%;
		font-size: 19pt;
		
		
	}	
	
.leiste ul li a{
	
	font-size:24pt;
	line-height: 1.4;
	margin-left: 80px;
	}
	
.leiste {
	
	text-align: center;
	
}	

.reihe1 {
	margin-top: -7%;
	margin-left: -15%;
	
}	
	
 body{

	}
}

@media only screen and (max-width:425px){
	.banner{
		
		font-size: 24pt;
		height: 120px;
		
	}
	
	.starttext{
		
		margin-top: -15%;
		font-size: 14pt;
		
		
	}	

	.buchungtxt{
		
		font-size: 10pt;
		
		
	}
	.buchungtxt2{
		
		font-size: 11pt;
		
		
	}
	.buchungtxt3{
		
		font-size: 10pt;
		
		
	}
	.buchungtxt4{
		
		font-size: 11pt;
		
		
	}	
.buchungBox2 {
	height: 75%;
 
}

.buchungBox4 {
	height: 175%;
 
}
	.buchungPic2 {
	margin-top: 20%;
	background-size: 85%;
}
	
}


@media only screen and (max-width:375px){
	.banner{
		
		font-size: 23pt;
		height: 120px;
		
	}
	
	.starttext{
		
		margin-top: -15%;
		font-size: 14pt;
		
		
	}	
}

@media only screen and (max-width:320px){
	.banner{
		
		font-size: 19pt;
		height: 120px;
		
	}
	
	.starttext{
		
		margin-top: -22%;
		font-size: 13pt;
		
		
	}	
}