* {
	margin: 0;
	padding: 0;
}

input[type=submit] {
	-webkit-appearance: none;	
}

input[type=button] {
	-webkit-appearance: none;
}

html {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	color: #000;
	width: 100%;
	height: 100%;
	text-overflow: ellipsis;
}

#main {
	
}

strong {
	font-size: 1rem;
	font-weight: 700;
}

div#content p, div#content ul, div#content td, div#content ol, div#content_bottom p, div#content_bottom ul, div#content_bottom td, div#content_bottom ol {
	text-align: left;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 1rem;
	color: #777;
}

div#content td p {
	font-size: 1rem;
}

div#content a {
	font-weight: 700;
}

div#content > p > a, div#content > div > p > a, div#content > p > strong > a, div#content > div > p > strong > a {
  text-decoration: underline;
}

td p,th p {
	margin: 0px;
	padding: 0px;
}

a {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: black;
}

a img {
	border: none;
}

img.contentimage {
	width: 100%;
	height: auto;
}

a.pdf, a.link {
	background-image: url("../img/pdf_icon_67x100px.png");
	background-size: 10px 15px;
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	padding-left: 20px;
	display: block;
	color: #c8d326;
	line-height: 24px !important;
	height: 24px !important;
	font-size: 0.9rem !important;
	font-weight: 300 !important;
	margin-top: 0px !important;
}

a.link:hover {
	text-decoration: underline;
}

li {
	list-style-image: url(../img/list_style_image.png);
}

.gallery_image {
	display: inline-block;
	margin: 5px;
}

div.teaser_arrow {
	background-image: url("../img/pdf_icon_67x100px.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 10px;
	width: 6px;
	margin-right: 7px;
	display: inline-block;
}

a.teaser {
	display: block;
	line-height: 35px;
	color: #c8d326;
	font-size: 1rem;	
}

hr {
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-bottom: transparent;
	color: white;
	margin-bottom: 5px;
	margin-top: 5px;
}

h1 {
	font-size: 1.9rem;
	font-weight: 700;
	color: #c8d326;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: normal;
}

h3.home_headline {
	font-size: 3rem;
	font-weight: 900;
	color: #c8d326;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0px;
	margin-bottom: 20px;
	text-shadow: 2px 2px #000;
	line-height: normal;
}

h2 {
	font-size: 1.4rem;
	font-weight: 800;
	color: #327385;
	display: block;
	text-overflow: ellipsis;
	margin-top: 30px;
	margin-bottom: 10px;
}

h2 > strong > span {
	font-size: 1.4rem !important;
	font-weight: 800;
}

h3 {
	font-size: 1rem;
	font-weight: 700;
	color: #c8d326;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 30px;
}

h4 {
	font-size: 1rem;
	font-weight: 700;
	color: #c8d326;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
	margin-bottom: 5px;
	line-height: 30px;
}

h5 {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

form {
	clear: both;
}

ul, ol {
	padding-left: 20px;
	margin-bottom: 10px;
}

td ul {
	margin-bottom: 0px !important;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
}

.clear {
	clear: both !important;
}

.small {
	font-size: 0.8rem !important;
}

.tiny {
	font-size: 0.7rem !important;
	line-height: normal;
}

.grey {
	color: #666 !important;
}

textarea {
	display: block;
}

input.checkbox {
	margin-right: 2px;
}

.padding {
	padding: 15px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

*+html .clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

/********************** LAYOUT *****************************/
div#backgrounds {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	position: fixed;
	left: 0px;
	top: 0px;
}

div.background {
	width: 100%;
	height: 100%;
	background-image: url(../img/loading_black.gif); 
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	overflow: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
}

a#logo {
	position: absolute;
	top: 0px;
	right: 40px;
	width: 326px;
	height: 123px;
	background-image: url("../img/logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 266px 83px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 500;
}

a.logo_msc {
	background-image: url("../img/logo_msc.png") !important;
}

a#wmm {
	position: absolute;
	top: 181px;
	right: 340px;
	width: 180px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 500;
	font-size: 0.7rem;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #ccc;
}
                                     
a#wmm:hover {
	background-color: #000;
}

.homebutton {
	position: fixed;
	bottom: 100px;
	background-color: rgba(255, 255, 255, 0.2);
	background-image: url("../img/scroll_down_icon.png");
	background-size: 20px 20px;
	background-position: 20px center;
	background-repeat: no-repeat;
	color: #c8d326;
	padding: 20px;
	padding-left: 55px;
	font-weight: bold;
	letter-spacing: 0.3px;
	cursor: pointer;
	border: solid 1px #666;
	z-index: 10;
}

.homebutton:hover {
	background-image: url("../img/scroll_down_icon_hover.png");
	background-color: rgba(255, 255, 255, 0.1);
	color: #327385;
	border: solid 1px #333;
}

.homebutton:active {
	background-image: url("../img/scroll_down_icon.png");
	background-color: rgba(255, 255, 255, 0.2);
	color: #c8d326;
	border: solid 1px #666;
}

#imagegallery {
	right: 340px;
	width: 110px;
	background-image: url("../img/gallery_icon.png");
	background-color: rgba(0, 0, 0, 0.7);
}

#imagegallery:hover {
	background-image: url("../img/gallery_icon_hover.png");
}

#availability {
	left: 40px;
	background-image: url("../img/availability_icon.png");
	background-color: rgba(0, 0, 0, 0.7);
}

#availability:hover {
	background-image: url("../img/availability_icon_hover.png");
}

#jumptobookingcontainer {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 10;
	height: 100px;
	background-image: url("../img/scroll_bottom_mobile.png");
	display: none;
}

#jumptobooking {
	position: absolute;
	left: 5%;
	right: 5%;
}

.available {
	padding-left: 22px;
	background-image: url(../img/icon_green_large.png);
	background-position: left center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

.notavailable {
	padding-left: 22px;
	background-image: url(../img/icon_red_large.png);
	background-position: left center;
	background-size: 15px 15px;
	background-repeat: no-repeat;
}

a#menu_icon {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 200;
	cursor: pointer;
	display: none;
	background-position: center;
	padding: 20px;
	width: 30px;
	height: 23px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#menu_icon span {
	display: block;
	position: absolute;
	left: 20px;
	height: 3px;
	width: 30px;
	background: #ccc;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#menu_icon:hover span {
	background: #fff !important;
}

#menu_icon span:nth-child(1) {
	top: 20px;
}

#menu_icon span:nth-child(2) {
	top: 30px;
}

#menu_icon span:nth-child(3) {
	top: 40px;
}

#menu_icon.open span:nth-child(1) {
	top: 30px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#menu_icon.open span:nth-child(2) {
	opacity: 0;
	/*left: -30px;*/
}

#menu_icon.open span:nth-child(3) {
	top: 30px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

a#shopping_cart_icon {
	width: 30px;
	height: 30px;
	display: none;
	position: absolute;
	padding: 20px;
    left: 50px;
    top: 0px;
    z-index: 200;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	overflow: hidden;
}

a.bookingtext {
	width: 60px !important;
	padding: 18px !important;
	color: #ccc !important;
	font-size: 0.9rem !important;
	text-transform: uppercase !important;
	line-height: 14px !important;
	text-align: center;
}

a.bookingtext:hover {
	color: white !important;
}


#shopping_cart_icon span {
	display: block;
	position: absolute;
	left: 20px;
	height: 3px;
	width: 20px;
	background: #ccc;
	opacity: 1;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#shopping_cart_icon:hover span {
	background: #fff !important;
	color: red !important;
}

#shopping_cart_icon span:nth-child(1) {
	top: 30px;
	left: 13px;
	width: 23px;
	-webkit-transform: rotate(-100deg);
	-moz-transform: rotate(-100deg);
	-o-transform: rotate(-100deg);
	transform: rotate(-100deg);
}

#shopping_cart_icon span:nth-child(2) {
	top: 30px;
	left: 35px;
	width: 23px;
	-webkit-transform: rotate(100deg);
	-moz-transform: rotate(100deg);
	-o-transform: rotate(100deg);
	transform: rotate(100deg);
}

#shopping_cart_icon span:nth-child(3) {
	top: 40px;
	left: 27px;
	width: 17px;
}

#shopping_cart_icon span:nth-child(4) {
	width: 14px;
	height: 14px;
	border-radius: 14px;
	top: 22px;
	left: 29px;
	font-size: 0.7rem;
	text-align: center;
	background-color: red;
	color: white;
	font-weight: 1000;
}

#shopping_cart_icon:hover span:nth-child(1) {
	-webkit-transform: rotate(-110deg);
	-moz-transform: rotate(-110deg);
	-o-transform: rotate(-110deg);
	transform: rotate(-110deg);
}

#shopping_cart_icon:hover span:nth-child(2) {
	-webkit-transform: rotate(110deg);
	-moz-transform: rotate(110deg);
	-o-transform: rotate(110deg);
	transform: rotate(110deg);
}

div#nav {
	position: fixed;
	left: 20px;
	top: 20px;
	z-index: 199;
}

div#nav ul {
	margin: 0px;
	padding: 0px;
}

div#nav ul.level1 li, div#nav ul.level1_mobile li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	line-height: 40px;
	height: 40px;
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 1.0rem;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

div#nav ul.level1 li:hover {
	background-color: rgba(153, 186, 86, 0.8);
}

div#nav ul.level2 li:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #ccc;
}

div#nav ul.level1 li a, div#nav ul.level1_mobile li a {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}

div#nav ul.level1 li a:hover, div#nav ul.level1 li.highlight a {
	color: #fff;
}

div#nav ul.desktop li:hover ul.level2 {
	display: block;
}

/* Seconds level */

div#nav ul.level2 {
	position: absolute;
	padding: 0px;
	left: 0px;
	display: none;
	overflow: hidden;
	background-color: rgba(50, 115, 133, 0.8);
	padding-top: 10px;
	padding-bottom: 10px;
}

div#nav ul.level2 li {
	float: none;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 1.2rem;
	font-weight: 400;
	text-transform: none;
	line-height: 50px;
	height: auto;
	white-space: nowrap;
}

div#nav ul.level2 li a {
	display: block;
	padding-left: 25px;
	padding-right: 25px;
	color: #fff;
}

div#nav ul.level2 li a:hover, div#nav ul.level2 li.highlight a {
	color: #ccc;
}

div#nav ul.level2 li:hover ul {
}

div#content_container {
	position: relative;
}

div#content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	margin-top: 145px;
	margin-bottom: 100px;
	padding-top: 35px;
	padding-bottom: 50px;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}

div#content_bottom {
	position: relative;
	background-color: rgba(0, 0, 0, 0.85);
	margin-left: auto;
	margin-right: auto;
	max-width: 880px;
	margin-top: 235px;
	margin-bottom: 100px;
	padding: 40px;
	-webkit-animation: fadein 1s;
	-moz-animation: fadein 1s;
	-ms-animation: fadein 1s;
	-o-animation: fadein 1s;
	animation: fadein 1s;
}

.content {
	background-color: rgba(231, 231, 231, 0.85);
	padding: 40px;
}

.content_bottom {
}

div#content_bottom {
	margin-top: 100%;
}

div#content > a, div#content_bottom > a {
	text-decoration: underline;
}

@keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Firefox */
@-moz-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

/* Internet Explorer */
@-ms-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}​

/* Opera */
@-o-keyframes fadein {
	0%   {opacity: 0;}
	25%  {opacity: 0;}
	100% {opacity: 1;}	
}

div#content_container_twocol {
	margin-left: auto;
	margin-right: auto;
	max-width: 1193px;
	position: relative;
}

div.content_right {
	width: 100%;
	margin-right: 233px !important;
	margin-left: 0px !important;
}

#content_right {
	width: 183px;
	position: absolute;
	top: 0px;
	right: 0px;
}

#content_right li.teaser {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	margin-right: 0px;
	cursor: pointer;
}


div#scroll_back {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url("../img/scroll_back.png");
	z-index: 5;
	display: block;
	pointer-events: none;
}

div#scroll_back_bottom {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 150px;
	background-image: url("../img/scroll_back.png");
	z-index: 5;
	display: block;
	transform: rotate(180deg);
	pointer-events: none;
}

div#footer {
	position: fixed;
	left: 0px;
	right: 320px;
	bottom: 0px;
	z-index: 100;
}

div.footer_left {
	position: fixed;
	left: 40px;
	bottom: 20px;
	height: 40px;
	z-index: 101;
}

div.footer_right {
	position: fixed;
	right: 40px;
	bottom: 20px;
	height: 40px;
	z-index: 102;
}

div#footer ul {
	margin: 0px;
	padding: 0px;
}

div#footer ul li {
	list-style-type: none;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 0.9rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	list-style-image: none;
}

div#footer ul li a {
	color: #fff;
	margin-right: 20px;
}

div#footer ul li a:hover {
    color: #c8d326;
}

div.caption {
	position: absolute;
	width: 600px;
	left: 40px;
	bottom: 200px;
}

div.caption > h3 > a {
	color: #c8d326;
	font-size: 2.4rem;
	font-weight: 800 !important;
	border: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 30px;
	line-height: 40px;
	text-shadow: #000 2px 2px;
}

div.caption h2, div.caption p {
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	text-transform: none;
	border: none;
	margin: 0px;
	padding: 0px;	
}

div.caption h1 a, div.caption h2 a, div.caption p a {
	color: #fff;
}

.fadeout {
	opacity: 0;
}

div#pagination {
	display: block;
	position: absolute;
	bottom: 30px;
	left: calc(50% - 70px);
	z-index: 200;
}

div#pagination ul {
	margin: 0px;
	padding: 0px;
}

div#pagination ul li {
	float: left;
	list-style-type: none;
	font-size: 1rem;
	font-weight: 800;
	padding-left: 5px;
	padding-right: 5px;
	list-style-image: none;
}

div#pagination ul li a {
	color: #fff;
	padding: 2px 5px 2px 5px;
}

div#pagination ul li a.current {
	color: #c8d326;
}

div#pagination ul li a:hover {
	color: #fff;
}

div.box {
	background-color: rgba(50, 115, 133, 0.8);
	color: #fff;
	margin-bottom: 30px;
	font-size: 0.8em !important;
}

div.box img {
	display: block;
}

div.box hr {
	border-top: solid 1px #fff;
}

div.box p, div.box h1, div.box h2, div.box h3, div.box h4, div.box h5, div.box a {
	color: white !important;
	border: none;
	margin: 0px;
	padding: 0px;
}

div.box p {
	font-size: 1.2rem !important;
	line-height: 24px !important;
	padding-right: 20px;
	text-align: left !important;
}
	
a.close {
	display: block;
	text-align: center;
	width: 25px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	right: 10px;
	top: 19px;
	font-size: 1.6rem;
	cursor: pointer;
}

div.cover {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}
div.twocol > div {
	float: left;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

div.twocol .image {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

div.list {
    margin-top: 20px;
    padding-top: 20px;
    border-top: solid 1px rgba(0, 90, 158, 0.8);
}

div.list:first-child {
	margin-top: 0px;
	border-top: none;
}

div.list_image {
	float: left;
	overflow: hidden;
	margin-right: 20px;
}

div.list_image_icon {
	background-color: rgb(0, 90, 158);
	padding: 20px;
}

div.eventlist div.list_image {
	max-width: 120px;
	max-height: 120px;
}

div.list_image img {
	display: block;
}

div.list_desc {
	float: left;
	width: -webkit-calc(100% - 140px); 
	width: -moz-calc(100% - 140px); 
	width: -o-calc(100% - 140px);
	width: calc(100% - 140px); 
}

div.eventlist div.list_desc {
	width: -webkit-calc(100% - 140px); 
	width: -moz-calc(100% - 140px); 
	width: -o-calc(100% - 140px);
	width: calc(100% - 140px); 
}

div.list_desc h5 {
	margin-top: 0px !important;
	margin-bottom: 20px;
}

div.list_desc p {
	margin-bottom: 0px !important;
	line-height: normal !important;
}

div.list_desc a {
	font-weight: 500 !important;
	color: #000 !important;
}

div.tabnavigation ul, div.tabnavigation ul li {
	margin: 0px;
	padding: 0px;
}

div.tabnavigation ul {
	margin-bottom: 0px !important;
}

div.tabnavigation ul li {
	list-style-image: none;
	list-style-type: none;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 1.0rem;
	cursor: pointer;
	color: white;
	height: 30px;
	line-height: 30px;
}

div.tabnavigation ul li.active {
	color: #fff;
	background-color: rgba(153, 186, 86, 0.8);
}

div.tabnavigation select {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.tabnavigation {
	background-color: rgba(50, 115, 133, 0.8);
	overflow: hidden;
	margin-bottom: 20px;
}

div.tabs div.tabcontent {
	clear: both;
	padding: 15px;
}

div.tabs div.tab {
	display: none;
}

div.tabs div.active {
	display: block;
}

div.article div.text {
	float: left;
	width: -webkit-calc(100% - 280px); 
	width: -moz-calc(100% - 280px); 
	width: -o-calc(100% - 280px);
	width: calc(100% - 300px);
}

div.article div.images {
	float: right;
	width: 250px;
	text-align: right;
}

ul.imagegallery {
	list-style-image: none !important;
	margin: 0px !important;
	padding: 0px !important;
}

ul.imagegallery li {
	float: left;
	margin: 5px;
	list-style-type: none !important;
	list-style-image: none;
}

ul.imagegallery li img {
	display: block;
}

iframe {
	width: 100%;
}

/******************** FORM *******************/

div.form {
	width: 100%;
	clear: both;
	border-collapse: collapse;
	background-color: rgba(255, 255, 255, 0.5);
	color: #777;
	padding-top: 1px;
}

div.form_displaygroup {
	text-align: left;
	font-weight: bold;
	color: #c8d326;
	font-size: 1.2rem;
	border-bottom: solid 2px #666;
	padding-bottom: 15px;
	padding-top: 0px;
	margin: 20px;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

div.form_row {
	margin: 20px;
}

div.form_label {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

div.form_label label {
	color: #777;
}

div.form_field {
	width: 65%;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

div.form_field > input[type="text"], div.form_field > input[type="password"], div.form_field > select, div.form_field > textarea, div.form_field .formelement_signature {
    background-color: white;
    border-color: #333;
    border-width: 0px;
    border-style: solid;
    color: #333;
    padding: 10px;
    font-size: 1rem;
    margin: 0px !important;
}

div.form_field > select {
	width: 100%;
	max-width: 200px;
	display: block;
	font-size: 16px;
	font-family: sans-serif;
	font-weight: 400;
	color: #333;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	box-sizing: border-box;
	margin: 0;
	border: none;
	    border-top-color: currentcolor;
	    border-top-style: none;
	    border-top-width: medium;
	    border-right-color: currentcolor;
	    border-right-style: none;
	    border-right-width: medium;
	    border-bottom-color: currentcolor;
	    border-bottom-style: none;
	    border-bottom-width: medium;
	    border-left-color: currentcolor;
	    border-left-style: none;
	    border-left-width: medium;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #aaa, #aaa);
	background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
	display: inline-block;	
}

div.form_field > select[name="guest_birthday_day"], div.form_field > select[name="eintrittsdatum_day"], div.form_field > select[name="guest_birthday_year"], div.form_field > select[name="eintrittsdatum_year"] {
	width: 100px !important;
	margin-right: 10px !important;
}

div.form_field > select[name="geburtsdatum_month"], div.form_field > select[name="eintrittsdatum_month"] {
	width: 150px !important;
	margin-right: 10px !important;
	max-width: 150px !important;
}

div.form_field > select[name="guest_birthday_year"], div.form_field > select[name="eintrittsdatum_year"] {
	margin-right: 0px !important;
}

div.form_field a {
	display: block;
	margin-top: 10px;
}

.form_submitbutton {
	margin-left: 31% !important;
	display: block;
	padding-bottom: 40px;
}

table.form_errordata {
	width: 100%;
	background-color: rgba(255, 0, 0, 0.3);
	padding: 10px;
}

table.form_errordata th {
	text-align: left;
	font-size: 1rem;
	color: fff !important;
}

.formerrors {
	margin: 20px;
}

ul.form_errors li {
	color: #fff !important;
}

div.form_success {
	background-color: #c8d326; 
	color: #fff; 
	padding: 10px;
	margin-bottom: 20px;
}

td.labels {
	width: 160px;
}

td.fields {
	font-size: 1.0em !important;
}

select, textarea, input.text {
	background-color: #fff;
	font-size: 1rem;
	border: solid 1px #ddd;
	font-family: 'Lato', sans-serif;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 5px;
}

textarea.textarea {
	font-family: 'Lato', sans-serif;
	width: 98%;
	background-color: #fff;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1rem;
	border: solid 1px #ddd;
	min-height: 100px;
}

label {
	font-size: 1rem;
	margin-bottom: 5px;
}

label.required:after {
	content: "*";
}

table.info {
	font-size: 1rem;
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.info th, table.info td {
	padding: 2px;
	line-height: 16px;
}

table.info li {
	line-height: 16px;
}

table.data {
	clear: both;
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

table.data th {
	padding: 4px;
	background-color: #0b0f10;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 8px;
	border: solid 1px black;
}

table.data td {
	border: solid 1px #9e9e9e;
	padding: 4px;
	text-align: center;
}

table.data td ul {
	margin-bottom: 0px !important;
}

table.data tbody tr {
	height: 24px;
}

table.data tbody tr.colored td {
	background-color: #6c2b2c;
	background-image: linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -o-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -moz-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -ms-linear-gradient(bottom, rgb(71, 8, 12) 0%,
		rgb(108, 43, 44) 100% );
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(71, 8,
		12) ), color-stop(1, rgb(108, 43, 44) ) );
	color: white;
}

table.data tbody tr.separator td {
	background-color: #E0D9D5;
}

table.data tbody tr.tr1 td {
	background-color: #bdbec1;
	color: black;
}

table.data tbody tr.tr2 td {
	background-color: #a9a7a8;
	color: black;
}

tr.selectable:hover td {
	background-color: #fff7d1 !important;
}

tr.selected td,tr.selected:hover td, table.data tbody tr.tr1:hover td, table.data tbody tr.tr2:hover td {
	background-color: #EC008D !important;
	color: white;
	cursor: pointer;
	border: solid 1px #EC008D;
}

.desktop {
	display: block;
}

.mobile {
	display: none !important;
}

.animate {
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
	-ms-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
}

.animate_slow {
	-webkit-transition: all 1s linear 0.5s;
	transition: all 1s linear 0.1s;
	-moz-transition: all 1s linear 0.5s;
	-ms-transition: all 1s linear 0.5s;
	-o-transition: all 1s linear 0.5s;
}

.hidden {
	display: none;
}

/******* TEASER ANFANG **********/
 
ul.teaser {
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px !important;
}
 
li.teaser {
	background-image: none !important;
	padding-left: 0px !important;
	display: block;
	list-style-type: none;
	overflow: hidden;
	float: left;
	margin-bottom: 1.5%;
	margin-top: 1.5%;
	margin-right: 3%;
	max-width: 183px;
	cursor: pointer;
}

li.teaser:nth-of-type(4n) {
	margin-right: 0px;
}

.teaser_top {
	background-color: rgba(0, 90, 158, 0.8);
	width: 100%;
	height: 50px;
	display: block;
}

.teaser_img {
	display: block;
	width: 55px;
	height: 50px;
	max-width: 100%;
	background-repeat: no-repeat;
	background-position: 15px 10px;
	float: left;
}
 
.teaser_top h3 {
	margin: 0;
	color: white;
	text-align: left;
	letter-spacing: 0.3px;
	pointer-events: none;
	max-width: 115px;
	font-size: 0.8rem !important;
	padding-left: 5px;
	line-height: 13px !important;
	height: 50px;
	display: table-cell;
	float: left;
	vertical-align: middle;
}

.teaser_top a {
	vertical-align: middle;
	font-weight: 400 !important;
	height: 50px;
	display: table-cell;
}

.teaser_content {
	height: 100px;
	background-color: #fff;	
}

.teaser_content p {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	font-size: 0.8rem !important;
	text-align: left !important;
	line-height: 20px !important;
	margin-bottom: 0px !important;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.teaser_content a {
	text-align: right;
}
 
.teaser_button {
	padding-left: 20px;
	padding-right: 20px;
	height: 20px;
	line-height: 20px;
	color: #ff7f24;
	font-size: 0.8rem;
	display: block;
	text-align: right;
	width: 144px;
}
 
/******* TEASER ENDE **********/

/******* BOOKING **********/

#booking {
	position: relative;
	left: 80px;
	right: 80px;
	top: 200px;
	width: calc(100% - 160px);
	display: none;
}

/******* BOOKING ENDE **********/

/******* HOTEL PLACES *******/

.hotel_places_map {
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 bottom: 0px;
	 right: 300px;
}

.hotel_places {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
	z-index: 1000;
	background-color: black;
	padding: 20px;
	width: 260px;
  	overflow: auto;
  	-webkit-overflow-scrolling: touch;
}

.hotel_places a.action_button {
	font-size: 0.9rem;
	height: 34px;
	line-height: 34px;
}

#hotel_places_google_maps {
	display: none;
}

.hotel_places h4{
	color: #ccc;
	margin-top: 0px;
	margin-bottom: 20px;
	line-height: 20px;
}

.hotel_places div.accordeon_header {
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
}

.hotel_places div.accordeon_header:hover {
	background-color: rgba(255, 255, 255, 0.2);	
}

.hotel_places h3.accordeon_header_plusminus {
	top: 2px;
}

.hotel_places div.accordeon_header h3 {
   font-size: 0.9rem;
}

.hotel_places div.accordeon_header h3 span {
	color: white;
}

.hotel_places div.accordeon_content {
	padding: 10px;
}

.hotel_places div.accordeon_content p {
   font-size: 0.9rem;
}

.hotel_places div.accordeon_content p a {
	color: white;
}

.hotel_places_marker_content h2 {
	margin: 0px;
	color: #c8d326;
	font-size: 1.0rem;
}

.hotel_places_marker_content p, .hotel_places_marker_content p a {
	color: black;
}

.hotel_places_marker_content p a.action_button {
	font-size: 0.9rem;
	height: 34px;
	line-height: 34px;
}

body.catchpage, body.catchpage div#backgrounds, body.catchpage div.background {
	width: 100% !important;
}

body.catchpage a#wmm {
	display: none !important;
}

body.catchpage #nav {
	display: none !important;
}

body.catchpage #menu_icon {
	display: none !important;
}

body.catchpage #shopping_cart_icon {
	display: none !important;
}

body.catchpage #col_right_booking {
	display: none !important;
}

body.catchpage #jumptobookingcontainer {
	display: none !important;
}

input.action_button, input.formbutton  {
	height: 40px;
	display: block;
	font-size: 1rem;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 38px;
	text-decoration: none;
	overflow: hidden;
	width: 300px;
	text-align: center;
	cursor: pointer;
	border: none;
	margin-top: 20px;
	letter-spacing: 0.3px;
	-webkit-transition: all 0.2s linear 0.1s;
	transition: all 0.2s linear 0.1s;
	-moz-transition: all 0.2s linear 0.1s;
	-ms-transition: all 0.2s linear 0.1s;
	-o-transition: all 0.2s linear 0.1s;
	background-color: #c8d326;
	color: white;
	max-width: 100%;
}

a.action_button:hover, input.action_button:hover, input.formbutton:hover {
	/*background-color: black;*/
	color: black;
}

.btn-success {
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
	background-color: #666 !important;
	border: solid 1px #333 !important;	
}
