html, body {
min-height: 100%;
height: 100%;
margin: 0px;
height: 0px;

}
body {
	width: 100%;
	background: #000;
	overflow: auto;
	font-family: PlutoSansCondLight;
}
p {
	margin: 1em 0 1em 0;
}
div {
	margin: 0px;
	padding: 0px;
}
img {border:none;}
strong, b {
	font-family: PlutoSansBold;
	font-weight: normal;
}
#wrapper{
	opacity: 1;
	display: inline-block;
	position: absolute;
	min-height: 100%;
	height: auto;
	width: 100%;
}
#band {
	display: block;
z-index: 6;
position: fixed;
width: 100%;
height: 100px;
background-color: #fff;
background: rgba(255,255,255,0.90);

}
#header {
display: block;
z-index: 6;
position: fixed;
top: 0px;
right: 0px;
width: 80%;
height: 100px;
background-color: transparent;
}
#mobilfooter {
	display: none;
}
.logo {
	position: fixed;
	display: block;
	width: 149px;
	height: 149px;
	top: 30px;
	left: 50px;
	z-index: 7;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.logo img {
	width: 100%;
	height: auto;
}
.panel{
	min-width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-top:0%;
	opacity: 1;
	position: absolute;
	background: #000;
	z-index: 1;
	visibility: hidden;
}
#content{
display: block;
z-index: 5;
position: absolute;
width: 310px;
height: 270px;
padding: 20px 15px 10px 15px;
background-color: #fff;
background: rgba(255,255,255,0.90);
right: 55px;
bottom: 55px;
font-size: 14px;
font-family: PlutoSansCondLight;
overflow: hidden;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}
.gross {
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.klein {
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#content p.ariclemobile {display: none;}
#contenttemp{
display: block;
z-index: 5;
position: absolute;
width: 310px;
height: 155px;
padding: 20px 15px 10px 15px;
background-color: #fff;
background: rgba(255,255,255,0.90);
right: 55px;
bottom: 400px;
font-size: 14px;
font-family: PlutoSansCondLight;
moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

#contenttemp .contentclose{
	position: absolute;
	top: -12px;
	right: -13px;
	width: 25px;
	height: 25px;
}
#contenttemp .contentclose img{
	width: 100%;
	height: auto;
}

#content h1, #content h2 {
	font-size: 20px;
	font-family: PlutoSansBold;
	font-weight: normal;
}
#contenttemp h1, #contenttemp h2 {
	font-size: 20px;
	font-family: PlutoSansBold;
	font-weight: normal;
	color: #E52731;
}
#content .klein p,  #content .gross p{
	font-size: 14px;
	font-family: PlutoSansCondLight;
	margin: 6px 0;
	display: block;
	opacity: 1;
	color: #000;
}
#contenttemp p {
	font-size: 14px;
	font-family: PlutoSansCondLight;
	margin: 6px 0;
	display: block;
	opacity: 1;
	color: #E52731;
}

#contenttemp a {
	color: #000;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#contenttemp a span{
	color: #000;
	text-decoration: underline;
}
#contenttemp a:hover {
	color: #000;
	text-decoration: none;
}

#contenttemp a:hover span{
	color: #000;
	text-decoration: none;
}


.panel_galerie{
	min-width: 100%;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	margin-top:0%;
	opacity: 1;
	position: fixed;
	background: #fff;
	z-index: 2;
	visibility: visible;
}
#kontakt {
	width: 100%;
	min-height: 100%;
	height: 100%;
	overflow: initial;
	top:100%;
	opacity: 1;
	position: fixed;
	background: transparent;
	z-index: 8;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#kontakt:target {
	top:0%;
	overflow: auto;
}
#kontakt .contentkontakt {
	width: 100%;
	min-height: 750px;
	height: 100%;
	margin-top:0px;
	opacity: 1;
	position: absolute;
	background: #e62832;
	display: block;
	padding-bottom: 100px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
	
}
#kontakt:target .contentkontakt {
	margin-top:93px;
	height: 100%;
	display: inline-block;

	
	
}

#kontakt .contentkontakt .contact {
	position: absolute;
	display: block;
	width: 138px;
	height: 64px;
	top: -63px;
	left: 51px;
	z-index: 4;
	opacity: 1;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#kontakt .contentkontakt .contact img {
	width: 100%;
	height: auto;
}
#kontakt .contentkontakt .contactclose {
	position: absolute;
	display: block;
	width: 138px;
	height: 64px;
	top: -63px;
	left: 51px;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#kontakt .contentkontakt .contactclose img {
	width: 100%;
	height: auto;
}
#kontakt:target .contentkontakt .contact {
	display: block;
	z-index: 3;
	opacity: 0;
}
#kontakt:target .contentkontakt .contactclose {
	display: block;
	z-index: 4;
	opacity: 1;

}

@media only screen and (min-height: 0px) and (max-height: 700px) {


#contenttemp {

display: none;
}

}
@media only screen and (min-width: 701px) and (max-width: 1025px) {

body {
	width: 100%;
}
#wrapper {
	width: 100%;
}
#kontakt {
	width:100%;
}
#header {
	width: 80%;
	height: 60px;
	position: absolute;
}
#band {
	width: 100%;
	height: 60px;
	position: absolute;
}
.logo {
width: 110px;
height: 110px;
top: 20px;
left: 50px;
position: absolute;
}
#content .klein p, #content .gross p {
font-size: 12px;
}
#content {
width: 290px;
height: 220px;
}
#kontakt .contentkontakt .contactclose {
width: 102px;
height: auto;
top: -40px;
left: 50px;
}
#kontakt .contentkontakt .contact {
position: absolute;
display: block;
width: 102px;
height: auto;
top: -40px;
left: 50px;
z-index: 4;
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
#kontakt:target .contentkontakt {
margin-top: 60px;
min-height: 100%;
height: auto;
display: inline-block;
}
}
@media only screen and (min-width: 601px) and (max-width: 700px) {

body {
	width: 100%;
}
#wrapper {
	width: 100%;
}
#kontakt {
	width:100%;
}
#header {
	width: 80%;
	height: 60px;
	position: absolute;
}
#band {
	width: 100%;
	height: 60px;
	position: absolute;
}

.logo {
width: 90px;
height: 90px;
top: 15px;
left: 20px;
position: absolute;
}
#content .klein p, #content .gross p {
font-size: 11px;
}
#content h1, #content h2 {
font-size: 15px;
}
#content {
width: 265px;
height: 190px;
right: 30px;
}
#kontakt .contentkontakt .contactclose {
width: 73px;
height: auto;
top: -34px;
left: 30px;
}
#kontakt .contentkontakt .contact {
position: absolute;
display: block;
width: 73px;
height: auto;
top: -34px;
left: 30px;
}
#kontakt:target .contentkontakt {
margin-top: 54px;
min-height: 100%;
height: auto;
display: inline-block;
}
}
@media only screen and (min-width: 1px) and (max-width: 600px) {

body {
	width: 100%;
}
#wrapper {
	width: 100%;
}
#kontakt {
	width:100%;
}
#header {
	width: 100%;
	position: absolute;
}
#band {
	width: 100%;
	position: absolute;
}
.logo {
	position: absolute;
}
#kontakt .contentkontakt .contact {display: none;}
#content {
	width: 72%;
	height: auto;
	padding: 4% 6% 4% 6%;
	right: 8%;
	bottom: 65px;
	font-size: 14px;
}
#controls-wrapper {
display: none !important;
}
#kontakt .contentkontakt .contactclose {
display: none;
}
#header {
	height: 70px;
}
#band {
	height: 70px;
}
.logo {
width: 90px;
height: 90px;
top: 20px;
left: 8%;
}
.panel_galerie {
	position: absolute;
}
#mobilfooter {
	display: block;
position: absolute;
bottom: 0px;
z-index: 3000;
width: 100%;
background-color: #E52731;
}
#mobilfooter p {
	padding: 0px;
margin: 15px 0px 10px 0px;
color: #fff;
font-size: 14px;
text-align: center;
}
#contenttemp {
display: none;
}
#content p.ariclemobile {
	display: block;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 11px;
	margin-top: 0px;
}
.klein{
	height: 55px;
	overflow: hidden;
}
.gross{
	height: auto;
	overflow: hidden;
}
#contentgross {
	cursor: pointer;
	text-decoration: underline;
}
.hintergrundbild {
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#content h1, #content h2 {
font-size: 18px;
}
#content .klein p, #content .gross p {
font-size: 11px;
}
}
@media only screen and (max-width: 600px) and (max-height: 400px) {

#wrapper {
min-height: 440px;
height: auto;
}

}
@media only screen and (max-width: 600px) and (max-height: 355px) {


#contenttemp {

display: none;
}
#wrapper {
width: 100%;
min-height: 440px;
}
#content {
width: 72%;
height: auto;
padding: 4% 6% 4% 6%;
right: inherit;
bottom: inherit;
font-size: 14px;
margin-top: 125px;
margin-left: 8%;
}
#controls-wrapper {
bottom: 50px !important;
position: absolute !important;
}
}
@media only screen and (max-width: 600px) and (max-height: 355px) {


#contenttemp {

display: none;
}
#band {
	display: none;
}
#header {
	display: none;
}
.logo {
	display: none;
}
#mobilfooter {
	display: none;
}
#kontakt .contentkontakt .contactclose {
display: none;
}
#wrapper {
width: 100%;
min-height: 100%;
}
#content {
	display: none;
}
#controls-wrapper {
display: block !important;
bottom: 20px !important;
}
}