<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Allgemeine Styles
----------------------------*/
body {
	margin: 0;
	padding: 20px 0;
	font-family: 'Roboto', arial, sans-serif;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;
}

#container {
	position: relative;
	max-width: 984px;
	margin: 0 auto;
	font-size: 0.9em;
	text-align: left;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clearer { /* Float-Clearer fÃ¼r alle Browser */
	clear: both;
	width: 1px; 
	height: 1px;
	font-size: 1px; 
	line-height: 1px;
}

p, 
ul {
	margin: 0 0 1em 0;
}

h1 {
	font-family: "PT Sans", arial, sans-serif;
	font-size: 2em;
	color: #b70101;
	font-weight: normal;
	margin: 0.3em 0 0.5em 0;
}

h2 {
	font-family: "PT Sans", arial, sans-serif;
	font-size: 1.5em;
	color: #b70101;
	font-weight: normal;
	margin: 0 0 0.6em 0;
}

h3 {
	font-size: 1em;
	color: #cb9943;
	font-weight: 300;
	margin: -0.5em 0 0.8em 0;
	line-height: 1.3em;
}

h1 a {
	color: inherit !important;
	text-decoration: none !important;
}

h2 a {
	color: inherit !important;
	text-decoration: none !important;
}

h3 a {
	color: inherit !important;
	text-decoration: none !important;
}

.small {
	font-size: 0.9em;
	line-height: 1.5em;
}

.center {
	text-align: center;
}

.middle {
	vertical-align: middle !important;
}

.indent {
	padding-left: 20px;
}


/* Badge */
.badge {
	display: inline-block;
	padding: .3em .4em;
	color: #fff;
	font-size: 85%;
	
	line-height: 1;
	background-color: #b70101;
	border-radius: .4em;
}

.badge .fa {
	margin-right: 3px;
}

.badge.dateFree {
    background-color: #03b42f;
}

.badge.dateBusy {
    background-color: #f08893;
}


/* Status Msg's' */
.infoMsg,
.successMsg,
.alertMsg {
	position: relative;
	padding: 10px 10px 10px 30px;
	margin-bottom: 1em;
	border: 1px solid transparent;
}

.infoMsg a,
.successMsg a,
.alertMsg a {
	color: inherit !important;
}

.infoMsg {
	color: #31708f;
	border-color: #bce8f1;
	background-color: #d9edf7;
}

.successMsg {
	color: #3c763d;
	border-color: #d6e9c6;
	background-color: #dff0d8;
}

.alertMsg {
	color: #a94442;
	border-color: #ebccd1;
	background-color: #f2dede;
}

.infoMsg:before,
.successMsg:before,
.alertMsg:before {
	position: absolute;
	top: 50%;
	left: 8px;
	margin-top: -9px;
	display: inline-block;
	width: auto;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 18px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.infoMsg:before {
	content: '\f05a';
}

.successMsg:before {
	content: '\f058';
}

.alertMsg:before {
	content: '\f06a';
}


.highlight {
	color: #b70101;
}

.highlight a {
	text-decoration: none !important;
}


a, 
a:link, 
a:visited {
	color: #b70101;
	text-decoration: underline;
}

a:hover, 
a:active {
	text-decoration: none;
}


/* Social Links */
a.facebook .fa  {
	font-size: 22px;
	color: #666;
}

a.facebook:hover .fa {
	color: #3B5998;
}

a.rss .fa {
	color: #f49528;
}

a.rss:hover .fa {
	color: #ff7800;
}


.colLeft {
	float: left;
	width: 49%;
}

.colRight {
	float: left;
	width: 49%;
	margin-left: 2%;
}

ul {
	margin: 0 0 12px 8px;
	padding-left: 10px;
}

li {
	list-style-image: url(../img/iconList.gif);
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}


blockquote {
	border-left: 8px solid #cb9943;
	padding: .5rem 1rem;
	background-color: #f3f3f3;
}

blockquote:before {
	content: 'Â»';
}

blockquote:after {
	content: 'Â«';
}


/* Datepicker: Belegung
----------------------------*/
.datepickerBelegungWrap {
    margin-bottom: 1em;
    text-align: center;
}

.datepickerBelegungWrap .datepickerBelegung {
    width: fit-content; 
    margin: 0 auto;
}

.datepickerBelegungWrap .legend {
    padding-top: 2px;
    margin-bottom: 1em;
}



/* Banner Styles
-----------------------------*/
#bannerArea {
	display: none;
	position: absolute;
	top: 17px;
	right: -166px;
	width: 140px;
	text-align: center;
	overflow: hidden;
}

#bannerArea .headline {
	color: #ccc;
    font-size: 0.9em;
    margin-bottom: 8px;
}




/* Head - Styles 
--------------------------------*/
#headArea {
	line-height: 1.5em;
	text-align: right;
	position: relative;
}


/* SecNav */
#secNav {
	margin: 0 0 15px 0;
	padding: 0;
}

#secNav li {
	display: inline-block;
	position: relative;
	list-style: none;
}

#secNav a {
	color: #cb9943;
	text-transform: uppercase;
	font-weight: 400;
	text-decoration: none;
	font-size: 0.9em;
	padding: 2px 10px;
	border-right: solid 1px #e3e2e2;
}

#secNav a:hover,
#secNav a:focus,
#secNav a:active {
	color: #333;
}

#secNav a.last {
	border: none;
	padding: 0 0 0 10px;
}

#secNav a.new:before {
	position: absolute;
	top: -13px;
	left: 7px;
	display: block;
	content: 'NEU';
	font-size: 9px;
	font-weight: 300;
	line-height: 9px;
	color: #fff;
	padding: 3px 5px;
	border-radius: 8px;
	background-color: #c40d1f;
}

#headArea #logo {
	position: absolute;
	z-index: 10;
	top: 47px;
	left: 0;
	width: 225px;
	background-color: #fff;
}

#headArea #logo img {
	width: 100%;
	height: auto;
}



/* MainNav */
#mainNav {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
}

#mainNav li {
	display: inline-block;
	background-color: #fff;
	list-style: none;
	margin: 0 0 0 1px;
}

#mainNav li a.navItem {
	display: block;
	height: 42px;
	padding: 10px 30px 2px 30px;
    position: relative;
	z-index: 70;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 1em;
}

#mainNav li .newBadge {
    position: relative;
}

#mainNav li .newBadge:before {
	position: absolute;
	top: -4px;
    left: 0;
    right: 0;
    width: 20px;
	margin: auto;
	display: block;
	content: 'NEU';
    text-align: center;
	font-size: 9px;
	font-weight: 300;
	line-height: 9px;
	color: #fff;
	padding: 3px 5px;
	border-radius: 8px;
	background-color: #c40d1f;
}

#mainNav li:active,
#mainNav li:hover,
#mainNav li:focus,
#mainNav li.active {
	background-color: #f3f3f3;
	transition: all 0.4s ease;
}

#mainNav li a .title {
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
}

#mainNav li a .subTitle {
	display: inline-block;
	font-size: 0.8em;
	font-weight: normal;
	color: #cb9943;
	line-height: 1.6em;
	margin-bottom: 3px;
}

#mainNav li.item1 a .fa {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 6px;
	color: #463407;
	font-size: 22px;
}



/* Mega Dropdown - Menue */
#mainNav li .megaDropdown {
	display: none;
	position: absolute;
	z-index: 60;
	left: 0;
	text-align: left;
	width: 922px;
	padding: 30px;
	margin: -1px 0 6px 0;
	color: #453408;
	background-color: #f3f3f3;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.4);
}

#mainNav li .megaDropdown .subNavArea {
	float: left;
	width: 510px;
}

#mainNav li .megaDropdown .colRightFloat {
	float: right;
	width: 230px;
	margin-right: 25px;
}

#mainNav li .megaDropdown .subNavPartSpacer {
	height: 30px;
}

#mainNav li .megaDropdown h3 {
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 1.3em;
	font-weight: 400;
	color: #cb9943;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 4px 8px;
	
}

#mainNav li .megaDropdown ul {
	margin: 0;
	padding: 0;
}

#mainNav li .megaDropdown li {
	margin: 0;
	padding: 0;
	color: #453408;
	list-style-image: none;
	list-style: none;
	display: block;
	background: none;
}

#mainNav li .megaDropdown li a {
	display: block;
	text-transform: none;
	text-align: left;
	font-weight: 400;
	font-size: 1em;
	height: auto;
	color: #666;
	text-decoration: none;
	padding: 8px;
	border-bottom: 1px solid #fff;
	margin: 0;
}

#mainNav li .megaDropdown li a:before {
	margin-right: 5px;
	display: inline-block;
	width: auto;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	content: '\f138';
	color: #999;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#mainNav li .megaDropdown li a:hover, 
#mainNav li .megaDropdown li a:active,
#mainNav li .megaDropdown li a:focus {
	color: #000;
	background-color: #fff;
}

#mainNav li .megaDropdown li p {
	position: relative;
	padding: 4px 6px 4px 30px;
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	background-color: #bdbdbd;
}

#mainNav li .megaDropdown li p .fa {
	position: absolute;
	top: 25%;
	left: 7px;
	font-size: 30px;
}

#mainNav li .megaDropdown .infoArea {
	float: right;
	width: 390px;
	padding-left: 20px;
	border-left: 1px solid #bebebe;
}

#mainNav li .megaDropdown .fieldset {
	padding: 5px 10px 10px 10px;
	background-color: #fff;
}

#mainNav li .megaDropdown fieldset {
	padding: 5px 10px 10px 10px;
	border: 1px solid #bebebe;
	background-color: #fff;
}

#mainNav li .megaDropdown legend {
	color: #cb9943;
	font-weight: 400;
	padding: 0 5px;
}

#mainNav li .megaDropdown .phone, 
#mainNav li .megaDropdown .mail {
	display: block;
	height: auto;
	color: #463407;
	font-size: 1.1em;
	padding: 0;
	margin: 10px 0 10px 12px;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	overflow: visible;
}

#mainNav li .megaDropdown .phone .fa, 
#mainNav li .megaDropdown .mail .fa {
	color: #463407;
	margin-right: 5px;
}



/* Eycatcher - Small */
#eyecatcherSmall {
	height: 154px;
	background: url(../img/bgEyecatcherSmall1.jpg) left top no-repeat; /* Default-Theme1 */
}

/*
.eyecatcherSmallTheme2 {
	background-image: url(../img/bgEyecatcherSmall2.jpg) !important;
}
*/



/* Over Info */
.overInfo {
	position: absolute;
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 16px;
	color: #333;
	text-align: center;
	background-color: #f3f3f3;
}

.overInfo .fa {
	color: #cb9943;
	font-size: 18px;
	margin-right: 4px;
}


/* Eycatcher - Big */
#eyecatcherBig {
	position: relative;
	height: auto;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

#eyecatcherBig .nivoSlider {
	max-height: 421px;
}

#eyecatcherBig .overInfo {
	right: -40px;
	bottom: 40px;
	width: 300px;
	padding: 10px 10px;
	transform: rotate(-30deg);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}


/* Eycatcher - Wide (full width))*/
#eyecatcherWide {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: auto;
	overflow: hidden;
}

#eyecatcherWide .nivoSlider {
	max-height: 500px;
}



/* Content - Styles 
--------------------------------*/
#contentArea {
	position: relative;
	margin: 15px 0 0 0;
	line-height: 1.6em;
	padding: 15px 15px 15px 15px;
	background-color: #fff;
	min-height: 230px;
}

#contentWide {
	position: relative;
	width: 100vw;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	height: auto;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 25.5%;
}

#contentCenter {
	float: left;
	width: 52%;
	padding-left: 15px;
	box-sizing: border-box;
}

#contentRight {
	float: left;
	width: 22.5%;
	padding-left: 15px;
	box-sizing: border-box;
}

#contentCenter_Right {
	float: left;
	width: 74.5%;
	padding-left: 15px;
	box-sizing: border-box;
}

#contentLeft p,
#contentRight p {
	font-size: 0.9em;
}


/* SidePanel */
#sidePanel {
	position: fixed;
	z-index: 100;
	top: 48%;
	right: 0;
	width: 200px;
	color: #fff;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background-color: #b70101;
}

#sidePanel h2,
#sidePanel h3 {
	color: #fff;
}

#sidePanel a.close {
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5px;
	color: #fff;
	opacity: 0.5;
}

#sidePanel a.close:hover,
#sidePanel a.close:focus,
#sidePanel a.close:active {
	opacity: 1;
}

#sidePanel .buttonSecondary .fa {
	padding-right: 5px;
}



/* SubNav */
#subNav {
	margin: 3px 0 20px 0;
	padding: 0;
}

/* Ebene 1 */
#subNav li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

#subNav li a {
	color: #453408;
	display: block;
	text-decoration: none;
	padding: 4px 8px;
	border-top: 1px solid #fff;
	background-color: #fceccc;
	-webkit-text-shadow: 0 1px 0 #fff;
	-moz-text-shadow: 0 1px 0 #fff;
	text-shadow: 0 1px 0 #fff;
}

#subNav &gt; li:first-child &gt; a {
	border-top: none;
}

#subNav li a.active,
#subNav li a:hover,
#subNav li a:active,
#subNav li a:focus {
	color: #fceccc;
	background-color: #463407;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

/* Ebene 2 */
#subNav ul {
	margin: 0;
	padding: 0;
}

#subNav li li a {
	padding: 4px 8px 4px 20px;
}


/* Special Header */
#contentCenter h1.boxHeader,
#contentRight h1.boxHeader {
	color: #fceccc;
	font-size: 0.9em;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #666;
	margin: 0 0 0.7em 0;
	background-color: #c50c1f;
}

#contentCenter h1.boxHeader a,
#contentRight h1.boxHeader a {
	display: block;
	color: #fceccc !important;
	padding: 2px 7px;
}


/* Content Block Trennlinie */
#contentArea .hr {
	height: 1px;
	overflow: hidden;
	margin-bottom: 1em;
	background: url(../img/bgHr.gif) repeat-x;
}


/* PageBrowser */
.pageBrowser {
	font-size: 11px;
	text-align: center;
}

.pageBrowser .prev,
.pageBrowser .prevInactive,
.pageBrowser .next,
.pageBrowser .nextInactive {
	margin: 0 5px;
}

.pageBrowser .prev .fa,
.pageBrowser .prevInactive .fa {
	margin-right: 3px;
}

.pageBrowser .next .fa,
.pageBrowser .nextInactive .fa {
	margin-left: 3px;
}

.pageBrowser .prevInactive,
.pageBrowser .nextInactive {
	color: #999;
}


/* ReiseFinder */
.reiseFinder .row {
	margin-right: -1%;
	margin-left: -1%;
	/*border: 1px dotted #ff3300;*/
}

.reiseFinder .row .col {
	float: left;
	width: 23%;
	padding-right: 1%;
	padding-left: 1%;
	/*background-color: #ccc;*/
}

.reiseFinder .row .col:first-child {
	margin-left: 0;
}

.reiseFinder fieldset {
	background-color: #f3f3f3;
}

.reiseFinder fieldset legend {
	font-family: 'Roboto', arial, sans-serif !important;
	font-size: 0.9em !important;
	text-transform: initial !important;
	
}

.reiseFinder label[for="preis_max"]{
	margin-bottom: 16px;
}


/* jRange Selector */
.slider-container {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	margin: 24px 0 40px 0;
}

.slider-container .back-bar .selected-bar {
	background-image: none;
	background-color: #c50c1f;
}

.slider-container .back-bar .pointer-label {
	top: -21px;
	color: #cb9943;
	font-size: 12px;
	font-weight: normal;
	background: none;
}

.slider-container .scale span {
	border-color: #bbb;
}

.slider-container .scale ins {
	color: #cb9943;
	font-size: 12px;
	padding-top: 3px;
}


/* Reise Search Result */
.reiseSearchResult .reiseShortInfo {
	float: left;
	width: 46%;
	margin-left: 20px;
}

.reiseSearchResult .preis {
	font-size: 1.3em;
	font-weight: bold;
}


/* Reise Detail */
.reiseDetail .tipPanel {
	position: absolute;
	top: 30px;
	right: 15px;
}

.reiseDetail .reiseRoute {
	float: right;
	margin-left: 10px;
	max-width: 250px;
}


/* Reise Anmeldung */
.reiseAnmeldung .reiseShortInfo {
	float: left;
	margin-left: 20px;
}


/* Masonry Grid */
.masonryGrid {
	margin-right: -30px;
}

.masonryGrid  .gridItem {
	float: left;
	margin: 0 23px 23px 0;
}



/* Card Box */
.card {
	width: 300px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-img-only {
	width: 300px;
	background-color: #fff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	line-height: 0;
}


.card .card-top {
	position: relative;
}

.card .card-top .badge {
	position: absolute;
	bottom: 10px;
	right: 5px;
}

.card a .card-img-top {
	transition: all 0.4s ease;
}

.card a .card-img-top:hover {
	opacity: 0.7;
}

.card .card-body {
	position: relative;
	overflow: hidden;
	/*min-height: 70px;*/
	padding: 15px 20px 20px 20px;
}

.card .card-body.inactive {
	color: #ccc;
}

.card .card-body .overInfo {
	right: -50px;
	bottom: 10px;
	width: 140px;
	padding: 6px 10px;
	transform: rotate(-35deg);
}

.card .card-body h4 {
	margin: 0 0 0 0;
	font-weight: 400;
	font-size: 15px;
	color: #b70101;
}

.card .card-body h4 a {
	text-decoration: none;
}

.card .card-body .story {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 20px;
	color: #d1881e;
}

.card .card-body p:last-child {
	margin-bottom: 0;
}



/* Favorit Bar */
.favoritBar {
	margin-right: -15px;
	margin-left: -15px;
	padding-right: 15px;
	padding-left: 15px;
	overflow: hidden;
}

.favoritBar h2 {
	font-size: 1.4em;
	text-transform: uppercase;
}

.favoritBar .card {
	width: auto;
}

.favoritBar .card .card-img-top {
	width: auto;
	height: 180px;
	background-size: cover;
	background-position: center center;
}

.favoritBar .card .card-body {
	min-height: 62px;
}



/* Slider (owl-carousel)
---------------------------*/
.owl-carousel {
	margin-bottom: 1em;
}

/* Dots */
.owl-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 10px 6px;
}

.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #e9ecef;
	-webkit-backface-visibility: visible;
	transition: all 0.4s ease;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #b70101 !important;
}


/* Slider-Type: Favorit */
.owl-carousel.favorit {
	text-align: center;
	margin-bottom: 2em;
}

.owl-carousel.favorit .owl-stage-outer {
	overflow: visible;
}

.owl-carousel.favorit .owl-item {
	text-align: left;
}

/* Controls */
.owl-carousel.favorit .owl-controls {
	position: relative;
	display: inline-block;
	top: 15px;
}

/* Controls: Nav */
.owl-carousel.favorit .owl-controls	.owl-nav .owl-prev,
.owl-carousel.favorit .owl-controls	.owl-nav .owl-next {
	position: absolute;
	top: -2px;
	display: inline-block;
	color: #ced4da;
	padding: 4px 8px;
	line-height: 0;
	font-size: 1.6rem;
}

.owl-carousel.favorit .owl-controls	.owl-nav .owl-prev:hover,
.owl-carousel.favorit .owl-controls	.owl-nav .owl-next:hover {
	color: #b70101;
}

.owl-carousel.favorit .owl-controls	.owl-nav .owl-prev {
	left: -30px;
}

.owl-carousel.favorit .owl-controls	.owl-nav .owl-next {
	right: -30px;
}

/* Controls: Dots */
.owl-carousel.favorit .owl-controls	.owl-dots {
	position: static;
	line-height: 0;
}

.owl-carousel.favorit .owl-controls	.owl-dots .owl-dot span {
	background-color: #ced4da;
}



/* Content Box mit Background */
.contentBox {
	padding: 16px;
	margin-bottom: 1em;
	background-color: #f3f3f3;
}

.tabWrap .contentBox {
	background-color: #fff;
}

.contentBox .reisezeitraum {
	float: left;
}

.contentBox p:last-child {
	margin-bottom: 0;
}


/* Link Box Style */
.linkBox {
	cursor: hand;
	cursor: pointer;
}

.linkBox:hover {
	background-color: #dbdbdb !important;
}


/* Tabs */
ul.tabNav {
	padding: 0;
	margin: 0 0 0 6px;
	font-family: "PT Sans", arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	text-transform: uppercase;
}

.tabNav li {
	display: inline;
	float: left;
	list-style: none;
	margin: 0 2px 0 0;
}

.tabNav a, 
.tabNav a:link, 
.tabNav a:visited {
	display: block;
	color: #333;
    text-decoration: none;
	margin-top: 3px;
	padding: 4px 10px 4px 10px;
	background-color: #dbdbdb;
	outline: none; /* Focus-Outline ausblenden */
}

.tabNav a:hover, 
.tabNav a:focus {
	color: #000;
	background-color: #f3f3f3;
}

.tabNav a:active, 
.tabNav li.active a, 
.tabNav li.active a:link, 
.tabNav li.active a:visited {
	color: #000;
	margin: 0;
	padding-top: 8px;
	background-color: #f3f3f3;
}

.tabWrap {
	margin: -2px 0 1em 0;
	border: 1px solid #f3f3f3;
	padding: 16px 16px 16px 16px;
	background-color: #f3f3f3;
}


/* Tabellen - Styles */
table.contentTbl {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
	border-style: hidden;
}

table.contentTbl caption {
	text-align: left;
	font-weight: bold;
	padding-bottom: 6px;
}

table.contentTbl td, 
table.contentTbl th {
	padding: 6px 7px 6px 7px;
	vertical-align: top;
	border: solid 1px #e9e9e9;
}

table.contentTbl th {
	font-size: 0.9em;
	font-weight: 700;
	color: #333;
	text-align: left;
}

table.contentTbl .center {
	text-align: center;
}

table.contentTbl tr.tdata {
	background: none;
}

table.contentTbl.hover tr.tdata:hover, 
table.contentTbl tr.tdataActive {
	background: #dbdbdb;
}

table.contentTbl tr.inactive,
table.contentTbl tr.inactive .highlight,
table.contentTbl tr.inactive .highlight a {
	color: #a18e65;
}

.floatBox table.contentTbl {
	margin-bottom: 0;
}

.tabWrap table.contentTbl td, 
.tabWrap table.contentTbl th {
	border: solid 1px #fff;
}



/* 2-Spalten Content */
#contentArea .twoColLeft {
	float: left;
	margin-right: 4%;
	width: 48%;
	
}
#contentArea .twoColRight {
	float: left;
	width: 48%;
}



/* 3-Spalten-Element (Startseite) */
#contentArea &gt; .threeColumns {
	margin: 10px -25px 0 -25px;
}

#contentArea &gt; .threeColumns .left,
#contentArea &gt; .threeColumns .middle,
#contentArea &gt; .threeColumns .right {
	float: left;
	width: 33.3%;
	text-align: left;
	padding: 0 25px;
	box-sizing: border-box;
}

#contentArea &gt; .threeColumns  h2 {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	font-weight: normal;
}


/* Reisedetails */
#contentArea .eyecatcher {
	position: relative;
	float: left;
	max-width: 476px;
	margin: 8px 0 15px 0;
	background-color: #ff3300;
}

#contentArea .eyecatcherSmall {
	position: relative;
	float: left;
	width: 180px;
	height: 180px;
	background-size: cover;
	background-position: center center;
}

#contentArea .eyecatcher img {
	display: block;
	width: 100% !important;
	height: auto !important;
}

#contentArea .eyecatcher .reiseID,
#contentArea .eyecatcherSmall .reiseID {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	font-family: "PT Sans", arial, sans-serif;
	font-size: 1.2em;
	font-variant: small-caps;
	color: #000;
	padding: 2px 8px 4px 8px;
	height: 20px;
	background: rgba(197, 12, 31, 0.65);
}

#contentArea .eyecatcherSmall .reiseID {
	font-size: 1em;
	bottom: 10px;
}

#contentArea .eyecatcher .reiseID .number,
#contentArea .eyecatcherSmall .reiseID .number {
	color: #fff;
}


.headline .stoererHighlight {
	color: #b70101;
	padding: 0 0.2em;
	border-radius: 15px;
	background-color: #fff;
}

#contentArea .floatBox {
	float: right;
	margin-left: 16px;
	max-width: 300px;
}


.displayALevel1, 
.displayALevel2, 
.displayALevel3, 
.displayALevel4, 
.displayALevel5 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 120px;
	height: 38px;
	background-size: cover;
	background-position: center center;
}

.displayALevel1 {
	background-image: url(../img/iconALevel-1.png);
}

.displayALevel2 {
	background-image: url(../img/iconALevel-2.png);
}

.displayALevel3 {
	background-image: url(../img/iconALevel-3.png);
}

.displayALevel4 {
	background-image: url(../img/iconALevel-4.png);
}

.displayALevel5 {
	background-image: url(../img/iconALevel-5.png);
}



/* Gallery */
.galleryItem  {
	float: left;
	width: 180px;
	height: 180px;
	margin: 0 10px 10px 0;
	text-align: center;
	background-size: cover;
	background-position: center center;
}

.galleryItem a {
    position: relative;
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    opacity: 0.9;
}

.galleryItem a:hover {
	background-color: #fff;
    color: #000;
    opacity: 0.2;
}

.galleryItem a.video:before {
    content: '\f03d';
    display: block;
	width: auto;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 36px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}



/* Styles "ausgebucht" */
.bookedUp {
	color: #999;
	text-decoration: line-through;
}

.bookedUpMarking {
	position: relative;
	padding: 0 0 0 16px;
	font-style: oblique;
}

.bookedUpMarking:before {
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: '';
	background-color: #c50c1f;
	width: 12px;
	height: 12px;
	border-radius: 6px;
}


/* WIS-GoogleMap */
#locationInfo {
	margin-top: 1em;
}

.wisPoi {
	margin-bottom: 1em;
	padding-left: 22px;
	position: relative;
}

.wisPoi img {
	display: block;
	position: absolute;
	left: 0px;
	top: 1px;
}


/* Thumbnail-Liste */
.thumbList {
	line-height: normal;
	margin-bottom: 1em;
}

.thumbList a.lightbox {
	display: inline-block;
	text-decoration: none;	
}


/* Form &amp; Fieldset - Styles 
---------------------------------*/
#contentArea fieldset {
	position: relative;
	padding: 8px 16px 12px 16px;
	margin: 0 0 20px 0;
	border: solid 1px #e9e9e9;
}

#contentArea fieldset .teaser .item {
	padding: 10px 0 16px;
	background-image: url(../img/bgHr.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#contentArea fieldset .teaser .item:first-child {
	padding-top: 0;
}

#contentArea fieldset .teaser .item:last-child {
	background: none;
	padding-bottom: 0;
}

#contentArea fieldset .teaser h2 {
	font-size: 1.2em;
	margin-bottom: 0.1em;
}

#contentArea fieldset p:last-child {
	margin-bottom: 0;
}

#contentArea .contentBox fieldset {
	border: none;
	background-color: #fff;
}

#contentArea .contentBox fieldset legend {
	font-size: 15px;
	color: #333;
}

#contentArea fieldset fieldset input.option {
	float: left;
}

#contentArea legend {
	padding: 0 4px 0 4px;
	color: #cb9943;
	font-family: "PT Sans", arial, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
}

#contentArea label,
#quicksearch label {
	display: block;
	color: #cb9943;
	font-size: 0.9em;
}

form {
	margin: 0;
}


input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	cursor: pointer;
}


input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 17px;
	height: 17px;
	position: relative;
	top: 4px;
	border: 1px solid #bbb;
	background: #fff;
	margin-right: 1em;
	box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, .1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
	border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
	background: #ddd;
	box-shadow: inset 0 0 0 2px #fff;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background: #cb9943;
  box-shadow: inset 0 0 0 2px #fff;
}


.textbox, 
.selectbox {
	font-family: inherit;
	font-size: 0.9em;
	color: #000;
	width: 100%;
	border: 1px solid #e9e9e9;
	background-color: #f3f3f3;
	box-sizing: border-box;
}

.textbox {
	padding: .75em 1em;
}

.textbox:focus, 
.selectbox:focus {
	border: solid 1px #c50c1f;
}

.selectbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: .75em 2em .75em 1em;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-size: 8px 10px;
}

select::-ms-expand {
	display:none;
}

.tabWrap .textbox, 
.tabWrap .selectbox {
	background-color: #fff;
}


.listOptions {
	position: absolute;
	top: 30px;
	right: 15px;
	width: auto;
	display: inline-flex;
}


input.button,
button.button {
	font-family: 'PT Sans', arial, sans-serif;
	font-size: 1em;
	color: #fff;
	padding: .75em 1em;
	border: none;
	width: 100%;
	cursor: pointer;
	background-color: #c50c1f;
	transition: all 0.4s ease;
}

input.button:hover,
input.button:active,
input.button:focus,
button.button:hover,
button.button:active,
button.button:focus {
	background-color: #ac0a1b;
}


a.buttonSecondary,
button.buttonSecondary {
	display: inline-block;
	font-family: 'PT Sans', arial, sans-serif;
	text-transform: none;
	color: #fff;
	padding: 4px 10px 5px 10px;
	cursor: pointer;
	text-decoration: none;
	border: none;
	background-color: #cb9943;
	transition: all 0.4s ease;
}

a.buttonSecondary:hover,
a.buttonSecondary:active,
a.buttonSecondary:focus,
button.buttonSecondary:hover,
button.buttonSecondary:active,
button.buttonSecondary:focus {
	background-color: #aa6e16;
}


a.buttonTertiary,
button.buttonTertiary {
	display: inline-block;
	font-family: 'PT Sans', arial, sans-serif;
	color: #251c05 !important;
	font-size: 12px;
	white-space: nowrap;
	text-decoration: none !important;
	padding: 4px 8px;
	border: 1px solid #ccc;
	background-color: #fff;
	transition: all 0.4s ease;
}

a.buttonTertiary:hover,
a.buttonTertiary:focus,
a.buttonTertiary:active,
button.buttonTertiary:hover,
button.buttonTertiary:focus,
button.buttonTertiary:active {
	color: #fff !important;
	border-color: #b70101;
	background-color: #b70101;
}


a.buttonDisabled,
button.buttonDisabled {
	pointer-events: none;
	background-color: #f3f3f3;
	opacity: 0.3;
}


#ajaxSpinner {
	position: absolute;
	z-index: 1;
	color: #d1881e;
}


.formGroup {
	margin-bottom: 8px;
}

.formGroup.iconed {
	position: relative;
}

.formGroup.iconed .fa {
	position: absolute;
	right: 8px;
	bottom: 10px;
	font-size: 16px;
	color: #999;
	pointer-events: none;
}


/* Foot - Styles 
--------------------------------*/
#footArea {
	position: relative;
	margin-top: 15px;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
}

#footNavArea {
	width: 280px;
	margin: 0 auto;
	text-align: center;
}

#footArea .footNav {
	margin: 2px 0;
}

#footArea .footNav li {
	display: inline-block;
}

#footArea .footNav li a {
	color: #cb9943;
	text-decoration: none;
	padding: 1px 6px;
	border-right: solid 1px #e3e2e2;
}

#footArea .footNav li:last-child a {
	border-right: none;
}

#footArea .footNav a:hover,
#footArea .footNav a:focus,
#footArea .footNav a:active {
	color: #333;
}



/* Social Network Styles */
#socialSharePrivacy {
	position: absolute;
	top: 0;
	left: 0;
}

#socialSharePrivacy li {
	list-style-image: none;
}

#socialSharePrivacy .social_share_privacy_area {
	margin: 5px 0 !important;
}

.social_share_privacy_area .facebook {
    width: 160px !important;
}

.social_share_privacy_area .facebook .fb_like iframe {
    width: 125px !important;
}

.social_share_privacy_area .twitter {
	width: 133px !important;
}

.social_share_privacy_area li div.tweet {
	width: 100px !important;
}

#socialSharePrivacy .settings_info {
	display: none;
}

#socialLink {
	position: absolute;
	right: 0;
	top: 0;
}



/* Google Map
--------------------------------*/
#googleMap {
	width: 100%;
	margin-bottom: 1em;
}



/* UF Form Validator Plugin 
--------------------------------*/
.error-input,
.error-both .input,
.error-same .input,
.error-same,
.error-both  {
	border: 1px solid #ff3300 !important;
}

input[type="checkbox"].error-input {
	box-shadow: 0 0 0 2px #ff3300;
}

input[type='checkbox'].error-input:checked + label::before,
input[type='checkbox'].error-input:not(:checked) + label::before {
	border: 1px solid #ff3300;
}

#formValidMsg {
	display: none;
}



/* Cookie Banner
----------------------------- */
#cookieBanner {
	display: none;
	position: relative;
	z-index: 100;
	top: -20px;
	width: 100%;
	color: #fceccc;
	font-size: 12px;
	text-align: center;
	background-color: #000;
}

#cookieBanner .inner {
	max-width: 1000px;
	padding: 10px;
	margin: 0 auto;
}

#cookieBanner .inner span {
	display: inline-block;
}
		
#cookieBanner .inner a {
	color: #fceccc;
	text-decoration: underline;
}
		
#cookieBanner .inner a:focus,
#cookieBanner .inner a:hover,
#cookieBanner .inner a:active {
	text-decoration: none;
}
		
#cookieBanner .inner button {
	margin-top: 4px;
}

#cookieBanner .btnHide {
	position: absolute;
	line-height: 0;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 1.5em;
}



/* jQuery Modal
----------------------------- */
.jquery-modal {
	z-index: 70;
	font-size: 0.8em;
}

.jquery-modal .modal {
	line-height: 1.6em;
	border-radius: 0;
}

.jquery-modal a.close-modal {
	top: 5px;
	right: 10px;
	color: #ccc;
	text-indent: 0;
	font-size: 16px;
	width: auto;
	height: auto;
	background: none;
}

.jquery-modal a.close-modal:hover,
.jquery-modal a.close-modal:active,
.jquery-modal a.close-modal:focus {
	color: #b70101;
}

.modal-spinner {
	border-radius: 0;
	background-color: #fff;
}

.modal-spinner &gt; div {
	background-color: #cb9943;
}</pre></body></html>