﻿@media screen{
	@viewport {
		width: 1024;
		zoom:0.3;
	}
}

#pic_background {
	height: 100%;
	margin-top: 100px;
	
}

#video_background {
	visibility: hidden !important;
	display: none;
	top: -2000px; 
	
}

#header{
	height: 215px;
}

body{
	font-size: 3.5em;
}

#copyright{
	visibility: hidden;
}

.copyright_handy{
	visibility: visible;
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
	display: block;
}

.copyright_handy_base{
	margin-top: 100px;
}


.content{
	top: 250px;
}

#footer{
	max-height: 250%;
	width: 200%;
	
}
.wrapper{
	width: 95%;
}
/************************/
/**********navi**********/
/************************/
.navi{
	width: 100%;
	
	height: 101px;
	font-weight: bold;
}
	
.navi ul{
	margin-left: 0px;
	width: 500px;
	position: fixed;
	top: 120px;
	right: 0px;
	background: #000 url(../images/icon-menu.png) no-repeat 10px 20px;
			
}
	
.navi ul li{
	float: left;
	list-style-type: none;
	margin-left: 40px;
	margin-right: 500px;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

.navi li{
	display: none;
}

.navi a {
	display: block;
}

.navi .current {
	display: block; /* show only current <li> item */
}

.navi .breadcrumb{
	text-decoration: none;
	display: block;
}

.navi {
	min-height: 40px;
}	

.navi li {
	display: none; /* hide all <li> items */
	margin: 0;
}

.navi .current {
	display: block; /* show only current <li> item */
}

.navi a {
	display: block;
	padding: 5px 5px 5px 32px;
	text-align: left;
}

.navi .current a {
	background: none;
}

/* on nav hover */

.navi ul:hover {
	background-image: none;
}

.navi ul:hover li {
	display: block;
	margin-bottom: 40px;
}

.navi ul:hover .current {
	padding-left: 40px;
	background: url(../images/icon-check.png) no-repeat 10px 18px;
}
/*******************************/
/**********navi - ende**********/
/******************************/
.sitemap ul{
	margin-left: 80px;
}

.vita .mask{
	float: right;
	width: 400px;
	height: 200px;
	margin-right: 20px;
	margin-left:30px;
	margin-bottom: 100px;

}

#federkiel{
	height: 600px;
}

#portrait {
	width: 300px;
}

.home .wrapper{
	width: 960px;
	min-height : 460px;
}

.teaser{
	margin-top: -60px;
	background-image: none;
}

.teaser img{
	max-width: 900px;
	margin-bottom: -15px;
}

@media (max-width: 790px){
		body{
		font-size: 2.5em;
	}
		#federkiel{
		height: 300px;
	}
}

.index a, .index p{
	font-size: 0.5em;
	visibility: visible;
}

.galerie ul{
	width: 180px;
}

.galerie li{
	font-size: 0.5em;
}
.galerie ul:hover li{
	margin-bottom: 40px;
}

.galerie_nav {
    width: 260px;
}

iframe{
	width: 640px;
}

.blende2 img{
	margin-left: 290px;
	width: 640px;
	height: 500px; 
	
}
.blende3 img{
	position: fixed;
	bottom: 0px;
	right: 0px;
	width: 300px;
}
@media (max-width: 1200px){
	.blende3 img{
		visibility: visible;
		height: 218px;
	}
		.info{
		color: #FFF;
	} 
}

.galerie_big img{
	max-width:640px;
	max-height: 408px;
}

.info, .info h3, .info p{
	color: #000;
} 

.info{
	width: 640px;
	margin-bottom: 200px;
	font-size: 0.3em;
}

.galerie ul{
	padding-top: 10px;
	padding-bottom: 0px;
	pappding-left: 20px;
	pappding-right: 20px;
	margin-bottom: 0px;
}

.galerie ul li {
	padding: 0px;
	margin: 0px;
}

.galerie ul li a{
	margin: 0px;
	padding: 0px;
	display: block;
	height: 2em;
}

/*******************************/
/**********Subnavi**************/
/*******************************/
.galerie ul:hover li{
	display: none;
}

.subnav ul:hover li{
	display: inline;
}

.galerie li{
	display: block;
	font-size: 0.8em;
}

.galerie ul li a {
    height: 1.7em;
  }

#subnav_a, #menu{
	display: block;
	
}

#subnav_b{
	display: none;
}

#subnav_a{
	position: fixed;
	left: -350px;
	top: 270px;
	z-index: 11;
	font-size: 1em;
	width: 300px;
	-moz-border-radius: 0px 0px 14px 14px; /* Firefox */
	-webkit-border-radius: 0px 0px 14px 14px; /* Chrome, Safari */
	-khtml-border-radius: 0px 0px 14px 14px; /* Konqueror */
	border-radius: 0px 14px 14px 0px; /* CSS3 */
	box-shadow: 5px 4px 4px 5px rgba(0,0,0,.5);
	border: 1px solid #666;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

#subnav_a a:hover{
	margin-bottom: 0px;
}

#subnav_a:target{
	left: 0px;
}

.tolongfix .current{
	font-size: 0.5em
	
}