/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/website/static/fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/website/static/fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/website/static/fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/website/static/fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/website/static/fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/website/static/fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/website/static/fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/website/static/fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/website/static/fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/website/static/fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/website/static/fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/website/static/fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

#pimcore_admin_console{
	display:none;
}
* {
	outline:0 !important;
}
body {
	color:#000;
	font-size:15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:400;
	background:#fff;
	overflow-x:hidden;
}
.bg-white {
	padding-bottom:50px;
	background:#fff;
}
a.main-logo {
	display: block;
	width:216px;
	height:216px;
	position:absolute;
	left:50%;
	top:30px;
	margin-left:-108px;
	z-index:200;
}
#content {
	padding-top:180px;
	margin:0 auto;
	position: relative;
	width:100%;
	max-width:1920px;
	background:url(/website/static/img/bg.jpg);
}
#content h1 {
	margin:65px 0 50px 0;
	font-size:68px;
	letter-spacing: 1px;
	font-family: 'CFJacquesParizeau-Regular';
}
#content h2 {
	font-size:30px;
}
#content h3 {
	font-size:19px;
	font-weight:400;
}
#content p, #content li {
	margin-bottom:30px;
	line-height:1.85;
}
#content .teaser {
	margin:20px 0 60px 0;
}
#content .teaser-text {
	min-height:115px;
}
#content .teaser p {
	line-height:1.5;
	font-size:14px;
}
#content .teaser img {
	position: relative;
	margin:0 auto 15px auto;
	width:80%;
	max-width:225px;
}
#content .speisekarte {
	position: relative;
	padding:20px 0 30px 0;
}
#content .contentarea {
	margin-bottom:45px;
}
#content .contentarea-aktuelles {
	margin-bottom:60px;
}


.embed-responsive-12by10 {
  padding-bottom: 83.3333333%;
}
.embed-responsive-map {
  padding-bottom: 75%;
}
.embed-responsive-pano {
  padding-bottom: 45%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-4by6 {
  padding-bottom: 150%;
}

.fb-link {
	display: block;
	width:100%;
text-align:center;
	padding:100px 0 0 0;
	text-decoration: none;
	opacity:0.75;
	background:url(/website/static/img/facebook.png) 50% 0 no-repeat;
}
.fb-link:hover, 
.fb-link:focus {
	opacity: 1;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}

.gallery {
	background:#000;
}
@media screen and (min-width: 768px) {
	.gallery a {
		opacity:0.9;
	    -moz-transition: all .2s;
	    -webkit-transition: all .2s;
	    -o-transition: all .2s;
	    transition: all .2s;
	}
	.gallery a:hover {
		opacity:1;
	}
}
.gallery .col, .gallery .row {
	margin:0 !important;
	padding:0 !important;
}

.slider .slick-arrow {
	position: absolute;
	top:50%;
	width:80px;
	height:80px;
	margin-top:-40px;
	color:transparent;
	background:transparent;
	border:0;
	z-index:500;
	border:4px solid #fff;
	border-width:4px 4px 0 0;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity:0.7;
}
.slider .slick-arrow:hover, 
.slider .slick-arrow:focus {
    opacity:1;
}
.slider .slick-prev {
	left:40px;
	border-width:0 0 4px 4px;
}
.slider .slick-next {
	right:40px;
}

#reservierung {
	font-size:26px;
	letter-spacing: 1px;
	font-family: 'CFJacquesParizeau-Regular';
	position: fixed;
	top:-200px;
	left:0;
	right:0;
	width:100%;
	padding:12px 0;
	background:#fff;
	z-index:650;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.75);
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
#reservierung.affix {
	top:0;
}
#reservierung .sticky-logo {
	position: absolute;
	top:-5px;
	left:15px;
	width:75px;
	height:auto;
	display: block;
}


.footer {
	font-size:13px;
	padding:22px 0;
	background:#000;
	color:#fff;
}
.footer a {
	color:#fff;
	text-decoration: none;
}
.footer a:hover, 
.footer a:focus {
	text-decoration: underline;
}


#pc-cookie-notice { 
	position: fixed !important;
    bottom: 0 !important;
    width: 100% !important;
    z-index: 600 !important;
	background: #000 !important;
	color: #fff !important;
	padding: 15px !important; 
	font-family: 'Open Sans' !important;
}
#pc-cookie-notice #pc-icon { 
	left: -19999px !important;
}
#pc-cookie-notice #pc-button { 
	top:12px !important;
}
#pc-cookie-notice #pc-button button { 
	background:#999 !important;
}

@media screen and (max-width: 767px) {
	body {
		font-size:14px;
	}
	.xs-text-center {
		text-align: center;
	}
	.bg-white {
		padding-bottom:15px;
	}
	a.main-logo {
		width:74px;
		height:74px;
		top:5px;
		margin-left:-37px;
	}
	#content { 
		padding-top:50px;
	}
	#content h1 {
		margin:25px 0 18px 0;
		font-size:28px;
		letter-spacing: 0px;
	}
	#content h2 {
		font-size:22px;
	}
	#content h3 {
		font-size:16px;
	}
	#content p, #content li {
		margin-bottom:15px;
		line-height:1.85;
	}
	#content .teaser {
		margin:10px 0 30px 0;
	}
	#content .teaser p {
		font-size:12px;
	}
	#content .speisekarte {
		padding:10px 0 15px 0;
	}
	.slider .slick-arrow {
		left:-19999px !important;
	}
	#reservierung {
		font-size:16px;
		letter-spacing: 0px;
		padding:6px 0;
	}
	#reservierung .sticky-logo {
		top:0;
		width:40px;
	}
	#content .contentarea {
		margin-bottom:15px;
	}
	#content .contentarea-aktuelles {
		margin-bottom:30px;
	}
	.embed-responsive-map {
		padding-bottom:100%;
	}
	.embed-responsive-pano {
	  padding-bottom: 125%;
	}
	.fb-frame {
		margin-bottom:20px;
	}
	.footer {
		padding:10px 0;
	}
	.footer a {
		font-size:12px;
	}
}