@charset "utf-8";

html{

	background:url('../img/bg.jpg') repeat top left;
	min-height:100%;
	min-width:100%;
}

body{
	min-height:100%;
	min-width:100%;
	margin: 0px;
	padding: 0px;
}

.wrapper{
	width: 1015px;
	height: 675px;
	margin: 75px auto;
	padding: 15px;
	background: #fff;
	background-clip: padding-box;
	box-shadow: 0 0 2px rgba(0, 0, 0, .5);
	float: left;
	border-left: 0px;
}

h1{
	font-family: 'Droid Sans', sans-serif;
	font-size: 22px;
}

.headline{
	position: relative;
	margin-left: -22px;
	margin-right: -22px;
	padding: 10px;
	background: #afc928;
	background: -moz-linear-gradient(#f6ffc5, #afc928);
	background: -webkit-gradient(linear, left top, left bottom, from(#f6ffc5), to(#afc928));
	background: -webkit-linear-gradient(#f6ffc5, #afc928);
	background: -o-linear-gradient(#f6ffc5, #afc928);
	background: -ms-linear-gradient(#f6ffc5, #afc928);
	background: linear-gradient(#f6ffc5, #afc928);
	-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 -1px 0 rgba(255,255,255,.8) inset;
	text-shadow: 0 1px 0 #fff;
	text-align: right;
}

.headline:before, .headline:after{
  position: absolute;
  left: 0;
  bottom: -6px;
  content:'';
  border-top: 6px solid #555;
  border-left: 6px solid transparent;
}

.headline:before{
  border-top: 6px solid #555;
  border-right: 6px solid transparent;
  border-left: none;
  left: auto;
  right: 0;
  bottom: -6px;
}

a{
	text-decoration: none;
	color:#03F;
}

.img{
	position:absolute;
	top:85px;
	left:40px;
	z-index:1;
}

.imgcut{
	position:absolute;
	top:370px;
	left:535px;
	-webkit-box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-o-box-shadow: 10px 10px 5px #888;
	box-shadow: 10px 10px 5px #888;
	padding: 0px 0px 0px 0px;
	width: 460px;
	z-index:1;
}

.imgbemaerk_1{
	position:absolute;
	top:320px;
	left:485px;
	z-index:1;
}

.imgbemaerk_2{
	position:absolute;
	top:135px;
	left:815px;
	z-index:1;
}

.menu{
	position:absolute;
	top:170px;
	left:260px;
	z-index:3;
}

.bmenu{
    padding: 0px;
    margin: 0px 0px 10px 0px;
    position: relative;
	overflow:hidden;
	white-space: nowrap;
}

.bmenu li{
    font-size: 30px;
    display: block;
	font-family: 'Poiret One', Arial, sans-serif;
}

.bmenu li a{
    color: transparent;
    display: block;
    text-shadow: 0px 0px 0px #000;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bmenu:hover li a{
    text-shadow: 0px 0px 6px #000;
	text-shadow: 0px 0px 5px 1px #000;
}
.bmenu li a:hover{
	color: #000;
	text-shadow: 0px 0px 1px #000;
	text-shadow: 0px 0px 1px 0px #000;
	padding-left: 10px;
}

.content{
	font-size: 13px;
	font-family: 'Droid Sans', sans-serif;
	float:right;
	width:505px;
}

ul.liste{
    max-width: 500px;
    padding: 0;
    overflow-x: hidden;
    list-style: none;
}

ul.liste li:before{
    float: left;
    width: 0;
    white-space: nowrap;
    content:
 ". . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . . . . . "
 }

ul.liste span:first-child{
    padding-right: 5px;
    background: white;
}

ul.liste span + span{
    float: right;
    padding-left: 5px;
    background: white;
}

.booking{
	border:0px;
	background:transparent;
	float:right;
	width:585px;
	z-index:2;
}

.qrcode1{
	position:absolute;
	top:440px;
	left:520px;
}

.qrcode2{
	position:absolute;
	top:440px;
	left:850px;
}

.qrcode3{
	position:absolute;
	top:440px;
	left:688px;
}

.footer{
	position:absolute;
	top:715px;
	left:490px;
	font-family: 'Poiret One', sans-serif;
	font-size: 30px;
	color:#999;
	z-index:4;
	overflow:hidden;
	white-space: nowrap;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    z-index: 5;
}

.overlaypopup {
	width: 500px;
	height: 360px;
    background-color: rgba(255,255,255, 0.6);
    border: 1px solid #000;
    display: inline-block;
	top: 230px;
    left: 300px;
    opacity: 1;
    padding: 15px;
    position: fixed;
    text-align: center;
    visibility: visible;
    z-index: 10;
	font-size:33px;
	font-family: 'Noto Sans', sans-serif;
}

.corona{
	color:#FF0000;
}
