* { margin: 0; padding: 0; border: none; }
body { font-family: Roboto, sans-serif; color: #333; }
li { list-style: none; }

.left { float: left; }
.right { float: right; }

header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	font-size: 19px;
	height: 28px;
	padding: 3px 6px;
	background: rgba(0,0,0,.7);
	color: white;
}

header p {
	/*font-weight: bold;*/
}

header li {
	display: inline-block;
	margin-right: 5px;
	margin-top:4px;
	height: 20px;
	overflow: hidden;
}

header li:last-child {
	margin-right: 0;
}

header a {
	color: white;
	text-decoration: none;
	color: #ddd;
}

header a.active {
	color: white;
}

#map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.tour #map {
	position: static;
	width: 670px;
	height: 360px;
	margin: 10px 10px;
	float: left;
}

#tour-info {
	display: none;
}

.tour #tour-info {
	display: block;
	width: 580px;
	height: 360px;
	margin: 10px 0;
	float: left;
}

#tour-nav {
	display: none;
}

.tour #tour-nav {
	display: block;
	margin-top: 30px;
	padding: 0 10px;
	overflow: hidden;
}

#tour-nav h3 {
	display: none;
	text-align: center;
}

.tour #types {
	display: none;
}

.types {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin: 100px 0 0 11px;
	padding-bottom: 5px;
	/* overflow: scroll; */
	max-height: 702px;
}

.types::-webkit-scrollbar {
	display: none;
}

.types .type {
	background: rgb(196, 196, 196);
	box-shadow: 0 2px 6px rgba(0,0,0,0.3),0 4px 15px -5px rgba(0,0,0,0.0);
	margin-top: 5px;
	border-radius: 2px;
	overflow: hidden;
}

.types .type:first-child { margin-top: 0; }

.types .type h3 {
	font-size: 12px;
	padding: 3px 10px;
	background: rgb(180, 180, 180);
	cursor: pointer;
}

.types .type ul {
	padding: 3px 10px;
	font-weight: 300;
}

.types .type.collapsed ul {
	display: none;
}

.types .type li {
	margin-bottom: 3px;
	overflow: hidden;
	min-width: 228px;
	max-width: 300px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.types .type label {
	cursor: pointer;
}

.types .type input {
	display: none;
}

.types .type img {
	width: 16px;
	position: relative;
	top: 4px;
	-webkit-filter: grayscale(1);
	opacity: .2;
}

.types .type input:checked + img {
	-webkit-filter: grayscale(0);
	opacity: 1;
}

.tt {
width: 20px;
height: 20px;
background-image: url(icons/signpost.png);
display: inline-block;
background-position: 0 61px;
float: right;
}

.types .details {
	color: #777;
	text-decoration: none;
	float: right;
	margin-top: 3px;
}

.types .details:hover {
	color: #222;
}

.types .back {
	float: left;
	margin: 0 5px 0 0;
}

.gm-style-mtc {
	margin-top: 40px !important;
}

html { height: 100% }
body { height: 100%; margin: 0; padding: 0 }
#map { height: 100% }

/* 
 * Mobile devices
 */

@media only screen and (max-device-width: 568px) { 
	.right {
		display: none;
	}

	.types {
		opacity: 0.75;
	}

	.gm-style-mtc {
		margin-top: 36px !important;
	}

	.gm-style-mtc div {
		padding: 0px 2px 0px 2px !important;
	}
}

/* 
 * Responsive videos
 */

.youtubewrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubewrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#info-body img {
	width: 100%;
}

/**
 * info window
 */

.scrollable {
	height: 20px;
	/**overflow: scroll;*/
}

@media only screen and (max-device-width: 568px) { 
	.scrollable {
		height: 250px;
	}
}

/* 
 * Map Auswahl Dropdown Liste
 */

select {
    display: block;
    font-size: 1.5em;
    padding: .6em 1.4em .5em .8em;
    width: 20em;
    max-width: 100%; /* useful when width is set to anything other than 100% */
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -webkit-appearance: none;
    appearance: none;
    background-color:  transparent;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082,0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
      linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
    background-position: right .7em top 50%, 0 0;
    /* icon size, then gradient */
    background-size: .65em auto, 100%;
}
/* Hide arrow icon in IE browsers */
select::-ms-expand {
    display: none;
}