﻿/*Edge*/
@supports ( -ms-accelerator:true )
{
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)
{
	html{
		overflow: hidden;
		height: 100%;
	}
	body{
		overflow: auto;
		height: 100%;
	}
}
body, html {
	height: 100%;
	margin: -13px 0 0 0;
}
body,html,h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
}
h1 {
	font-size: 150%;
}
h2 {
	font-size: 115%;
}
h6 {
	font-size:80%;
	font-style:italic;
}
hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
#nav {
	font-size:200%;
	cursor:pointer;
	position:fixed;
	top:0;
	right:0;
	padding:10px;
	height: 35px;
	width:100%;
	text-align:right;
	display:none;
	background-color:#777777;
	opacity:0.9;
	z-index:100;
}
.sidenav {
	height: 100%;
	width: 250px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding: 60px 5px 0 0;
	border-right:3px solid #EFEFEF;
	background-color: #FEFEFE;
}
.sidenav .subgroup {
	max-height:0;
	overflow: hidden;
	transition: all 0.7s ease-in-out;
}
.sidenav .group:hover .subgroup {
	height:100%;
}
.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 150%;
	color: #818181;
	display: block;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.sidenav .subgroup a {
	padding: 8px 8px 8px 40px;
	text-decoration: none;
	font-size: 110%;
	color: #818181;
	display: block;
	transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.sidenav a span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: all 0.5s ease-in-out;
}
.sidenav a:hover {
	color: #1F1F1F;
}
.sidenav .group a span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.sidenav a span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: all 0.5s ease-in-out;
}
.sidenav a:hover span {
	padding-right: 25px;
}

.sidenav a:hover span:after {
	opacity: 1;
	right: 0;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	display:none;
}
.sidenav .subnav-content {
	display: none;
}
.sidenav a:active + .subnav-content {
	display: block;
}
#main {
	margin-left:250px;
	transition: margin-left .5s;
	height:100%;
}
div[class^="bgimg-"] {
	position: relative;
	opacity: 0.85;
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	transition: 0.5s;
}
.bgimg-1 {
	background-image: url("/pond/blueten.jpg");
	height: 100%;
	background-size: cover;
}
.bgimg-2 {
	background-image: url("/pond/gestaltung.jpg");
	min-height: 40%;
	background-size: calc(100% - 250px) 100%;
}
.bgimg-3 {
	background-image: url("/pond/moyland.jpg");
	min-height: 40%;
	background-size: calc(100% - 250px) 100%;
}
.bgimg-4 {
	background-image: url("/pond/black_label.jpg");
	min-height: 40%;
	background-size: calc(100% - 250px) 100%;
}
.bgimg-5 {
	background-image: url("/pond/literaturl.jpg");
	min-height: 40%;
	background-size: calc(100% - 250px) 100%;
}
.bgimg-6 {
	background-image: url("/pond/leuchtfeuer.jpg");
	min-height: 40%;
	background-size: calc(100% - 250px) 100%;
}
.textfield {
	color: #777;
	background-color:white;
	text-align:center;
	padding:50px 80px;
	text-align: justify;
}
.caption {
	position: absolute;
	left: 35%;
	top: 42%;
	min-width: 30%;
	min-height: 10%;
	text-align: center;
	padding: 18px;
	font-size: 150%;
	letter-spacing: 10px;
	background-color: rgb(11,11,11);
	background-color: rgba(11,11,11,0.8);
	color: #fff;
	box-shadow: 5px 10px 8px rgb(0,0,0);
}
a {
	color: #090909;
	text-decoration: underline dotted !important;
}
div.back-to-top {
	width: 0px;
	height: 0px;
	opacity: 0;
	z-index: 1000;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 40px;
	right: 40px;
	color:#777777 !important;
	font-weight: bold !important;
	border-bottom: 1px solid #EFEFEF !important;
	border-right: 1px solid #EFEFEF !important;
	border-bottom: 1px solid #777777 !important;
	border-right: 1px solid #777777 !important;
	border-radius: 15px;
	background: #EFEFEF; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #EFEFEF, #FFFFFF); /* Standard syntax */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
div.back-to-top:active {
	width: 50px !important;
	height: 50px !important;
	color:#074d07;
	border-top: 1px solid #777777 !important;
	border-left: 1px solid #777777 !important;
	border-bottom: 1px solid #EFEFEF !important;
	border-right: 1px solid #EFEFEF !important;
	border-radius: 15px;
	background: #FFEFC6; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #777777, #EFEFEF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #777777, #EFEFEF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #777777, #EFEFEF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #777777, #EFEFEF); /* Standard syntax */
	opacity:1;
}
.myinfo {
	text-decoration: none;
	display: inline;
}
.myinfo:hover {
	z-index:25;
	text-decoration: none;
}
.myinfo span {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	text-decoration: none;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.myinfo:hover span {
	display: block;
	position: fixed;
	height:93px;
	padding: 5px 15px 5px 15px;
	border:1px solid #777777;
	background-color:rgb(239,239,239);
	background-color:rgba(239,239,239,0.9);
	color:rgb(119,119,119);
	text-align: center;
	text-decoration: none;
	-moz-box-shadow: 2px 3px 5px 2px rgb(100,100,100);
	-webkit-box-shadow: 2px 3px 5px 2px rgb(100,100,100);
	box-shadow: 2px 3px 5px 2px rgb(100,100,100);
	z-index:9999;
	opacity: 1;
	transition: opacity 0.7s;
	overflow:auto;
}
.myinfo:hover span::before {
	content: '\A\A';
	white-space: pre-wrap;
}
.flexContainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: stretch;
}
.flier {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	overflow-x:hidden;
	overflow-y:auto;
	border-radius: 5px;
	margin: 10px;
	cursor:pointer;
	text-align: left;
	z-index:1 !important;
}
.flier:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}
.flier img {
	border-radius: 5px 5px 0 0;
	height:240px !important;
	width:100%;
	object-fit: cover;
	overflow-x:hidden;
}
.flierc {
	padding: 2px 16px;
	font-size:90%;
}
.flier span.subtitle {
	padding: 0 25px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
}
.gallery {
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	transition: 0.3s;
	height: 500px;
	width: 400px;
	overflow-x:hidden;
	overflow-y:auto;
	border-radius: 5px;
	margin: 10px;
	text-align: left;
	z-index:1 !important;
}
.gallery:hover {
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	-webkit-transform:scale(1.1); /* Safari and Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* IE 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}
.gallery img {
	border-radius: 5px 5px 0 0;
	height:66% !important;
	width:100%;
	object-fit: cover;
	overflow-x:hidden;
}
.galleryc {
	padding: 2px 16px;
	font-size:90%;
}
::-moz-selection {
	color: #FEFEFE;
	background: #777777;
}
::selection {
	color: #FEFEFE;
	background: #777777;
}
#myVideo {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: rgb(30,30,30);
	background-color: rgba(30,30,30,0.8);
}
#video {
	position: fixed;
	top: 0;
	max-width: 100%;
	max-height: 100%;
	z-index:9999999;
}
.video-content {
	position: fixed;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	color: #f1f1f1;
	width: 100%;
	padding: 10px 10%;
}
#closeVideo {
	width: 200px;
	font-size: 110%;
	padding: 10px;
	border: none;
	background: #000;
	color: #fff;
	cursor: pointer;
}
#closeVideo:hover {
	background: #ddd;
	color: black;
}
.modal {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.7s;
	animation-name: fadeIn;
	animation-duration: 0.7s;
	z-index: 5000;
}
.modal-content {
	height: 400px;
	position: absolute;
	left: 45%;
	width: 10%;
	min-width: 250px;
	margin-top: 50px;
	background-color: #EFEFEF;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.7s;
	animation-name: slideIn;
	animation-duration: 0.7s;
	z-index: 5001;
}
.close {
	position: absolute;
	top: 10px;
	right: 15px;
	color: #FFFFFF;
	float: right;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
}
.close:hover,
.close:focus {
	color: #000000;
	cursor: pointer;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
}
.modal-header {
	padding: 2px 16px;
	background-color: #777777;
	color: white;
	bottom: 0px;
	left: 0em;
	top:92px;
	height: 3em;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
}
.modal-body {
	padding: 16px;
	overflow-y:auto;
	text-align:center;
	background-color: #EFEFEF;
	border-radius: 15px 15px;
}
.modal-footer {
	position: absolute;
	bottom: 0;
	padding: 2px 16px;
	background-color: #777777;
	color: white;
	min-height: 5%;
	text-align:right;
	font-size:80%;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
}
.modalK {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
	-webkit-animation-name: fadeIn;
	-webkit-animation-duration: 0.7s;
	animation-name: fadeIn;
	animation-duration: 0.7s;
	z-index: 5000;
}
.modalK-body {
	position: relative;
	left: 0;
	top:0;
	margin: 2% 5%;
	padding: 2% 10%;
	height: 85%;
	background-color: #EFEFEF;
	border-top-left-radius: 15px 15px;
	border-top-right-radius: 15px 15px;
	border-bottom-left-radius: 15px 15px;
	border-bottom-right-radius: 15px 15px;
	-webkit-animation-name: slideIn;
	-webkit-animation-duration: 0.7s;
	animation-name: slideIn;
	animation-duration: 0.7s;
	overflow:hidden;
	z-index: 5001;
}
.modalK-content {
	position: relative;
	padding:0 12px 2% 0;
	width:100%;
	height:85%;
	overflow-x:hidden;
	overflow-y:scroll;
}
.modalK-content img {
	margin: 0 0 12px 0;
	border-radius: 5px;
	box-shadow: 5px 10px 8px rgba(0,0,0,1.8);
}
.modalK-body .closebtn {
	position: absolute;
	right: 15px;
	top:15px;
	color: #000000;
	font-size: 28px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
.modalK-body .closebtn:hover,
.modalK-body .closebtn:focus {
	color: #FFFFFF;
	-webkit-transition: color 1s ease-in-out;
	-moz-transition: color 1s ease-in-out;
	-o-transition: color 1s ease-in-out;
	transition: color 1s ease-in-out;
	z-index: 5002;
}
li {
	margin: 5px 5px 12px 25px;
}
ul {
	list-style-image: url('pond/logo.png');
	list-style-position: outside;
}
ul li {
	margin: 5px 5px 5px 40px;
}
li[onClick] {
	text-decoration: underline dotted !important;
	cursor: pointer;
}
.searchbar {
	width: 130px !important;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
	background-color: white;
	background-image: url('pond/search.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px !important;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}
.searchbar:focus {
	width: 100% !important;
}
input[type=text], select, textarea, input[type=password] {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: vertical;
}
input[type=submit], button {
	color: #818181;
	font-family: "Montserrat", sans-serif;
	font-size: 105%;
	width: 250px !important;
	height: 50px !important;
	padding: 12px 20px;
	border: none;
	border-top: 1px solid #EFEFEF !important;
	border-left: 1px solid #EFEFEF !important;
	border-bottom: 1px solid #777777 !important;
	border-right: 1px solid #777777 !important;
	border-radius: 4px;
	cursor: pointer;
	background: #EFEFEF; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #EFEFEF, #FFFFFF); /* Standard syntax */
	opacity:0.9;
}
input[type=submit]:hover, button:hover {
	color:#074d07;
	border-top: 1px solid #777777 !important;
	border-left: 1px solid #777777 !important;
	border-bottom: 1px solid #EFEFEF !important;
	border-right: 1px solid #EFEFEF !important;
	border-radius: 4px;
	background: #FFEFC6; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #FFFFFF, #EFEFEF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #FFFFFF, #EFEFEF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #FFFFFF, #EFEFEF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #FFFFFF, #EFEFEF); /* Standard syntax */
	opacity:1;

}
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
	width: 250px;
	text-align:center;
	padding: 10px 0;
	border: none;
	border-top: 1px solid #EFEFEF !important;
	border-left: 1px solid #EFEFEF !important;
	border-bottom: 1px solid #777777 !important;
	border-right: 1px solid #777777 !important;
	border-radius: 4px;
	cursor: pointer;
	background: #EFEFEF; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #EFEFEF, #FFFFFF); /* Standard syntax */
	opacity:0.9;
	display:inline-block;
	overflow: hidden;
}
.inputfile:focus + label,
.inputfile.has-focus + label,
.inputfile + label:hover {
	cursor: pointer;
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
	pointer-events: none;
}
.inputfile + label span {
	font-size: 66%;
	font-weight: normal;
	display: inline-block;
}
.container {
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px;
}
table {
	width:100%;
}
td {
	border: 1px solid #777;
}
.fulltime {
	display:block;
}
.halftime {
	display:none;
}
.grid2 {
	display:grid;
	grid-template-columns:50% 50%;
}
.griditem12 {
	grid-column-start: 1;
	grid-column-end: 2;
}
.griditem13 {
	grid-column-start: 1;
	grid-column-end: 3;
}
.griditem14 {
	grid-column-start: 1;
	grid-column-end: 4;
}
.griditem23 {
	grid-column-start: 2;
	grid-column-end: 3;
}
.pi {
	width:0;
	height:0;
	overflow:hidden;
	visibility:hidden;
}
.checklabel {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checklabel input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	border: 1px solid #CCCCCC;
	background: #EFEFEF; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #EFEFEF, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #EFEFEF, #FFFFFF); /* Standard syntax */
}
.checklabel:hover input ~ .checkmark {
	background: #CCCCCC; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #CCCCCC, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #CCCCCC, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #CCCCCC, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #CCCCCC, #FFFFFF); /* Standard syntax */
}
.checklabel input:checked ~ .checkmark {
	background: #777777; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(70% 90%, farthest-corner, #777777, #FFFFFF); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(70% 90%, farthest-corner, #777777, #FFFFFF); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(70% 90%, farthest-corner, #777777, #FFFFFF); /* For Firefox 3.6 to 15 */
	background: radial-gradient(farthest-corner at 70% 90%, #777777, #FFFFFF); /* Standard syntax */
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.checklabel input:checked ~ .checkmark:after {
	display: block;
}
.checklabel .checkmark:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media (max-width:600px) {
	.gallerydd {
		width:100%;
	}
}
@media (min-width:993px) {
	.sidenav {width:250px;}
	#main {margin-left:250px; margin-top:5px;}
	div[class^="bgimg-"] {background-size: calc(100% - 250px) 100%;}
}
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	div[class^="bgimg-"] {
		background-attachment: scroll;
	}
	.bgimg-1 {
		background-image: url("/pond/blueten_small.jpg");
	}
	.bgimg-2 {
		background-image: url("/pond/gestaltung_small.jpg");
	}
	.bgimg-3 {
		background-image: url("/pond/moyland_small.jpg");
	}
	.bgimg-4 {
		background-image: url("/pond/black_label_small.jpg");
	}
	.bgimg-5 {
		background-image: url("/pond/literaturl_small.jpg");
	}
	.bgimg-6 {
		background-image: url("/pond/leuchtfeuer_small.jpg");
	}
}
@media (max-width:992px) {
	.sidenav { width:0;}
	#main {margin-left:0; margin-top:55px;}
	#nav {display:block;}
	.sidenav .closebtn {display:block;}
	div[class^="bgimg-"] {background-size: 100% 100%;}
	.fulltime { display:none; }
	.halftime { display:block; }
	.grid2 {display:block}
	.griditem12 { width:100%; }
	.griditem13 { width:100%; }
	.griditem23 { width:100%; }
	.griditem14 { width:100%; }
}
@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 110%;}
	.bgimg-1 {
		background-image: url("/pond/blueten_xs.jpg");
	}
	.bgimg-2 {
		background-image: url("/pond/gestaltung_xs.jpg");
	}
	.bgimg-3 {
		background-image: url("/pond/moyland_xs.jpg");
	}
	.bgimg-4 {
		background-image: url("/pond/black_label_xs.jpg");
	}
	.bgimg-5 {
		background-image: url("/pond/literaturl_xs.jpg");
	}
	.bgimg-6 {
		background-image: url("/pond/leuchtfeuer_xs.jpg");
	}
}
@-webkit-keyframes NavIn {
	from {height: 0}
	to {height: 12px}
}

@keyframes NavIn {
	from {height: 0}
	to {height: 12px}
}

@-webkit-keyframes NavOut {
	from {height: 12px}
	to {height: 0}
}

@keyframes NavOut {
	from {height: 12px}
	to {height: 0}
}

@-webkit-keyframes fadeIn {
	from {opacity: 0}
	to {opacity: 1}
}
@keyframes fadeIn {
	from {opacity: 0}
	to {opacity: 1}
}
@-webkit-keyframes fadeOut {
	from {opacity: 1}
	to {opacity: 0}
}
@keyframes fadeOut {
	from {opacity: 1}
	to {opacity: 0}
}
