@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'alex_brushregular';
    src: url('../fonts/alexbrush-regular-webfont.woff2') format('woff2'),
         url('../fonts/alexbrush-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arezzo-pro-ex-light';
    src: url('../fonts/arezzo-pro-ex-light-webfont.eot') format('eot'),
		 url('../fonts/arezzo-pro-ex-light-webfont.woff') format('woff'),
         url('../fonts/arezzo-pro-ex-light-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	
}
@font-face {
    font-family: 'arezzo-pro-ex-medium';
    src: url('../fonts/arezzo-pro-ex-medium-webfont.eot') format('eot'),
		 url('../fonts/arezzo-pro-ex-medium-webfont.woff') format('woff'),
         url('../fonts/arezzo-pro-ex-medium-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: 'arezzo-pro-ex-light';
	text-align: center;
	overflow: auto;
}
body, html {
	width: 100%;
	height: 100%;
}
#container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#kopf {
    box-sizing: border-box;
	width: 100%;
    height: auto;
    margin: auto;
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	padding: 15px 80px;
}
.kopflogo {
	box-sizing: border-box;
	height: 180px;
	width: auto;
}
.oeffnungszeiten {
	box-sizing: border-box;
	font-family: 'arezzo-pro-ex-light';
	text-align: left;
	font-size: 1.38em;
	letter-spacing: 0.01em;
	line-height: 1.38em;
	color: #6e7d85;
	
}
.navwrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
	background-color: #911823;
}
.navigation {
    box-sizing: border-box;
	font-family: 'arezzo-pro-ex-light';
    width: 33%;
    height: auto;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.19em;
	letter-spacing: 0.05em;
    display: flex; 
    flex-direction: row;
	justify-content:space-between;
}
.navpunkt {
    padding: 0.35em 0.7em;
}
#fader {
	width: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
	padding-top: 32.29%;
	margin: 0;
	z-index: 0;
}
#slideshow {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
	}
.slides img {
	width: 100%;
	height: auto;
  }
#landkarte {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
}
#inhalt {
	box-sizing: border-box;
	width: 72%;
	font-family: 'arezzo-pro-ex-light';
	margin: 70px auto;
}
.aktionen {
	width: 100%;
	height: auto;
	margin: 50px 0 0;
}
#menu {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 60px 0;
}
#menu iframe {
	width: 100%;
	height: 100%;
	border: none;
}
#menu img {
	width: 63%;
	border: 1px solid #000000;
}
#reservierung {
	box-sizing: border-box;
	width: 100%;
	background-color: #911823;
	font-size: 1.56em;
	letter-spacing: 0.01em;
	color: #ffffff;
	padding: 10px 0 10px 0;
	margin: 35px 0;
}
#adresse {
	font-family: 'arezzo-pro-ex-light';
	text-align: center;
	font-size: 1.2em;
	letter-spacing: 0.01em;
	color: #6e7d85;
}
.bildleiste {
	box-sizing: border-box;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin: 70px 0 80px 0;
}
.bildleiste img {
	width: 30%;
	height: auto;
	margin: 0;
}
.galerieleiste {
	box-sizing: border-box;
    width: 100%;
	margin: 0px auto;
	padding: 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	}
.galeriebild {
	box-sizing:border-box;
	width: 25%; 
	height: auto;
	line-height: 0;
	padding: 3px;
}
.galeriebild img {
	width: 100%; 
	height: auto;
	margin: 0;
}
#footer {
	box-sizing: border-box;
	width: 100%;
	background-color: #6e7d85;
	padding: 0px 0 30px 0;
}
#welle {
	width: 100%;
	background-color: #ffffff;
	line-height: 0;
}
#welle img {
	width: 100%;
	height: auto;
}
#footerwrapper {
	box-sizing: border-box;
	width: 72%;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	align-items: flex-end;
	margin: 0px auto;
}
#socialwrapper {
	box-sizing: border-box;
	text-align: left;
	color: #ffffff;
	letter-spacing: 0.05em;
}
#socialiconwrapper {
	box-sizing: border-box;
	width: 210px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
	margin: 18px 0 0;
}
#footernavwrapper {
	box-sizing: border-box;
	width: 300px;
	display: flex;
	flex-direction: row;
	justify-content:space-between;
}
a:link {
    color: #ffffff;
    text-decoration: none;
}
a:visited {
    color: #ffffff;
    text-decoration: none;
}
a:hover {
    color: #6e7d85;
    text-decoration: none;
}
a:active {
    color: #6e7d85;
    text-decoration: none;
}
.footernavpunkt {
	font-size: 1.19em;
	letter-spacing: 0.05em;
	padding: 0.35em 0;
}

.footernav:link { 
	color:#ffffff;
	text-decoration:none;
}
.footernav:visited { 
	color:#ffffff;
	text-decoration:none;
}
.footernav:hover { 
	color:#911823;
	text-decoration:none;
}
.footernav:active { 
	color:#911823;
	text-decoration:none;
}
.mouseover:link { 
	color:#6e7d85;
	text-decoration:none;
}
.mouseover:visited { 
	color:#6e7d85;
	text-decoration:none;
}
.mouseover:hover { 
	color:#911823;
	text-decoration:none;
}
.mouseover:active { 
	color:#911823;
	text-decoration:none;
}
h1 {
	font-family: 'alex_brushregular';
	font-size: 3.9em;
	line-height: 0.2em;
	text-align: center;
	color: #911823;
	margin: 0;
	padding: 0 0 36px 0;
}
h2 {
	font-family: 'arezzo-pro-ex-light';
	font-size: 1.5em;
	line-height: 1.44em;
	letter-spacing: 0.01em;
	text-align: left;
	color: #911823;
	margin: 0;
	padding: 0 0 6px 0;
}
h3 {
	color: #911823;
	font-size: 1.2em;
	line-height: 1.63em;
	letter-spacing: 0.01em;
	margin: 0;
	padding: 20px 0 15px 0;	
}
p {
	font-family: 'arezzo-pro-ex-light';
	font-size: 1.2em;
	line-height: 1.63em;
	text-align: justify;
	text-align-last: center;
	letter-spacing: 0.01em;
	color: #6e7d85;
	margin: 0 0 25px 0;
}
@media screen and (max-width: 1024px) {
    #kopf {
	align-items: center;
    padding: 15px 35px;
    }
}
@media screen and (max-width: 480px) {
    #kopf {
    flex-direction: column;
	justify-content: center;
	flex-wrap: nowrap;
	padding: 15px 0;
    }
}
@media screen and (max-width: 1480px) {
    .kopflogo {
	height: 150px;
	width: auto;
	}
}
@media screen and (max-width: 810px) {
    .kopflogo {
	height: 100px;
	width: auto;
	}
}
@media screen and (max-width: 480px) {
    .kopflogo {
	height: 76px;
	width: auto;
	margin: 0 auto;
	}
}
@media screen and (max-width: 1024px) {
    .oeffnungszeiten {
	max-width: 260px;
	font-size: 0.93em;
	line-height: 1.25em;
	}
}
@media screen and (max-width: 480px) {
    .oeffnungszeiten {
	width: 100%;
	font-size: 0.93em;
	line-height: 1.25em;
	margin: 15px auto 0;
	}
}
@media screen and (max-width: 1024px) {
    .navigation {
	width: 50%;
	flex-direction: row;
    justify-content: space-between;
    font-size: 0.88em;
	}
}
@media screen and (max-width: 480px) {
    .navigation {
	width: 100%;
	flex-direction: row;
    justify-content: space-between;
    font-size: 0.88em;
	padding: 0.3em 30px;
	}
}
@media screen and (max-width: 480px) {
    .navpunkt {
	width: 100%;
	padding: 0.3em 0;
	}
}
@media screen and (max-width: 1024px) {
    #inhalt {
    width: 100%; 
	padding: 35px;
	margin: 0 auto;
    }
}
@media screen and (max-width: 480px) {
    .aktionen {
    margin: 30px 0 0;
    }
}
@media screen and (max-width: 480px) {
    #menu {
    width: 100%;
	margin: 30px 0;
    }
}
@media screen and (max-width: 480px) {
    #menu img {
    width: 100%;
	height: auto;
    }
}
@media screen and (max-width: 1024px) {
    #reservierung {
    font-size: 1.2em;
	line-height: 1.32em;
	padding: 8px 0;
	margin: 30px 0;
    }
}
@media screen and (max-width: 1024px) {
    #adresse {
    font-size: 0.88em;
	line-height: 1.38em;
    }
}
@media screen and (max-width: 480px) {
    .bildleiste {
    margin: 30px 0 35px 0;
    }
}
@media screen and (max-width: 480px) {
    .bildleiste img {
    width: 32%;
    }
}
@media screen and (max-width: 480px) {
    .galerieleiste {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 480px) {
    .galeriebild {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    #footerwrapper {
	width: 100%;
    flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px;
    }
}
@media screen and (max-width: 480px) {
    #socialwrapper {
	text-align: center;
	font-size: 0.88em;
	margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 1024px) {
    .footernavpunkt {
	font-size: 0.88em;
    }
}
@media screen and (max-width: 1024px) {
    h1 {
	font-size: 2.1em;
	line-height: 1em;
	padding: 0 0 15px 0;
	}
}
@media screen and (max-width: 1024px) {
    h2 {
	font-size: 1.06em;
	padding: 0 0 3px 0;
	}
}
@media screen and (max-width: 1024px) {
    h3 {
	font-size: 0.88em;
	line-height: 1.38em;
	padding: 8px 0 8px 0;
	}
}
@media screen and (max-width: 1024px) {
    p {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}