@charset "UTF-8";
body {
	font: 100%/1.4 font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-family: 'Lato', sans-serif;
	background-size:800px;
}
.container {
	width: 480px;
	margin: 0 auto; 
}
.header {
	background-size:550px;
	background-image:url(img/wolf_header.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:120px;
}
.logo {
	margin-top:20px;
	width:200px
}
.content {
	margin: 0;
	margin-left:0;
	margin-top: 12px;
	background-color: #FFF;
	border-radius: 10px;
	box-shadow: 1px 1px 3px #999;
	font-size:14px;
	line-height:23px;
	color:#666666!important;
}
.content p {
	padding-left:18px; padding-top:14px; padding-right:14px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lang {
	font-size: 14px;
	text-decoration: none;
	float:right;
	height:42px;
	padding-right:12px; padding-top:10px;
	color:#999!important;
} 
.navigation {
	display:none;
}
.navigation a:link, a:visited {
	color:#333;
	}
.navigation a:hover {
	color:#9b000b;
	letter-spacing:0.05em;
}
.navigation p{
	padding-left:12px; padding-top:10px;
}
a img {
	border: 0;
	opacity: 1.0;
}
.headline {
	font-size:21px;
	line-height:27px;
	color:#9b000b;
	font-weight:300;
}
.klein {
	font-size:12px;
	line-height:16px;
	color:#666;
	font-weight:300;
	letter-spacing:0.03em;
}
.selected {
	color:#9b000b;
}
.start {
	float:right; margin-right:-11px; margin-top:-6px;
	width: 220px;
}
.break {
	display:none;
}
.unbreak {
	display:block;
}
.polaroid2 {
	border: 11px solid #FFF!important;
	box-shadow: 1px 1px 2px #333, 3px 3px 6px #BBB;
	margin-right:-11px;
	margin-left:6px;
	max-width: 220px;
}
.polaroid {
	border: 11px solid #FFF!important;
	box-shadow: 1px 1px 2px #333, 3px 3px 6px #BBB;
	float:right;
	margin-right:-11px;
	margin-left:6px;
	max-width: 220px;
}
.zitat {
	font-size:14px;
	font-weight:300;
	color:#999;
	line-height:22px;
	text-align:center;
}
.galerie { 
	margin-top:7px; margin-right:7px;
	border: 0;
	border-radius:4px; -webkit-border-radius:4px;
	max-width:140px;
}
.banner {
	max-width:440px;
}
.menu {
    position: fixed;
    display: inline-block;
	border-radius:4px;
	margin-left:56%;
	margin-top:2px;
	z-index:+110;
	margin-bottom:-40px;
}
.menu img {
    width:26px;
	margin-bottom:-8px; margin-right:3px; margin-top:-6px;
}
.menu-content {
    font-size: 15px;
    display: none;
    position: absolute;
    right: 0;
    background-color: #FFF;
    min-width: 190px;
    box-shadow: 2px 4px 10px 0px rgba(0,0,0,0.3);
	border-radius:4px;
	border: 2px solid #9b000b;

}
.menu-content a {
    color: #000;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
}
.menu-content a:hover {
	background-color: #f9f9f9
}
.menu:hover .menu-content {
    display: block;
}
.menu:hover .dropbtn {
    background-color: #9b000b;
}
.dropbtn {
    background-color: rgba(153,153,153,0.4);
    color: white;
    padding: 8px;
    font-size: 9px;
    border: none;
    cursor: pointer;
	border-radius:4px;
	width:42px!important;
	height:42px!important;
	text-align:left;
	box-shadow:0px 0px 4px rgba(255,255,255,0.8)
}

