@import url("fonts/zeising-icons/style.css");

* { 
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
}

body {
	background-color: lightgray;
	font-size: 100%;
	margin: 20px 0 20px 0;
	height: auto;
}

button,
img {
	border: 0;
}

#zp-site,
#subnav,
#nav,
#fragen {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/* SITE
---------------------*/
#zp-site {
	max-width: 980px;
	margin: 0 auto;
	padding: 0px 17px 1% 17px;
	background: white;
}

/* KOPF
---------------------*/
#kopf {
	width: 100%;
	height: 150px;
	padding: 50px 0 50px 0;
	margin: 0 auto;
	background-color: white;
	position: relative;
}


#logo {
	max-width: 331px;
	float: left;
	margin-left: 20px;
}


/* NAV
---------------------*/
nav {
	background-color: white;
}



#nav  {
	float: left;
	display: inline;
	/* width: 940px; */
	width: 100%;
	height: 80px;
	border-bottom: 0px solid lightgray;
	background-color: #e9e9e9;
	margin-left: 0px;
	margin-top: 10px;
	margin: 10px 0% 0 0%;

}

#nav li {
	text-align: center;
	display: block;
	float: left;
	width: 20%;
}

nav button,
#nav li a {
	background-color: transparent;
	border: 0px solid gray;
	text-decoration: none;
	font-size: 0.9em;
	color: #090909;
	height: 80px;
	display: block;
	padding-top: 34px;
}

nav button:hover,
#nav li:hover a,
#nav li.aktiv a{
	background-color:#f9f9f9;
	color: #0f8bd2;
}

nav button:active,
nav button:focus,
#nav li:active a,
#nav li:focus a {
	background-color:#f9f9f9;
	color: gray;
}

nav button {
	display: none;
	border: 0;
	padding: 0;
	font-weight: bold;
	background: #e9e9e9;
}


/* TOPNAV
---------------------*/
#topnav {
	position: absolute;
	top: 6px;
	right: -4px;
	font-size: 0.8em;
}
#topnav li {
	display: inline;
	margin-left: 5px;
}


#topnav a {
	text-decoration: none;
}

/* LEISTE
---------------------*/
#leiste {
	padding: 25px 0 0 0;
	font-size: 0.85em;
	line-height: 1.35em;
	background: white;
}

#fragen {
	padding: 15px 20px 15px 20px;
	border: 0px solid #f3f3f3;
	background-color: #f6f6f6;
	margin-bottom: 10px;
	font-size: 1.05em;
	line-height: 1.4em;
}

#leiste a,
#leiste a:visited {
	text-decoration: none;
	color: #0f8bd2;
}

#leiste a:hover {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	color: gray;
}

#leiste a:active,
#leiste a:focus {
	text-decoration: none;
	color: darkgray;
}

#leiste button {
	display: none;
}

/* LEISTE - SUBNAV
---------------------*/
#subnav {
	padding: 25px 35px 5px 35px;
	border: 0px solid #f3f3f3;
	background-color: #f6f6f6;
	margin-bottom: 10px;

}

#subnav h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;

}

#subnav ul {
	margin-top: 10px;
	margin-bottom: 25px;
}

#subnav ul li {
	margin-bottom: 6px;
	list-style-type: none;
	text-indent: 10px;
}

#subnav ul li {
	text-indent: 0px;
	position: relative;
	padding-left: 20px;
	line-height: 1.4em;
	list-style-type: none !important;
}

#subnav ul li .icon-arrow-right {
	font-size: 0.9em;
	padding: 0 0 0 0px;
	position: absolute;
	color: #919191;
	left: 0px;
	top: 3px;
	display: block;
	height: 100%;
}

#subnav ul li.aktiv a {
	color: black;
}



/* INHALT
---------------------*/
#inhalt {
}


/* HAUPTINHALT
---------------------*/
#hauptinhalt {
	padding: 25px 0 0 0;
	font-size: 0.9em;
	line-height: 1.55em; 
}

#hauptinhalt h2 {
	font-weight: normal;
	margin: 20px 0 20px 0;
	font-size: 1.5em;
	line-height: 1.3em;
}

#hauptinhalt h2 small {

	display: block;
	font-size: 0.85em;
	line-height: 1.4em !important;
}


.colorbox-content h3,
#hauptinhalt h3 {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #0f8bd2;
	margin-top: 0px;
}


#hauptinhalt h3.blockh3 {
	/* width: 160px; 
	float: left;*/
}

#hauptinhalt h3.blockh3-margin {
	/* width: 160px; */
	float: left;
	margin-left: 35px;
}

#hauptinhalt h3.wissenswertes {
	color: black;
	font-size: 1.2em;
}
#hauptinhalt .subheadline,
#hauptinhalt h4 {
	font-weight: normal;
	font-size: 1.2em;
	line-height: 22px;
	color: black; /* #0f8bd2; */
	margin-top: 30px;
}

#hauptinhalt .subheadline_extra {
margin-top: 30px;
}

#hauptinhalt p {
	margin-bottom: 12px;
}

#hauptinhalt em {
	color: #0f8bd2;
	font-style: normal;
}

#topnav a,
#hauptinhalt a {
	text-decoration: none;
	border-bottom: 1px dotted #0f8bd2;
	color: #0f8bd2;
}

#topnav a:hover,
#topnav a:active,
#hauptinhalt a:hover,
#hauptinhalt a:active {
	text-decoration: none;
	border-bottom: 1px dotted gray;
	color: gray;
}

#hauptinhalt ul {
	margin-bottom: 15px;
}

#hauptinhalt ul li {
	margin-left:35px;
}

#hauptinhalt #nobottommargin {
	margin-bottom: 3px;
}

.wrapper {
	margin-bottom: 30px;
}

.wrapper h3 img {
	margin-bottom: 5px;
}

.wrapper h3 {
	font-size: 1.2em !important;
	line-height: 1.3em !important;

}

/* Hide for popup */
.hidden-content {
	display: none;
}

.colorbox-content {
	background-color: white !important;
	padding: 3%;
	height: 100%;
	font-size: 0.9em;
	line-height: 1.4em;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}


.imgfloatleft-gross{
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 20px;
	max-width: 192px !important;
}


.colorbox-content h3 {
	margin-bottom: 5px;
}

#hauptbild {
	margin-top: 1px;
	margin-bottom: 0px;
}


#hauptbild-karte {
	margin-top: 1px;
	margin-bottom: 25px;
}

.engerfoto {
	width: 100%;
	text-align: right;
	font-size: 10px;
	color: gray;
	margin-bottom: 20px;
}



/* Desktop screen breakpoint */
@media only screen and (max-width: 959px) {
	body {
		margin-top: 0;
	}
}

/* Tablet */
@media only screen and (max-width: 767px) {
	body {
		margin-top: 0;
	}
	#fragen br,
	#hauptinhalt h2 br {
		display: none;
	}
	
	nav button {
		display: block;
		width: 100%;
		height: 50px;
		padding: 0px 0 5px 0;
	}

	#nav  {
		display: none;
		height: auto;
	}

	#nav li {
		text-align: center;
		display: block;
		clear: both;
		width: 100%;
	}
	
	.icon-list,
	.icon-list2 {
		font-size: 1.5em;
		top: 4px;
		position: relative;
	}
}

/* Mobile */
@media only screen and (max-width: 479px) {
	
	body {
		margin-top: 0;
	}

	#kopf {
		height: auto;
		padding: 35px 0 15px 0;
	}
	#logo {
		margin: 0 auto;
		width: 100%;
		max-width: 331px;
	}

	/*
	#leiste button {
		display: block;
		width: 100%;
		font-weight: bold;
		background-color: #e9e9e9;
		padding: 10px 0 10px 0;
		margin-bottom: 10px;
	}
	
	
	
	#leiste button:hover,
	#leiste button:active,
	#leiste button:focus {
		background-color:#f6f6f6;
		color: #0f8bd2;
	}
	
	#leiste #subnav {
		display: none;
	}
	
	*/

	
}

/* Retina/HiDPI screen extras */
@media (min--moz-device-pixel-ratio: 1.5),
				(-o-min-device-pixel-ratio: 3/2),
				(-webkit-min-device-pixel-ratio: 1.5),
				(min-device-pixel-ratio: 1.5),
				(min-resolution: 144dpi),
				(min-resolution: 1.5dppx) {


}
