body, #header, #menu {
	min-width: 0px;
	width: 100%;
}

h1 { 
	-moz-hyphens: auto;
 	-o-hyphens: auto;
 	-webkit-hyphens: auto;
 	-ms-hyphens: auto;
 	hyphens: auto; 
 }

#WidgetExample {
	width: 100% !Important;
	max-width: 350px;
}

#c98 > div { /* Map */
    max-width: 600px;
    width: 100% !Important;
}

#c98 iframe { /* Map */
    width: 100%;
}

.open_submenu_label img {
	transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform: rotate(90deg); /* Beim Mouse-Over wird die Szene umgedreht */
	padding: 20px;
} 


input#open_menu_checkbox[type=checkbox]:checked ~ #menu {
	display: block;
}

input#open_submenu_checkbox_3[type=checkbox]:checked ~ #menu_subpoint_3 {
	display: block;
}

input#open_submenu_checkbox_3[type=checkbox]:checked ~ label img {
	transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform: rotate(0deg); /* Beim Mouse-Over wird die Szene umgedreht */
}

input#open_submenu_checkbox_4[type=checkbox]:checked ~ #menu_subpoint_4 {
	 display: block;
}

input#open_submenu_checkbox_4[type=checkbox]:checked ~ label img {
	transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform: rotate(0deg); /* Beim Mouse-Over wird die Szene umgedreht */
} 

input#open_submenu_checkbox_5[type=checkbox]:checked ~ #menu_subpoint_5 {
	 display: block;
}

input#open_submenu_checkbox_5[type=checkbox]:checked ~ label img {
	transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform: rotate(0deg); /* Beim Mouse-Over wird die Szene umgedreht */
} 

input#open_submenu_checkbox_6[type=checkbox]:checked ~ #menu_subpoint_6 {
	 display: block;
}

input#open_submenu_checkbox_6[type=checkbox]:checked ~ label img {
	transition: .5s /* Die Drehung soll 0,5 Sekunden dauern */;
	transform: rotate(0deg); /* Beim Mouse-Over wird die Szene umgedreht */
} 

#head_body, #main_content, #sub_content, #footer, #teaser, #main_content #kurzinfo > div, #main_content #c11, #main_content #c21, #news-archiv-link {
	max-width: 1060px;
	width: 100%;
}


/* Tablet (landscape) ----------- */
@media only screen and (max-width : 1060px) {

	#head_body, #main_content, #sub_content, #news-archiv-link, #footer, #sub_content_no_menu .news-single-item {
		box-shadow: none;
	}
	 
	.content_single img {
		height: auto;
		margin: 0 10%;
		max-width: 80%;
	}
	
	#headerzusatz div {
		width: 100%;
	}
	
	#headerzusatz > div {
		width: 33%;
	}
	
	#headerzusatz > div:nth-child(n+4) {
		width: 0%;
	}
	
	#teaser p {
		position: absolute;
		top: 55px;
		width: 100%;
	}
	
	#teaser {
		height: 150px;
		position: relative;
		z-index: -1;
	}
	
	#main_content .frame-default p, .content p {
		margin: 5px 40px 0 30px;
	}
	
	#sub_content .content_single {
		width: 64%;
		margin: 0 5%;
	}
	
	#sub_content_no_menu .content_single {
		width: 90%;
		margin: 0 5%;
	}
	
	
	#main_content .news-list-date {
		margin: 5px 25px 10px 90%;
	}
	
	#teaser img {
		float: right;	
		padding: 0;
		width: auto;
		margin: 10px 10px 0 0; 
	}
	
	#teaser a img {
		float: left;
		height: auto;
		margin: 0;
		max-width: 179px;
		width: 45%;
	}
	 
	#main_content .frame-default, .content, #main_content .news-list-item {
		float: none;
		margin: 0;
		width: 100%;
	}
	
	#footer {
		overflow: auto;
		height: 100% !Important;
	}
	
	#footer div, #footer div:nth-child(1) {
		width: 30%;
		margin: 20px 10%;
		text-align: center;
	}
	 
	#footer p, #footer div:nth-child(4) p {
		width: 100%;
		margin: 0;
	} 
	
	#footer h1 {
		margin: 20px 0 14px;
	}

}
/* Styles */


/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 815px) {

	#sub_content .content_single {
		width: 90%;
		margin: 0 5%;
	} 
	 
	#respo_menu {
		display: block;
		top: 160px;
		position: fixed;
		right: 0;
	}
	
	#respo_menu label {
		height: 50px;
	} 
	
	#respo_menu a {
		position: relative;
		text-decoration: none;
		top: 14px;
	}
	
	#respo_menu div, #respo_menu label {
		background-color: white;
		border: 3px solid #c0c0c0;
		font-weight: bold;
		height: 50px;
		margin-top: 6px;
		text-align: center;
		display: block;
	}
	
	
	#header {
		height: 250px;
		z-index: 3;
		overflow: visible;
	}

	#headerzusatz .image, #headerzusatz img {
		height: auto;
	}

	#header ul li img {
		height: 100%;
		width: 100%;
		min-width: 0;
		min-height: 0;
	}
	
	#clip {
		width: 200px;
		top: 18px;
	}
	
	#logo img {
		height: 150px;
	}
	
	.content_single {
		float: none;
		margin: 0;
		padding-bottom: 0;
	}
	
	#teaser {
		border: none;
		height: 180px;
		font-size: 20px;
	} 
	
	#teaser p {
		font-size: 20px;
	} 
	
	#sub_content_no_menu .news-single-item, #sub_content .news-single-item {
		padding: 0;
	} 
	
	#menu, #sub_menu {
		display: none;
	}
	
	#menu {
		width: 70%;
		height: 100%;
		margin: 0;
		position: fixed;
		top: 0; 
		background-color: lightsteelblue;
		border: 5px solid #c0c0c0;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.55);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.55);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.55); 
		overflow: scroll;
	}
	
	#menu .open_submenu_label {
		display: block;
	}
	
	#menu ul {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	
	#menu ul > li {
		position: relative;
	}
	
	#menu li {
		width: 100%;
		border-right: none;
		float: none;
	}
	
	#menu a {
		display: block;
		padding: 20px 10px;
		-webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
		-moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35);
		box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.35); 
		margin: 15px 10px;
		font-weight: bold;
	} 
	
	#menu .second a {
		margin: 10px 10px 10px 15px;
		padding: 10px;
	}
	
	#menu ul li img {
		height: auto;
		min-height: 0;
		min-width: 0;
		width: 20px;
		position: absolute;
		top: 0;
		right: 20px;
		z-index: 15;
	}
	
	.open_menu_label {
		display: block; 
		cursor: pointer; 
	}
	
	#headerzusatz {
		display: table;
		height: auto;
		margin: 0 5% 20px;
		width: 90%;
	}
	
	#headerzusatz div {
		margin: 0;
	}
	
	#headerzusatz .frame-default > div {
		margin: 0;
	}
	
	#headerzusatz > div:nth-child(4) {
		width: 45%;
	}
	
	#teaser {
		background: none;
	}
	
	#head_body #headerzusatz a {
		padding: 0;
	}
	
	#headerzusatz img {
		height: auto;
		margin: 0;
		padding: 0 30%;
		width: 40%;
	}
	
	#c13 img, #c15 img {
		padding-top: 5%;
	}
	
	#headerzusatz > div {
		width: 45%;
		padding: 0; 
		box-sizing: border-box;
		border: solid 1px #000; 
		box-shadow: 3px 3px #c0c0c0; 
	}
	
	#headerzusatz > div:nth-child(odd) {
		margin-right: 10%;
		margin-bottom: 10px;
	}
	
	#news-archiv-link p {
		margin: 0;
		padding: 25px;
	}
	
	#footer {
		margin-top: 0;
	}

} 


/* Smartphones (landscape) ----------- */
@media only screen and (max-width : 479px) {

	#header {
		height: 200px;
	}
	
	#clip {
		width: 160px;
	}
	
	#respo_menu div {
		display: none;
	}
	
	#main_content .frame-default img, .content img {
		height: auto;
		margin: 0 15% 25px;
		width: 70%;
	}
	
	.news-list-item {
		padding-top: 20px;
		clear: both;
		border-top: solid 1px rgba(40, 40, 40, 0.85);
	}
	
	#sub_content_no_menu .news-single-img, #sub_content .news-single-img {
		padding-left: 0;
	}
	
	#sub_content_no_menu .news-single-img img, #sub_content .news-single-img img {
		width: 80%;
		margin: 0 10% 20px;
	}
	
	#sub_content_no_menu .content_single h1, #sub_content .content_single h1 {
		text-align: center; 
	}
	
	#footer {
		height: 590px;
	}
	
	#footer p, #footer h1 {
		margin: 0;
		width: 100%;
	}
	
	#footer h1 {
		padding: 15px 0;
	}
	
	#footer div, #footer div:nth-child(1) {
		float: none;
		margin: 0 25% 10px;
		width: 50%;
	} 

}

/* Styles */


/*Default styles

For width 768px - 959px
For width 480px - 767px
For width less/equal than 479px
*/