@charset "utf-8";
@font-face {
 font-family: 'Marydale';
 src: url('marydale-webfont.eot');
 src: url('marydale-webfont.eot?#iefix') format('embedded-opentype'),
 url('marydale-webfont.woff') format('woff'),
 url('marydale-webfont.ttf') format('truetype'),
 url('marydale-webfont.svg#marydale') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* [ Resets/Presets/Fixes ]------------------------------------- */

* { 
	margin: 0; 
	padding: 0;
	-webkit-text-size-adjust: 100%;
	/* Border-Box-Modell -> Andere Berechnung von padding, border, margin */
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	}

/* Block Elemente für die IE Versionen ohne HTML5 support */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, video {display: block;}

/* Scollbalken immer einblenden und Schrift auf Basis 10px festlegen */
html {overflow-y: scroll; font-size: 62.5%;}

/* Clearfix */
.clearfix {*zoom: 1;}
.clearfix:before, .clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}



/* [ Standard Inline Elemente ]------------------------------------- */

/* Standard Abstand zwischen Inline Elementen */
h1, h2, h3, p, ul, ol, .paragraph {
	margin: 1em 0;
}


/* Links */
a {
	color: #00517a;
}

a:visited { 
}

a:hover {
	color: #993d33;
}

a:active { 
	color: #ad645c; 
}

a img {
	border: none;
	display: block;
}


/* Bilder */
img {
	border: none;
}


/* Überschriften */
h1 {
	font-size: 32px;
	font-size: 3.2rem;
	line-height: 38px;
	line-height: 3.8rem;	
	margin: 1em 0;
	text-align: center;
	position: relative;
	}

h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 30px;
	line-height: 3.0rem;
	margin: 1.5em 0 .5em;
}

h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 22px;
	line-height: 2.2rem;
	margin: .6em 0 .5em;
}

h1, h2, h3 {
	font-family: 'Marydale';
	color: #00537f;
	}

article > h2, article > h3 {
	clear: both;
	}

/* Textlisten */
ul {
	padding: 0 0 0 12px;
}

ul li {
	padding: 0 0 0 14px;
	list-style-type: none;
	background: url('../img/list-dot.png') 0 .4em no-repeat;
}

ul.checklist li {
	padding-left: 20px;
	background: url('../img/list-tik.png') 0 .3em no-repeat;
	}

/* Numerierte Listen */
ol {
	padding: 0 0 0 32px;
}

hr { 
	display: none; 
}

abbr { 
	border-bottom: 1px dotted #666;
	cursor: help; 
}

::-moz-selection {
    background: #ece8e5;
    text-shadow: none;
}

::selection {
    background: #ece8e5;
    text-shadow: none;
}


/* [ Basis ]------------------------------------- */

body {
	/*    size/line-height      */
	font: 15px/23px Tahoma, Geneva, sans-serif;
	font: 1.5rem/2.3rem Tahoma, Geneva, sans-serif;
	color: #333333;
	/*background: #ece8e5;*/
}

div.inner {
	width: 100%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	}

/* Kopfbereich */
header {
	margin: 0 auto;
	padding: 0 10px 10px;
	border-bottom: solid #ccb999 1px;
	background: url(../img/bg-header.jpg) center top;
}

/* Inhaltsbereich */
article {
	width: 100%;
	padding: 10px 0px;
}

/* Seitenleiste */
aside {
	width: 100%;
	}

/* Fußbereich */
footer {
	border-top: solid #ccb999 1px;
	background: url(../img/bg-header.jpg) center bottom;
	color: #333333;s
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px 0;
}

footer a.sociallink {
	width: 25%;
	display: block;
	float: left;
	margin: 0 12.5% 2em;
	}
	

footer a.sociallink img {
	width: 100%;
	height: auto;
	}

footer a, footer a:visited {
	color: #333333;
	}
	
footer div.footertext {
	margin: 0;
	padding: 1em 0;
	}

/* Spezial Formate für neuen Footer */
footer .two, footer .three {
float: left;
width: 48%;
}

footer .two {
margin-right: 4%;
}

footer .four {
clear: both;
float: left;
width: 20%;
margin-top: 1em;
}

footer a.sociallink {
width: 85%;
display: block;
float: left;
clear: left;
margin: 0;
}

.five {
width: 80%;
margin-left: 0%;
float: left;
margin-top: 1em;
}

img.customeralliance {
width: 100%;
}

/* [ Navigation Allgemein ]------------------------------------- */

/* Schriftart für Überschirften */
nav {
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	}

/* Listen innerhalb von Navigation reseten */
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

nav ul li {
	margin: 0;
	padding: 0;
	background-image: none;
	}
	
/* Hauptnavigation */
nav.mainnav {
	background-color: #00517a;
	border: solid #fff 2px;
	position: relative;
	margin: 0;
	z-index: 2;
	width: 94%;
	margin: 0 auto;
	}
	
nav.mainnav:before, nav.mainnav:after {
	content: '';
	width: 25px;
	height: 83px;
	top: -9px;
	display: block;
	position: absolute;
	}
	
nav.mainnav:before {
	background: url(../img/bg-mainnav-left.png) no-repeat;
	left: -21px;
	}
	
nav.mainnav:after {
	background: url(../img/bg-mainnav-right.png) no-repeat;
	right: -21px;
	}


nav.mainnav ul {
	margin: 0 auto;
}

nav.mainnav ul li {
	float: left;
	position: relative;
}

nav.mainnav ul li:not(:last-child):after {
}

nav.mainnav ul li a {
	display: block;
	text-decoration: none;
	color: #ccdde5;
	padding: 11px 15px 9px;
}

nav.mainnav ul li.current a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}

nav.mainnav ul li a:hover {color: #fff;	background: rgba(255, 255, 255, 0.1);}

/* Sonderbehandlung für letztes Navigationselement */
nav.mainnav ul li:last-child a {
	border-right: 0;
}

.subnavheader {
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	background: #004366;
	position: relative;
	padding: 10px 15px;
	display: block;
	text-align: center;
	}

/* Subnavigation */
nav.subnav {
	background: #00517a;
	padding: 0;
	position: relative;
	}
	
nav.subnav:before {
	}
	
nav.subnav ul {
}

nav.subnav ul li {
}

nav.subnav ul li a {
	display: block;
	text-decoration: none;
	color: #ccdde5;
	padding: 11px 15px 9px;
	text-align: center;
	position: relative;
	border-bottom: solid #fff 1px;
}

nav.subnav ul li a:hover, nav.subnav ul li.current a {
	color: #fff;
	background: rgba(255, 255, 255, 0.1);
}

nav.subnav ul li.current a:before {
	}

/* Sprachnavigation */
nav.langnav {
	background: #004366;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	float: right;
	padding-left: 36px;
	background: #004366 url(../img/bg-langnav.png) no-repeat left 12px top 7px;
	border-left: solid #fff 2px;
	border-right: solid #fff 2px;
	border-bottom: solid #fff 2px;

	}
		
nav.langnav ul {
}

nav.langnav ul li {
	float: left;
	position: relative;
}

nav.langnav ul li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	background: url(../img/bg-mainnav-divider.png) no-repeat;
	top: 14px;
	right: -4px;
	z-index: 1;
}

nav.langnav ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 8px 6px;
	color: #ccdde5;
	position: relative;
	margin: 0 10px;
}

nav.langnav ul li.current a {
	padding: 8px 8px 10px;
	margin-bottom: -6px;
	background: #004366;
	border-bottom: solid #fff 2px;
}

nav.langnav ul li.current a:before, nav.langnav ul li.current a:after {
	content: "";
	width: 2px;
	height: 8px;
	background: #fff;
	position: absolute;
	bottom: 4px;
	}
	
nav.langnav ul li.current a:before {left: -2px;}
nav.langnav ul li.current a:after {right: -2px;}

nav.langnav ul li a:hover, nav.langnav ul li.current a {
	color: #fff;
}

/* [ Eigene Formate/Klassen ]------------------------------------- */

/* Optionaler Warnungskasten auf Homepage */

section.warning {
	color: #fff; 
	padding: 12px 24px; 
	margin: 24px 0; 
	background:rgb(127,12,0); 
	border:rgb(127,12,0) 1px solid;
	}

section.warning a { color: #eee; }
section.warning a:hover, section.warning a:focus { color: #fff; }


/* Intro Text */
.intro {
	font-family: 'Marydale', cursive;
	color: #00537f;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 26px;
	line-height: 2.6rem;
	margin: 1.5em 0;
	}
	
/* Infotext im Header */
.headerinfo {	
	text-align: center;
	
	font-family: 'PT Sans', sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	color: #00537f;
	}
	
/* Statische Google Map im Footer */
.staticgooglemap {
	border: solid #ccb999 1px;
	margin-top: 1em;
	display: block;
	}
	
.staticgooglemap img {
	width: 100%;
	height: auto;
	}

.googlemap {display:none;}


.headerinfo a {
	/*color: #00537f;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	background: #fff;
	border: solid #00517a 1px;
	margin: 10px 0;*/
	
	background: #ad645c;
	background: -moz-linear-gradient(top,  #ad645c 0%, #ad645c 30%, #ad645c 30%, #993d33 70%, #993d33 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ad645c), color-stop(30%,#ad645c), color-stop(30%,#ad645c), color-stop(70%,#993d33), color-stop(100%,#993d33));
	background: -webkit-linear-gradient(top,  #ad645c 0%,#ad645c 30%,#ad645c 30%,#993d33 70%,#993d33 100%);
	background: -o-linear-gradient(top,  #ad645c 0%,#ad645c 30%,#ad645c 30%,#993d33 70%,#993d33 100%);
	background: -ms-linear-gradient(top,  #ad645c 0%,#ad645c 30%,#ad645c 30%,#993d33 70%,#993d33 100%);
	background: linear-gradient(to bottom,  #ad645c 0%,#ad645c 30%,#ad645c 30%,#993d33 70%,#993d33 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad645c', endColorstr='#993d33',GradientType=0 );
	color: #fff;
	padding: 8px 15px;
	border-radius: 5px;
	border: solid #4c0700 1px;
	font-weight: normal;
	
	outline: none;
	
	text-decoration: none;
	
	width: 98%;
	display: inline-block;
	margin: 5px 0;
	}
	
.headerinfo a:hover {
	background: #00517a;
	color: #fff;
	}

.headerinfo a:hover {
	cursor: pointer!important;background: #aa6d68;
	background: -moz-linear-gradient(top,  #aa6d68 0%, #ad645c 30%, #aa6d68 30%, #994d46 70%, #994d46 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aa6d68), color-stop(30%,#ad645c), color-stop(30%,#aa6d68), color-stop(70%,#994d46), color-stop(100%,#994d46));
	background: -webkit-linear-gradient(top,  #aa6d68 0%,#ad645c 30%,#aa6d68 30%,#994d46 70%,#994d46 100%);
	background: -o-linear-gradient(top,  #aa6d68 0%,#ad645c 30%,#aa6d68 30%,#994d46 70%,#994d46 100%);
	background: -ms-linear-gradient(top,  #aa6d68 0%,#ad645c 30%,#aa6d68 30%,#994d46 70%,#994d46 100%);
	background: linear-gradient(to bottom,  #aa6d68 0%,#ad645c 30%,#aa6d68 30%,#994d46 70%,#994d46 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa6d68', endColorstr='#994d46',GradientType=0 );
}
	
/* Contentbild */
.pic {
	width: 100%;
	height: auto;
	margin: 1em 0;
	display: block;
}

.picright, .picleft {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.picright {
}

.picleft {
}

.half		{width: 100%;}
.third		{width: 100%;}

.left	{}
.right	{}

/* Zweispalter */
.twocols {
}

.twocols .one, .twocols .two {
}

.twocols .one {
}

.twocols .two {
}

/* Abstand des ersten und letzten Element in Spalten auf 0 Setzen */
.one > *:first-child, .two > *:first-child, .three > *:first-child, .four > *:first-child, .five > *:first-child {
		margin-top: 0; 
	}

.one > *:last-child, .two > *:last-child, .three > *:last-child, .four > *:last-child, .five > *:last-child {
		margin-bottom: 0; 
	}


/* Tabstop */
.tab {
	width: 3.5em; /* Breite an das breiteste Element anpassen */
	float: left;
	clear: left;
	display: block;
}

/* Setzt Float Left/Right zurück auf normalen Fluss */
.clearboth {clear: both;}

/* Kleiner Text für Hinweise */
.minitext { 
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 15px;
	line-height: 1.5rem;
}

/* Bei langen Texten pro Listpicpicenpunkt mehr Abstand zwischen li */
ul.listspace li { 
	padding-bottom: .5em; 
}

/* Tabellen */
table.rooms {
	margin: 1em 0;
	width: 100%;
	border: 1px solid #e9e9e9;
	border-collapse: collapse; 
}

caption { 
	display: none; 
}

/* Spezielle Tabelle für Zimmerkategorien */
table.rooms th, table.rooms td {
	border: 1px solid #004366!important;
	padding: 2px 4px;
	vertical-align: top; 
}

table.rooms th  {
	font-weight: normal;
	text-align: left;
	background: #00517a;
	color: #fff;
}

table.rooms th a {
	color: #fff;
	display: block;
	text-decoration: none;
}

table.rooms th a:hover, table th a:focus {
	color: #fff;
	text-decoration: underline;
}

table.rooms {
}
table.rooms col {
	width: 30%; }

table.rooms th {
	text-align: center; }

table.rooms td {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 18px;
	line-height: 1.8rem; 
}

table.rooms tr.go td {
	color: #fff;
	background: #993d33;
	text-align: center; 
}

table.rooms tr.go a {
	color: #fff;
	display: block;
	text-decoration: none;
}

table.rooms tr.go a:hover, table.rooms tr.go a:focus {
	color: #fff;
	text-decoration: underline;
	}

table.rooms ul { padding-left: 2px; }
table.rooms li { 
	padding-left: 10px;
	background-position: 0 .5em }


/* Link mit Pfeil */
a.arrowlink, p.arrowlink a {position: relative;}
a.arrowlink:after, p.arrowlink a:after {
	content: '\2192';
	font-family: Verdana, Geneva, sans-serif;
	width: 20px;
	position: absolute;
	margin-left: 5px;
	margin-top: -1px;
	transition: all .2s;
	}
a.arrowlink:hover:after, p.arrowlink a:hover:after {
	transition: all .2s;
	-ms-transform: translate(5px,0);
	-webkit-transform: translate(5px,0);
	transform: translate(5px,0);
	}


/* Kundenzitat */
.kundenzitat {
	margin: 2em 0 1em;
	padding: 1px 24px 24px;
	font-family: 'Marydale', cursive;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 26px;
	line-height: 2.6rem;
	color: #005380;
	font-style: italic;
	}

aside .kundenzitat {
	margin: 40px 0;}
	
.kundenzitat p {
	margin: .5em 0;
	}

.kundenzitat .author {
	text-align: right;
	}
	
.calltoaction {
	font-family: 'Marydale', cursive;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: normal;
	background: #00517a;
	color: #fff;
	padding: 14px 10px;
	text-align: center;
	margin: 2em auto 1em;
	position: relative;
	border: solid #fff 2px;
	clear: both;
	width: 80%;
	}
	
/* saf3+, chrome1+ */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.calltoaction {
	padding: 18px 10px 10px;
	}
}
	
.calltoaction a {
	color: #fff;
}
	
.calltoaction:before, .calltoaction:after {
	content: '';
	width: 43px;
	height: 83px;
	top: -15px;
	display: block;
	position: absolute;
	z-index: -1;
	transition: all .2s ease-in-out;
	}
	
.calltoaction:before {
	background: url(../img/bg-calltoaction-left.png) no-repeat;
	left: -26px;
	}
	
.calltoaction:after {
	background: url(../img/bg-calltoaction-right.png) no-repeat;
	right: -26px;
	}

/* Logo */
header a.logo {
	margin: 1em auto;
	display: block;
	width: 100%;
	max-width: 400px;
	height: aut0;
	}
	
header a.logo img {
	width: 100%;
	height: auto;
	}
	
footer a.logo {
	margin: 20px 0;
	display: block;
	width: 158px;
	float: left;
	display: none;
	}
	
/* Linklinkste im footer */
ul.footerlinks {
	margin: 1.5em 36px 1em 46px;
	float: left;
	display: none;
	}
	
ul.footerlinks li {
	background-image: none;
	margin: 0;
	}

/* Box Formate */
.box {
	width: 100%;
	padding: 24px;
	margin: 1em 0;
	}

.box .picright, .box .picleft {
	float: none;
	margin: 0;
	}
	
.box img {
	width: 100%;
	height: auto;
	}
		
.box.small {
	width: 100%;	
	border: solid #00517a 1px;
}

.box.small h2 {
	margin-top: 0;
}
	
.box.left {float:left;}
.box.right {float:right;}
	
.box h2 {
	}
	
.box.blue {
	border: solid #ccdde7 1px;
	background: url(../img/bg-box-blue.jpg) center top;
	}
	
.box.blue img {	border: solid #99bacc 1px; }
.box.blue a { color: #00537f; }
.box.blue a:hover { color: #993d33; }

.box.brown {
	border: solid #e6dccc 1px;
	background: url(../img/bg-box-brown.jpg) center top;
	}
	
.box.brown img { border: solid #ccb999 1px; }
.box.brown a { color: #4c3100; }
.box.brown a:hover { color: #993d33; }

.box section.kundenzitat {
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-size: 1.7rem;
	}
	
.box a {
	font-family: 'Marydale', cursive;
	font-size: 17px;
	font-size: 1.7rem;
	}


/* Einbindung Schnellbuchung */
.schnellbuchung { display:none; }

/* Button im Fließtext */
a.button {
	background: #7f0c00;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 11px 15px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}

a.button:hover {
	background: #B21100;
}

/* Klasse für Anmerkungen */	
.aysberg { 
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #990000;
	border-left: 2px dotted #900;
	padding-left: .5em; 
}

/* Seekda Styling für die Schnellbuchungsbox */
.schnellbuchung h2 {text-align: center; margin-top: 0;}
.schnellbuchung .skd-border-helper {display: none;}
/*.schnellbuchung .skd-container-btn-search.skd-widget-form-group.skd-widget-col-xs-12.skd-widget-col-sm-12.skd-widget-col-md-3 {
padding-bottom: 40px;}*/
.schnellbuchung .skd-container-btn-search.skd-widget-form-group.skd-widget-col-xs-12.skd-widget-col-sm-12.skd-widget-col-md-3 {
padding-top: 0!important;
}
.schnellbuchung .skd-widget-btn-group {
float: left;
width: 291px!important;
margin: 0!important;
}

.schnellbuchung .skd-expandable-box.skd-expanded {
background: #F4F2EF!important;
margin-bottom: -40px;
padding-bottom: 60px!important;
}

.schnellbuchung .skd-widget-btn-group {
float: left;
width: 291px!important;
margin: 0!important;
}

.schnellbuchung .skd-widget-col-md-2.skd-widget-col-sm-3.skd-room-column {
	clear: both!important;
}

.schnellbuchung .skd-widget-row.skd-room-box.skd-room-editor {
margin-top: 0!important;
}

.schnellbuchung .skd-widget-col-md-4.skd-widget-col-sm-6.skd-room-column.skd-children-ages-box {
background: red;
display: none;
}

.schnellbuchung .skd-widget-col-md-3.skd-widget-col-sm-12.skd-offer.skd-room-column {
background: red;
display: none;
}

/* Sonderformate Startseite */
#start article {
	max-width: none;
	width: 100%;
	}
	
#start .intro {
	margin-top: 0;
	}
	
#start .bx-wrapper {
	border-bottom: solid #00537f 2px;
	padding-bottom: 2px;
	}
	
#start header {	margin: 0 0 -3px;
	}

#start h1 {
	}
	
#start .bestpreisgarantie {
	display: none;
	float: right;
	margin: -70px 10px 0
	}
	
#start .column-left {
	width: 100%;
	margin: 0 0 2em;
	}

/*  ====================
    Akkordeon
====================  */
#akkordeon {
margin: 1em 0;
clear: both;
}

#akkordeon h2 {
margin: 0;
background: url(../img/arrow-right.png) no-repeat right;
font-weight: normal;
display: block;
color: #fff;
padding: 13px 15px 11px;
font-size: 18px;
font-size: 1.8rem;
position: relative;
font-family: 'PT Sans', sans-serif;
font-size: 18px;
font-size: 1.8rem;
}

#akkordeon .title {
	cursor: pointer;
	padding: 0 18px 0 0;
	margin-bottom: 5px;
	background: #00517a;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#akkordeon .content {
	display: none;
	background: #fff;
	margin-bottom: 5px;
	padding: .5em 20px;
}

#akkordeon p {
	margin: 0;
	padding: .5em 0;
}

#akkordeon .content h1, #akkordeon .content h2, #akkordeon .content h3 {
	margin: 0;
	padding: .5em 0;
}

/*  ==========================
    wenn Akkordeon offen
==========================  */
#akkordeon .open {
background: #004366;
}

#akkordeon .open h2 {
background: url(../img/arrow-down.png) no-repeat right;
}
	
/* ****[ OPTIONALES ]****************************************************************************************************** */

/* [ Mobile Slide Navigation (löschen wenn nicht gewünscht) ]------------------------------------v */
nav.mainnav a#pull {
	display: none;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	background: #004366;
	position: relative;
}

nav a#pull:after {
	content:"";
	background: url('../img/nav-icon.png') no-repeat;
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 10px;
}

/* Slide Menü anzeigen bis Maximal 480px; */
@media only screen and (min-width : 0px)and (max-width : 520px) {

nav.mainnav ul {
	display: none;
}

nav.mainnav a#pull {
	display: block;
}
/* Clearen jedes zweiten Elements bei zweispaltiger Ansicht */
nav.mainnav ul li:nth-of-type(2n+1) {
	clear: left;
}
}

/* Menüpunkte vollbreit anzeigen bis Maximal 320px */
@media only screen and (min-width : 0px) and (max-width : 320px) {

nav.mainnav ul li {
	float: none;
	width: 100%;
}

nav.mainnav ul li a {
	float: none;
	border-bottom: 1px solid #ccc;
	border-right: none;
}

nav.mainnav li a {
	border-bottom: 1px solid #576979;
}

nav.mainnav li:last-child a {
	border-bottom: 0;
}
}

@media only screen and (min-width : 320px) and (max-width: 830px) {

nav.mainnav ul li {
	float: left;
	width: 50%;
}

nav.mainnav ul li a {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

/* Unpassende Rahmen ausblenden */
	nav.mainnav ul li:nth-child(2n+2) a {
	border-right: 0;
}
	nav.mainnav ul li:nth-last-child(1) a, nav.mainnav ul li:nth-last-child(2) a {
		border-bottom: 0;
}
}


/* 2016-05-23 FF: Neue Buchungsbox */
.buchungsbox {
    padding: 18px 18px 80px;
    background: url(/inc/img/bg-header.jpg);
    border: solid #ccb999 1px;
    text-align: center;
}

.buchungsbox a {
    background: #7f0c00;
    text-shadow: none;
    color: #ffffff !important;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 10px 16px;
    outline: none;
    font-size: 18px;
	transition: opacity .2s ease-in-out;
	cursor: pointer;
}

.buchungsbox a:hover, .buchungsbox a:active {
	opacity: .9;
}

.no-screen {display:inline-block!important;}
.only-screen {display:none!important;}


/* Bewertungen Styles */
div.review {
	border: solid #00517A 1px;
	border-bottom: solid #00517A 3px;
	margin-bottom: 1em;
	padding: 12px;
	}
	
.review-header {
    background: #00517A;
    margin: -12px -12px 12px -12px;
    padding: 8px 12px;
    color: #fff;
}

span.rating {
	float: right;
	font-size: 22px;
	color: #ffff86;
	font-family: monospace;
}
span.rating span.stars {
	cursor: help;
}

span.rating span.stars i {
    font-style: normal;
    opacity: .5;
}

span.author {font-size: 20px;font-family: 'Marydale';}
span.date {
}

/* Anderer Style ohne Kästen */

span.comment {
    font-size: 20px;
    font-family: 'Marydale';
    padding: 0 20px;
    display: block;
    margin: 1em 0;
    line-height: normal;
}

div.review {
    border: none;
    border-bottom: solid #00517A 1px;
    margin-bottom: 1em;
    padding: 12px;
}

div.review:first-of-type {
    border-top: solid #00517A 1px;
	padding-top: 20px;
}

.review-header {
    background: none;
    margin: -12px -12px 12px -12px;
    padding: 8px 12px;
    font-weight: bold;
}

span.rating {
    float: right;
    font-size: 22px;
    color: #ccb999;
    font-family: monospace;
}

.review-footer.clearfix {
    font-size: 16px;
    font-family: 'Marydale';
    text-align: right;
    margin-top: 30px;
}

/* Statistiken */
.statistics {
    border: dotted #ccb999 2px;
    padding: 0 12px;
    text-align: center;
    border-radius: 4px;
		margin-bottom: 48px;
}

span.globalReviewCount {
    display: inline-block;
    font-size: 70px;
    line-height: normal;
    text-align: center;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    line-height: 180px;
    background-color: #ccb999;
}

ul.portalRatings {
	text-align: left;
}

span.portalName {
    border-bottom: dotted #bbbbbb 1px;
    display: block;
    line-height: 17px;
    margin-bottom: 8px;
		position: relative;
}

span.portalRating {
    float: right;
    /* background: white; */
    line-height: 18px;
    padding-left: 4px;
    padding-bottom: 1px;
    display: inline-block;
    margin-top: -1px;
}

/* Infobox */
.infobox.clearfix {
    border: solid #d9cab2 1px;
    padding: 0 12px;
    text-align: center;
    margin: 1em 0;
    font-size: 12px;
    line-height: normal;
    background: rgba(0, 106, 144, 0.1);
}

.infobox img.pic.left {
    max-width: 300px;
    margin: 1em auto 0;
		float: none;
}

div.reviews {
	clear: both;
	padding-top: 2em;
}


span.bar {
    display: block;
    /* border: solid black 1px; */
    position: absolute;
    width: 100%;
    bottom: 0px;
    height: 18px;
    background: #e6f0f4;
    z-index: -1;
    width: 100%;
}

/* Antwort auf Review */
/* span.reply {
    border-left: solid #00517a 4px;
    display: block;
    padding: 12px 24px;
    background: rgb(229, 220, 204);
    margin-top: 1em;
    font-size: 14px;
    line-height: 20px;
} */

span.reply {
    border-left: solid #ccb999 2px;
    display: block;
    padding: 12px 24px;
    font-size: 14px;
    line-height: 20px;
    font-size: 20px;
    font-family: 'Marydale';
    padding: 0 20px;
    display: block;
    margin: 1em 0 0 48px;
    line-height: normal;
}

span.reply b {
	font-size: 16px;
	font-family: Tahoma;
	margin-bottom: 1em;
	display: inline-block;
	font-weight: normal;
}