html, body, [class*="img"] {
	height: 100%;
	width: 100%;
}

body {
	font-size: 100%;
	font-family: 'Verdana', sans-serif;
	margin: 0;
	position: relative;
	background: #000;
}

ul {
	padding: 0;
	margin: 0;
}

p {
	margin: 0 0 0 10px;
}

.img1 { background: url(../images/schmetterling.jpg) no-repeat center; }
.img2 { background: url(../images/tulpe.jpg) no-repeat center; }
.img3 {	background: url(../images/distel.jpg) no-repeat center; }
.img4 { background: url(../images/deich.jpg) no-repeat center; }
.img5 {	background: url(../images/thunebach.jpg) no-repeat center; }
.img6 {	background: url(../images/rote_blume_sw.jpg) no-repeat center; }
.img7 {	background: url(../images/bauerkamp.jpg) no-repeat center; }
.img8 {	background: url(../images/hummel.jpg) no-repeat center; }
.img9 { background: url(../images/watzmann.jpg) no-repeat center; }
.img10 { background: url(../images/kehlsteinhaus.jpg) no-repeat center; }
.img11 { background: url(../images/grashuepfer.jpg) no-repeat center; }

.gallery-images [class*="img"] {
	background-size: cover;
	position: absolute;
}

nav {
	position: absolute;
	z-index: 5000;
	margin: 25px 0 0 25px;
}

ul {
	padding: 0;
	margin: 0;
}

nav li {
	list-style-type: none;
	float: left;
	margin: 0 5px 0 0;
}

nav a {
	background: #fff;
	display: block;
	height: 30px;
	width: 30px;
	text-decoration: none;
	border-radius: 50%;
	opacity: 0.5;
}

nav a:hover, nav a.current {
	background: #e4ff00;
}

#overlay-wrapper {
	left: 10%;
    position: absolute;
    top: 25%;
    width: 80%;
    overflow: hidden;
}

@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  #overlay-wrapper {
    left: 30%;
    width: 40%;
  }
}

@media (min-width: 1600px) {
  #overlay-wrapper {
    left: 40%;
    width: 20%;
  }
}

#overlay {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    font-size: 0.75em;
    height: 100%;
    position: relative;
    top: -100%;
    left: 0;
    width: 100%;
    opacity: 0;
}

#overlay a, #overlay a:visited {
	color: #ccc;
	text-decoration: none;
	padding: 0.75% 1%;
	width: 96%;
	display: block;
	transition: all 0.25s ease-out;
}

#overlay a:hover {
	background: #6082AF;
	color: #fff;
	transition: all 0.25s ease-out;
}

#overlay article {
	padding: 5%;	
}

.hidden-field {
	height: 30px;
	width: 30px;
	background: transparent;
	position: absolute;
}

.close {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
}
