@charset "iso-8859-1";

html, body {
	wdith:100%;
	height:100%;
}
body {
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
#map {
	width:50%;
	position:fixed;
	top:0px;
	left:0;
	height:100%;
	background-image:url(../images/luftbild.jpg);
	background-position:center;
	background-size:cover;
}
#map_canvas {
	position:relative;
	width:100%;
	height:100%;
}
#map_canvas_mobile {
	position:relative;
	width:100%;
	height:300px;
}
#map_div {
	display:none;
}
.small {
	font-size:12px;
}
.klein {
	font-size:12px;
}


.timespan_box {
	position:relative;
	border:2px solid gray; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	margin:15px;
	padding:5px;
}
.timespan_close {
	right:0px;
	top:0px;
	position:absolute;
}
#header{
	position:fixed;
	width:50%;
	height:70px;
	top:0;
	left:0;
	background-color:rgba(255,255,255,0.75);
	z-index:1000;
	text-align:left;
	padding-left:15%;
	padding-top:0px;
	box-sizing:border-box;
	-webkit-transform: translateZ(0);
}
#logo {
	width:80%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}
#logoimg {
	width:100%;
	max-width:400px;
}
#content {
	position:relative;
	width:50%;
	margin-left:50%;
	background-color:#fff;
	min-height:100%;
	padding:2%;
	box-sizing:border-box;
	box-shadow:0px 0px 10px rgba(0,0,0,0.75);
	z-index:1001;
}

.square_big {
	text-align:center;
	font-size:18px;
	font-weight:300;
	padding:2%;
	color:#fff;
	width:31%;
	display:inline-block;
	margin:1%;
	box-sizing:border-box;
}
.square_mini {
	text-align:center;
	font-size:18px;
	font-weight:300;
	padding:2%;
	color:#fff;
	width:12%;
	display:inline-block;
	margin-right:0.5%;
	margin-bottom:0.5%;
	box-sizing:border-box;
}
.square_whitebox {
	width:100%; background-color:#fff; color:#000; padding-top:10px; padding-bottom:10px; padding-left:2%; padding-right:2%; box-sizing:border-box; overflow:hidden;
	text-overflow: ellipsis;
  	overflow: hidden; 
  	white-space: nowrap;
}
a {
	text-decoration:none;
}
a.contentlink {
	color:#000;
	text-decoration:underline;
}
a.contentlink:hover {
	color:#00C;
	text-decoration:none;
}
.square_container:hover {
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	background-color:#fff;	
}
.detail_box {
	width:100%; max-width:600px; padding:1%; box-sizing:border-box; border: 10px solid #eee; 
}
.detail_item {
	position:relative; display:inline-block; vertical-align:top; width:50%; padding:2%; box-sizing:border-box;
}
.cat0 {
	background-color:#eee;
}
.cat1 {
	background-color:#6C9999;
}
.cat2 {
	background-color:#7E9FB6;
}
.cat3 {
	background-color:#7D99C1;
}
.cat4 {
	background-color:#708AC2;
}
.cat5 {
	background-color:#4767B5;
}
.cat6 {
	background-color:#003399;
}
.cat7 {
	background-color:#990000;
}
.cat8 {
	background-color:#999999;
}
.hours {
	width:100%;
	position:relative;
	background-color:#FFF;
	font-size:12px;
	color:#000;
	height:34px;
	margin-top:10px;
	overflow:hidden;
	border-top:1px solid gray;
}
.time_box_green {
	font-size:12px; 
	text-align:center;
	padding:10px 1px 0px 1px;
	height:34px;
}
.time_box_gray {
	font-size:11px; 
	color:#999;
	text-align:center; 
	padding:12px 1px 0px 1px;
	height:34px;
}
.time_box_red {
	font-size:12px; 
	text-align:center; 
	padding:10px 1px 0px 1px;
	height:34px;
}
.time_element {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#C8FDDD;
	display:inline-block;
	padding:2px;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #017E56;
}
.time_element_closed {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color:#FFD5D5;
	display:inline-block;
	padding:2px;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #900;
}
.selector {
	width:12%;
	display:inline-block;
	margin-right:0.5%;
	margin-bottom:0.5%;
	box-sizing:border-box;
	border-bottom:5px solid lightgray;
}
.selected {
	border-bottom:5px solid #f8b701;
}
#footer {
	position:relative;
	text-align:center;
	font-size:12px;
	margin-top:50px;
}

@media screen and (min-width:961px) and (max-width: 1140px) {
	.square_big {
	font-size:15px;
	width:48%;
}
}


@media screen and (min-width:961px) and (max-width: 1240px) {

#map {
	width:40%;
	top:0px;
}
#content {
	width:60%;
	margin-left:40%;
}
#header {
	width:40%;
	text-align:left;
	height:50px;
}
#logo {
	width:100%;
	max-width:280px;
	position:absolute;
	top:0px;
	margin-left:auto;
	margin-right:auto;
	left:0;
	right:0;
	text-align:center;
}
#logoimg {
	width:100%;
	max-width:280px;
}


}


@media screen and (max-width: 960px) {


.detail_box {
	margin:0 auto;
}

#map {
	display:none;
}
#content {
	width:100%;
	margin-left:0%;
}
#header {
	z-index:1002;
	text-align:center;
	width:100%;
	height:120px;
	background-color:rgba(255,255,255,0.9);
}
.square_big {
	font-size:15px;
}
#content {
	padding-top:140px;
}
#logo {
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
}
#logoimg {
	width:100%;
	max-width:350px;
}
#map_div {
	display:block;
}

}

@media screen and (max-width: 600px) {
.page_title {
	text-align:center;
}
.detail_item {
	width:100%;
}
#content {
	padding-top:140px;
}

.square_big {
	font-size:15px;
	width:48%;
}

.square_mini {
	text-align:center;
	font-size:18px;
	font-weight:300;
	padding:2%;
	color:#fff;
	width:19.5%;
	max-width:80px;
	display:inline-block;
	margin-right:0.5%;
	margin-bottom:0.5%;
	box-sizing:border-box;
}
.selector {
	display:none;
}

}
