/* ***************************** */
/*  condeon CSS                  */
/*  Mawell Resort   			 */
/*  vioma GmbH                   */
/*  rom  07 /2013                */
/* ***************************** */

@font-face {
	font-family: 'Mawell';
	src: url('/static/fonts/mawell4.eot');
	src: local('☺'), url('/static/fonts/mawell4.woff') format('woff'), url('/static/fonts/mawell4.ttf') format('truetype'), url('/static/fonts/mawell4.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ***************************** */
/* Reset                         */
/* ***************************** */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

q:before, q:after {
	content: '';
}

/* ***************************** */
/* Clearfix                      */
/* ***************************** */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	clear: both;
	overflow: hidden;
	line-height: 0;
	height: 0;
	font-size: 0px;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* ***************************** */
/* general                       */
/* ***************************** */

#wrapper {
	overflow: hidden;
}

/* apply a natural box layout model to all elements */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 0.938em; /*15px*/
	color: #745035;
}

body.booking .theme_links_container{display:none;}
body.booking .header{position:absolute;}
body.booking .content_container{margin-top:20%;}

body, html {
	height: 101%;
}

h1, h2, h3 {
	font: normal 2.667em/normal "Quattrocento Sans";
	color: #745035;
	margin-top: 10px;
	line-height: 100%;
}

h2{
	line-height: 1.2em;
}

h2, h3 {
	font-size: 1.600em;
	margin:20px 0;
}

h3{
	font-size: 1.5em;
}

#sbutton,
#submit,
input.inputbutton {
	display: block;
	color: #ffffff;
	text-shadow: 0px 0px 0px;
	padding: 0px 10px;
	text-decoration: none;
	font: normal 1.200em/35px "Quattrocento Sans";
	background: #745035;
	border: 0;
}

#sbutton {
	height: 33px;
}

img {
	max-width: 100%;
	height: auto;
}

#gallery img {
	max-width: inherit;
	height: inherit;
}

a:focus {
	outline: none;
}

.logo_menu_container,
.footer {
	padding-left: 1.666666666666667%; /*30px*/
}
.fullscreen_tablet {
	display: none;
}
#layout {
	width: 1920px;
}
#gallery_mobile {
	display: none;
}
#mobile-button {
	display: none;
}

/* ***************************** */
/* gallery                       */
/* ***************************** */

#mawell_gallery img {
	width: auto;
}

.gallery * {
	color: #ffffff;
	text-align: center;
}

.gallery p.head {
	font-size: 1.733em; /*26px*/
}

.gallery p.head_start {
	font-size: 1.7em;
}

.gallery p.subtitle {
	font-size: 4.667em; /*72px*/
	font-family: Mawell, Sans-Serif;
}

.gallery p.subtitle_start {
	font-size: 5em;
	font-family: Mawell, Sans-Serif;
	margin-top: -7%;
}

.fullscreen_button {
	position: fixed;
	background: url(/static/i/fullscreen.png) no-repeat right bottom;
	width: 221px;
	height: 160px;
	bottom: 118px;
	right: 0;
	z-index: 1;
}

.fullscreen_inner {
	bottom: 125px;
	position: fixed;
	right: 0;
}

.fullscreen_inner a {
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	font-size: 1.133em;
	margin: 0;
	padding-bottom: 27px;
	padding-top: 50px;
	position: relative;
	right: 0;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 999999;
	padding-right: 20px;
}

.fullscreen_inner a.back,
body.fullscreen .fullscreen_inner a.show {
	display: none;
}

body.fullscreen .header,
body.fullscreen .theme_links,
body.fullscreen .action_buttons,
body.fullscreen .content_container {
	display: none;
}

#mawell_gallery_scroller {
	display: none;
	width: 100%;
}

#mawell_gallery_scroller a#prev {
	background: url(/static/i/prev.png) no-repeat left 0%;
	width: 44px;
	height: 84px;
	position: absolute;
	left: 1%;
	top: 50%;
	z-index: 1;
}

#mawell_gallery_scroller a#next {
	background: url(/static/i/next.png) no-repeat left 0%;
	width: 44px;
	height: 84px;
	position: absolute;
	right: 1%;
	top: 50%;
	z-index: 1;
}

/* ***************************** */
/* header                        */
/* ***************************** */

.header {
	background: url("/static/i/header_bg.png") no-repeat scroll left -30px transparent;
	background-size: 100% 150px;
	position: fixed;
	width: 100%;
	z-index: 10000;
	float: left;
	min-height: 125px;
	padding-top: 16px;
	top: 0;
}

.logo_menu_container {
	width: 100%;
	padding-right: 1.666666666666667%; /*30px*/
	float: left;
}

.logo {

/*	float: right;*/

	margin-right: 30px;
	float: left;
}

body.msie_8 .logo{
	height:70px;
	width:120px;
}

body.msie_8 .logo img{
	max-width:none;
	width:140px;
}

/* ***************************** */
/* menu                          */
/* ***************************** */

.menu ul {
	width: 100%;
}

.menu li {
	display: inline-block;
	background: url(/static/i/menu_border.jpg) no-repeat left top;
}

.menu li:first-child {
	background: none;
}

.menu a {
	font-size: 1.733em /*26px*/;
	font-weight: 700;
	color: #745035;
	text-decoration: none;
	padding: 0 10px;
	display: block;
}

.menu a.last {
	padding-right: 0;
}

.menu a:hover,
.menu a.active {
	color: #c1a254;
}

.menu .subtitle {
	font-size: 0.615em; /*16px*/
	font-weight: normal;
}

#menu-mobile{
	display:none;
}


/* ***************************** */
/* bubbles                       */
/* ***************************** */

.bubble_container {
	height: 630px;
	position: absolute;
	right: 10%;
	top: 17%;
	width: 500px;
}
.fullscreen .bubble_container {
	display: none;
}

.bubbles p{
	font-size: 22px;
	font-weight: bold;
}

.bubbles li {
	background: none repeat scroll 0 0 rgba(237, 227, 204, 0.8);
	border-radius: 100%;
	color: #745035;
	float: left;
	font-size: 20px;
	height: 240px;
	line-height: 30px;
	margin-bottom: 57px;
	padding: 13% 0 30px 0;
	text-align: center;
	width: 240px;
}

.bubbles li.pos-1{
	margin-bottom: 130px;
}

.bubbles li.pos-2 {
	background: none repeat scroll 0 0 rgba(242, 242, 240, 0.8);
	float: right;
	margin-top: 38%;
}

.bubbles li.pos-3{
	margin-bottom: 0;
}

.bubbles a{
	color:#745035;
	font-weight:bold;
	font-style: italic;
}


/* ***************************** */
/* themen links                  */
/* ***************************** */

.theme_links_container {
	display: block;
	float: right;
	margin-top: 177px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width:160px;
}

.theme_links ul{
	float:right;
}

.theme_links li{
	display:block;
}

.theme_links a {
	line-height: 40px;
	background: red;
	margin-bottom: 10px;
	color: #ffffff;
	padding: 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	float: right;
	font-size: 1.067em; /*16px*/
	transition: all 0.5s ease 0s;
}

.theme_links a.first {
	background: #c1a254;
}

.theme_links a.second {
	background: #cc2e2c;
}

.theme_links a.third {
	background: #b5b82c;
}

.theme_links a.last {
	background: #e56c1c;
}

.theme_links a:hover {
	font-size: 1.375em; /*22px*/
}

/* ***************************** */
/* action buttons                */
/* ***************************** */

.action_buttons {
	float: left;
	margin-right: 1.744186046511628%; /*15px*/
	width: 18.6046511627907%; /*160px*/
	margin-left: 3.488372093023256%; /*30px*/
}

.action_buttons a {
	display: block;
	line-height: 59px;
	background: #745035;
	text-decoration: none;
	padding: 0 14px;
	border-bottom: 1px solid #87653d;
	background-position: 14px center;
}

.action_buttons a.cms-wrapinner-span-book {
	background: #745035 url(/static/i/icon_booking.png) no-repeat 14px center;
}

.action_buttons a.cms-wrapinner-span-request {
	background: #745035 url(/static/i/icon_request.png) no-repeat 14px center;
}

.action_buttons a.cms-wrapinner-span-voucher {
	background: #745035 url(/static/i/icon_voucher.png) no-repeat 14px center;
}

.action_buttons a.cms-wrapinner-span-more {
	background: #745035 url(/static/i/icon_more.png) no-repeat 14px center;
}

.action_buttons a span {
	color: #ffffff;
	font: normal 1.333em/59px "Quattrocento Sans";
	font-weight: 700;
	display: block;
	padding-left: 38px;
}

.action_buttons a.cms-wrapinner-span-more span {
	line-height: 69px;
}

.action_buttons a.cms-wrapinner-span-more {
	border: 0;
	line-height: 69px;
	position: relative;
}

.action_buttons a:hover {
	background-color: #c1a254;
}

.action_buttons a.cms-wrapinner-span-more-active {
	background-color: #c1a254;
	border-color: #c1a254;
}

.action_buttons li.more {
	position: relative;
}

#more_menu {
	display: none;
	background: none repeat scroll 0 0 #b2924e;
	float: left;
	height: 164px;
	left: 160px;
	position: absolute;
	top: -95px;
	width: 320px;
	z-index: 10000;
}

#more_menu a {
	background: none repeat scroll 0 0 #b2924e;
	border: 5px solid #c1a254;
	width: 106.67px;
	height: 82px;
	float: left;
	color: #ffffff;
}

body.msie #more_menu a{
	width:106px;
}

#more_menu a.cms-wrapinner-span-arrival {
	background: url(/static/i/icon_arrival.png) no-repeat center 15px;
}

#more_menu a.cms-wrapinner-span-roomtype {
	background: url(/static/i/icon_roomtype.png) no-repeat center 15px;
}

#more_menu a.cms-wrapinner-span-newsletter {
	background: url(/static/i/icon_newsletter.png) no-repeat center 15px;
}

#more_menu a.cms-wrapinner-span-offers {
	background: url(/static/i/icon_offers.png) no-repeat center 15px;
}

#more_menu a.cms-wrapinner-span-callback {
	background: url(/static/i/icon_callback.png) no-repeat center 15px;
}

#more_menu a.cms-wrapinner-span-jobs {
	background: url(/static/i/icon_jobs.png) no-repeat center 15px;
}

#more_menu a:hover {
	background-color: #745035;
}

#more_menu a span {
	font-size: 0.938em;
	line-height: normal;
	margin-top: 50px;
	padding: 0;
	text-align: center;
}

/* ***************************** */
/* submenu                       */
/* ***************************** */

.submenu a {
	font: normal 0.933em/40px "Quattrocento Sans";
	color: #613600;
	text-decoration: none;
	background: #f2ecdd;
	display: block;
	float: left;
	padding: 0 7px;
	margin-right: 1px;
}

.submenu a:hover,
.submenu a.active {
	background: #ffffff;
}

/* ***************************** */
/* menu level3                   */
/* ***************************** */

.menu_level_3 {
	margin-bottom: 10px;
}

.content .menu_level_3 li {
	display: inline-block;
	background: none;
	padding: 0;
}

.content .menu_level_3 a {
	color: #ffffff;
	font: normal 0.875em/33px Arial; /*14px*/
	background: #745035;
	text-decoration: none;
	display: inline-block;
	padding: 0 10px;
	margin: 0 5px 5px 0;
}

.menu_level_3 a:hover,
.menu_level_3 a.active {
	background: #C1A254;
}

/* ***************************** */
/* content                       */
/* ***************************** */

.content_container {
	float: left;
	margin-top: 25%;
	position: relative;
	width: 860px;
	padding-bottom: 200px;
}

.content {
	background: #ffffff;
	background: rgba( 255, 255, 255, 0.85 );
	float: left;
	width: 655px;
	padding: 1.526717557251908% 30px 10px 30px;
	font: normal 1em/26px "Quattrocento Sans";
	margin-bottom: 15px;
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9ffffff',GradientType=0 );
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9ffffff', endColorstr='#d9ffffff',GradientType=0 );
}

.submenu {
	float: left;
	width: 655px;
}

.content .article p{
	margin-bottom: 10px;
}

.content ol,
.content ul {
	margin: 10px 0;
}
.content .cst-list-roomtype ul.cst-list {
	list-style: disc;
	padding-left: 20px;
}

.content .article li,
.cst .cst-detail .cst-text-description li,
.cms-module-sitemap li{
	background: url(/static/i/list_item.png) no-repeat left 9px;
	padding-left: 22px;
}

.content a {
	color: #aa8833;
	text-decoration: underline;
}

.content a:hover {
	background: #c1a254;
	color: #ffffff;
}

.cst-book-form.cst-box.cst-box-40-personaldata .cst-book-table-fields tr.striped.cst-persondata-comment.cst-field-comment {
	display: none;
}

/* ***************************** */
/* call to action button         */
/* ***************************** */

a.cms-wrapinner-span-action {
	float: left;
	display: block;
	text-decoration: none;
	margin: 10px 10px 10px 0;
	color: #ffffff;
	background: #745035;
	-moz-box-shadow: 3px 4px 10px -1px #6666666;
	-webkit-box-shadow: 3px 4px 10px -1px #666666;
	box-shadow: 3px 4px 10px -1px #666666;
}

a.cms-wrapinner-span-action span {
	background: url(/static/i/list_item_white.png) no-repeat 14px center;
	font: 1.600em/50px "Quattrocento Sans";
	padding-left: 36px;
	padding: 0 40px 0 43px;
}

a.cms-wrapinner-span-action:hover {
	background: #c1a254;
}

/* ***************************** */
/* Artikel mit accordion         */
/* ***************************** */
body .ui-widget {
	font: normal 1em/1.5em Arial;
}

body .accordion-article {
	display: block;
	float: left;
	margin:10px 0;
	width: 100%;
}

body .accordion-article h2.ui-accordion-header {
	background: none repeat scroll 0 0 #ede3cc;
	border: 0 none;
	color: #745035;
	font: 1.467em/normal "Quattrocento Sans";
	margin-bottom: 10px;
	padding:10px 24px 10px 14px;
	width: 100%;
	-moz-box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 3px 3px -1px rgba(0, 0, 0, 0.3);
}

body .accordion-article h2.ui-state-hover,
body .accordion-article h2.ui-state-active {
	background: #f4efe3;
}

body .accordion-article .ui-accordion-content {
	border: 0;
	padding: 0;
	font:1em/26px "Quattrocento Sans";
	color: #745035;
	margin-bottom: 10px;
}

body .accordion-article li {
	margin-bottom: 10px;
}

body .accordion-article .ui-accordion-content a {
	color: #AA8833;
}

body .accordion-article .ui-accordion-content a:hover {
	color: #FFFFFF;

}

body .accordion-article .ui-accordion-header .ui-icon {
	background: url("/static/i/triangle_closed_brown.png") no-repeat scroll 0 0 transparent;
	left: auto;
	right: 0.5em;
	width: 12px;
	height: 19px;
}

body .accordion-article .ui-state-active .ui-icon {
	background: url(/static/i/triangle_open_brown.png) no-repeat;
	width:18px;
	height:12px;
}

/* ***************************** */
/* teaser                        */
/* ***************************** */

.teaser_container {
	float: right;
	width: 655px;
}

.teaser,
.teaser_hover {
	background: #c1a254;
	width: 48.85496183206107%;
	margin-right: 2.290076335877863%;
	float: left;
	min-height: 199px;
	margin-bottom: 15px;
	padding: 17px 2.442748091603053% 16px 2.595419847328244%;;
	margin: 0 2.290076335877863% 15px 0;
	cursor: pointer;
	position: relative;
	-moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.75);
}

.teaser_hover {
	background: #f2ecdd;
}

.teaser-2,
.teaser-4 {
	margin-right: 0;
}

.teaser p a {
	position: absolute;
	line-height: 44px;
	background: #000000;
	opacity: 0.60;
	padding: 0 10px;
	color: #ffffff;
	font-weight: 700;
	font-size: 1.333em;
	text-decoration: none;
	z-index: 1;
}

/*.teaser img{*/
/*max-width:100%;*/
/*}*/

.teaser_link_overlay a {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	min-height: 100%;
	width: 100%;
	padding: 0;
	background: none;
}

/*.teaser .cst img{*/
/*max-width:none;*/
/*}*/

.teaser .package_inner {
	width: 100%;
	position: relative;
}

.teaser .package_inner ul.cst-media {
	margin: 0;
}

.teaser .package_inner div {
	color: #ffffff;
	font-size: 1em;
	text-align: right;
	padding-right: 0;
}

.teaser .package_inner .cst-package-detail-infos {
	background: url("/static/i/teaser_overlay.png") no-repeat scroll 0 0 transparent;
	bottom: 4px;
	height: 60px;
	line-height: 23px;
	padding-right: 10px;
	padding-top: 7px;
	position: absolute;
	right: 0;
	width: 209px;
}

.teaser .package_inner span.cst-stays-number,
.teaser .package_inner span.cst-price-number {
	font-size: 1.2em;
}

/* ***************************** */
/* content gallery               */
/* ***************************** */

body span.cms-lupe-image {
	margin-top: 0;
	position: absolute;
	top: 27px;
}

.content-gallery-item {
	float: left;
	margin: 10px 10px 10px 0;
}

.gallery-image-name {
	min-height: 25px;
}

.content-gallery .content-gallery-item {
	display: inline-block;
	text-align: center;
	width: 31.3333%;
	margin-bottom: 0;
	position: relative;
}

.content-gallery .gallery-image img {
	max-width: 100%;
}

.gallery-options {
	display: block;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.gallery-options-left {
	float: left;
	text-align: left;
}

.gallery-options-right {
	text-align: right;
}

/* ***************************** */
/* more content                  */
/* ***************************** */

.more_content {
	float: right;
	width: 655px;
}

/* ***************************** */
/* footer                        */
/* ***************************** */

.footer {
	background: url("/static/i/footer_bg.png") no-repeat scroll left top transparent;
	background-size: 100% 376px;
	position: fixed;
	width: 100%;
	bottom: 0;
	padding-top: 70px;
	z-index: 2;
}
.footer li {
	display: inline;
}
.footer_address {
	display: inline-block;
	margin-right: 52px;
}
.footer_address li {
	margin-right: 10px;
}
.footer_address a {
	color: #745035;
	text-decoration: none;
}
.footer_links {
	display: inline-block;
	margin-bottom: 10px;
}
.footer_links a {
	margin-right: 10px;
	text-decoration: none;
	color: #745035;
}
.social_media {
	display: inline-block;
}
.social-media-source-container {
	float: left;
}
/* ***************************** */
/* search                        */
/* ***************************** */
.search {
	display: inline-block;
	width: 230px;
	margin-left: 70px;
	border-radius: 30px;
	background: #ffffff;
	margin-right: 80px;
	height: 30px;
}
body div.cms-module-search input.cms-module-search-input {
	background: none;
	padding-left: 12px;
	width: 206px;
	color: #745035;
	height: 30px;
}
body div.cms-module-search input.cms-module-search-submit {
	background: url(/static/i/search_lens.png) no-repeat left center;
	height: 30px;
	margin-left: 0;
	padding: 0;
	width: 20px;
}
.languages {
	text-transform: uppercase;
	margin-left: 60px;
	display: inline-block;
}
.languages a {
	margin-right: 10px;
	text-decoration: none;
	color: #745035;
}
.powered_by {
	float: right;
	margin-right: 20px;
}

@media only screen and (max-width:1800px) {
	.menu a {
		font-size: 1.600em; /*24px*/
	}
}

@media only screen and (max-width:1750px) {
	.menu a {
		font-size: 1.500em;
	}
}

@media only screen and (max-width:1700px) {
	.menu a {
		font-size: 1.467em; /*22px;*/
	}
	.footer_address {
		margin-right: 32px;
	}
	.search {
		margin-left: 30px;
		margin-right: 50px;
	}
	.languages {
		margin-left: 30px;
	}
}

@media only screen and (max-width:1600px) {
	.menu a {
		font-size: 1.333em; /*20px*/
	}
}

@media only screen and (max-width:1560px) {
	.footer_address {
		margin-right: 15px;
	}
	.search {
		margin-left: 20px;
		margin-right: 30px;
	}
	.languages {
		margin-left: 20px;
	}
	.bubble_container {
		height: 630px;
		position: absolute;
		right: 12%;
		top: 15%;
		width: 200px;
	}
	.fullscreen .bubble_container {
		display: none;
	}
	.bubbles li {
		margin-bottom: 0;
		width:200px;
		height:200px;
		padding-top: 20%;
	}
	.bubbles li.pos-1{
		margin-bottom: 0;
	}
	.bubbles li.pos-2 {
		margin:20px 0;
	}
}

@media only screen and (max-width:1530px) {
	.footer_address {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.fullscreen_button,
	.fullscreen_inner {
		bottom: 133px;
	}
	.content_container {
		padding-bottom: 150px;
	}
}

@media only screen and (max-width:1490px) {
	.menu a {
		padding: 0 7px;
		font-size: 1.2em;
	}
}

@media only screen and (max-width:1360px) {
	.gallery .vpoi_content {
		display: none !important;
	}

	.header {
		background-size: 100% 160px;
	}
}

@media only screen and (max-width:1280px) {
	#layout {
		width: 1280px;
	}
	.menu li {
		background: none;
		width: 25%;
	}
	.menu a {
		border-bottom: 1px solid #e5dbd0;
		padding: 0;
		margin-right: 20px;
		margin-bottom: 10px;
	}
	.menu a:hover {
		border-bottom: 1px solid #ccb68b;
	}
    .bubble_container{
	    display:none;
    }
}

@media only screen and (max-width:1210px) {
	.menu a {
		font-size: 1.067em;
	}
}

@media only screen and (max-width:1120px) {
	.menu li {
		width: 25%;
	}
	.fullscreen_button,
	.fullscreen_inner {
		display: none;
	}
	.fullscreen_tablet {
		display: block;
	}
	.fullscreen_tablet {
		float: right;
		margin-bottom: 30px;
	}
	.fullscreen_tablet a {
		background: #745035 url(/static/i/fullscreen_tablet.png) no-repeat 92% center;
		color: #ffffff;
		font-size: 1.133em;
		text-transform: uppercase;
		text-decoration: none;
		right: 0;
		float: right;
		cursor: pointer;
		position: relative;
		line-height: 50px;
		padding: 0 12px;
		padding-right: 40px;
	}

	.fullscreen_tablet a.back,
	body.fullscreen .fullscreen_tablet a.show {
		display: none;
	}
	.theme_links {
		top: 250px;
		margin-top: 0;
	}
}


/*für notebooks mit 1366er Auflösung*/
@media only screen and (max-height:768px) and (max-width:1366px) {

	.fullscreen_button,
	.fullscreen_inner {
		display: none;
	}

	.fullscreen_tablet {
		float:right;
		display: block;
		margin-bottom: 30px;
	}

	.fullscreen_tablet a {
		background: #745035 url(/static/i/fullscreen_tablet.png) no-repeat 92% center;
		color: #ffffff;
		font-size: 1.133em;
		text-transform: uppercase;
		text-decoration: none;
		right: 0;
		float: right;
		cursor: pointer;
		position: relative;
		line-height: 50px;
		padding: 0 12px;
		padding-right: 40px;
	}

	.fullscreen_tablet a.back,
	body.fullscreen .fullscreen_tablet a.show {
		display: none;
	}

	.footer {
		position: relative;
		float: left;
	}

	body.fullscreen .footer{
		display:none;
	}

	.theme_links {
		top: 250px;
		margin-top: 0;
	}

}

@media only screen and (max-width:1024px) {

	.footer {
		position: relative;
		float: left;
	}

	body.fullscreen .footer {
		display: none;
	}

	#layout {
		width: 1024px;
	}

}

@media only screen and (max-width:980px) {
	.content_container {
		margin-top: 50px;
	}
}

@media only screen and (max-width:950px) {
	.footer {
		text-align: center;
	}

	.footer_inner {
		width: 100%;
		display: inline-block;
		margin-top: -20px;
		height: 65px;

	}

	.languages {
		margin: 0px 60px 0 154px;
	}

	.fullscreen_button {
		bottom: 109px;
	}

	.content_container {
		padding-bottom: 165px;
	}

	.powered_by {
		margin-left: 20px;
	}
}

@media only screen and (max-width:900px) {

	.header {
		background: url("/static/i/header_bg.png") no-repeat scroll left -30px transparent;
		background-size: auto 160px;


	.action_buttons {
		width: 400px;
		margin: 0;
		margin-bottom: 10px;
	}

	#more_menu {
		left: 80px;
		top: -164px;
	}

	#more_menu a span {
		margin-top: 40px;
	}

	.content_container .action_buttons a {
		width: 25%;
		float: left;
		background-position: center 5px;
		background-size: 20%;
		border-bottom: 0;
		border: 1px solid #654227;
		padding: 0 5px;
	}

	.action_buttons a.cms-wrapinner-span-more span {
		line-height: 59px;
	}

	.content_container .action_buttons a.cms-wrapinner-span-more-active {
		border-color: #c1a254;
	}

	.action_buttons a.cms-wrapinner-span-more:hover {
		border-color: #c1a254;
	}

	.action_buttons a span {
		display: block;
		position: relative;
		text-align: center;
		top: 13px;
		padding: 0;
		font-size: 1.200em;
	}

	.content_container {
		margin-left: 61px;
		width: auto;
	}

	.teaser_container,
	.more_content {
		float: left;
	}

	.content_container {
		padding-bottom: 0;
	}
}

@media only screen and (max-width:830px) {
	.logo {
		margin-right: 0;
	}

	.logo img {
		max-width: 75%;
		margin-right: 0;
	}
}

@media only screen and (min-width:761px) and (max-width:816px) {
	.header{
		padding-top: 4px;
	}
}

@media only screen and (max-width:760px) {

	.header{
		padding-top: 32px;
	}

	#gallery .media_poi{
		display: none;
	}


	.content_container {
		padding-left: 3%;
		padding-right: 3%;
		max-width: none;
		margin-left: 0;
	}

	.menu,
	.submenu {
		display: none;
	}

	#mobile-button {
		background: url(/static/i/mobile_button.png) no-repeat;
		margin-top: -32px;
		width: 60px;
		height: 56px;
		display: block;
		position: absolute;
		right: 0;
	}

	#mobile-button a {
		color: #FFFFFF;
		display: block;
		float: left;
		text-decoration: none;
		width: 100%;
		height: 100%;
	}

	#mobile-button span {
		bottom: 7px;
		position: absolute;
		left: 16px;
		font-size: 0.800em;
		text-transform: uppercase;
	}

	#menu-mobile {
		position: absolute;
		background: #3b2d23;
		z-index: 9999;
	}

	#menu-mobile a {
		display: block;
		float: left;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		padding-left: 15px;
		line-height: 58px;
		font-size: 1.467em;
		border-bottom: 1px solid #644128;
	}

	#menu-mobile a:hover,
	#menu-mobile li.active a {
		background: #745035;
	}

	#menu-mobile li.active a {
		border-bottom: 1px solid #3b2d23;
	}

	#menu-mobile #submenu-mobile a {
		font-size: 1.133em;
		background: #61442f;
		line-height: 44px;
		border-bottom: 0;
	}

	#menu-mobile #submenu-mobile a:hover,
	#menu-mobile #submenu-mobile li.active a {
		background: #c1a254;
	}
}

@media only screen and (max-width:710px) {
	.content_container {
		padding: 0;
	}
}

@media only screen and (max-width:655px) {

	body.booking .content_container{margin-top:0;}

	#layout {
		width: 640px;
	}

	#more_menu {
		left: 0;
		width: 100%;
		top: 77px;
	}

	#more_menu a {
		width: 33.33%;
	}

	#more_menu a span {
		margin-top: 50px;
	}

	.action_buttons a.cms-wrapinner-span-more:hover {
		border-color: #c1a254;
		border-right: 1px solid #c1a254;
	}

	.content_container {
		width: auto;
		margin-top: 0px;
	}

	.content, .teaser_container {
		width: 100%;
	}

	/*#gallery,
	.theme_links_container {
		display: none;
	}*/
	.theme_links_container {
		margin-top: 0;
	}
	.theme_links_container {
		margin-top: 0;
		position: fixed;
		right: 0;
		top: 110px;
	}
	.fullscreen_tablet {
		display: none;
	}

	#gallery_mobile {
		display: block;
		overflow: hidden;
		margin-top:90px;
	}
	.theme_links a {
		line-height: 24px;
		margin-bottom: 5px;
	}

	.header {
		height: 162px;
		position: absolute;
		top:auto;
	}

	.action_buttons {
		width: 100%;
		min-width: 0;
		margin: 0;
	}

	.content_container .action_buttons a {
		width: 50%;
		line-height: 36px;
		background-size: auto;
		background-position: 14px center;
		text-align: left;
		border-bottom: 2px solid #654227;
		float: left;
	}

	.action_buttons a span {
		color: #FFFFFF;
		display: block;
		font: 700 1.333em/36px "Quattrocento Sans";
		padding-left: 45px;
		text-align: left;
		position: static;
	}

	.action_buttons a.cms-wrapinner-span-more span {
		line-height: 36px;
	}

	.content_container {
		padding: 0;
		width: 100%;
		background: #ffffff;
		/*margin-top:300px;*/
		z-index: 1;
	}

	.content, .teaser {
		-moz-box-shadow: 0 0 0 0;
		-webkit-box-shadow: 0 0 0 0;
		box-shadow: 0 0 0 0;
	}

	.footer {
		padding-bottom: 10px;
		text-align: left;
	}

	.footer,
	.footer_inner {
		height: auto;
	}

	.footer_address {
		width: 100%;
	}

	.footer_links {
		float: none;
	}

	.search {
		margin: 0;
		margin-top: 20px;
		width: 98%;
	}

	body div.cms-module-search input.cms-module-search-input {
		width: 90%;
	}

	.social_media {
		margin-top: 20px;
		margin-bottom: 10px;
		position: static;
	}

	.languages {
		display: block;
		margin: 0;
		margin-top: 10px;
	}

	.powered_by {
		float: right;
	}
}

@media only screen and (max-width:590px) {
	.teaser {
		display: block;
		width: 100%;
	}

	.teaser .package_inner {
		width: 286px;
	}

	.content-gallery .content-gallery-item {
		width: 45%;
	}
}

@media only screen and (max-width:480px) {

	.cst-detail-roomtype li.cst-button-back {
		display: none;
	}

	#layout {
		width: 480px;
	}

	.content {
		padding: 1.52672% 15px 10px;
		width: 100%;
	}

	.submenu {
		width: 100%;
	}

	a.cms-wrapinner-span-action span{
		font-size: 1.333em;
	}

	h1{
		font-size:1.875em;
	}

	h2, h3 {
		font-size: 1.313em;
	}
}

@media only screen and (max-width:360px){
	h1{
		font-size:1.313em;
	}

	h2, h3 {
		font-size: 1em;
	}
}

@media only screen and (max-width:320px) {
	#layout {
		width: 320px;
	}

	a.cms-wrapinner-span-action span,
	body .accordion-article h2.ui-accordion-header {
		font-size: 1.2em;
	}

}