body {
	  margin:0;
	  padding:0;
	  font-family: Arial,Helvetica,sans-serif;
	  font-size: 16px;
	  color: #000000;
	  line-height: 1.5;
	  background-color: #1C1C1C;
	  text-align:center; 
}

h1{
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #A69271;
	padding-top: 20px;
	margin: 0 0 40px;
}

@media (min-width: 768px) {
	h1 {
		font-size: 35px;
	}
}

h2 {
	font-size: 20px;
	font-weight:bold;
	text-align: left;
	color: #A69271;
	margin: 0 0 15px;
	padding-top: 30px;
}

h1 + h2 {
	padding-top: 0;
}

h3{
	font-size: 17px;
	font-weight:bold;
	text-align: left;
	color: #A69271;
	padding-top: 20px;
	margin: 0 0 10px;
}

p{
	font-size: 14px;
	line-height: 1.75;
	text-align:left;
	color: #ddd;
	margin: 0 0 15px;
}

/*################################# Container ################################## */

#website{
	width: 100%;
	background-color: #181716;
	background-image: url(images/back.png);
	background-repeat: repeat;
}

/*################################# Navigation ################################## */

.navi_line{
	position:fixed;
	width:100%;
	background-color: #1C1C1C;
	border-bottom-color:#A69271;
	border-bottom-width:2px;
	border-bottom-style:solid;
	left: 0;
	top: 0;
	opacity:0.95;
	z-index:4;
}
nav {
	display: block;
    margin: 0 auto;
	max-width: 980px;
}

nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

nav li {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 1px;
}

nav a {
	display: block;
	margin: 0.1em 0 0 0;
	padding: 9px;
	text-decoration: none;
	font-weight: normal;
	font-size: 17px;
	color: #A69271;
	-webkit-transition: all .25s ease-in;
	transition: all .20s ease-in;
}

nav a:focus, 
nav a:hover, 
nav a:active {
    color: black; 
    background-color: #A69271;
   -webkit-transition: background-color 0.01s;
	transition: background-color 0.01s;
}

/*################################# Slider ################################## */

#slider {
	position:relative;
	max-width: 980px;
	margin: 0 auto;
	z-index:2;
	
}
.nivo-caption {
	background:#000000
}		

/*################################# Header ################################## */

#header{
	position:relative;
	width: 100%;
	padding-top: 48px;
	background-color:#FFFFFF;
	border-bottom-color:#A69271;
	border-bottom-width:2px;
	border-bottom-style:solid;
}

#header_pic{
	position:relative;
	max-width: 980px;
	margin: 0 auto;
	z-index:3;
}

#header_pic img {
	display: block;
  	max-width: 100%;
	height: auto;
}

/*################################# Logo Header ################################## */

#logo_header{
	position:absolute;
	top: 215px;
	left: 10px;
    height: 171px;
    width: 300px;
    background-image: url(image/logo.png);
    color: #1C1C1C;
	z-index: 4;
	transition: .2s;
}

@media (max-width: 979px) {
	#logo_header {
		zoom: .75;
		top: 90px;
		left: 15px;
	}
}

@media (max-width: 599px) {
	#logo_header {
		zoom: .5;
	}
}


h2.header{
	position:absolute;
	top: -10px;
	left: 15px;
	padding-left: 0;
	font-size:12px;
	color:#A69271;
	z-index: 4;
	text-shadow: 0 0 5px #fff;
}

@media (max-width: 399px) {
	.header {
		display: none;
	}
}

@media (min-width: 480px) {
	h2.header {
		font-size:14px;
	}
}

@media (min-width: 980px) {
	h2.header {
		font-size: 16px;
		top: 130px;
	}
}

#text_1{
position:relative;
font-size: 50px;
text-align:center;
color:#342C24;		
}

#text_2{
position:relative;
top: 19px;
font-size: 23px;
color:#342C24;	
}

#text_3{
position: relative;
top: 19px;
font-size: 13px;
color:#342C24;	
}

/*################################# Main ################################## */  

#main {
	padding: 50px 15px 0;
	position: relative;
	max-width:980px;
	margin:0 auto 50px;
	overflow: hidden;
	z-index: 1;
}

#main a {
  color: #bbb;
}

#icon_phone {
	position: absolute;
	top: 25px;
	right: 15px;
	height: 30px;
	background: url(image/icon_phone.png) no-repeat left center;
	z-index:6;
}

#text_phone {
	font-size: 16px;
	width: 333px;
	margin-left: 15px;
	text-align: right;
	text-decoration: none;
	color: #A69271;
	line-height: 30px;
}

@media (max-width: 399px) {
	#text_phone {
		font-size: 14px;
	}

	#icon_phone {
		background: none;
	}
}

#text_phone a {
	color:#A69271;
	text-decoration: none;
}

/*################################# Menue ################################## */

#menue_left{
	float:left;
	width: 218px;
	background-color: transparent;
	margin-top:0px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#menue_center_left{
	float:left;
	width: 218px;
	background-color: transparent;
	margin-top:0px;
	margin-left:34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#menue_center_right{
	float:left;
	width: 218px;
	background-color: transparent;
	margin-top:0px;
	margin-left:34px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}
#menue_right{
	float:left;
	width: 218px;
	background-color: transparent;
	margin-top:0px;
	margin-left:35px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
}

/*################################# Picture ################################## */

figure,
figcaption {
	margin: 0;
	padding: 0;
}

h1 {
  position: relative;
  color:#CBB288;
}

figure.einzel {
	overflow: hidden;
	position: relative;
	display: block;
	margin-left:0;
	margin-top: 0.313em;
	border-width:5px;
	border-style:solid;
	border-color: #A69271;
	margin-bottom:15px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);
    box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);
	

}

figure img {
	width: 100%;
	display: block;
}

figure figcaption {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: white;
	background: rgba(0,0,0, 0.5);
}

figure figcaption {
	position: absolute;
	bottom: -3em;
	/* gilt für das erste (linke) Bild */
	
	text-align: center;
	line-height: 3.0em;
	white-space: nowrap;
	color: black;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}



figure:hover figcaption {
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(203,178,136, 0.9);
}
/* das Fragezeichen als Pseudo-Element */

figure:before {
	content: "?";
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	background: rgba(255,255,255, 0.7 );
	color: #1B1718;
	width: 1.5em;
	height: 1.5em;
	border-radius: 1em;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(189,183,174,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(189,183,174,1);
    box-shadow: 0px 0px 8px 0px rgba(189,183,174,1);
}

figure:hover:before {
	background: rgba(255, 255, 255, 0);
	color: rgba(0, 0, 0, 0);
}

/*################################# content ############################# */

#content {
	width: 100%;
	height:auto;
	min-height:250px;
	background-color: transparent;
	padding-bottom: 10px;
	clear: both;
}

#content_left {
	float:left;
	width: 350px;
	height:auto;
	margin-bottom: 30px;
}

#content_right {
	float:left;
	width: 630px;
	height:auto;
	margin-bottom: 30px;
	
}

p.content{
	font-size: 15px;
	color: #eee;
	text-align: left;
}

p.content_1{
	font-size: 16px;
	color: #A69271;
	padding-top:15px;
	text-align: center;
}

p.content_2{
	font-size: 15px;
	color: #BDBDBD;
	text-align: center;
}

ul.content{
	text-align: left;
	color: #BDBDBD;
	list-style: none; 
	line-height: 200%;	
}

ul.content_1 li{
	text-align: left;
	color: #A69271;
	list-style: circle; 
	line-height: 200%;
}
ul.content_1 span{
	color: #BDBDBD;
}

ul.content_2 li{
	text-align: left;
	color: #A69271;
	list-style: circle; 
	line-height: 170%;
}
ul.content_2 span{
	color: #BDBDBD;
}

h1.content{
	text-align: left;
	color: #A69271;
}		

h1.content_1{
	margin-top:20px;
	text-align: left;
	color: #A69271;
}

span.aktion{
	color: #A69271;
	
}
h3 span.content{
	font-size: 14px;
	color: #BDBDBD;
	padding-left: 10px;
	}

hr { 
	  width: 100%; 
	  height: 1px; 
	  color: #201F1E;
	  margin-top: 40px;
	  opacity:0.2;
}	

/*################################# ICON Footer ############################# */

.icon_home{
	position: absolute;
	background-image: url(image/icon_home.png);
	margin-top:15px;
	width: 29px;
	height: 29px;
}
.icon_tel{
	position: absolute;
	background-image: url(image/icon_tel.png);
	margin-top:72px;
	width: 29px;
	height: 29px;
}
.icon_mail{
	position: absolute;
	background-image: url(image/icon_mail.png);
	margin-top:54px;
	width: 29px;
	height: 29px;
}

.icon_facebook{
	float:left;
	margin-left:34px;
	width: 20px;
	height: 20px;
	clear:both;
	opacity: 0.7;
}
.fb-like{
	float:left;
	margin-left:5px;
	height: 20px;
	opacity: 0.7;
}

#logo_alessandro{
	position:relative;
	margin:10px auto;
    height: 68px;
    width: 100px;
    background-image: url(image/logo_3.png);
    opacity: 0.6;
}

#logo_cats{
	position:relative;
	margin:23px auto;
    height: 56px;
    width: 100px;
    background-image: url(image/logo_4.png);
    opacity: 0.6;
}

/*################################# Footer ################################## */

#footer{
	margin-top:10px;
	padding-bottom: 30px;
	border-top-color: #666;
	border-top-width:2px;
	border-top-style:solid;
	clear: both;
}

#footer{
	font-size: 13px;
	background-color: #141312;
}

#footer_inside{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 980px;
	margin: 0 auto;
	padding: 15px 15px 0;
}

#footer_left {
	margin-bottom: 30px;
	width: 100%;
}

@media (min-width: 500px) {
	#footer_left {
		width: auto;
	}
}

#footer_left li{
	text-align:left;
	list-style: none;
	color:#bbb;
	margin: 0;
	padding: 0;	
}

#footer_center_left,
#footer_center_right {
	width: 100%;
}

@media (min-width: 400px) {
	#footer_center_left,
	#footer_center_right {
		width: 50%;
	}
}

@media (min-width: 500px) {
	#footer_center_left,
	#footer_center_right {
		width: auto;
	}
}

@media (min-width: 500px) {
	#footer_right_right,
	#footer_right_right {
		width: 50%;
	}
}

@media (min-width: 900px) {
	#footer_right_right,
	#footer_right_right {
		width: auto;
	}
}

@media (max-width: 399px) {
	#footer_right_right {
		margin-top: 30px;
	}
}

#footer_down {
	position:relative;
	top:48px;
	padding-top:10px;
	width:100%;
	height: 27px;
	background-color:#181716;
	border-radius: 0 0 5px 5px;
	clear: both;
}

ul.prozent{
	line-height: 200%;
	margin: 10px;
	padding: 0px;
	text-align: left;
}

ul.prozent li{
	list-style: none;
	margin: 0;
	padding: 0;
}
p.facebook{
	padding-top:20px;
	font-size:13px;
	text-align:center;
	color: #bbb;
	text-decoration: underline;
}

p.alessandro{
	color: #bbb;
	text-align:center;
	font-size: 13px;
}

@media (min-width: 900px) {
	p.alessandro {
		margin-top: 70px;
	}
}

span{
	color:#585858;
}

span.footer a{
	color:#bbb;
}

span.footer a:hover{
	color:#A69271;
}	

/*################################# Google Maps ################################## */

#karte{
	position: relative;
	height: 940px;
	height: 550px;
	margin-bottom: 30px;
	border: 5px #A69271 solid;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);
    box-shadow: 0px 0px 8px 0px rgba(232,211,178,1);	
}

/*################################# Gaestebuch ################################## */

#content_feedback{
	line-height:2;
	overflow:auto;
	margin: 0 0 50px;
	background-color:#141312;
	border-radius:5px;
	border:2px #201F1E solid;
	
}

fieldset {
    border: none;
	margin: 0;
	padding: 0;
}
    .guest label {color: #BDBDBD; font-size: 15px; width: 150px; display: block; float:left }
    .guest input { width: 450px;max-width:100%;margin-bottom: 5px;background-color: #BAAB92;border-radius:5px;border:2px #141312 solid }
    .guest textarea { width: 450px;max-width:100%;background-color: #BAAB92;border-radius:5px;border:2px #141312 solid }
    .guest input[type="submit"] { width: 100px;margin-left: 149px;margin-top: 15px }

/*################################# Kontaktformular ################################## */

    .contactForm label {color: #BDBDBD; font-size: 15px; width: 150px; display: block; float:left}
    .contactForm input { width: 450px;max-width:100%;margin-bottom: 5px; background-color: #BAAB92;border-radius:5px;border:2px #141312 solid}
    .contactForm textarea { width: 450px;max-width:100%;margin-top:20px; background-color: #BAAB92;border-radius:5px;border:2px #141312 solid}
    .contactForm input[type="submit"] { width: 130px;margin-left: 149px; margin-top:15px}
    .contactForm button[type="reset"] { width: 130px;margin-left: 5px; margin-top:15px; background-color: #BAAB92;border-radius:5px;border:2px #141312 solid}

#Fehler {color: red; font-size: 13px; margin-bottom:10px; margin-left:175px }
#OK {color: #BAAB92; font-size: 13px; margin-bottom:10px; margin-left:175px }


fieldset.contactForm p {
    font-size:0px;
}

/*################################# Galerie ################################## */

#galerie{
	max-width: 960px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	background-color: #121110;
	background-image: url(images/back.png);
	background-repeat: repeat;
	border: 1px #201F1E solid;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    margin-top:50px;
    margin-bottom:40px;
}

#galerie_trend{
	max-width:980px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
	background-color: #121110;
	background-image: url(images/back.png);
	background-repeat: repeat;
	border: 1px #201F1E solid;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    margin-top:50px;
    margin-bottom:40px;
}

#galerie img{
	border:1px #A69271 solid;
	margin:4px;	
	border-radius: 4px;
}

#galerie p{
	color: #505050;
	text-align:center;
	font-size: 12px;
}

#galerie_trend img{
	border:1px #A69271 solid;
	margin:4px;	
	border-radius: 4px;
}


a.mail:visited, a.mail:link {text-decoration: none; color: #bbb;}
a.mail:hover, a.mail:active {text-decoration: none; color: #A69271;}
ul.prozent a:before {
	content: "» ";
	display: inline-block;
	margin-top: -1px;
	margin-right: 5px;
	position: relative;
	vertical-align: top;
}
ul.prozent a:visited, ul.prozent a:link {text-decoration: none; color: #bbb;}
ul.prozent a:hover, ul.prozent a:active {text-decoration: none; color: #A69271;}

.clearfix {clear: both;}

p.feedback { text-align:left; }
.abs-pos {position: absolute;left:-999em;top:-999em;}


.table th,
.table td {
	color: #BDBDBD;
	text-align: left;
	white-space: nowrap;
}
.table th {
	font-weight: normal;
	padding-right: 30px;
}

.table th::before {
	content: "○ ";
	color: #A69271;
	margin-right: 5px;
}

.mfp-figure img {
	padding-bottom: 0;
}

.mfp-figure figcaption {
	position: static;
}

.mfp-figure figure::before {
	display: none;
}

.nivo-controlNav {
	position: absolute;
	width: 100%;
}

.grid {
	display: flex;
	justify-content: space-between;
	margin: 0 -17px;
	flex-wrap: wrap;
}

.col {
	padding: 0 17px;
	width: calc(100% - 34px);
}

@media (min-width: 480px) {
	.col {
		width: calc(50% - 34px);
	}
}

@media (min-width: 950px) {
	.col {
		width: calc(25% - 34px);
	}
}

.responsive-table {
	overflow-x: auto;
}

#main-nav-toggle {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(bars.svg) no-repeat left top;
	background-size: cover;
	margin-right: 15px;
	margin-bottom: -3px;
	margin-top: 5px;
	opacity: .7;
}

#main-nav-toggle:focus,
#main-nav-toggle:hover {
	opacity: 1;
}

@media (min-width: 768px) {
	#main-nav-toggle {
		display: none;
	}
}

@media (max-width: 767px) {
	.navi_line {
		text-align: right;
	}

	#main-nav {
		display: none;
		background-color: #1C1C1C;
		border-bottom: 1px solid #666;
		width: 100%;
	}

	#main-nav li,
	#main-nav a {
		display: block;
		width: 100%;
		text-align: center;
	}

	#main-nav.visible {
		display: block;
		position: absolute;
	}
}