/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
@media (max-width:768px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}
/* Contao Open Source CMS, (c) 2005-2016 Leo Feyer, LGPL license */
body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
/**
 * Global TinyMCE style sheet
 *
 * Use this style sheet to define CSS classes for the rich text editor. The
 * stlye sheet will be included in the editor and the page layout automatically.
 * Although the stlye sheet is shared by all themes, you can override its
 * formattings in any of your theme style sheets.
 *
 *   files/tinymce.css (this is how it looks like in TinyMCE)
 *   .warning { color:#c55; }
 *
 *   theme_a.css (this is how it looks like in theme A)
 *   .warning { font-weight:bold; }
 *
 *   theme_b.css (this is how it looks like in theme B)
 *   .warning { color:#000; }
 *
 * If you do not want to use a global TinyMCE style sheet at all, simply delete
 * this file (files/tinymce.css).
 */

/* @override 
	http://217.19.185.154/plesk-site-preview/dev.hotel-kaiserin-augusta.de/217.19.185.154/files/css/hka.css
	http://dev.hotel-kaiserin-augusta.de/files/css/hka.css
	http://www.hotel-kaiserin-augusta.de/files/css/hka.css */



* :focus {
	outline: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}


#main {
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.49) 0.2%, rgba(255, 255, 255, 0) 70.2%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.49) 0.2%, rgba(255, 255, 255, 0) 70.2%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.49) 0.2%, rgba(255, 255, 255, 0) 70.2%);
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49) 0.2%, rgba(255, 255, 255, 0) 70.2%);
	min-height: 29rem;
}


#main .inside .mod_article {
	padding-right: 2rem;
	padding-left: 3.8rem;
	padding-bottom: 4rem;
}

#wrapper #left {
	width: 15.5rem;
	/*border-left: 2px solid #5b7359;*/
}

#left .inside .mod_navigation {
	background: -webkit-linear-gradient(left, rgba(159, 193, 149, 0) 0%, rgba(169, 188, 163, 0.21) 75.2%) 0 0 no-repeat;
	background: -moz-linear-gradient(left, rgba(159, 193, 149, 0) 0%, rgba(169, 188, 163, 0.21) 75.2%) 0 0 no-repeat;
	background: -ms-linear-gradient(left, rgba(159, 193, 149, 0) 0%, rgba(169, 188, 163, 0.21) 75.2%) 0 0 no-repeat;
	background: linear-gradient(to right, rgba(159, 193, 149, 0) 0%, rgba(169, 188, 163, 0.21) 75.2%) 0 0 no-repeat;
}

#header {

}



@media(min-width:769px) {
	
	#wrapper {
		padding-left: 0!important;
	}
	
	#header.fix {
		min-height: 10rem;
		background: white;
		background-repeat: no-repeat;
		background-position: left top;
		box-shadow: 0 1px 40px rgba(0, 0, 0, 0.51);
		z-index: 1;
		position: fixed;
		width: 100%;
	}
	
	.inside-auto {
		width: 60rem;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}
	
	#header.fixed .inside-auto > .inside  {
		position: fixed;
		width: 60rem;
		z-index: 1200;
		margin-right: auto;
		margin-left: auto;
	}
	
	.custom {
		padding-top: 10rem;
	}
	
	#book-shadow {
		position: absolute;
		left: .8rem;
		border: 5px solid white;
		background-color: #9fc195;
		width: 14.7rem;
		box-sizing: border-box;
		z-index: 0;
		padding: .5rem;
		box-shadow: 0 1px 40px rgba(0, 0, 0, 0.51);
		top: 1.6rem;
		height: 5.8rem;
	}
	
	
}

#header.fix  {
	background: white;
}


#header > .inside {
	min-height: 10rem;
	background-color: white;
}

#footer {
	background: -webkit-linear-gradient(bottom, rgba(220, 227, 216, 0) 0%, rgba(220, 227, 216, 0.66) 100%);
	background: -moz-linear-gradient(bottom, rgba(220, 227, 216, 0) 0%, rgba(220, 227, 216, 0.66) 100%);
	background: -ms-linear-gradient(bottom, rgba(220, 227, 216, 0) 0%, rgba(220, 227, 216, 0.66) 100%);
	background: linear-gradient(to top, rgba(220, 227, 216, 0) 0%, rgba(220, 227, 216, 0.66) 100%);
	height: 8rem;
	margin-top: .4rem;
}

#footer .inside {
	height: 2rem;
	background-size: 90%;
}

#logo {
	width: 21rem;
	display: block;
	margin: 0 auto;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem;
	padding-right: 2rem;
}

#logo img {
	width: 100%;
}




.ce_sliderStart {
	position: relative;
}

/* Swipe 2.0, (C) Brad Birdsall 2012, MIT license */
.content-slider {
	overflow:hidden;
	visibility:hidden;
	position:relative
}
.slider-wrapper {
	overflow:hidden;
	position:relative
}
.slider-wrapper>* {
	float:left;
	width:100%;
	position:relative
}
.slider-control {
	height:30px;
	position: absolute;
	top: 45.4%;
	width: 100%;
	display: none;
}
.slider-control a {
	position:absolute;
	display:inline-block;
	width: 2.25rem;
	height: 2.25rem;
	text-indent: -5000px;
	background-image: url("../../files/assets/arr-r.png");
	background-size: 100%;
	-webkit-filter: drop-shadow(7px 7px 12px rgba(0,0,0,.2));
	filter: drop-shadow(7px 7px 12px rgba(0,0,0,.2));
}

.slider-control .slider-prev {
	background-image: url("../../files/assets/arr-l.png");
}

.slider-control .slider-prev {
	left:1rem;
}
.slider-control .slider-next {
	right: 1rem;
}

@media (min-width:480px) {
	.slider-control {
		display: block;
	}
}

@media (min-width:1000px) {

	.slider-control .slider-prev {
		left:-1.1rem;
	}
	.slider-control .slider-next {
		right: -1.1rem;
	}
}

.slider-menu {
	
	text-align:center;
	position: absolute;
	display:inline-block;
	top: 1rem;
	right: 2.25rem;
	line-height: 0;
}
.slider-menu b {
	cursor:pointer;
	margin-left: .4em;
	font-size:1.5rem;
	background-color: rgba(255, 255, 255, 0.51);
	width: .8rem;
	height: .8rem;
	text-indent: -5000px;
	display:inline-block;
	border-radius: 1rem;
}

.slider-wrapper figure {
	line-height: 0;
}
	
.slider-menu .active {
	background-color: white;
}

#Kopfbild .mod_article,
#header .mod_article,
.ce_sliderStart  {
	overflow: visible!important;
}

#Kopfbild .mod_article,
#header .mod_article {
	background: url("../../files/assets/bg-grad.jpg") center center no-repeat;
}

.ce_sliderStart {
	margin: 0 auto;	
}

.content-slider {
	overflow: hidden;
}

#top {
	font-family: "Open Sans";
	background: url("../../files/assets/bg.jpg") 0 11.7rem repeat-x;
	font-weight: normal;
	font-style: normal;
	-moz-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

#wrapper h1,
#wrapper h2 {
	color: rgba(0, 0, 0, 0.6);
	font-size: 1.4rem;
	font-weight: 800;
	margin-top: 2.2rem;
	margin-bottom: 2.2rem;
	letter-spacing: 1px;
	line-height: 1.4;
	text-transform: uppercase;
}

.mod_article .ce_text p,
p.header,
.mod_article .ce_text ul,
.mod_article table {
	font-size: .85rem;
	line-height: 1.6;
	margin-bottom: 0;
	margin-top: 0;
	color: rgba(0, 0, 0, 0.82);
}

.mod_article .ce_text p strong {
	color: rgba(0, 0, 0, .65);
}


.mod_article .ce_text p {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.mod_article .ce_text ul {
	margin-top: 1rem;
	margin-bottom: 1rem;
	list-style: disc;
	padding-left: 1.2rem;
}

.mod_article table {
	width: 100%;
}

.mod_article table th,
.mod_article table td {
	/*padding-right: 1rem;*/
}


.mod_article table th {
	font-weight: 700;
}


.mod_article table th strong {
	font-weight: 700;
}

.mod_article table tr *:nth-child(2) {
	text-align: right;
}

.mod_article table tr {
	border-bottom: 1px dashed rgba(51, 51, 51, 0.23);	
}

#left nav a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
	font-size: .95rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5rem;
}

.mod_article .ce_text a { 
	font-weight: 700; 
	color: #476c45;
	text-decoration: none;
}

.mod_article .ce_text a:hover {
	color: #344c32;
}


#left nav ul ul a {
	letter-spacing: 0;
	text-transform: none;
	font-size: .8rem;
	width: 100%;
}

#left nav a.active,
#left nav .trail {
	color: #395f36;
}

#footer .mod_customnav {
	padding-top: 1rem;
}

#footer .mod_customnav a {
	margin-right: 1rem;
	text-decoration: none;
	color: rgba(0, 0, 0, 0.5);
	font-size: .5rem;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin-top: .25rem;
}

#footer .mod_customnav a.active,
#footer .mod_customnav a:hover {
	color: black;
}

#left nav ul ul {
	padding: 1rem .7rem 1rem .5rem;
	border: 1px solid rgba(0, 0, 0, 0.6);
	border-right-style: none;
	border-left-style: none;
	margin-top: 1rem;
	margin-bottom: 1rem;
	
}


#left nav ul a:hover {
	color: #486c45;
}

#left nav ul ul li * {
	line-height: 1.4;
	
	display: inline-block;
}

#left nav ul ul li {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.24);
	margin-bottom: .3rem;
	padding-bottom: .3rem;
}


#left nav ul ul li.last {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
} 



#left nav {
	padding-left: 1rem;
	box-sizing: border-box;
	padding-top: .75rem;
}

#left .inside {
	background: url("../../files/assets/m-line.jpg") left 3.6rem no-repeat;
}

nav.home,
#poi-adrress {
	width: 100%;
	height: 3rem;
	box-sizing: border-box;
	background-color: #8cb181;
}

/*nav.home {
	border-left: 1px solid #9fc194;
	left: -2px;
	position: relative;
	width: 15.6rem;
}*/

/*nav.home {
	border-bottom: 6px solid white;
	height: 2.8rem;
}*/

#poi-adrress {
	color: white;
	font-size: .8rem;
	line-height: .8;
	height: 3rem;
}

#poi-adrress a {
	color: white;
	text-decoration: none;
}

#poi-adrress p {
	position: absolute;
	left: 4rem;
	top: 1.2rem;
}

#poi-adrress p strong {
	font-weight: 600;
}

#poi {
	text-indent: -5000px;
	display: block;
	position: relative;
	background: url("../../files/assets/map-new2.png") -.5rem no-repeat;
	background-size: 230%;
	height: 2rem;
	left: .8rem;
	top: .45rem;
	width: 2.5rem;
}

nav.home ul a {
	text-indent: -5000px;
	display: block;
	width: .75rem;
	height: 1.2rem;
	background: url("../../files/assets/home.png") no-repeat;
	background-size: 100%;
	margin-top: .25rem;
}

#wetter {
	background-color: #93b08b;
	float: left;
	width: 100%;
	padding-top: .4rem;
	padding-bottom: .5rem;
	padding-left: .5rem;
	box-sizing: border-box;
	border-left: 1px solid #5b7359;
	height: 4.6rem;
}

#wetter a {
	display: block;
	overflow: hidden;
	height: 3.7rem;
	position: relative;
	width: 10rem;
	float: right;
	cursor: default;
	box-sizing: border-box;
}

#wetter a img {
	position: absolute;
	top: -1.2rem;
	right: -.1rem;
}

@media (min-width:1600px) {
	
	#wetter a {
		height: 3.4rem;
	}
	
	#wetter a img {
		top: -0.95rem;
	}

}


#wetter span {
	color: white;
	font-size: 1.05rem;
	position: relative;
	font-weight: 700;
	cursor: default;
	left: .35rem;
	top: 1.25rem;
}

#headwrap {
	position: relative;	
}


#ro {
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	width: 11.5rem;
}

#iq,
#fb {
	position: relative;
	width: 1.1rem;
	height: 1.5rem;
	background: url("../../files/assets/fb.png") 0 .2rem no-repeat;
	background-size: 100%;
	text-indent: -5000px;
	display: block;
	opacity: .4;
}

#iq {
	position: absolute;
	background: -webkit-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: -moz-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: -ms-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: linear-gradient(to top, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background-size: 100%;
	text-indent: 0!important;
	display: block;
	opacity: 1;
	color: white;
	float: right;
	
/*	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;*/
	box-sizing: border-box;
	cursor: pointer;
	
	-moz-box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.18);
	box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.18);
	line-height: 1.3;
	text-align: center;
	padding: .2rem .6rem .6rem;
	text-decoration: none;
	font-weight: 700;
	height: 1.3rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: .7rem;
	top: .05rem;
	width: 7.3rem;
	left: 1.7rem;
}

#iq #iq-neu span {
	text-align: center;
	margin-left: 1px;
}



#iq:hover,
#fb:hover {
	opacity: .7;	
}

#iq:hover {
	opacity: 1;	
	background: -webkit-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #577153;
	background: -moz-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #577153;
	background: -ms-linear-gradient(bottom, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #577153;
	background: linear-gradient(to top, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #577153;
}

#lang {
	position: absolute;
	right: 0;
	top: 0;
	width: 1.9rem;
	height: 1.6rem;
	background: url("../../files/assets/gb.png") 0 .2rem no-repeat;
	background-size: 100%;
	text-indent: -5000px;
	display: block;
}

.en #lang {
	background: url("../../files/assets/de.png") 0 .2rem no-repeat;
	background-size: 100%;
}

.de #lang {
	background: url("../../files/assets/gb.png") 0 .2rem no-repeat;
	background-size: 100%;
}

#such {
	position: relative;
	margin-top: 1rem;
}

#such #ctrl_1,
#such #ctrl_11 {
	width: 100%;
	border: 0;
	background-color: rgba(0, 0, 0, 0.11);
	border-radius: 0;
	padding: .4rem;
}

#such #ctrl_2,
#such #ctrl_12  {
	position: absolute;
	right: 1px;
	top: 2px;
	background: url("../../files/assets/such.png") 0 .2rem no-repeat;
	background-size: 70%;
	text-indent: -5000px;
	border: 0;
	width: 1.8rem;
	height: 25px;
	opacity: .2;
	cursor: pointer;
}

:focus {
	outline: 0;
}

#such #ctrl_2:hover {
	opacity: .5;
}

.mod_search {
	margin-top: 2.2rem;
}

input#ctrl_keywords_10 {
	font-size: 1rem;
	padding: .2rem 1rem;
	border: none;
	height: 2rem;
}

#ctrl_submit_10 {
	font-size: 1rem;
	padding: .2rem 1rem;
	border: none;
	cursor: pointer;
	background-color: #aeada2;
	margin-left: .3rem;
	color: white;
	height: 2rem;
	position: relative;
	top: 1px;
}

.firefox #ctrl_submit_10 {
	top: 0px;
}


input {
  -webkit-appearance: none;
}





select {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance:none;
}

/*for IE10*/
select::-ms-expand {
    display: none;
}





#book {
	position: absolute;
	top: -5.1rem;
	left: .8rem;
	border: 5px solid white;
	background-color: #9fc195;
	width: 14.7rem;
	box-sizing: border-box;
	z-index: 100;
	padding: .5rem;
	height: 12.5rem;
}

@media (max-width:768px) {
	
	#book {
		position: relative;
		top: 0;
	}
	
	#outer-wrap {
		padding-top: 2.5rem;
	} 
	
	#footer .mod_customnav{
		display: none;
	}
	
	#left .inside .mod_navigation,
	#left .inside .mod_customnav {
		display: none;
	}
	
	#left  {
		width: 100%!important;
		background: url("../../files/assets/m-book-line.png") 0 2rem repeat-x, -webkit-linear-gradient(left, #9fc194 0%, #92b08b 29.4%, #92b08b 68.6%, #9fc194 100%) 0 3px repeat-x;
		background: url("../../files/assets/m-book-line.png") 0 2rem repeat-x, -moz-linear-gradient(left, #9fc194 0%, #92b08b 29.4%, #92b08b 68.6%, #9fc194 100%) 0 3px repeat-x;
		background: url("../../files/assets/m-book-line.png") 0 2rem repeat-x, -ms-linear-gradient(left, #9fc194 0%, #92b08b 29.4%, #92b08b 68.6%, #9fc194 100%) 0 3px repeat-x;
		background: url("../../files/assets/m-book-line.png") 0 2rem repeat-x, linear-gradient(to right, #9fc194 0%, #92b08b 29.4%, #92b08b 68.6%, #9fc194 100%) 0 3px repeat-x;
		padding-bottom: 1rem;
	}
	
	#left .inside {
		width: 16rem!important;
		margin: 0 auto!important;
		background-color: #92b08b!important;
	}
	

	
	
	#wetter {
		border: 0;
		float: none;
	}
	
	#wetter {
		width: 100%;
	}
	
	#book {
		margin: 1rem auto 0;
		left: 0;
	}
	
	#headwrap {
		padding: 1rem 0;
	}
	
	#ro {
		margin: 2rem auto 0;
		position: relative;
		right: 0;
		bottom: 0;
		width: 14.6rem;
	}
	
	#wetter a {
		right: 0;
	}
	
	#wetter span {
		padding-left: 0;
	}
	
	#poi-adrress {
		color: white;
		font-size: .8rem;
		line-height: 2;
		min-height: 3.2rem;
	}
	
	#poi-adrress {
		width: 100%;
		height: auto!important;
		box-sizing: border-box;
		background-color: #8cb181;
		position: relative;
		float: left!important;
		padding: .5rem 1rem .5rem 4rem;
	}
	
	
	
	
	#poi-adrress p {
		position: relative;
		top: 0;
		left: 0;
		line-height: 1.4;
	}
	
	#poi {
		position: absolute;
		top: 0.5rem;
	}
	
	
	::-webkit-input-placeholder {
	   color: white;
	   font-weight: 700;
	}
	
	:-moz-placeholder { /* Firefox 18- */
	   color: white;  
	   font-weight: 700;
	}
	
	::-moz-placeholder {  /* Firefox 19+ */
	   color: white;  
	   font-weight: 700;
	   opacity: 1;
	}
	
	:-ms-input-placeholder {  
	   color: white;  
	   font-weight: 700;
	}
	
	#footer {
		height: 3rem;
	}
	
	
	#iq {
		width: 10rem;
		left: 1.9rem;
		top: .08rem;
	}
	
}

@media (max-width:600px) {
	
	#left .inside {
		width: 16rem!important;
		margin: 0 auto!important;
		background-color: #92b08b!important;
	}
	
	#left  {
		background: #92b08b url("../../files/assets/m-book-line.png") 0 2rem repeat-x;
	}
	
	#logo {
		width: 80%;
		
	}
	
	#main .mod_navigation li {
		width: 100%!important;
	}
	
	#main .inside .mod_article {
		padding-right: 2rem;
		padding-bottom: 2rem;
		padding-left: 2rem;
	}
}

.datepicker_bootstrap {
	z-index: 200;
}

#book #ctrl_4 {
	border: 0;
	width: 5.9rem;
	color: white;
	font-weight: 700;
	background: url("../../files/assets/cal.png") 90% no-repeat #89a780;
	background-size: 1rem;
	padding: .4rem .5rem .5rem;
	box-sizing: border-box;
	cursor: pointer;
	float: left;
	position: absolute;
	top: 3rem;
	height: 2.1rem;
	border-radius: .2rem;
	left: .8rem;
}

.firefox #f2 #book #ctrl_4 {
	padding-left: .65rem;
}

#f2 #ctrl_6.select,
#f2 #ctrl_7.select,
#f2 #ctrl_8.select,
#f2 #ctrl_10 {
	border: 0;
	width: 5.9rem;
	color: white;
	font-weight: 700;
	background: #89a780;
	background-size: 1rem;
	padding: .4rem .5rem .5rem;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: .2rem;
	position: absolute;
	top: 3rem;
	height: 2.1rem;
	right: .8rem;
}

#f2 #ctrl_7.select {
	top: 6rem;
	right: auto;
	left: .8rem;
}

#f2 #ctrl_8.select {
	top: 6rem;
}

#f2 #ctrl_10 {
	top: 9rem;
	left: .8rem;
	background-color: #5b7258;
	width: 12.5rem;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 600;
}

#f2 #ctrl_10:hover {
	background-color: #3e4f3c;
}


.CalendarFieldIcon {
	display: none;
}

#book h2 {
	text-transform: uppercase;
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
	margin: .4rem 0 1rem;
	text-align: center;
}

.ui-datepicker-trigger {
	display: none;
}





.highlight,
.mod_search a {
	font-weight: 700;
	color: #8cb181;
}

.mod_search a {
	text-decoration: none;
	color: rgba(0, 0, 0, 0.6);
}

.mod_search a:hover {
	color: rgba(0, 0, 0, 0.8);
}

.mod_search > div {
	border-top: 1px solid #333;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

#main .mod_navigation ul,
.ce_article_list ul {
	
	width: 100%;
}

#main .mod_navigation li,
.ce_article_list li {
	width: 48%;
	border-radius: .2rem;
	background-color: #dfe4da;
	margin-right: 2%;
	margin-bottom: 2%;
	display: table;
}

#main .mod_navigation  {
	
}

#main .mod_navigation a,
.ce_article_list a {
	display: table-cell;
	vertical-align: middle;
	height: 6rem;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 1px;
	color: rgba(0, 0, 0, 0.77);
	line-height: 1.2;
	padding-right: 1rem;
	padding-bottom: .3rem;
	box-sizing: border-box;
	font-size: .9rem;
	text-transform: uppercase;
	padding-left: 1rem;
}

#main .mod_navigation a.pdf {
	background: url("../../files/assets/doc-i.png") 80% 48% no-repeat;
	background-size: .8rem;
}

#left .mod_navigation a.pdf {
	background: url("../../files/assets/doc-i-50.png") right 48% no-repeat;
	background-size: .9rem;
}

#left .mod_navigation a.pdf.mail {
	background: url("../../files/assets/com.png") right 48% no-repeat;
	background-size: 1rem;
}


#left .price {
	font-weight: 400;
}

#main .mod_navigation a .price {
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	top: 2px;
	position: relative;
}

#main .mod_navigation li:hover a,
.ce_article_list li:hover a {
	color: white;
}

#main .mod_navigation li:nth-child(2n+1),
.ce_article_list li:nth-child(2n+1) {	
	float: left;
}

#main .mod_navigation li:hover,
.ce_article_list li:hover {
	background-color: #8cb181;
	
}


.ce_room {
	float: left;
	margin-left: -3.8rem;
	margin-right: -4rem;
	padding-left: 3.8rem;
	padding-right: 4rem;
	margin-bottom: 0rem;
	padding-bottom: 3.1rem;
}

.ce_room:first-child {
	/*margin-bottom: 2.6rem;*/
}


.ce_room:nth-child(2n) {
	background-color: rgba(140, 177, 129, 0.36);
}

.ce_room .room-image {
	width: 43%;
	margin-right: 4%;
	float: left;
}

.ce_room .room-text {
	float: left;
	width: 53%;
	position: relative;
	padding-bottom: 3rem;
	min-height: 8.35rem;
}


.ce_room .room-text p:first-child {
	margin-top: -.35rem;
}

.mod_article .ce_text a.detail {
	color: white;
	border-radius: .15rem;
	background-color: #8cb181;
	padding: .5rem 2rem .5rem .5rem;
	display: block;
	float: left;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: 800;
	margin-top: 1.6rem;
	position: absolute;
	bottom: 0;
}

.mod_article .ce_text a.detail:hover {
	background-color: #709864;
}


.ce_room .room-text p,
.ce_room .room-text ul {
	margin-top: 0rem;
	margin-bottom: 0rem;
	font-size: .8rem;
}

.frames {
	width: 50%;
	float: left;
}

/*.frames.zwei  {
	text-align: right;
}*/

.frames p {
	margin-top: .6rem;
	font-size: .7rem;
}

#m-book {
	width: 1.8rem;
	height: 7rem;
	background: -webkit-linear-gradient(right, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: -moz-linear-gradient(right, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: -ms-linear-gradient(right, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	background: linear-gradient(to left, rgba(154, 159, 153, 0.29) 0%, rgba(0, 0, 0, 0.18) 45.8%, rgba(0, 0, 0, 0) 51.7%) #6a8c66;
	float: right;
	border-radius: .3rem;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	padding: 1rem;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 1.2rem;
	-moz-box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.18);
	box-shadow: inset -1px 0 4px rgba(0, 0, 0, 0.18);
}

#m-book span {
	transform: rotate(-90deg);
	transform-origin: left top 0;
	float: left;
	bottom: -93%;
	position: relative;
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 0.15rem;
	color: white;
}

.responsive_map {
   height: 0;
   overflow: hidden;
   padding-bottom: 100%;
   position: relative;
	border: 1px solid #8cb081;
}

.responsive_map iframe {
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}


@media (max-width:420px) {

	#m-book {
		margin-top: 1.2rem;
	}

}

@media (max-width:1000px) {

	.frames {
		width: 100%;
		float: left;
	}
	
	.frames.zwei  {
		margin-top: 2rem;
	}

}

@media (max-width:768px) {
	
	.ce_room .room-image {
		width: 100%;
		margin-right: 0;
	}
	
	.ce_room .room-text {
		float: left;
		width: 100%;
		height: auto;
		margin-top: 2rem;
		padding-bottom: 3rem;
		min-height:0;
	}
}



@media (min-width:1000px) {
	
	html {
		font-size: 16px;
	}
	
	#wrapper,
	#headwrap,
	#footer .mod_customnav {
		width: 60rem;
		margin: 0 auto;
	}
	
	.ce_sliderStart {
		width: 60rem;
	}

}

@media (min-width:1600px) {
	
	html {
		font-size: 18px;
	}

}


@media (min-width:769px) and (max-width:900px) {
	#logo {
		width: 18rem;
		padding-top: 2.5rem;
		padding-bottom: 1.9rem;
	}
	#poi-adrress {
		font-size: .67rem;
		line-height: 1;
	}
	
}

@media (min-width:769px) and (max-width:800px) {
	#logo {
		width: 16rem;
		padding-left: 2rem;
		padding-top: 2.5rem;
		padding-bottom: 2.15rem;
	}
	#poi-adrress {
		font-size: .65rem;
		line-height: .9;
	}
}


@media (min-width:640px) and (max-width:768px) {

	#poi-adrress p {
		padding-top: .5rem;
	}

}

@media (min-width:769px) {
	
	.mobile-v {
		display: none;
	}
	
	#logo {
		padding-right: 0;
	}
	
}



@media (min-width:769px) and (max-width:999px) {
	
	html {
		font-size: 14px;
	}
	
	#wrapper,
	#headwrap,
	#footer .mod_customnav {
		width: 90%;
		margin: 0 auto;
	}
	
	.inside-auto #headwrap {
		width: 100%;
	}
	
	
	#header.fix .inside-auto {
		
		width: 90%;
	}
	
	.ce_sliderStart {
		width: 90%;
		
	}
	
	
	
}
/* ColorBox, (c) 2011 Jack Moore, MIT license */
#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url("../../assets/jquery/colorbox/1.6.1/images/loading.gif") no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url("../../assets/jquery/colorbox/1.6.1/images/controls.png") no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
/* MediaElement.js, (c) 2010-2014 John Dyer, MIT license */
.mejs-offscreen{clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);clip-path:polygon(0 0,0 0,0 0,0 0);position:absolute!important;height:1px;width:1px;overflow:hidden}.mejs-container{position:relative;background:#000;font-family:Helvetica,Arial;text-align:left;vertical-align:top;text-indent:0}.mejs-audio{margin-top:18px}.mejs-container:focus{outline:none}.me-plugin{position:absolute}.mejs-embed,.mejs-embed body{width:100%;height:100%;margin:0;padding:0;background:#000;overflow:hidden}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{position:fixed;left:0;top:0;right:0;bottom:0;overflow:hidden;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{width:100%;height:100%}.mejs-clear{clear:both}.mejs-background{position:absolute;top:0;left:0}.mejs-mediaelement{position:absolute;top:0;left:0;width:100%;height:100%}.mejs-poster{position:absolute;top:0;left:0;background-size:contain;background-position:50% 50%;background-repeat:no-repeat}:root .mejs-poster img{display:none}.mejs-poster img{border:0;padding:0;border:0}.mejs-overlay{position:absolute;top:0;left:0}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{position:absolute;top:50%;left:50%;width:100px;height:100px;margin:-50px 0 0 -50px;background:url("../../assets/jquery/mediaelement/2.21.2/images/bigplay.svg") no-repeat}.no-svg .mejs-overlay-button{background-image:url("../../assets/jquery/mediaelement/2.21.2/images/bigplay.png")}.mejs-overlay:hover .mejs-overlay-button{background-position:0 -100px}.mejs-overlay-loading{position:absolute;top:50%;left:50%;width:80px;height:80px;margin:-40px 0 0 -40px;background:#333;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(0,0,0,.9);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.9)),to(rgba(0,0,0,.9)));background:-webkit-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-moz-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-o-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:-ms-linear-gradient(top,rgba(50,50,50,.9),rgba(0,0,0,.9));background:linear-gradient(rgba(50,50,50,.9),rgba(0,0,0,.9))}.mejs-overlay-loading span{display:block;width:80px;height:80px;background:url("../../assets/jquery/mediaelement/2.21.2/images/loading.gif") 50% 50% no-repeat}.mejs-container .mejs-controls{position:absolute;list-style-type:none;margin:0;padding:0;bottom:0;left:0;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));height:30px;width:100%}.mejs-container .mejs-controls div{list-style-type:none;background-image:none;display:block;float:left;margin:0;padding:0;width:26px;height:26px;font-size:11px;line-height:11px;font-family:Helvetica,Arial;border:0}.mejs-controls .mejs-button button{cursor:pointer;display:block;font-size:0;line-height:0;text-decoration:none;margin:7px 5px;padding:0;position:absolute;height:16px;width:16px;border:0;background:url("../../assets/jquery/mediaelement/2.21.2/images/controls.svg") no-repeat}.no-svg .mejs-controls .mejs-button button{background-image:url("../../assets/jquery/mediaelement/2.21.2/images/controls.png")}.mejs-controls .mejs-button button:focus{outline:dotted 1px #999}.mejs-container .mejs-controls .mejs-time{color:#fff;display:block;height:17px;width:auto;padding:10px 3px 0 3px;overflow:hidden;text-align:center;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}.mejs-container .mejs-controls .mejs-time a{color:#fff;font-size:11px;line-height:12px;display:block;float:left;margin:1px 2px 0 0;width:auto}.mejs-controls .mejs-play button{background-position:0 0}.mejs-controls .mejs-pause button{background-position:0 -16px}.mejs-controls .mejs-stop button{background-position:-112px 0}.mejs-controls div.mejs-time-rail{direction:ltr;width:200px;padding-top:5px}.mejs-controls .mejs-time-rail span,.mejs-controls .mejs-time-rail a{display:block;position:absolute;width:180px;height:10px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;cursor:pointer}.mejs-controls .mejs-time-rail .mejs-time-total{margin:5px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-time-rail .mejs-time-buffering{width:100%;background-image:-o-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(.25,rgba(255,255,255,.15)),color-stop(.25,transparent),color-stop(.5,transparent),color-stop(.5,rgba(255,255,255,.15)),color-stop(.75,rgba(255,255,255,.15)),color-stop(.75,transparent),to(transparent));background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-ms-linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:15px 15px;-moz-background-size:15px 15px;-o-background-size:15px 15px;background-size:15px 15px;-webkit-animation:buffering-stripes 2s linear infinite;-moz-animation:buffering-stripes 2s linear infinite;-ms-animation:buffering-stripes 2s linear infinite;-o-animation:buffering-stripes 2s linear infinite;animation:buffering-stripes 2s linear infinite}@-webkit-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-moz-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-ms-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@-o-keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}@keyframes buffering-stripes{0%{background-position:0 0}to{background-position:30px 0}}.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#3caac8;background:rgba(60,170,200,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(44,124,145,.8)),to(rgba(78,183,212,.8)));background:-webkit-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-moz-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-o-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:-ms-linear-gradient(top,rgba(44,124,145,.8),rgba(78,183,212,.8));background:linear-gradient(rgba(44,124,145,.8),rgba(78,183,212,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-current{background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8));width:0}.mejs-controls .mejs-time-rail .mejs-time-handle{display:none;position:absolute;margin:0;width:10px;background:#fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;cursor:pointer;border:solid 2px #333;top:-2px;text-align:center}.mejs-controls .mejs-time-rail .mejs-time-float{position:absolute;display:none;background:#eee;width:36px;height:17px;border:solid 1px #333;top:-26px;margin-left:-18px;text-align:center;color:#111}.mejs-controls .mejs-time-rail .mejs-time-float-current{margin:2px;width:30px;display:block;text-align:center;left:0}.mejs-controls .mejs-time-rail .mejs-time-float-corner{position:absolute;display:block;width:0;height:0;line-height:0;border:solid 5px #eee;border-color:#eee transparent transparent transparent;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:15px;left:13px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float{width:48px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current{width:44px}.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner{left:18px}.mejs-controls .mejs-fullscreen-button button{background-position:-32px 0}.mejs-controls .mejs-unfullscreen button{background-position:-32px -16px}.mejs-controls .mejs-mute button{background-position:-16px -16px}.mejs-controls .mejs-unmute button{background-position:-16px 0}.mejs-controls .mejs-volume-button{position:relative}.mejs-controls .mejs-volume-button .mejs-volume-slider{display:none;height:115px;width:25px;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;top:-115px;left:0;z-index:1;position:absolute;margin:0}.mejs-controls .mejs-volume-button:hover{-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.5);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current{position:absolute;left:11px;top:8px;width:2px;height:100px;background:#ddd;background:rgba(255,255,255,.9);margin:0}.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle{position:absolute;left:4px;top:-3px;width:16px;height:6px;background:#ddd;background:rgba(255,255,255,.9);cursor:N-resize;-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px;margin:0}.mejs-controls a.mejs-horizontal-volume-slider{height:26px;width:56px;position:relative;display:block;float:left;vertical-align:middle}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#333;background:rgba(50,50,50,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(30,30,30,.8)),to(rgba(60,60,60,.8)));background:-webkit-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-moz-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-o-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:-ms-linear-gradient(top,rgba(30,30,30,.8),rgba(60,60,60,.8));background:linear-gradient(rgba(30,30,30,.8),rgba(60,60,60,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{position:absolute;left:0;top:11px;width:50px;height:8px;margin:0;padding:0;font-size:1px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;background:#fff;background:rgba(255,255,255,.8);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(255,255,255,.9)),to(rgba(200,200,200,.8)));background:-webkit-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-moz-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-o-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:-ms-linear-gradient(top,rgba(255,255,255,.9),rgba(200,200,200,.8));background:linear-gradient(rgba(255,255,255,.9),rgba(200,200,200,.8))}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle{display:none}.mejs-controls .mejs-captions-button{position:relative}.mejs-controls .mejs-captions-button button{background-position:-48px 0}.mejs-controls .mejs-captions-button .mejs-captions-selector{visibility:hidden;position:absolute;bottom:26px;right:-51px;width:85px;height:100px;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px 10px 0 10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-captions-button:hover .mejs-captions-selector{visibility:visible}.mejs-controls .mejs-captions-button .mejs-captions-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label{width:55px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-controls .mejs-captions-button .mejs-captions-translations{font-size:10px;margin:0 0 5px 0}.mejs-chapters{position:absolute;top:0;left:0;-xborder-right:solid 1px #fff;width:10000px;z-index:1}.mejs-chapters .mejs-chapter{position:absolute;float:left;background:#222;background:rgba(0,0,0,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(50,50,50,.7)),to(rgba(0,0,0,.7)));background:-webkit-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-moz-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-o-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:-ms-linear-gradient(top,rgba(50,50,50,.7),rgba(0,0,0,.7));background:linear-gradient(rgba(50,50,50,.7),rgba(0,0,0,.7));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);overflow:hidden;border:0}.mejs-chapters .mejs-chapter .mejs-chapter-block{font-size:11px;color:#fff;padding:5px;display:block;border-right:solid 1px #333;border-bottom:solid 1px #333;cursor:pointer}.mejs-chapters .mejs-chapter .mejs-chapter-block-last{border-right:none}.mejs-chapters .mejs-chapter .mejs-chapter-block:hover{background:#666;background:rgba(102,102,102,.7);background:-webkit-gradient(linear,0% 0%,0% 100%,from(rgba(102,102,102,.7)),to(rgba(50,50,50,.6)));background:-webkit-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-moz-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-o-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:-ms-linear-gradient(top,rgba(102,102,102,.7),rgba(50,50,50,.6));background:linear-gradient(rgba(102,102,102,.7),rgba(50,50,50,.6));filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232)}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title{font-size:12px;font-weight:700;display:block;white-space:nowrap;text-overflow:ellipsis;margin:0 0 3px 0;line-height:12px}.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan{font-size:12px;line-height:12px;margin:3px 0 4px 0;display:block;white-space:nowrap;text-overflow:ellipsis}.mejs-captions-layer{position:absolute;bottom:0;left:0;text-align:center;line-height:20px;font-size:16px;color:#fff}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{position:absolute;width:100%;bottom:15px;left:0}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text{padding:3px 5px;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(20,20,20,.5);white-space:pre-wrap}.me-cannotplay a{color:#fff;font-weight:700}.me-cannotplay span{padding:15px;display:block}.mejs-controls .mejs-loop-off button{background-position:-64px -16px}.mejs-controls .mejs-loop-on button{background-position:-64px 0}.mejs-controls .mejs-backlight-off button{background-position:-80px -16px}.mejs-controls .mejs-backlight-on button{background-position:-80px 0}.mejs-controls .mejs-picturecontrols-button{background-position:-96px 0}.mejs-contextmenu{position:absolute;width:150px;padding:10px;border-radius:4px;top:0;left:0;background:#fff;border:solid 1px #999;z-index:1001}.mejs-contextmenu .mejs-contextmenu-separator{height:1px;font-size:0;margin:5px 6px;background:#333}.mejs-contextmenu .mejs-contextmenu-item{font-family:Helvetica,Arial;font-size:12px;padding:4px 6px;cursor:pointer;color:#333}.mejs-contextmenu .mejs-contextmenu-item:hover{background:#2c7c91;color:#fff}.mejs-controls .mejs-sourcechooser-button{position:relative}.mejs-controls .mejs-sourcechooser-button button{background-position:-128px 0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector{visibility:hidden;position:absolute;bottom:26px;right:-10px;width:130px;height:100px;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);border:solid 1px transparent;padding:10px;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li{margin:0 0 6px 0;padding:0;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px}.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label{width:100px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:10px}.mejs-postroll-layer{position:absolute;bottom:0;left:0;width:100%;height:100%;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);z-index:1000;overflow:hidden}.mejs-postroll-layer-content{width:100%;height:100%}.mejs-postroll-close{position:absolute;right:0;top:0;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);color:#fff;padding:4px;z-index:100;cursor:pointer}div.mejs-speed-button{width:46px!important;position:relative}.mejs-controls .mejs-button.mejs-speed-button button{background:0 0;width:36px;font-size:11px;line-height:normal;color:#fff}.mejs-controls .mejs-speed-button .mejs-speed-selector{display:none;position:absolute;top:-100px;left:-10px;width:60px;height:100px;background:url("../../assets/jquery/mediaelement/2.21.2/images/background.png");background:rgba(50,50,50,.7);border:solid 1px transparent;padding:0;overflow:hidden;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.mejs-controls .mejs-speed-button:hover>.mejs-speed-selector{display:block}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected{color:#21f8f8}.mejs-controls .mejs-speed-button .mejs-speed-selector ul{margin:0;padding:0;display:block;list-style-type:none!important;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li{margin:0 0 6px 0;padding:0 10px;list-style-type:none!important;display:block;color:#fff;overflow:hidden}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input{clear:both;float:left;margin:3px 3px 0 5px;display:none}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label{width:60px;float:left;padding:4px 0 0 0;line-height:15px;font-family:helvetica,arial;font-size:11.5px;color:#fff;margin-left:5px;cursor:pointer}.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover{background-color:#c8c8c8!important;background-color:rgba(255,255,255,.4)!important}.mejs-controls .mejs-button.mejs-jump-forward-button{background:url("../../assets/jquery/mediaelement/2.21.2/images/jumpforward.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-jump-forward-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}.mejs-controls .mejs-button.mejs-skip-back-button{background:url("../../assets/jquery/mediaelement/2.21.2/images/skipback.png") no-repeat;background-position:3px 3px}.mejs-controls .mejs-button.mejs-skip-back-button button{background:0 0;font-size:9px;line-height:normal;color:#fff}
.content-fader{overflow:hidden;position:relative}.fader-wrapper{overflow:hidden;position:relative;z-index:1001}.fader-wrapper>*{float:left;width:100%;position:absolute;top:0px;left:0px;opacity:0;z-index:10002}.fader-wrapper>*.start{position:relative;top:auto;left:auto;opacity:1;z-index:10003}.fader-control{height:30px;position:relative;z-index:1004}.fader-control a,.fader-control .fader-menu{position:absolute;top:9px;display:inline-block}.fader-control .fader-prev{left:0}.fader-control .fader-next{right:0}.fader-control .fader-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.fader-control .fader-menu b{color:#bbb;cursor:pointer}.fader-control .fader-menu b.active{color:#666}
.cookiebar{box-sizing:border-box;position:fixed;left:0;width:100%;padding:.6em 1.2em;background-color:#4b4b4b;color:#fff;font-size:1em;text-align:center;z-index:10}.cookiebar *{box-sizing:border-box}.cookiebar--active{display:flex!important;justify-content:center;align-items:center;flex-wrap:wrap}.cookiebar--position-top{top:0}.cookiebar--position-bottom{bottom:0}.cookiebar__message,.cookiebar__text{margin-right:1.5em}.cookiebar__link{color:#fff;text-decoration:underline}.cookiebar__link:hover{text-decoration:none}.cookiebar__button{margin:0;padding:.6em 1.2em;border:none;border-radius:0;background-color:#4ea55e;color:#fff;font-weight:700;cursor:pointer}.cookiebar__button:hover{background-color:#3e824a}.cookiebar__analytics{margin-right:1.5em}.cookiebar__analytics-label{cursor:pointer}.cookiebar__analytics-checkbox{margin-right:5px}
