body {
	font-family:  Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #f0f0f0;
	margin-bottom: 0;
}

h1, h2, h3 {
	font-size: 11px;
}

h3 {
	margin-top: 11px;
}

a {
	color: #000000;
}



/* WRAPPER */

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;	
	display: block;
	background-color: rgba(40,130,170,0.15);
}



/* HEAD */

#head {
	width: 98%;
	height: 80px;
	margin-left: 1%;
	margin-right: 1%;
	height: 80px;
	margin-top: 10px;
	position: relative;
	
}

#head h1 {
	float: left;
	width: auto;
	font-size: 27px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: -2px;
	text-transform: uppercase;
}

#head #zhdlogo {
	width: 60px;
	height: auto;
	float: right;
	margin-top: 5px;
}


/* NAVIGATION */   


#navigation {
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0px;
}

#navigation li {
	display: block;
	width: auto;
	float: left;
	font-size: 14px;
	color: #ffffff;
	margin-right: 5px;
		
}

#navigation li a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 5px;
	
	background-color: #cccccc;
	margin: 0 0 0 0;
	padding: 1px  10px 3px  10px;
}

#navigation li .selected {
	color: #ffffff;
	background-color: #000000;
	margin: 0;
	padding: 1px  10px 3px  10px;
}


/* MAIN */


#main {
	float: left;
	display: block;
	width: 100%;
}

.movie p {
	margin-top: 5px;
	
}

  
#content, #map {
	width: 100%;
	height: auto;
}


#content #pict {
	width: 100%;
	height: auto;
}




/* BROWSER */

#datenav {
	clear: both;
	float: left;
	display: block; 
	width: 98%;
	height: 16px;
	margin: 10px 1%;
}


#datenav p {
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
	width: 14%;
	float: left;
	font-weight: bold;
	color: #000000;
	padding: 0;

}


#dateleft {
	width: 43%;
	height: 16px;
	padding: 0px;
	float: left;
}

#dateright {
	width: 43%;
	height: 16px;
	padding: 0px;
	float: right;
}


#dateleft li {
	display: block;
	float: left;
	width: 21%;
	height: 16px;
	margin-right: 2px;	
}


#dateright li {
	display: block;
	float: right;
	width: 21%;
	height: 16px;
	margin-left: 2px;	
}


#datenav ul li a {
	display: block;	
	width: 100%;
	height: auto;
	color: #ffffff;
	background-color: #000000;
	padding: 5px 0px;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}

#datenav ul li img {
	display: none;
}


/* BOTTOM */


#description {
	clear: both;
	float: left;
	width: 100%;
	margin: 10px 0px 0 0px;  
	padding: 7px 0 7px 0;
	background-color: white;
	font-size: 14px;
}

#description  p {
	padding: 0px 7px 0px 7px;
	line-height: 150%;
}


	
#werbung {
	width: 100%;
	margin-bottom: 15px;
	float: left;
	margin-top: 0px;
}

#werbung h2 {
	margin-bottom: 10px;
}

.anzeige {
	width: 100%;
	background-color: #cccccc;
	background-color: rgba(40,130,170,0.25);
	color: rgb(0,0,0);
	padding: 5px 5px 7px 5px;
	margin-top: 1px;
}

.anzeige a {
	color: rgb(0,0,0);
}


#oriented {
	margin-top: 0px;
	display: none;
}

.google {
	margin-top: 10px;
	margin-bottom: 10px;
}


.cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}

.card {
	flex: 0 1 calc(50% - 1em);
	background-color: rgba(40,130,170,0.25);
	padding: 5px;
	margin-bottom: 1em;
	line-height: 150%;

}




/* FOOTER */

#footer {
	clear: both; 
	float: left;
	margin-top: 25px;
	display: block;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-left: 0px;
	height: auto;
	vertical-align: middle;	
	padding: 0;
}


#footer span {
	vertical-align: top;
}

#footer img {
	float: right;
	margin-right: 0px;
	
}

#footer span {
    	margin-left: 5px;
}
     
#footer img {
	position: relative;
	left: -2px;
}



    


@media only screen and (min-width: 850px) {

    	#wrapper {
		width: 800px;
		margin: 0 auto;
		padding: 0 25px 20px 25px;	
		border-left: 1px solid #dddddd;
		border-rightX: 1px solid #dddddd;	
		//box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    	}

	#head {
		width: 800px;
		height: 95px;
		padding: 0;
		margin: 10px 0 0 0;
	}
	
	    
	#head h1 {
		width: 500px;
		margin-top: 3px;
		margin-left: 0;
		font-size: 40px;
	}
    

	#head #zhdlogo {
		position: relative;
		left: 21px;
		top: -10px;
		width: 78px;
		height: auto;

	}

    	#navigation {
    		top: 65px;
    	}
    	
    	
	
	#map {
		width: 800px;
		height: auto;
	}

    	#content #pict {
    		width: 800px;
		height: auto;	
	}
	
	#datenav {
		margin: 10px 0 0 0 ;
		width: 800px;
		height: 65px;
		vertical-align: middle;
	}
	
	

	#datenav p {
		width: 120px;
		padding-top: 8px;
		font-size: 17px;
	}

	#dateleft {
		width: 340px;
		height: 30px;
	}

	#dateleft li {
		display: block;
		margin-right: 5px;
		width: 80px;
		
	}
	
	#dateright {
		width: 340px;
		height: 30px;
	}
		
	
	#dateright li {
		display: block;
		margin-left: 5px;
		width: 80px;
	}
	
	
	
	#datenav ul li a {
		width: 80px;
		
	}
	
	
	#datenav ul li img {
		width: 100%;
		height: 45px;
		display: block;
	}


	#werbung {
		margin-top: 0px;
	}
	
	
	.card {
		flex: 0 1 calc(33.3% - 1.25em);
	
	}
	
	#oriented {
		display: block;
		margin-bottom: 10px;
	}
	
}



@media only screen and (min-width: 1100px) {
	
	#wrapper {
		width: 1050px;
	}
	
	#head {	
		width: 1050px;
		height: 95px;
	}
	
	#head h1 {
		width: 500px;
		margin-top: 5px;
		margin-left: -3px;
	}
	
	#werbung {
		width: 1040px;
	}
	
	#content #pict {
		width: 1050px;
		height: auto;
	}
	
	#map img {
		width: 1050px;
		height: auto;
	}
	
	.anzeige {
		width: 1040px;	
	}
	
	#datenav {
		width: 1050px;
		vertical-align: middle;
	}
	
	#datenav p {
		margin-top: 15px;
		width: 370px;
		text-align: center;
	}
	
	#datenav ul li img {
		display: block;
	}
	
	.card {
		flex: 0 1 calc(25% - 1.25em);
		
	}


	
}


@media only screen and (min-width: 1400px) {

	#wrapper {
		width: 1200px;
	}
	
	#head {
		width: 1200px;
	}
	
	
	#werbung {
		width: 1200px;
	}
	
	#content #pict {
		width: 1200px;
		height: 514px;
	}
	
	#map img {
		width: 1200px;
		height: 514;
	}
	
	.anzeige {
		width: 1190px;	
	}
	
	#datenav {
		width: 1200px;
		vertical-align: middle;
	}
	
	#datenav p {
		width: 520px;
	}
	
	.card {
		flex: 0 1 calc(20% - 1.25em);
			
	}
	
}