@charset "utf-8";
/* CSS Document */
/*----------Boxen---------*/
*{
margin:0;
padding:0;
font-family: 'Open Sans', sans-serif;
}
body{
	margin:0;
	padding:0;
	background:url(bilder/tileable_wood_texture.png);
}

div#full{
	width:1180px;
	height:auto;
	position:relative;
	background:#fcf7f5;
	margin:0;
	border:1px #633 solid;
	border-top:0;
	border-bottom:0;
	box-shadow: 0 0 10px #630;
	-moz-box-shadow:0 0 10px #630;
	-webkit-box-shadow: 0 0 10px #630;
}
div#header{
	width:100%;
	display:block;
	background:url(bilder/header.png);
	height:160px;
	border-bottom:2px #960 solid;
	text-shadow: #54260a 1px 1px 1px;
}
div#navigation{
	height:39px;
	position:absolute;
	top:120px;
	margin-left:27px;
	}
div#content{
	color:#333;
	background:#fcf7f5;
}
div#footer{
	background:url(bilder/footer.png);
	width:100%;
	display:block;
	height:249px;
}
/*-----------------Elemente------------------------*/
h1{
	margin-top:0px;
	color:#d86b29;
	font-weight:normal;
}
h2{
	color:#d86b29;
	margin-top:0px;
	font-weight:normal;
}
h3{
	font-weight:normal;
	margin-top:0px;
	color:#d86b29;
}
a.navi_button{
	background:url(bilder/button_navi.png);
	display:inline-block;
	width:140px;
	height:30px;
	padding:0;
	padding-top:5px;
	line-height:30px;
	font-size:20px;
	color:#666;
	text-decoration:none;
	position:relative;
	margin-top:5px;
	text-shadow: #fff 1px 1px 1px;
			-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	transition-duration:0.3s;
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
a.navi_button:hover{
	height:30px;
	color:#333;
	margin-top:1px;
	padding-top:9px;
		-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	transition-property: all;
	-moz-transition-property: all;
	-webkit-transition-property: all;
	-o-transition-property: all;
}
a#active{
	background:url(bilder/button_navi_active.png);
	color:#fff;
	text-shadow: #666 1px 1px 1px;
}
h1#topDomain{
	color:#bd510f;
	font-size:48px;
}
h2#secondDomain{
	color:#d86b29;
	font-size:37px;
	line-height:52px;
	height:52px;
	vertical-align:middle;
	font-family: 'Satisfy', cursive;
	position:relative;
	top:-2px;
	left:-6px;
}
ul.liste{
	width:245px;
	float:left;
	margin:0;
	padding:0;
	margin-left:14px;
	margin-top:30px;
	list-style:none;
	/* display:inline-block; */
	text-align:left;
}
ul.liste span{
	color:#FFC062;
	font-size:20px;
}
ul.liste li{
	text-align:left;
	z-index:9999;
}
ul.liste li:hover a{
	color:#fff;
	margin-left:7px;
			-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	transition-property: margin-left, color;
}
ul.liste li a{
	color:#EEE;
	text-decoration:none;
	margin-left:4px;
			-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	transition-property: margin-left, color;
	font-size:14px;
	position:relative;
	top:-2px;

}
ul.liste img{
	float:left;
	margin-top:2px;
}
table#kontakt{
	color:#fff;
	top:43px;
	right:-30px;
	float:right;
	position:relative;
	width:420px;
	z-index:300;
	}
table#kontakt td{
	width:230px;
	text-align:right;
	display:block;
	float:left;
}
table#kontakt td.small{
	width:80px;
	min-width:80px;
	max-width:80px;
}
table#kontakt a{
	color:#fff;
	text-decoration:none;
}
table#kontakt a:hover{
	color:#EEE;
}
ul#menu{
	list-style:none;
	margin-bottom:35px;
	margin-left:20px;
	margin-top:40px;
	width:960px;
	display:block;
	height:660px;
	background:#fcf7f5 url(bilder/smile.gif) no-repeat  center;
}
ul#menu li{
width:300px;
height:300px;
float:left;
position: relative;
display:block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:8px;
margin-bottom:20px;
			-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	transition-property: background;
}
ul#menu li:hover{
				-webkit-transition-duration:0.5s;
	-moz-transition-duration:0.5s;
	transition-duration:0.5s;
	transition-property: background;
}
ul#menu li a{
	text-decoration:none;
	border:0;
}
ul#menu li img{
	width:200px;
	height:200px;
	margin-top:10px;
	position: relative;
}
ul#menu li a .overlay {
	z-index: 10;
	position: absolute;
	width: 200px;
	height: 200px;
	background-color: #FFF;
	opacity: 0;
	top: 10px;
	left: 50px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-transition: all 0.5s ease-in;
	-moz-transition: all 0.5s ease-in;
	-ms-transition: all 0.5s ease-in;
	-o-transition: all 0.5s ease-in;
	transition: all 0.5s ease-in;
}
ul#menu li a:hover .overlay {
	opacity: 0.5;
}
ul#menu li h2{
	color:#d86b29;
	font-weight:400;
	height:70px;
	text-decoration:none;
}
/* ul#menu li h2:first-line{
} */
ul#menu li p{
	margin:0 10px 0 10px;
}
div#content p{
	color:#666;
	font-size:18px;
	margin:30px 25px 10px 25px;
	text-align:justify;
}
p#galerie_top{
	position:relative;
	top:10px;
	height:220px;
	width:825px;
	margin-top:15px;

}
p#galerie_top span{
	font-size:32px;
	color:#d86b29;
	display:block;
	text-decoration:underline;
	font-weight:normal;
}
p#galerie_top img{
	float:left;
	width:180px;
	height:180px;
	margin-right:30px;
	margin-bottom:0px;
	margin-top:0px;
	padding:0;
}
ul#img-list {
    list-style: none;
	margin:0;
	padding:30px 110px;
	margin-top:80px;
	background:#EBE6E4;
	margin-bottom:0px;
	border:0;
	border-top:1px solid #CCC;
	text-align:left;
}

ul#img-list li {
    background: #FAFAFA;
    border: 1px solid #ddd;
    width: 213px;
    height: 140px;
    display:inline-block;
    position: relative;
    margin: 10px 15px 10px 0;
    padding: 5px;
	font-family: 'Oxygen', sans-serif;
	box-shadow:0px 1px 1px #CCC;
	-moz-box-shadow:0px 1px 1px #CCC;
	-webkit-box-shadow:0px 1px 1px #CCC;
}

ul#img-list li.last {
    margin-right: 0;
}
div#content p#welcome{
	width:750px;
	margin-bottom:60px;
	font-size:20px;
	color:#D47F55;
}
ul#img-list li .img-overlay {
    float: left;
    position: absolute;
    top:5px;
    left:5px;
    padding: 5px;
    background: url(bilder/img-overlay.png) repeat;
    display: none;
    height: 130px;
    width: 203px;
    z-index: 9999;
}

ul#img-list li .img-overlay p {
    color: #FFF;
    text-shadow: 1px 1px 0 #000000;
    max-height: 62px;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 20px;
	position:relative;
	left:-15px;
	width:190px;
	text-align:left;
}

ul#img-list li a.more {
    width: 100px;
    height: 30px;
    color: #FFF;
    background: #C60;
	position: relative;
	top: 10px;
	left:40px;
    padding: 4px 8px;
    border: 0px;
	text-decoration:none;
}
ul#img-list h1{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:0;
}
ul#img-list-2 {
    list-style: none;
	margin:0;
	padding:30px 80px;
	margin-top:30px;
	background:#EBE6E4;
	margin-bottom:0px;
	border:0;
	border-top:1px solid #CCC;
	text-align:left;
}

ul#img-list-2 li {
    background: #FAFAFA;
    border: 1px solid #ddd;
    width: 300px;
    height: 98px;
    float:left;
    position: relative;
	margin:0;
    margin-bottom:7px;
    padding: 5px;
	margin-right:0;
	font-family: 'Oxygen', sans-serif;
	box-shadow:0px 1px 1px #CCC;
	-moz-box-shadow:0px 1px 1px #CCC;
	-webkit-box-shadow:0px 1px 1px #CCC;
	margin-right:37px;
}
ul#img-list-2 li div.pic{
	width:150px;
	height:98px;
	margin:0;
	padding:0;
	overflow:hidden;
	float:left;
}
ul#img-list-2 li.new{
margin-left:0px;
padding-left:0;
padding-right:5px;
margin-right:37px;
position:relative;
left:-141px;
border-left:0;
width: 150px;
}
ul#img-list-2 li.last {
    margin-right: 0;
	margin-left:0px;
}
ul#img-list-2 li .img-overlay {
    float: left;
    position: absolute;
    padding: 5px;
    background: url(bilder/detail-overlay.png) no-repeat center;
    height: 88px;
    width: 290px;
    z-index: 9999;
	display:none;
}
ul#img-list li:hover .img-overlay, ul#img-list-2 li:hover .img-overlay{
	display:block;
}
ul#img-list-2 li img{
	border:0;
	width:150px;
	height:auto;
	overflow:hidden;
}
ul#img-list-2 li .img-overlay p {
    color: #FFF;
    text-shadow: 1px 1px 0 #000000;
    max-height: 62px;
    overflow: hidden;
    margin-top: 0;
    padding-bottom: 20px;
	position:relative;
	left:-15px;
	width:180px;
	text-align:left;
}

ul#img-list-2 li a.more {
    width: 100px;
    height: 30px;
    color: #FFF;
    background: #C60;
	position: relative;
	top: 10px;
	left:40px;
    padding: 4px 8px;
    border: 0px;
	text-decoration:none;
}
ul#img-list-2 h1{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	font-weight:normal;
	margin-bottom:0;
}
div#content table#impressum{
	position:relative;
	width:600px;
}
div#content table#impressum td{
	width:50%;
	vertical-align:top;
}
div#content p#haftung{
	font-family:'Oxygen', sans-serif;
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	margin-bottom:30px;
}
div#content p#beruf{
	font-family:'Oxygen', sans-serif;
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:25px;
}
div#content ol li{
	font-family:'Oxygen', sans-serif;
	margin-left:45px;
	margin-top:10px;
	padding:0;
	text-align:left;


}
div#content p#copyright{
	font-family:'Oxygen', sans-serif;
	margin:0;
	padding:0;
	padding-left:25px;
	padding-right:25px;
	text-align:justify;
	margin-bottom:30px;
}
div#top{
	height:190px;
	text-align:left;
	margin-bottom:25px;
	margin-left:25px;
	margin-right:25px;
	margin-top:35px;
	width:825px;

}
div#center{
	width:825px;
}
div#center h1{
	text-align:left;
}
div#top span{
	font-size:32px;
	color:#d86b29;
	display:block;
	text-decoration:underline;
	margin-top:10px;
	font-weight:normal;
}
div#top img{
	float:left;
	width:180px;
	height:180px;
	margin-right:30px;
	margin-bottom:0px;
	padding:0;
}
span{
	color:#d86b29;
	font-weight:bold;
	display:block;
}
a.link{
	color:#d86b29;
}
a.link:hover{
	color:#efab82;
}
a.link:focus{
	color:#efab82;
}
a.link:visited{
	color:#d86b29;
}
ul#links{
	width:800px;
	text-align:center;
	list-style:none;
	margin-bottom:35px;
}
ul#links ul.sub{
	width:800px;
	text-align:center;
	list-style:none;
}
ul#links ul.sub a{
	color:#333;
	text-decoration:none;
}
ul#links ul.sub a:hover{
	color:#555;
}
ul#partner{
	width:800px;
	text-align:center;
	list-style:none;
	margin-bottom:35px;
}
ul#partner li{
	width:350px;
	text-align:center;
	list-style:none;
	margin-bottom:35px;
background:#DDD;
border:1px solid #AAA;
display:inline-block;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin:20px;
text-align:center;
}
ul#partner li p{
text-align:center;
}
/*---------------------------------------------------------------------------------------------------------------------------
#	Formular																														#
#																															#
---------------------------------------------------------------------------------------------------------------------------*/
div#formular{
	width:100%;
	height:800px;
	margin-top:13px;
	text-align:left;
}

div#formular img{
	display:inline-block;
	margin-top:26px;
}
form{
	width:550px;
	display:block;
	margin-top:20px;
	margin-left:345px;
	font-family:"Oxygen",sans-serif;
}

form h2{
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	line-height:32px;
	height:32px;
	border:0;
	padding:0;
	margin:0;
	display:inline-block;
	text-align:left;
	width:90%;
}
form p{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	color:#999;
	border:0;
	padding:0;
	margin:0;
	display:inline-block;
	/* float:right; */
	margin-right:90px;
	margin-top:6px;
	z-index:9999;
}
form p.mail{
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#222;
	border:0;
	padding:0;
	margin:0;
	float:none;
	display:inline-block;
	margin-right:9px;
	margin-left:9px;
	font-weight:normal;
}
form h2 p#error{
	font-family: 'Oswald', sans-serif;
	font-size:16px;
	height:26px;
	border:1px #F33 solid;
	color:#f00;
	background:#FCC;
	padding:0;
	padding-left:3px;
	padding-right:3px;
	margin:0;
	display:inline-block;
	margin-right:10px;
	margin-top:4px;
}
form img{
	float:right;
display:block;
position:relative;
top:-27px;
}
form input[type=text]{
	border: 2px solid #cccccc;
    background: #fff;
	width:490px;
	font-size:20px;
    height: 28px;
	padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:block;
}
form select{
	border: 2px solid #cccccc;
    background: #fff;
	width:503px;
    height: 36px;
	font-size:20px;
	padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:block;
}
p#success{
	background:#CF9;
	border:1px #030 solid;
	font-family:'Oswald', sans-serif;
	font-size:22px;
	padding:4px;
	width:500px;
	margin:5px;
}
form input[type=text].mail{
	border: 2px solid #cccccc;
    background: #fff;
	width:203px;
    height: 28px;
	padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:inline-block;

}
p.mail{
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	font-weight:bold;
}
textarea{
	border: 2px solid #cccccc;
    background: #fff;
	width:490px;
    height: 20px;
	padding: 2px 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	display:block;
	display:inline-block;
	font-size:20px;
	height:160px;
	resize:none;
}
div#footer a.kontakt{
	border-bottom:#d86b29 2px solid;
	top:4px;
	position:relative;
}
input[type="submit"]{
   border:0;
   border-top: 1px solid #ffffff;
   background: #a14f20;
   background: -webkit-gradient(linear, left top, left bottom, from(#ed7732), to(#a14f20));
   background: -webkit-linear-gradient(top, #ed7732, #a14f20);
   background: -moz-linear-gradient(top, #ed7732, #a14f20);
   background: -ms-linear-gradient(top, #ed7732, #a14f20);
   background: -o-linear-gradient(top, #ed7732, #a14f20);
   padding: 5px 10px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   position:relative;
   top:10px;
   left:210px;
   }
input[type="submit"]:hover {
   border-top-color: #d86c29;
   background: #d86c29;
   color: #ffffff;
   }
input[type="submit"]:active {
   border-top-color: #d86c29;
   background: #d86c29;
   }
div.line{
height:1px;
background:#CCC;
width:80%;
margin-left:20%;
position:relative;
left:-10%;
display:block;
clear:both;
border-bottom:#EEE 1px solid;
}
div#middle{
	background: none;
	padding: 40px 20px;
	width: 220px;
	position:absolute;
	margin-left:50%;
	left:-130px;

}
div#middle h2{
	position:absolute;
	height:100px;
	padding-left:5px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:0;
	width:210px;

}
div#middle img{
	z-index:9999;
}
div#old_pic{
	overflow:hidden;
	margin:auto;
	width:100%;
	margin-top:70px;
	z-index:300;
	text-align:center;
}
div#new_pic{
	width:auto;
	min-height:30px;
	margin:auto;
	margin-top:70px;
	overflow:hidden;

	z-index:301;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
div#old_pic img, div#new_pic img{
	max-height:100%;
	height:260px;
	display:block;
	margin:0;
	margin:auto;
	width:auto;
	padding:6px;
	background:#FEFEFE;
	border: 1px solid #DDD;
	box-shadow: 0px 1px 1px #CCC;
	-moz-box-shadow: 0px 1px 1px #CCC;
	-webkit-box-shadow: 0px 1px 1px #CCC;

}
div#description{
	background:#EBE6E4;
	margin:0 30px;
	margin-top:0px;
	padding:10px 20px;
	padding-top:15px;
	padding-bottom:15px;
	border-radius:15px;
	text-align:center;
	width:83%;
	font-size:18px;
	color:#d47f55;
	font-weight:bold;
}
div#description h2{
	width:100%;

	text-align:left;
	text-decoration:underline;
	margin-top:15px;
	margin-bottom:10px;
}
div.clr{
	clear:both;
}

a#next{
	left:433px;
	padding-left:12px;
	padding-right:8px;
}
a#previous{
	left:-498px;
	padding-left: 8px;
	padding-right: 12px;
}
a#previous:hover, a#next:hover{
background:#D47F55;
color:#fff;
}


a#previous, a#next{
height:35px;
width:45px;
text-align:center;
vertical-align:middle;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
padding:15px 10px;
padding-top:10px;
padding-bottom:15px;
position:absolute;
z-index:5999;
line-height:40px;
font-size:36px;
margin-top:10px;
margin-left:50%;
text-decoration:none;
background:#999;
color:#EEE;
}
.clr{
height:16px;
display:block;
clear:both;
}
#galerie_function{
	padding-bottom:0px;
		background:#fcf7f5 url(bilder/smile.gif) no-repeat center 20px;
}
div.header_line{
	display:block;
	height:2px;
	border-bottom:1px #999 solid;
	background:#AAA;
	width:640px;
	position:relative;
	z-index:9999;
	top:-3px;

}
#imagepopup{
	z-index:9999;
}
#imagepopup p{
	display:none;
}
#detail{
	margin:20px 30px;
	margin-top:0px;
	padding:10px 20px;
	padding-top:12px;
	padding-bottom:15px;
	text-align:center;
	width:67%;
	font-size:18px;
	color:#d47f55;
	font-weight:bold;
}

div#old_wrapper{
	width:430px;
	float:left;
	margin-left:40px;
	text-align:center;
	display:block;
	height:380px;
}
div#new_wrapper{
	width:440px;
	float:right;
	margin-right:30px;
	text-align:center;
	display:block;
	height:380px;
}
div#center h1{
	padding:0 23px;
}
p#info{
	font-size:13px;
	color:#FFF;
	line-height:17px;
	margin:0;
	margin-top:4px;
	padding:0;
}
p#info span{
	display:inline-block;
	color: #c56a27;
}
.emptyImg{
		height:98px;
		width: 150px;
}

a {
	color: #db8655;
	text-decoration: none;
}
a:hover {
	color:#c56a27;
	text-decoration:dashed;
}
hr {
	border: dashed 1px lightgrey;
}

#consentDiv {
	position: fixed;
	z-index: 4;
	width: 100%;
	height: 50px;
	background-color:#f5efefe8;
	color: darkorange;
	text-align: center;
	font-weight: bold;
	bottom: 0px;
	left: 0px;
	/* text-shadow: 1px 1px #7a4704; */
    padding: 20px;
	font-size: 1em;
	border-top: solid 1px rgba(128, 128, 128, 0.651);
	border-bottom: solid 6px darkred;
}

#consentButton {
	background-color: rgb(139, 44, 0);
    color: white;
	border: solid 2px  rgb(139, 44, 0);
	margin-left: 1em;
	border-radius: 3px;
}


