@charset "UTF-8";
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('lato/lato-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('lato/lato-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato/lato-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato/lato-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('lato/lato-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato/lato-v23-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('lato/lato-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('lato/lato-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato/lato-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato/lato-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('lato/lato-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato/lato-v23-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('lato/lato-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('lato/lato-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('lato/lato-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('lato/lato-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('lato/lato-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('lato/lato-v23-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
html {
  scroll-behavior: smooth;}
body {
	font: 100%/1.4 'Lato', Arial, Helvetica, sans-serif;
	font-family: 'Lato', sans-serif;
	background-color: #bababa;
	background-image:url(img/siteback.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	margin: 0;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* Durch Verschieben des oberen Rands wird das Problem behoben, dass Ränder aus dem zugehörigen div-Tag geraten können. Der übrig gebliebene untere Rand hält ihn getrennt von allen folgenden Elementen. */
	padding-right: 30px;
	padding-left: 30px; /* Durch Hinzufügen der Auffüllung zu den Seiten der Elemente innerhalb der div-Tags anstelle der div-Tags selbst entfallen jegliche Box-Modell-Berechnungen. Alternativ kann auch ein verschachteltes div-Tag mit seitlicher Auffüllung verwendet werden. */
}
a img { 
	border: none;
}
a:link {
	color: #9b000b;
	text-decoration: underline;
}
a:visited {
	color: #9b000b!important;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1100px;
	margin: 0 auto; 
}
.header {
	background-color: #FFFFFF;
	background-image:url(img/wolf-header.jpg);
	background-position:center;
	height:148px;
	text-align:center;
}
.logo {
	margin-top:20px;
}
.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:32px; padding-top:22px; padding-right:22px; 
}
.content ul {
	padding-left:35px; marg-top:-10px; padding-right:12px; 
}
.contentred {
	background: #b61313; height: 456px; color: white; margin-left: 30px; margin-right: 30px;
	border-radius: 10px 0px 10px 0px;
}
.contentred p{
	padding-bottom: 12px; font-size: 110%;
}
.contentred a:link,a:visited{
	color:#c5a248;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.lang {
	font-size: 14px;
	text-decoration: none;
	float:right;
	height:32px;
	padding-right:12px; padding-top:10px; padding-left:6px;
	color:#DDDDDD;
} 
.navigation {
	font-size: 15px;
	background:#333333;
	height: 40px;
	margin-top: 1px;
	color:white;
}
.navigation a:link, a:visited {
	color:white!important; display:inline-block;
	text-decoration: none; margin-top: 8px;
	transition: all 0.2s 0.0s ease-in-out;
}
.navigation a:hover {
	color:#DADADA;
	letter-spacing:0.05em;
	transition: all 0.2s 0.0s ease-in-out;
}
.navigation p{
	padding-left:12px; padding-top:10px; 
}
a img {
	border: 0;
	opacity: 1.0;
}
a:link img {
	border: 0;
	opacity: 1.0;
	-moz-transition: all 0.3s 0.0s ease-in-out;
	-webkit-transition: all 0.3s 0.0s ease-in-out;
	-o-transition: all 0.3s 0.0s ease-in-out;
	-ms-transition: all 0.3s 0.0s ease-in-out;
	transition: all 0.3s 0.0s ease-in-out;
}
a:hover img {
	-moz-transition: all 0.2s 0.0s ease-in-out;
	-webkit-transition: all 0.2s 0.0s ease-in-out;
	-o-transition: all 0.2s 0.0s ease-in-out;
	-ms-transition: all 0.2s 0.0s ease-in-out;
	transition: all 0.2s 0.0s ease-in-out;
	-webkit-transform: scale(1.03) rotate(0deg);
	-moz-transform: scale(1.02) rotate(0deg);
	-ms-transform: scale(1.02) rotate(0deg);
	-o-transform: scale(1.02) rotate(0deg);
	transform: scale(1.02) rotate(0deg);
}
.headline {
	font-size:35px;
	line-height:42px;
	color:#9b000b;
	margin-bottom: 6px;
	display: inline-block;
	font-family: "Georgia", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}
.subline {
	font-size:22px;
	line-height:28px;
	margin-bottom: 6px;
}
.klein {
	font-size:12px;
	line-height:16px;
	color:#666;
	font-weight:300;
	letter-spacing:0.03em;
}
.klein a:visited {
	color:#666!important;
}
.selected {
	color: #DDDDDD; font-weight: bold; 
	border-bottom: 2px solid #DDDDDD;
}
.selected a:hover {
	text-decoration: none!important;
}
.start {
	float:right; margin-right:-20px
}
.break {
	display:block;
}
.polaroid2 {
	transition: all 0.2s 0.0s ease-in-out;
	transform: rotate(-2deg);
	border: 13px solid #FFF!important;
	box-shadow: 1px 1px 2px #333, 3px 3px 6px #BBB, 3px 3px 9px #DDD;
	float:right;
	margin-right:-11px;
	margin-left:12px; 
	margin-bottom:6px;
	margin-top:6px;

}
.polaroid {
	transition: all 0.2s 0.0s ease-in-out;
	transform: rotate(2deg);
	border: 13px solid #FFF!important;
	box-shadow: 1px 1px 2px #333, 3px 3px 6px #BBB, 3px 3px 9px #DDD; 

	float:right;
	margin-right:-11px;
	margin-left:6px;
	margin-bottom:6px;
}
.polaroid a:hover {
	transition: all 0.2s 0.0s ease-in-out;
	transform: rotate(0deg) scale(1.02);
	border: 13px solid #FFF!important;
	box-shadow: 2px 2px 3px #999, 5px 4px 9px #CCC;
	float:right;
	margin-right:-11px;
	margin-left:6px;
}
.polaroid2 a:hover {
	transition: all 0.2s 0.0s ease-in-out;
	transform: rotate(0deg) scale(1.02);
	border: 13px solid #FFF!important;
	box-shadow: 2px 2px 3px #999, 5px 4px 9px #CCC;
	float:right;
	margin-right:-11px;
	margin-left:6px;
}
.zitat {
	font-family:Georgia, "Times New Roman", Times, serif!important;
	font-size:16px;
	font-weight:300;
	color:#999;
	line-height:25px;
	text-align:center;
	margin-left:20px; margin-right:20px;
}
.galerie { 
	margin-top:12px; margin-right:12px;
	border: 0;
	transition: all 0.4s 0.0s ease-in-out;
	border-radius:7px; 
	max-width:150px;
	box-shadow: 1px 1px 2px #E0E0E0;

}
.galerie:hover  {
	transition: all 0.2s 0.0s ease-in-out;
	transform: scale(1.06);
	box-shadow: 2px 2px 4px #CCCCCC;
}
.rot {
	color: #9b000b;
}
.rot a:visited {
	color: #9b000b!important;
}
.butt {
	min-width: 100px;
	border-radius:14px; 
	height: 28px;
	background: #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	display: inline-block;
	color: white!important;
	transition: all 0.2s 0.0s ease-in-out;	
}
.butt a {
	display: inline-block;
	margin-left:13px; margin-right:13px; margin-top:1px; 
	color: white!important;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all 0.2s 0.0s ease-in-out;	
}
.butt a:hover {
	font-weight: bold;
	transition: all 0.2s 0.0s ease-in-out;
	letter-spacing:0.05em;
}
.butt2 {
	min-width: 100px;
	border-radius:14px; 
	height: 26px;
	background:none;
	margin-top: 0px;
	margin-bottom: 10px;
	display: inline-block;
	color: #c5a248;
	transition: all 0.2s 0.0s ease-in-out;
	border: 2px solid #c5a248;
}
.butt2 a {
	display: inline-block;
	margin-left:13px; margin-right:13px; margin-top:1px; 
	color: #c5a248!important;
	text-decoration: none!important;
	text-transform: uppercase;
	transition: all 0.2s 0.0s ease-in-out;	
}
.butt2 a:hover {
	font-weight: bold;
	transition: all 0.2s 0.0s ease-in-out;
	letter-spacing:0.05em;
	color: #FFFFFF!important;
}
.butt:hover {
	background: #333333!important;
	box-shadow: 0px 0px 12px #FFFFFF;
}
.banner {
	max-width:800px;
	border-radius:4px; 
	box-shadow:1px 1px 2px #CCC;
	border: 1px solid #666!important;
}
.banner a:hover {
	border: 2px!important;
	box-shadow:3px 3px 3px #999;

}
.viertel{
	width:23%; 
	min-height:300px;
	float: left;
	margin-left: 20px;
}
.kuller{
	width:200px; 
	border-radius:100px;
	transition: all 0.2s 0.0s ease-in-out;
	margin-bottom: 10px;
}
.kuller a:hover{
	transform: scale(1.1);
	border-radius:0px;
	transition: all 0.2s 0.0s ease-in-out;
	opacity: 0.9;
}
.kuller:hover{
	border-radius:100px 100px 100px 10px;
	transition: all 0.2s 0.0s ease-in-out;
	opacity: 0.8;
}
.video{
	width:100%; 
	height:490px;
	border-radius:9px;
}
.slider{
	background-color: #2a2a29;
	height: 456px; width:684px; float:left;
	transition: all 0.3s 0.0s ease-in-out;
	margin-right: 20px;
	border-radius: 10px 0px 10px 0px;
}
.slider a:hover{
	opacity:0.8;
}
.fliessklein {
	font-size: 15px!important;
	line-height: 18px;
	font-weight: normal;
	color: #999;
	text-decoration: none;
	width: 240px;
	height: auto;
}
.fliessklein img {
	padding-top:6px!important; padding-bottom:7px!important;
}
.fliessklein a:link {
	color: #999;
	text-decoration: underline;
}
.fliessklein a:visited {
	color: #999;
	text-decoration: underline;
}
.fliessklein a:hover {
	color: #333;
	text-decoration: none;
	text-shadow: 0px 0px 1px #FFF, 0px 0px 4px #EEE;
}
.mehr {
    width:18px; transform:rotate(180deg); opacity:0.6; margin-bottom:-2px; margin-right:4px; margin-left:12px
}
.mehr img a:link {
   text-decoration:none!important;
}
.weniger {
    width:18px; opacity:0.6; margin-bottom:-3px; margin-right:4px; margin-left:12px
}
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px; font-size: 12px; font-family: verdana;}
#mbmcookie a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#mbmcookie a.button:hover {background-color: #aaa;}
#mbmcookie p.cookiemessage {display: block; padding: 0; margin: 0;
}
.menu {
    display:none;
}
.ideal 
{
	background: #999999!important; 
	min-height:150px; 
	float: right; 
	width: 40%;
	border-radius: 0px 0px 0px 10px;
	margin-left: 10px;
}
.zweisp 
{
	background: #000000!important; 
	min-height:250px; 
	float: left; 
	width: 46%;
	border-radius: 10px;
	margin-left: 30px;
	color:white;
	margin-bottom: 30px;
}
.zweisp p 
{
	margin: 10px!important;
}
.zweisp img:hover
{
	opacity: 0.8;	transition: all 0.3s 0.0s ease-in-out;
	transform: scale(1.0)

}.header .lang a {
	color: #333
}.header .lang a:hover {
	font-weight: bold;
}
.input{
	width: 93%!important;
	border: 2px solid #999;
	border-radius: 4px;
	min-height: 24px;
	transition: all 0.3s 0.0s ease-in-out;
	box-shadow: 0px 0px 4px #FFF;

}
.input button:hover{
	opacity:0.8;
}
.input:hover{
	border: 2px solid #9b000b;
	transition: all 0.3s 0.0s ease-in-out;
	box-shadow: 0px 0px 4px #9b000b;
	width: 95%!important;
}
