/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
	color: #222;
	font-size: 1.1em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
#cookie-popup { 
  text-align: center; 
  background: #000000;
  background-image: url("../img/paralax-1.jpg");
  background-size:cover;
  position: fixed;
  bottom:0;
  top: 0px; 
  left: 0;
  right: 0;
  z-index: 9999;
  font-size:14px; 
  line-height:20px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
  }
 
#cookie-popup.hidden {
  display: none;
}
.hinweis{
	max-width:300px;
	width:300px;
	margin:0 auto;
	padding:20px;
	background-color:RGBA(0,0,0,0.8);
	-webkit-box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.1);
	box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.3);
	border-radius:6px;
	border:1px solid #ffffff;
}
#cookie-popup button{
	color:#000000;
}
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html {
	background: radial-gradient(black 15%, transparent 16%) 0 0,  radial-gradient(black 15%, transparent 16%) 8px 8px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color: #282828;
	background-size: 16px 16px;
	background: url(../img/binding_dark.png);
	color: #fff;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}
/*@font-face {
  font-family: 'Magneto-Bold';
  src: url('../font/Magneto-Bold.eot?#iefix') format('embedded-opentype'),  url('../font/Magneto-Bold.woff') format('woff'), url('../font/Magneto-Bold.ttf')  format('truetype'), url('../font/Magneto-Bold.svg#Magneto-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}*/


/* Anker */

#weg {
	position: relative;
	top: 300px;
}
#uns {
	position: relative;
	top: -200px;
}
#angebot {
	position: relative;
	top: -200px;
}
#food {
	position: relative;
	top: -100px;
}
#cafe {
	position: relative;
	top: -100px;
}
#cocktails {
	position: relative;
	top: -100px;
}
#more {
	position: relative;
	top: -100px;
}
 @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,900');
 @import url('https://fonts.googleapis.com/css?family=Abril+Fatface&subset=latin-ext');
h3 {
	color: #7787a1;
}
h1, h2, h3 {
	font-weight: 400;
}
strong {
	font-weight: 400;
}
table{
    width:100% !important;
}
.parallax-window {
	height: 500px;
	-webkit-box-shadow: 0 5px 7px 3px rgba(0,0,0,0.3);
	box-shadow: 0 5px 7px 3px rgba(0,0,0,0.3);
	padding: 0;
	margin: 0;
}
section {
	background: radial-gradient(black 15%, transparent 16%) 0 0,  radial-gradient(black 15%, transparent 16%) 8px 8px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,  radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
	background-color: #282828;
	background-size: 16px 16px;
	background: #444 none repeat scroll 0;
	padding-top: 20px;
	margin-top: 0;
	/*top: -100px;*/
    position:relative;
}
.logo {
	height: 400px;
	width: 400px;
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
	border-radius: 50%;
	background-image: url(../img/zeitlos.png);
    background-size: 102%;
	/*margin:30px 50px;
	passing:20px;*/
	background-color: RGBA(255,255,255,0.5);
	background-position: center center;
	background-repeat: no-repeat;
	top: 15%;
	left: 5%;
	transform: rotate(-10deg);
	transition: all 0.4s ease;
    position: relative;
    z-index:100;
}
.telefon-header {
	width: 600px;
	margin: 0 auto;
	position: relative;
	top: 30px;
    text-align: center;
}
.telefon-header h3 {
	font-size: 30px;
	font-weight: 400;
	margin: 0;
    float:left;
    margin-right:20px;
    padding-top:5px;
    width:100%;
    top:-10px;
    position:absolute;
}
#header.sticky .telefon-header {
	top: 10px;
}
#header.sticky .telefon-header h3 {
	font-size: 24px;
}

.header-sec0, .header-sec1, .header-sec2, .header-sec3, .header-sec4, .header-sec5 {
	background-color: RGBA(0,0,0,0.5);
	width: 400px;
	height: 50px;
	padding: 10px;
	font-size: 36px;
	/*text-align:center;
	transform: rotate(10deg);*/
	left: 60%;
	position: absolute;
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	border: 1px solid #fff;
	border-radius: 6px;
}
.header-sec0 img, .header-sec1 img, .header-sec2 img, .header-sec3 img, .header-sec4 img, .header-sec5 img {
	margin: 0 30px 0 30px;
	position: relative;
	top: -5px;
	transform: rotate(-10deg);
}
.header-sec0 img {
	top: -8px;
}
.header-sec0 {
    top: 120px;
    transition: all 0.8s ease;
}
.header-sec1 {
	top: 200px;
	transition: all 0.8s ease;
}
#video.videostickysticky .header-sec1 {
	top: -80px;
	transition: all 0.8s ease;
}
.header-sec2 {
	top: 280px;
	transition: all 0.8s ease;
}
#video.videostickysticky .header-sec2 {
	top: -160px;
	transition: all 0.8s ease;
}
.header-sec3 {
	top: 360px;
	transition: all 0.8s ease;
}
#video.videostickysticky .header-sec3 {
	top: -240px;
	transition: all 0.8s ease;
}
.header-sec4 {
	top: 440px;
	transition: all 0.8s ease;
}
#video.videostickysticky .header-sec4 {
	top: -320px;
	transition: all 0.8s ease;
}
.header-sec5 {
	top: 520px;
	transition: all 0.8s ease;
}
#video.videostickysticky .header-sec5 {
	top: -400px;
	transition: all 0.8s ease;
}

.header-sec6{
    width: 300px;
	height: 40px;
	padding: 5px;
	font-size: 28px;
	text-align:center;
    border:2px solid #ffffff;
    border-radius:6px;
    float:left;
    top: 10px;
	transition: all 0.8s ease;
    background-color:RGBA(255,0,0,0.5) !important;
}

#header.sticky .header-sec6{
    height: 35px;
    font-size: 24px;
    padding: 0;
    width: 250px;
}

.mobil{
    display:none;
}

.bestell_tel{
    font-size: 36px;
    text-align: center;
    display:block;
}

.zeitraum{
    font-size:28px;
    text-align: center;
}
.ausser_haus:hover{
    background-color:RGBA(255,255,0,0.5) !important;
}
.header-video {
	top: -95;
	-webkit-box-shadow: inset 150px 150px 150px 100px rgba(0,0,0,0.5);
	box-shadow: inset 150px 150px 100px 100px rgba(0,0,0,0.5);
}

.header-video-m{
	background-image: url(../video/Header-Movie.jpg);
	background-size: cover;
}
#video.videostickysticky .logo {
	opacity: 0;
	transform: rotate(90deg);
	width: 200px;
	height: 200px;
	transition: all 0.8s ease;
}
.sec1 {
	min-height: 200px;
	padding: 0 40px 40px 40px;
	max-width: 950px;
	width: 900px;
	margin: 0 auto;
}
.parallax-sec1, .parallax-sec2, .parallax-sec3, .parallax-sec4 {
	/* Set a specific height */
	height: 500px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.overlay{
	background-color:RGBA(0,0,0,0.6);
	position:absolute;
	width:100%;
	height:500px;
}
.parallax-sec1 {
	background-image: url("../img/paralax-1.jpg");
}
.parallax-sec2 {
	background-image: url("../img/paralax-2.jpg");
}
.parallax-sec3 {
	background-image: url("../img/paralax-3.jpg");
}
.parallax-sec4 {
	background-image: url("../img/paralax-4.jpg");
}
#header.sticky {
	position: fixed;
	background-color: RGBA(41,44,48,0.9);
	height: 50px;
	transition: all 0.4s ease;
}
#header.sticky nav {
	top: 0;
	transition: all 0.4s ease;
}
header {
	background-color: RGBA(41,44,48,1);
	height: 95px;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	border-bottom: 1px solid #333;
	transition: all 0.4s ease;
}
nav {
	height: 50px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	top: 45px;
	position: relative;
	float: right;
	transition: all 0.4s ease;
	margin-right: 20%;
}
nav ul {
	margin: 0 auto;
	max-width: 600px;
	position: relative;
}
nav ul li {
	float: left;
	margin: 0 7px;
	text-align: center;
	list-style: none;
	padding-top: 20px;
	font-size: 16px;
}
nav ul li a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-weight: 400;
}
nav ul li a:hover {
	color: #7787a1;
}
.red {
	position: relative;
	width: 100%;
	margin: 30px auto;
}
.redButtonContainer {
	color: #fff;
	font-size: 16px;
	float: left;
	width: 980px;
	cursor: pointer;
	height: 250px;
	margin-top: 50px;
}
.left {
	border-width: 0 1px 0 0;
	border-style: solid;
	-webkit-border-image: -webkit-gradient(linear, 0 100%, 0 0, from(white), to(rgba(0, 0, 0, 0.5))) 1 80%;
	-webkit-border-image: -webkit-linear-gradient(bottom, white, rgba(0, 0, 0, 0.5)) 1 80%;
	-moz-border-image: -moz-linear-gradient(bottom, white, rgba(0, 0, 0, 0.5)) 1 80%;
	-o-border-image: -o-linear-gradient(bottom, white, rgba(0, 0, 0, 0.5)) 1 80%;
	border-image: linear-gradient(to top, white, rgba(0, 0, 0, 0.5)) 1 80%;
}
.conright {
	float: right !important;
	text-align: right;
}
.redButton {
	float: left;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: RGBA(255,255,255,0.3);
	border: 2px solid #fff;
	overflow: hidden;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	margin-right: 9%;
	margin-bottom: 50px;
}
.angebot-first {
	float: left;
	width: 45%;
	margin-right: 10%;
}
.angebot-secound {
	float: left;
	width: 45%;
}
.angebot-first img, .angebot-secound img {
	float: left;
	margin: 10px 50px 180px 0;
}
.angebot-first h2, .angebot-secound h2 {
	margin: 0 0 10px 0;
}
.angebot-first p, .angebot-secound p {
	margin-top: 0;
	text-align: justify;
}
.galery {
	width: 900px;
	margin: 0 auto;
}
.shadow {
	-webkit-box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
}
.redtext {
	padding: 0 20px;
}
.redtext h4 {
	color: #7787a1;
	font-weight: bold;
}
.conleft {
	float: left;
}
.conright {
	float: right;
}
.redButton {
	background-size: cover;
}
.img-zoom {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.transition {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.maps iframe {
	pointer-events: none;
}

/* DATENSCHUTZ */

.smart-popin {
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    overflow: auto; /* scrollbar will appear if the viewport is too tight to display all the popin content */
    opacity: 0;
    visibility: hidden;
  
    /* design */
  
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.smart-popin:target {
    opacity: 1;
    visibility: visible;
}
.smart-popin .sp-table {
    display: table;
    height: 100%;
    width: 100%;
}
.smart-popin .sp-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 10px; /* this space is important to let the box-shadow exceed around the popin - so it has to be at least equal to the shadow radius */
}
.smart-popin .sp-body {
    position: relative; /* to allow absolute positionning inside */
    z-index: 1; /* to ensure the popin body will be over the .sp-back layer */
    width: auto; /* by default the width of the wider element inside */
    min-width: 300px;  /* standard width for xs smartphones (320px) minus 2*10px (.sp-cell margins) */
    margin: 0 auto;
  
    /* design */
  
    background-color: #ffffff;
    padding: 2em;
    -webkit-box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    box-shadow: 0 3px 5px 1px rgba(0,0,0,0.25);
    width: 66.66%; /* 66.66 looks good :-) */;
}
.smart-popin .sp-body * {
    max-width: 100%; /* this is a security to prevents wide elements such as img to stretch the popin beyond the viewport width */
}
.smart-popin .sp-back { /* only used to get clicks out of the popin body */
    position: fixed;
    left: 0; right: 0;
    top: 0; bottom: 0;
    display: block;
}
.smart-popin .sp-close {
    position: absolute;
    top: 0;
    right: 0;

    width: 36px;
    height: 36px;

    text-align: center;
    line-height: 36px;
    font-size: 1.6em;
    color: #000000;
    font-weight: 900;
    text-decoration: none;
}



footer {
	height: 50px;
	bottom: 0;
	width: 100%;
	background-color: #333;
}
.copy {
	color: #CCC;
	text-align: center;
	max-width: 900px;
	height: 20px;
	padding: 10px 0;
	margin: 0 auto;
}
.logocontainer a {
	opacity: 0;
	transition: all 0.4s ease;
	width: 100px;
	float: left;
	margin: 10px;
}
.willkommen {
	display: none;
	transition: all 0.4s ease;
}
#header.sticky .willkommen {
	display: block;
	transition: all 0.4s ease;
}
#header.sticky .logocontainer a {
	opacity: 1;
	font-family: 'Abril Fatface';
	font-size: 48px;
	font-variant: small-caps;
	text-align: left;
	height: 100px;
	width: 100px;
	margin-top: 3px;
	float: left;
	/*border-left: 2px solid #fff;
	border-right: 2px solid #fff;*/
	background-color: RGBA(255,255,255,0.5);
	border-radius: 50%;
	margin: 10px;
	transition: all 0.4s ease;
	margin-left: 100px;
}
.instagramcontainer {
	background-image: url(../img/instagram.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	margin-left: 100px;
	float: left;
	width: 50px;
	height: 50px;
}
.instagramcontainer a {
	display: block;
	width: 50px;
	height: 50px;
}
.instagramcontainer:hover {
	background-image: url(../img/instagram_hover.png);
}
.logotext {
	font-family: 'Magneto-Bold' !important;
	font-size: 1.2em;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #09C;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hide {
	display: none;
}
.show {
	display: block;
}
.featherlight .featherlight-inner {
	height: 100%;
	width: 100%;
	background-color: #222;
}
.featherlight .featherlight-content {
	width: 90% !important;
	height: 90% !important;
}
.colleft {
	width: 45%;
	padding: 20px;
	float: left;
}
.colright {
	width: 45%;
	padding: 20px;
	float: left;
}

.amensic-image-wrapper{
max-width:100%;
height:auto;
position: relative;
display:block;
margin:0 auto;
}
.amensic-image-wrapper img{
width:90%;
height:auto;
display:block;
padding-left:5%;
}
/*==========================================================================
Formular
	==========================================================================*/

input {
	/*width:300px;
	max-width:300px;*/
	height: 30px;
	border: 1px solid #fff;
	background: rgba(100, 100, 100, 0.5);
	margin-bottom: 5px;
	border-radius: 4px;
}
input[type=submit] {
	background-color: #F60;
	border-radius: 4px;
	width: 100%;
	height: 40px;
	font-weight: 300;
}
select {
	/*width:305px;
	max-width:305px;*/
	height: 30px;
	border: 1px solid #999;
	background: rgba(100, 100, 100, 0.5);
	margin-bottom: 5px;
	border-radius: 4px;
}
textarea {
	/*width:300px;
	max-width:300px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 200px;
}
.bez {
	width: 150px;
	float: left;
}
#kontakt-form label.error {
	color: #FB3A3A;
	margin: 4px 0 5px 20px;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
}
#kontakt-form input.error {
	border-color: #FF0004;
	background-color: #FFC6C7;
}
.form-style-8 {
	padding: 30px;
	margin: 50px auto;
}
.form-style-8 input[type="text"], .form-style-8 input[type="date"], .form-style-8 input[type="datetime"], .form-style-8 input[type="email"], .form-style-8 input[type="number"], .form-style-8 input[type="search"], .form-style-8 input[type="time"], .form-style-8 input[type="url"], .form-style-8 input[type="password"], .form-style-8 select {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}
.form-style-8 textarea {
	resize: none;
	overflow: hidden;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
	display: none !important;
}
/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/* Menü */

.open {
	position: fixed;
	top: 20px;
	right: 40px;
	width: 50px;
	height: 50px;
	display: block;
	cursor: pointer;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	z-index: 5;
}
.open span {
	display: block;
	float: left;
	clear: both;
	height: 2px;
	width: 40px;
	border-radius: 40px;
	background-color: #fff;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.open span:nth-child(1) {
	margin-top: 10px;
	z-index: 9;
}
.open span:nth-child(2) {
	margin-top: 25px;
}
.open span:nth-child(3) {
	margin-top: 40px;
}
.sticky .open span:nth-child(1) {
	margin-top: 0px;
}
.sticky .open span:nth-child(2) {
	margin-top: 10px;
}
.sticky .open span:nth-child(3) {
	margin-top: 20px;
}
.sub-menu {
	-webkit-transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	height: 0;
	width: 0;
	right: 0;
	top: 0;
	position: absolute;
	background-color: rgba(74, 81, 94, 0.9);
	border-radius: 50%;
	z-index: 1000;
	overflow: hidden;
}
.sub-menu li {
	display: block;
	float: right;
	clear: both;
	height: auto;
	margin-right: -160px;
	-webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.sub-menu li a:hover {
	color: #7787a1;
}
.sub-menu li:first-child {
	margin-top: 180px;
}
.sub-menu li:nth-child(1) {
	-webkit-transition-delay: 0.05s;
}
.sub-menu li:nth-child(2) {
	-webkit-transition-delay: 0.10s;
}
.sub-menu li:nth-child(3) {
	-webkit-transition-delay: 0.15s;
}
.sub-menu li:nth-child(4) {
	-webkit-transition-delay: 0.20s;
}
.sub-menu li:nth-child(5) {
	-webkit-transition-delay: 0.25s;
}
.sub-menu li a {
	color: #fff;
	font-size: 16px;
	width: 100%;
	display: block;
	float: left;
	line-height: 30px;
}
.oppenned .sub-menu {
	opacity: 1;
	height: 450px;
	width: 400px;
}
.oppenned span:nth-child(2) {
	overflow: visible;
}
.oppenned span:nth-child(1), .oppenned span:nth-child(3) {
	z-index: 10001;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.oppenned span:nth-child(1) {
	-webkit-transform: rotate(45deg) translateY(12px) translateX(12px);
	transform: rotate(45deg) translateY(12px) translateX(12px);
}
.oppenned span:nth-child(2) {
	height: 450px;
	width: 400px;
	right: -160px;
	top: -160px;
	border-radius: 50%;
	background-color: rgba(74, 81, 94, 0.8);
}
.oppenned span:nth-child(3) {
	-webkit-transform: rotate(-45deg) translateY(-10px) translateX(10px);
	transform: rotate(-45deg) translateY(-10px) translateX(10px);
}
.sticky .oppenned span:nth-child(3) {
	margin-top: 30px;
}
.oppenned li {
	margin-right: 168px;
}
/* Body fixieren, wenn Popup offen */
body.reservation-open {
  overflow: hidden;
}

/* Overlay-Grundgerüst (anfangs versteckt) */
.reservation-overlay {
  position: fixed;
  inset: 0;
  display: none;              /* versteckt, bis JS "is-open" setzt */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

/* wenn offen */
.reservation-overlay.is-open {
  display: flex;
}

/* halbtransparenter Hintergrund */
.reservation-overlay__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
}

/* Dialog-Box */
.reservation-overlay__dialog {
  position: relative;
  background: #111;           /* Außen-Hintergrund vom Popup */
  border-radius: 16px;
  max-width: 480px;
  width: 100%;
  height: 450px;
  margin: 0 16px;
  overflow: hidden;           /* damit das iFrame auch „rund“ wirkt */
  box-shadow: 0 20px 40px rgba(0,0,0,0.5);
  z-index: 1;
  display: flex;
  flex-direction: column;
}

/* Close-Button oben rechts */
.reservation-overlay__close {
  position: absolute;
  top: 8px;
  right: 8px;
  border: none;
  background: rgba(0,0,0,0.6);
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

/* Inhalt – das DISH-Widget füllt einfach den verfügbaren Raum */
#dish-widget-container {
  width: 100%;
  height: 100%;
}

/* iFrame vom Widget */
#dish-widget-container iframe {
  border: none;
  width: 100%;
  height: 100%;
  display: block;
}

.reserveButton{
    position:relative;
    margin:0 auto;
    width:300px;
    display:block;
    height:50px;
    Background-color:rgba(0,0,0,0.5);
    border-radius:6px;
    border:1px solid #ffffff;
    box-shadow: 2px 2px 5px 5px rgba(0,0,0,0.2);
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 1024px) {
nav {
	margin-right: 100px;
}
#header.sticky nav {
	margin-right: 50px;
}
.header-sec0,
.header-sec1,
.header-sec2,
.header-sec3,
.header-sec4,
.header-sec5{
    font-size:26px;
    width: 300px;
    height: 40px;
     }
    .logo{
        top:-3%;
    }
}
 @media only screen and (max-width: 980px) {
#header.sticky nav {
	margin-right: 50px;
}
}
 @media only screen and (max-width: 926px) {
.telefon-header {
	display: none;
}
.header-sec0 {
	display: block;
	font-size: 28px;
}
.header-sec0 {
	top: 20px;
}
#video.videostickysticky .header-sec0 {
	top: -40px;
}
.mobil{
    display:block;
}
.header-sec1 {
	top: 70px;
}
#video.videostickysticky .header-sec1 {
	top: -90px;
}
.header-sec2 {
	top: 120px;
}
#video.videostickysticky .header-sec2 {
	top: -140px;
}
.header-sec3 {
	top: 170px;
}
#video.videostickysticky .header-sec3 {
	top: -190px;
}
.header-sec4 {
	top: 220px;
}
#video.videostickysticky .header-sec4 {
	top: -240px;
}
.header-sec5 {
	top: 270px;
}
#video.videostickysticky .header-sec5 {
	top: -290px;
}

     
.sec1 {
	width: 668px;
}
.logo {
	display: none;
}
#header.sticky .logocontainer {
	width: 100px;
	margin: 0 auto;
}
.logocontainer {
	width: 100px;
	margin: 0 auto;
}
#header.sticky .logocontainer a {
	margin: 10px 0 0 0;
}
.logocontainer a {
	display: block;
	opacity: 1;
	border-radius: 50%;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	background-color: RGBA(255,255,255,0.5);
	width: 100px;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 1;
}
.telefon-header {
	position: absolute;
	right: 20px;
	margin-top: 5px;
}
.telefon-header h3 {
	font-size: 18px;
}
#header.sticky .telefon-header {
	position: absolute;
	right: 20px;
	margin-top: 5px;
}
.header-sec0, .header-sec1, .header-sec2, .header-sec3, .header-sec4, .header-sec5 {
	position: relative;
	margin: 0 auto;
	left: inherit;
	height: 50px;
	padding: 10px;
}
.header-sec0 {
	top: 20px;
    /*background-color: RGBA(255,0,0,0.5) !important;*/
}
.header-sec1 {
	top: 30px; 
}
.header-sec2 {
	top: 40px;
}
.header-sec3 {
	top: 50px;
}
.header-sec4 {
	top: 60px;
}
.header-sec5 {
	top: 100px;
}
.header-sec0,
.header-sec1,
.header-sec2,
.header-sec3,
.header-sec4,
.header-sec5{
    font-size:26px;
    width: 300px;
    height: 40px;
     }
footer {
	bottom: 0;
	width: 100%;
	background-color: #333;
}
.copy {
	color: #CCC;
	text-align: center;
	max-width: 900px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
}
}
 @media only screen and (max-width: 680px) {
.angebot-first,  .angebot-secound {
	width: 100%;
}
.angebot-first {
	margin: 0 0 30px 0;
}
.sec1 {
	width: 80%;
}
}
 @media only screen and (max-width: 640px) {

}

 @media print,  (-webkit-min-device-pixel-ratio: 1.25),  (min-resolution: 1.25dppx),  (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
*,  *:before,  *:after {
	background: transparent !important;
	color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

a[href^="#"]:after,  a[href^="javascript:"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
/*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
