/* ==================================================================================================================================== */
/* LIGHT TECH STYLESHEET */
/* ==================================================================================================================================== */

/* ALLGEMEIN ================================================================================================================ */
html {width: 100%; height: 100%; margin: 0px;}
body {
	background-color: #fff;
	margin: 0px;
	height: calc(100% - 120px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}


body,h1,h2,h3,h4,h5,p,div,td,input,textarea {font-family: 'Open Sans', sans-serif;}
body,p,div,td,input,textarea {font-size: 14px;}
h1 {font-size: 16px; font-weight: bold; color: rgb(100,150,20);}
h2 {font-size: 15px; font-weight: bold; color: rgb(100,100,100);}
h3,h4,h5 {font-size: 13px; font-weight: bold; color: rgb(150,150,150);}
a {text-decoration: none; color: rgb(100,150,20);}
a:hover {text-decoration: underline;}

/* NAVIGATION ================================================================================================================ */
.navigationbar {
	position: fixed;
	height: 90px;
	width: 100%;
	overflow: hidden;
	z-index: 100;
	left: 0px;
	top: 0px;
	background-color: rgb(100,150,20);
	box-shadow: 0px 4px 4px rgba(0,0,0,.5);
}

.logo {
	width: auto;
	height: 84px;
	margin: 3px;
	margin-left: 5px;
}

.navigationbar.dropdown {overflow: hidden;}

.navigationbar a {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 20px;
}
.navigationbar a:hover {
	color: rgb(255,204,0);
}
.navigationbar span {
	display: inline-block;
	text-decoration: none;
	color: rgb(255,204,0);
	font-size: 18px;
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 10px solid rgb(255,204,0);
}

.navigationbar .navicontainer {
	width: calc(100% - 560px);
	position: absolute;
	left: 280px;
	bottom: 0px;
	text-align: center;
}

.menu {
	width: 42px;
	height: 42px;
	position: absolute;
	bottom: 17px;
	right: 15px;
	display: none;
	cursor: pointer;
}
	
.menu div {
	display: block;
	width: 100%;
	height: 7px;
	background-color: #fff;
	margin-top: 7px;
}
.menu:hover div {
	background-color: rgb(255,204,0);
}



@media screen and (max-width: 1540px) {
	.navigationbar {
		height: 70px;
	}
	.logo {
		height: 60px;
		margin: 5px;
		margin-left: 5px;
	}
	.navigationbar .navicontainer {
		width: calc(100% - 460px);
		left: 230px;
	}
	.navigationbar span {
		font-size: 16px;
		font-weight: bold;
		margin-left: 15px;
		margin-right: 15px;
	}
	.navigationbar a {
		font-size: 16px;
		font-weight: bold;
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media screen and (max-width: 1360px) {
	.navigationbar .navicontainer {
		width: calc(100% - 210px);
		text-align: right;
		left: auto;
		right: 5px;
	}
}
@media screen and (max-width: 1140px) {
	.navigationbar span {
		font-size: 16px;
		font-weight: bold;
		margin-left: 8px;
		margin-right: 8px;
	}
	.navigationbar a {
		font-size: 16px;
		font-weight: bold;
		margin-left: 8px;
		margin-right: 8px;
	}


}
@media screen and (max-width: 1060px) {
	.menu {
		display: block;
	}
	.navigationbar .navicontainer {
		width: 100%;
		position: absolute;
		left: 0px;
		right: auto;
		bottom: auto;
		top: 70px;
		box-shadow: 0px 4px 4px rgba(0,0,0,.5);
		background-color: rgb(100,150,20);
		height: auto;
		
	}
	.navigationbar {
		z-index: 500;
	}
	.navigationbar span {
		display: block;
		text-align: center;
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		border-top: 1px solid #fff;
		border-bottom: 0px;
		padding: 0px;
	}

	.navigationbar a {
		display: block;
		text-align: center;
		width: 100%;
		line-height: 40px;
		font-size: 16px;
		font-weight: bold;
		margin-left: 0px;
		margin-right: 0px;
		border-top: 1px solid #fff;
		border-bottom: 0px;
		padding: 0px;
	}


	.navigationbar.dropdown {
		overflow: visible;
	}
}



/* SEARCHBAR ================================================================================================================ */
.sponsor {
	position: fixed;
	left: 5px;
	top: 90px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	z-index: 5;
	display: none;
}

.sponsor img {
	width: 120px;
	height: auto;
	margin: 5px;
}

.searchinput {
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	height: 60px;
	background-color: #fff;
	border: 1px solid rgb(100,150,20);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	border-radius: 10px;
	z-index: 1;
}
.searchinput span {
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #999;
	width: 150px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}
.searchinput input {
	display: inline-block;
	font-size: 15px;
	color: #999;
	width: 460px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	padding: 5px;
	vertical-align: middle;
}
.searchinput img {
	display: inline-block;
	margin: 15px;
	width: 30px;
	height: 30px;
	vertical-align: middle;
	opacity: .5;
	cursor: pointer;
}
.searchinput img:hover {
	opacity: 1;
}

@media screen and (max-width: 1540px) {
	.sponsor {
		top: 70px;
	}
	.sponsor img {
		display: block;
	}
	.searchinput {
		margin-top: 100px;
		margin-left: auto;
		margin-right: auto;
		width: 700px;
		height: 60px;
		background-color: #fff;
		border: 1px solid rgb(100,150,20);
		box-shadow: 0px 0px 10px rgba(0,0,0,.5);
		border-radius: 10px;
		z-index: 1;
	}
}

@media screen and (max-width: 1360px) {
	.sponsor {
		position: fixed;
		left: 220px;
		top: 0px;
		border-radius: 0px;
		padding: 0px;
		background-color: #fff;
		box-shadow: none;
		text-align: center;
		z-index: 501;
	}
	.sponsor img {
		width: auto;
		height: 35px;
		margin: 0px;
	}
}
@media screen and (max-width: 1060px) {
	.searchinput {
		margin-top: 70px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 65px;
		padding-top: 5px;
		background-color: #eee;
		border: 0px;
		box-shadow: none;
		border-radius: 0px;
		z-index: 1;
	}
	.searchinput input {
		display: inline-block;
		font-size: 14px;
		color: #999;
		width: calc(100% - 170px);
		height: 30px;
		line-height: 30px;
		border: 1px solid #ddd;
		padding: 5px;
		vertical-align: middle;
	}
	.searchinput span {
		display: inline-block;
		margin-left: 10px;
		margin-top: 5px;
		font-size: 14px;
		font-weight: bold;
		color: #999;
		width: 80px;
		height: 50px;
		line-height: 20px;
		vertical-align: middle;
		margin-top: 5px;
	}
}
@media screen and (max-width: 400px) {
	.sponsor {
		position: fixed;
		left: 2px;
		top: 40px;
		border-radius: 0px;
		padding: 0px;
		background-color: #fff;
		box-shadow: none;
		text-align: center;
		z-index: 501;
	}
	
	.sponsor img {
		display: inline-block;
		width: auto;
		height: 24px;
		margin: 0px;
	}


}

/* PDF RESULTS ============================================================================================================ */

.pdfresults {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid rgb(100,150,20);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	height: auto;
	z-index: 5;
	display: none;
}

.pdfresults span {
	display: block;
	position: relative;
	height: 26px;
	line-height:26px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-color: rgb(100,150,20);
}

.pdfresults span img {
	position: absolute;
	right: 2px;
	top: 1px;
	cursor: pointer;
	opacity: .9;
}
.pdfresults span img:hover {
	opacity: 1;
}

.pdfresults .pdflist {
	margin: 20px;
}

.onepdf {
	display: inline-block;
	background-image:url(/layout/pdficon32.png);
	background-position: 5px 1px;
	background-repeat: no-repeat;
	width: calc(50% - 30px);
	height: 34px;
	background-color: #eee;
	margin: 5px;
	color: #000;
	border: 1px solid #fff;
}
.onepdf:hover {
	border-color: rgb(100,150,20);
}
.onepdf div {
	width: calc(100% - 55px);
	margin-left: 45px;
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
}


@media screen and (max-width: 1200px) {
	.pdfresults .pdflist {
		margin: 10px;
	}
	.onepdf div {
		font-size: 11px;
	}
}

@media screen and (max-width: 600px) {
	.onepdf {
		width: calc(50% - 15px);
		height: 34px;
	}
}

/* CONTENT ================================================================================================================ */
.innercontent {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	background-color: #fff;
	padding: 20px;
	border: 1px solid rgb(100,150,20);
	border-bottom: 0px;
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	min-height: calc(100% - 133px);
	z-index: 5;
}

img.single {
	width: calc(100% - 10px);
	margin: 5px;
	height: auto;
}

img.double {
	display: inline-block;
	width: calc(50% - 15px);
	margin: 5px;
	height: auto;
}

img.tripple {
	display: inline-block;
	width: calc(33.3% - 15px);
	margin: 5px;
	height: auto;
}

img.quadripple {
	display: inline-block;
	width: calc(25% - 15px);
	margin: 5px;
	height: auto;
}


div.txt75 {
	display: inline-block;
	width: calc(75% - 10px);
	vertical-align: top;
}
div.txt75.hoch {
	width: calc(85% - 10px);
}



div.txt75 p:first-child {
	margin-top: 0px;
}
div.txt75 h1:first-child {
	margin-top: 0px;
}
div.txt75 h2:first-child {
	margin-top: 0px;
}

div.img25 {
	display: inline-block;
	width: calc(25% - 15px);
	vertical-align: top;
}
div.img25.hoch {
	display: inline-block;
	width: calc(15% - 15px);
	vertical-align: top;
}

div.img25.right {
	margin-left: 15px;
}
div.img25.left {
	margin-right: 15px;
}

table.download {
	width: 100%;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 5px;
}

table.download td {
	padding: 5px;
	background-color: #eee;
	vertical-align: middle;
	text-align: right;
}

table.download td:first-child {
	text-align: left;
}
table.download td:nth-child(2) {
	width: 100px;
	border-left: 3px solid #fff;
}


table.download td a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
}

table.download td a:hover {
	color: #000;
}


table.download td a span {
	vertical-align: middle;
	font-size: 13px;
}

table.download td a img {
	height: 36px;
	width: auto;
	vertical-align: middle;	
}


@media screen and (max-width: 1540px) {
	.innercontent {
		min-height: calc(100% - 113px);
	}
}

@media screen and (max-width: 1060px) {
	.innercontent {
		margin: 0px;
		padding: 10px;
		box-shadow: none;
		min-height: calc(100% - 41px);
		border: 0px;
		border-top: 1px solid rgb(100,150,20);
	}
}



/* GALERIE      ================================================================================================================ */
.galerie .oneimage {
	display: inline-block;
	position: relative;
	background-size: cover;
	background-position: center center;
	width: calc(20% - 20px);
	margin: 10px;
	cursor: pointer;
}
.galerie .oneimage:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
}

.galerie .oneimage:before{
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

@media screen and (max-width: 750px) {
	.galerie .oneimage {
		width: calc(25% - 20px);
	}
}
@media screen and (max-width: 500px) {
	.galerie .oneimage {
		width: calc(33.3% - 10px);
		margin: 5px;
	}
}

/* WHITEOUT     ================================================================================================================ */
.whiteout {
	position: fixed;
	z-index: 1000;
	background-color: rgba(255,255,255,.7);
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}

/* IMAGE VIEWER ================================================================================================================ */

.imageviewer {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10105;
	width: 100%;
	height: 100%;
	background-color: #000;
	display: none;
}
.backblur {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	filter: blur(5px);
	opacity: .4;
}

.currentimage {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	display: none;
}


.imgswitch {
	position: absolute;
	z-index: 10;
	cursor: pointer;
	display: none;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .6;
}

.imgswitch.close {
	background-image: url(../layout/imgclose.png);
	width: 40px;
	height: 40px;
	top: 5px;
	right: 5px;
}
.imgswitch.close:hover {
	background-image: url(../layout/imgclose_hi.png);
	opacity: 1;
}

/* MAP     ================================================================================================================ */
.mapouter {
	position: fixed;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
	border: 1px solid rgb(100,150,20);
	z-index: 1000;
	background-color: #fff;
	left: 10px;
	top: 10px;
	visibility: hidden;
}
.mapheader {
	position: relative;
	margin: 2px;
	height: 40px;
	background-color: rgb(100,150,20);
}
.map {
	position: absolute;
	left: 2px;
	top: 44px;
	width: calc(100% - 4px);
	height: calc(100% - 46px);
}
.map.grafik {
}
.map.karte {
}

.closemap {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 30px;
	height: 30px;
	background-image:url(/layout/imgclose.png);
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.closemap:hover {
	background-image:url(/layout/imgclose_hi.png);
}
.mapbutton {
	display: inline-block;
	text-align: center;
	width: 150px;
	border-radius: 10px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	color: #000;
	cursor: pointer;
	margin: 5px;
	font-size: 13px;
	font-weight: bold;
}
.mapbutton:hover {
	background-color: #ddd;
}
.mapbutton.active {
	background-color: rgb(255,204,0);
}
.tempnote {
	position: absolute;
	width: calc(50% - 40px);
	top: 100px;
	left: 25%;
	padding: 20px;
	background-color: #fff;
	border: 3px solid rgb(100,150,20);
	z-index: 5;
}

.netzplanbutton {
	height: 120px;
	border: 1px solid rgb(100,150,20);
	background-image: url(/layout/netzplanbutton.jpg);
	background-position: center center;
	background-size: cover;
	cursor: pointer;
	margin-bottom: 20px;
	display: none;
}

.netzplanbutton:hover {
	box-shadow: 0px 0px 10px rgba(0,0,0,.7);
}

.netzplanbutton span {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 40px;	
	font-size: 30px;
	font-weight: bold;
	background-color: rgba(255,255,255,.9);
}

@media screen and (max-width: 600px) {
	.mapbutton {
		width: 70px;
		font-size: 11px;
	}
}



/* SPINNER ================================================================================================================ */

.floatingCircles{
	position: absolute;
	width: 112px;
	height: 112px;
	top: calc(50% - 57px);
	left: calc(50% - 57px);
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:20px;
	width:20px;
	border-radius:10px;
		-o-border-radius:10px;
		-ms-border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

.frotateG_01{
	left:0;
	top:45px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

.frotateG_02{
	left:13px;
	top:13px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

.frotateG_03{
	left:45px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

.frotateG_04{
	right:13px;
	top:13px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

.frotateG_05{
	right:0;
	top:45px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

.frotateG_06{
	right:13px;
	bottom:13px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

.frotateG_07{
	left:45px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

.frotateG_08{
	left:13px;
	bottom:13px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}


