@charset "utf-8";
/* CSS Document */

/* michroma-regular - latin */
@font-face {
  font-family: 'Michroma';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/michroma-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Michroma'),
       url('../fonts/michroma-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/michroma-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/michroma-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/michroma-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/michroma-v8-latin-regular.svg#Michroma') format('svg'); /* Legacy iOS */
}

*
{
  margin:0px;
  padding:0px;
}


html, body {
  height: 100%;
  font-family: 'Michroma', sans-serif;
}

/* Menü verstecken */
.menulang {
	display: block;
}

.menukurz {
	display: none;
}


/* Hamburger-Menü */

label.hamburg { 
   display: block;
   background: #f76d1c; width: 75px; height: 50px; 
   position: relative; 
   margin-left: auto; margin-right: auto;
   border-radius: 4px; 
}

input#hamburg {display:none}

.line { 
   position: absolute; 
   left:10px;
   height: 4px; width: 55px; 
   background: #fff; border-radius: 2px;
   display: block; 
   transition: 0.5s; 
   transform-origin: center; 
}

.line:nth-child(1) { top: 12px; }
.line:nth-child(2) { top: 24px; }
.line:nth-child(3) { top: 36px; }

#hamburg:checked + .hamburg .line:nth-child(1){
   transform: translateY(12px) rotate(-45deg);
}

#hamburg:checked + .hamburg .line:nth-child(2){
   opacity:0;
}

#hamburg:checked + .hamburg .line:nth-child(3){
   transform: translateY(-12px) rotate(45deg);
}

nav.topmenu { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
}

#hamburg:checked + .hamburg  + nav.topmenu { 
    max-height: 600px; 
}

.topmenu ul li {
	text-decoration: none;
	margin-right: 2.2em;
}

.topmenu li a{
	color: #ffffff;
  	text-align: left;
  	text-decoration: none;
}


#burgermenu	{
	padding: 10px 20px 10px 20px;
	background-color: #f76d1c;
	
	-moz-box-shadow:0px 2px 15px #a0a0a0; /* Firefox */
	-webkit-box-shadow:0px 2px 15px #a0a0a0; /* Chrome, Safari */
	-khtml-box-shadow:0px 2px 15px #a0a0a0; /* Konqueror */
	box-shadow:0px 2px 15px #a0a0a0; /* CSS3 */
	
	position: fixed;
    top: 0;
	width: 100%;
	z-index: 10;
}


#burgermenu img {
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


#burgermenu p {
	float: left;
	display: inline;
	margin-right: 2em;
	padding-top: -0.5em;
	font-size: 0.8em;
}

#burgermenu p a {
	color: #ffffff;
	font-size: 2.7em;
	font-weight: 600;
  	text-decoration: none;
}

#burgermenu .row {
	float: right;
}


/* Hauptmenü */
#menu	{
	padding: 10px 20px 10px 20px;
	background-color: #f76d1c;
	
	-moz-box-shadow:0px 2px 15px #a0a0a0; /* Firefox */
	-webkit-box-shadow:0px 2px 15px #a0a0a0; /* Chrome, Safari */
	-khtml-box-shadow:0px 2px 15px #a0a0a0; /* Konqueror */
	box-shadow:0px 2px 15px #a0a0a0; /* CSS3 */
	
	position: fixed;
    top: 0;
	width: 100%;
	z-index: 10;
}

ul {
	
}

.navigation li {
    display: inline;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
} 


.navigation li a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

#anleitung a:hover {
	background-color: #ffffff;
	color: #f76d1c;
}

#normalerOL a:hover {
	background-color: #ffffff;
	color: #f76d1c;
}

#selfieOL a:hover {
	background-color: #ffffff;
	color: #f76d1c;
}

#hagenbuchen a:hover {
	background-color: #ffffff;
	color: #f76d1c;
}

#gerenmatte {
	background-color: #ffffff;
	color: #f76d1c;
}

#selfieOL	{
	float: right;
	margin-top: 18px;
	margin-right: 45px;
}

#gerenmatte	{
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}

#hagenbuchen	{
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}

#anleitung	{
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}

#normalerOL	{
	float: right;
	margin-top: 18px;
	margin-right: 15px;
}


#titel	{
	color: #ffffff;
	font-size: 2.7em;
	font-weight: 600;
}





/* Karte */
#karte	{
	margin-top: 150px;
	float: left;
}



#parameter	{
	margin-top: 150px;
	padding-right: 3em;
	float: right;
}


#aussen {
	position: relative;
}

/*#innen {
	z-index: 10;
	position: absolute;
}*/


/* Button */
.button {
	color: #FFFFFF;
	border: 1px solid #f76d1c;
	background: #f76d1c;
	width: 150px;
	height: 30px;
	cursor: pointer;
}


#fusszeile	{
	background-color: #f76d1c;
	color: #ffffff;
	height: 50px;
	margin-top: 5em;
	margin-bottom: 0px;
	float: left;
	position: relative;
	bottom: 0;
	width: 100%;
	
	-moz-box-shadow:0px -2px 15px #a0a0a0; /* Firefox */
	-webkit-box-shadow:0px -2px 15px #a0a0a0; /* Chrome, Safari */
	-khtml-box-shadow:0px -2px 15px #a0a0a0; /* Konqueror */
	box-shadow:0px -2px 15px #a0a0a0; /* CSS3 */
}

#fusszeile img {
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	padding-top: 0.5em;
}

#fusszeile p {
	float: right;
	margin-right: 2em;
	padding-top: 1.2em;
	font-size: 0.8em;
}



@media screen and (max-width: 1450px) {
	
	#parameter label, #parameter p {
		font-size: 0.7em;
	}
	
	#formular2 {
		font-size: 0.7em;
	}
	
}

@media screen and (max-width: 1290px) {
	
	#parameter label, #parameter p {
		font-size: 1em;
	}
	
	#formular2 {
		font-size: 1em;
	}
	
	#parameter	{
		float: left;
		padding-left: 2em;
		margin-top: 30px;
	}
	
	.menulang {
		display: none;
	}
	
	.menukurz {
		display: block;
	}
	
}



