/* This file handles all html files which inlcude an iframe*/

.mapframe {
	position: absolute;  
	width: 100%; 
	border: none;
}

@media only screen and (max-width: 361px) {
  .mapframe {
    height: calc(100% - 117px);
  }
}

@media only screen and (min-width: 362px) {
  .mapframe {
    height: calc(100% - 59px);
  }
}

* {
	box-sizing: border-box
}

html {
	font-size: 100%
}

body {
	font-family: "Open Sans", Helvetica;
	background: linear-gradient(rgba(20, 26, 35, .55), rgba(20, 26, 35, .55)), url(./minecraft.jpg) no-repeat center center fixed
}

.menue ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333
}

.menue li {
	float: left
}

.menue li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 21px 15px;
	text-decoration: none
}

.menue li a:hover:not(.active) {
	background-color: #111
}

.menue li#nohover a:hover:not(.active) {
	background-color: transparent
}

.active {
	background-color: #3d6eb5
}

a:target~a.cssbox_close,
a:target~a.cssbox_next,
a:target~a.cssbox_prev {
	visibility: visible
}

a:target>img.gallery-img+span.cssbox_full {
	visibility: visible;
	opacity: 1;
	pointer-events: initial
}

