/* CSS Document */

*
{margin:0px;
 padding:0px;  
 font-family: Fira sans, Helvetica, Arial, sans-serif
 }

img
{border-radius:10px;}

/*Navigation*/
header 
{
 width: 100%;
 padding:10px 0px;} 
 
 ul
 {margin-left: 5px;}
 
header nav ul a:link
{color: #000;
 text-decoration:none;
 }
 
header nav ul a:visited
{color: #000;
}

header nav ul a:hover
{color:#DDD;
}

header nav  ul li:hover
{background-color:#933;
 
 }

ul li 
{display: inline-block;
 background-color: #DDD;
 border-radius: 2px;}
 
 ul li a 
 {display: block;
  padding:5px 10px 5px 5px; 
	 }

ul li.aktnav
{color:#933;
 font-weight:bold;
 padding:5px 10px 5px 5px;}
 
 ul li.aktnav:hover
{color:#DDD;
 font-weight:bold;
 transition: all 0.6s ease-in-out; }
 

 
/*Inhalt*/	
body
{background-color: #EEE;
 margin: 0 12%;
 text-align:left;}
 
 h1
 {font-family: Fira Sans, sans-serif;}

div.inhalt
{padding-top: 20px; 
 padding-bottom:15px;
 width: 100%;}	

h1, h2, h3, p, form, address
{line-height: 1.5;
 }

h1, h2
{padding-top:10px;}

.inhalt p
{float:inherit;
width:65%;
padding-bottom:10px;
}
.kontakt p
{float: inherit;
width:100%;
padding-bottom:10px;
}


/*MAIN*/

	nav
	{background-color: #DDD;
	padding: 5px;	
	border-radius: 5px;
	}
	#menu-icon 
	{display: none;
	width:100%;
	height: 30px;
	background-image:  url(../img/menu-icon.png) ;
	background-position:center;
	background-size:30%;
	border-radius: 5px;
	background-color: #933;
	background-repeat:no-repeat;
	}

	a:hover#menu-icon 
	{background-color: #444;
	}



/* Zweite Ebene */
	header nav  ul  li  ul 
	{opacity:0;
	position:absolute;
		}

	header nav  ul  li:hover  ul 
	{
	opacity:100;
	border-radius: 2px; 
	color: #DDD;
	font-weight: normal;
	}

	header nav  ul  li  ul  li 
	{position:relative;
	display:block;
	width:auto;
	float:right;
	margin:1px;

	}

	header nav ul  li  ul  li  a 
	{
	text-decoration:none;
	padding:5px;
	margin-top:5px;
	}

	header nav  ul li ul li a:hover 
	{background: #933;
	color:#DDD;

	border-radius:5px;
	}
	
img.mobile
{display:none;}

img.galerie
{width:300px;
border-radius:2px;}

img.galerie_hoch
{height:200px;
border-radius:2px;}

.footer p
{font-style: italic;
text-align: center;
padding-top: 15px;
width:100%;
}

/*Tabelle*/
table, th, tr, td
{text-align: left;
 border: 1px solid #333;
 border-collapse: collapse;
 border-style:hidden;
 padding: 5px;
 padding-bottom: 10px;}
 
th
 {color:#933;}
 
table
 {margin-bottom:10px;
 }

tbody tr:hover
{background-color:#DDD;}

.img_corner 
	{
	border: 1px solid rgb(114,159,166);
	border-radius: 4px;
	}
	
.firstrow_1
	{
	position:absolute;
	left: 23px;
	top: 22px;
	}
	
	input#responsive-nav,
label.responsive-nav-label {
  display: none;
}
	


/*MEDIA QUERY*/
			

@media only screen and (max-width : 640px) {  
	body
	{margin: 0 7%;
	text-align: left;
	}
	
	iframe.anfahrt
	{max-width:100%;}
	
	
	label.responsive-nav-label {
	position: relative;
  display: block;
  padding: 20px;
  background: #933;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
}

header nav li 
	{text-align: left;
	width: 97%;
	padding: 5px 5px;
	margin: 1px 0px;
	border-radius: 4px;

	background-color:#CCC;
	}
  
label.responsive-nav-label span {
  margin-right: 10px;  
}
nav {
  position: absolute;
  top: -9999px;
  padding: 10px;
}

input#responsive-nav[type=checkbox]:checked ~ nav {
  position: relative;
  top: 0;
}

nav a:after {
  display: none;
}
ul li a
{padding: 5px;}

	ul li.aktnav
	{color:#933;
 	font-weight:bold;
 	padding:10px 5px;
	 margin:1px 0px;}
 
 	header nav  ul  li  ul
	{opacity:1;
	position:relative;
	float:none;
	display:block;
	background-color: #DDD;
	width:90%;            
	}
	
	header nav  ul  li  ul  li 
	{float:none;
	width:95%;	
	background-color:#EEE;
	}

nav li {
  float: none !important;
  width: 95% !important;
  border-bottom: none !important; 
}
    
nav ul li:hover {
  background: none;
}
  
nav ul li a:hover {
  background: #933;
}
  
nav ul ul {
  position: relative !important;
  width: 100%;
  left: 0 !important;
  top: 0 !important;
  background: none !important;
  box-shadow: none;
}

header nav  ul  li 
	{opacity:1;
	float:none;
	width:100%;
	}
  
nav ul ul li {
  padding-left: 20px;
}
	
	img.mobile, img.galerie, img.galerie_hoch
	{display:block;
	width:100%;
	padding:5px 0px;
	border-radius: 4px;
		}
		
	img.groß
	{display:none;} 
	
	.inhalt p
	{width:100%;}

.wrap
{
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
}
			
.frame 
{
    width: 700px;
    height: 320px;
    border: 0;

    -ms-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -o-transform: scale(0.4);
    -webkit-transform: scale(0.4);
    transform: scale(0.4);

    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
	

}
