
/* -------------------------------------- */
				/* Header */
header{
	z-index:200;
	position:relative;
	/* height:100px; */
}
.head{
	padding-top:1%;
	
}
.head img{
	width:38%;
	margin-left:5%;
}

.buehne{
	z-index:1;
}
.buehne img{
	height:100%;
}

.menubox{
	/* background-color:red; */
	padding: 10px;
	margin: 10px;
	color:#c72025;
	text-align:right;
	font-size:0.8em;
}
.menubox:hover{
	transition: 0.8s ease-out ;
	color:#454546;
	cursor:pointer;
}
.buehne img{
	height:auto;
	width:100%;
}
.startlogo{
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:10%;
	z-index:200;
	margin-top:18%;
}
.startlogo img{
	width:100%;
}
/* .content img{
	width:400px;
	height:auto;
} */

/*  #map {
    width: 100%;
    height: 600px;
    background-color: #CCC;
	margin:0 auto;
  }
 */
     #map {
        height:600px;
        width:100%;
    }
    .gm-style-iw * {
        display: block;
        width: 100%;
    }
    .gm-style-iw h4, .gm-style-iw p {
        margin: 0;
        padding: 0;
    }
    .gm-style-iw a {
        color: #4272db;
    }

.infos{
	border:solid 1px;
/* 	border-color:inherit; */
	padding:10px;
	width:40%;
	margin-top:8%;
	margin-bottom:4%;
	cursor:pointer;
	letter-spacing:0.04em;
}
.borderdark{
	border-color:#454546;
}
.borderdark:hover{
	background-color:#454546;
	color:#999696;
	transition:0.6s ease-in-out;
}
.borderhell{
	border-color:#999696;
}
.borderhell:hover{
	background-color:#999696;
	color:#454546;
	transition:0.6s ease-in-out;
}