html { 	background-color:#ffffff; }

html,body{
	margin:0px;
	padding:0px;
	font-family: Arial;
	font-size:16px;
	line-height:140%;
	color:#292929;
}

h1,h2,h3,h4{
	font-family: Arial;
	line-height:140%;
}

h1{
	font-family: Arial;
	font-size:22px;
	line-height:140%;
	color:#1660A1;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
}

h2{font-size:20px;}

h3{
	margin-top:0px;
	margin-bottom:5px;
}
h4{
	margin-top:0px;
	margin-bottom:5px;
}

.rot{color:#808000;}

a{
	text-decoration:none;
	color:#6c6356;
}

a.button{
	font-family: Arial;
	text-transform:uppercase;
	display:inline-block;
	border: 1px solid #6c6356;
	padding: 5px 10px;
}

a.button:hover{
	background-color:rgba(204,204,204,0.2);
}

p{
	margin-top:0px;
	margin-bottom:15px;
}

.inside{
	width:880px;
	margin:auto;
}

.narrow {
	font-family: Arial;
	font-size: 17px;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 7px;
	line-height: 22px;
}

#header{
    background-color:#4c7d51;   
}
#pageHeadline {
    float: left;
    font-family: Arial;
    /* font-family: 'Pinyon Script', cursive; */
    font-size: 32px;
    margin-top: 71px;
    margin-bottom: 30px;
    margin-left: 50px;
    position: relative;
    width: 530px;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 36px;
}

#logo {
    height: 100px;
    margin-left: 100px;
    margin-top: 50px;
    padding: 5px;
    position: relative;
    width: 100px;
    float: left;
    /* background-color: #ffffff; */
}

#banner{
	width:100%;
	height:350px;
	overflow:hidden;
	position:relative;
}

#banner ul{
	margin:0px;
	list-style:none;
	padding:0px;
}

#banner li{
	list-style:none;
	display:block;
	height:100%;
	width:100%;
	background-size:cover;
	margin:0px;
	position:rel;
	background-position:center;
}

#banner li[sel=false] {
	display:none;
}

.bannerLeft, .bannerRight {
	height: 30px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	width: 30px;
	background-size:cover;
	cursor:pointer;
}

.bannerLeft {
	left:10%;
	background-image: url("/lib/media.php?id=273");
}

.bannerRight {
	right:10%;
	background-image: url("/lib/media.php?id=285");
}

#banner h1 {
    color: #FFFFFF;
    font-size: 28px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 25px;
    width: 880px;
    z-index: 1;
}
#banner h1 em {
    background-color: rgba(76, 125, 81, 0.6);
    font-style: normal;
    line-height: 50px;
    padding: 5px;
}

.ui-effects-wrapper {
	position:absolute !important;
}

.border{
	border: 1px solid #1660A1;
	margin:30px 0px;
	position:relative;
}

.border_inside{
	width: calc(100% - 44px);
	margin-left:2px;
	margin-top:2px;
	margin-bottom:2px;
	padding: 0px 20px;
	background-color: #1660A1;
}

.liste{
}
.listelement{
	border-top:1px solid #999;
	padding-top:10px;
	padding-bottom:0px;
	font-size: 17px;
	font-family: Arial;
}

.third{
	display:block;
	float:left;
	width:29%;
	padding-left:2.5%;
	padding-right:2%;
	margin-bottom:10px;
}
.third.first,.third.doppel.first{
	padding-left:0px;
	padding-right:4%;
}
.third.last{
	padding-left:4%;
	padding-right:0px;
	float:right;
}

.third.doppel{
	display:block;
	float:left;
	width:62%;
	padding-left:2%;
	padding-right:2%;    
	min-height: 120px;
}

.third.desc{
	display:block;
	float:left;
	width:47%;
	padding-left:2%;
	padding-right:2%;    
	min-height: 120px;
}

.third.price{
	display:block;
	float:left;
	width:13%;
	text-align:center;
	padding-left:2%;
	padding-right:0%;    
	min-height: 120px;
}

.third.price input{
	margin-top:50px;
}

.third img{
	max-width:100%;
}

.page_head{
	width:90%;
	margin:auto;
	margin-top:10px;
	margin-bottom:0px;
	text-align:center;
}

#footer{
	border-top: 1px solid #6c6356;
	margin-top:100px;
	padding-top:20px;
	padding-bottom: 30px;
	background-color:#4c7d51;
    color:#ffffff;

}
#footer a {
    color:#ffffff;   
}

#footerNavi {
  font-size: 20px;
  padding: 10px 0 40px;
}
.footer_logo{
	margin:auto;
	position:relative;
	top:-90px;
	width:87px;
	height:74px;
}
.footer_line{
	padding: 10px 0px;
}
.partnerLogo{
	padding: 10px 0px;
}

.footer_w50{
	width: 50%;
	float:left;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}
.footer_w33{
	width: 33%;
	float:left;
	text-align:center;
	font-weight:normal;
	font-style:normal;
}

.relImage {
	background-position: center center;
	background-size: cover;
	height: 200px;
	width: 100%;
}

/* Buchungsmaske */ 
.bookingArea .col1 {
	display: table-cell;
	float: left;
	position: relative;
	width: 350px;
}

.bookingArea input[type="button"]{
	background-color:#6c6356;
	color:#fff;
	border:none;    
	margin: 10px 0;
    padding: 5px;
	cursor:pointer;
}

.bookingArea {
	color:#fff;
}

.bookingArea .col2 {
	display: table-cell;
	float: right;
	position: relative;
	width: 480px;
}

.col2 > h2 {
  margin-left: 13px;
}

.controlMask .date{
	width:130px;
}

.controlMask .number{
	width:25px;
	font-size: 0.8em;
}

.journeyTeaser .leftArrow,
.journeyTeaser .rightArrow {
	cursor: pointer;
	display: block;
	height: 30px;
	position: absolute;
	top: 85px;
	width: 30px;
	background-size:cover;
}

.journeyTeaser .leftArrow {
	background-image: url("/lib/media.php?id=273");
}

.journeyTeaser .rightArrow {
	background-image: url("/lib/media.php?id=285");
	right: 0;
}
.page1 {
    display: block;
    left: 0;
    position: absolute;
    width: 100%;
}
.page2 {
    display: block;
    left: 100%;
    position: absolute;
    width: 100%;
}
.journeyImageBox {
	background-color:#6c6356;
	background-position: center center;
	background-size: cover;
	float: right;
	height: 200px;
	margin-right: 15px;
	width: 180px;
}

.journeyTextBox {
	background-color: #6c6356;
	color:#fff;
	float: left;
	height: 200px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 250px;
}
.journeyTeaser {
	height: 200px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
.journeyTeaser .journeyTextBox h3 {
	color: #fff;
	font-family:Arial;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	line-height: 22px;
	margin: 10px 10px 10px 20px;
}
.journeyTeaser .journeyTextBox  p {
	color: #fff;
	float: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 30px;
}
.journeyTeaser .journeyTextBox  span {
	color: #fff;
	float: none;
	font-size: 12px;
	line-height: 20px;
	margin: 0 30px;
}

.ui-datepicker {
	font-size:0.6em;
	line-height:100%;
	width: auto !important;
}

.imageSmall {
    display: inline-block;
    margin: 1%;
    width: 23%;
	cursor:pointer;
}
.third.first ul {
	/* list-style:none; */
	padding-left: 15px;
}
.third.first ul li {
	font-size: 12px;
	line-height: 14px;
	margin-right: 5%;
	
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto; 
}
.third.first li:nth-child(2n-1) {
}
.third.first li:nth-child(2n) {
    margin: 0;
}

#preloader {
	background-color: #000000;
	height: 100%;
	opacity: 0.6;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	color: #FFFFFF;
}
#loaderImage {    
	height: 100px;
    margin: 6% auto;
    width: 100px;
	background-image:url("/lib/media.php?id=397");
}

.journeyPicker {
	height: calc(100% - 10px);
    margin: 0 15px 10px;
    position: absolute;
    width: calc(100% - 30px);
	background-color:rgba(0,0,0,0.8);
	display:none;
	font-size:12px;
	font-family: Arial;
}

.journeyPicker[sel="true"]{
	display:block;
}
.page1:hover .journeyPicker,
.page2:hover .journeyPicker {
	display:block;
}

.selectButton,
.unselectButton {
    margin: 60px auto;
}


.narrow > ul {
    /*list-style: none outside none;*/
}

.narrow ul li {
    /*float: left;
    text-align: center;
    width: 33%;*/
}

.additionList {
	display:table;
	width:100%;
}

.additionList  > div {
	display:table-row;
}

.additionCell {
	border-bottom: 1px solid #e8dfe2;
	display: table-cell;
	padding-bottom: 5px;
	padding-top: 5px;
	width: 50%;
	font-family:Arial;
}

div .additionCell:first-child {
	width:20%;
}
.readonly .additionCell:first-child {
	width: 80%;
}
div .additionCell:last-child {
	width:20%;
	text-align:right;
}

.additionCell .ui-spinner {
    border: 1px solid #c9c9c9;
    font-size: 0.8em;
    width: 40px;
}

.loading {
	display:block;
	margin-top: -22px;
}

.dateInfo,
.roomInfo {
	background-color: #FFFFFF;
	border-radius: 2px;
	bottom: 30%;
	color: #808000;
	font-size: 0.8em;
	padding: 5px;
	z-index: 1;
	line-height: 13px;
}

.roomInfo.info {
    display:block !important;
}

#roomListTarget  .dateInfo,
#roomListTarget  .roomInfo {
	border:1px solid #1660A1;    
	margin-bottom: 15px;
}

/* BookingProcess*/

.bookingControls {
	display:table;
	width:100%;
}

.stepBox {
	display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20%;    
	opacity: 0.5;
}
.buttonBox {
	width: 12%;
}

.stepButton {
	background-color: #6c6356;
	color: #FFFFFF;
	display: block;
	padding: 5px;
	min-width: 100px;
	opacity:1;
	cursor:pointer;    
	text-align: center;
}

.buttonDisabled {
	opacity: 0.5;
	cursor:not-allowed;
}

.stepNumber {
	border: 1px solid #6c6356;
	border-radius: 10px;
	height: 20px;
	margin: auto;
	width: 20px;
}

.active {
	opacity:1;
}

.wideField {
  width: calc(100% - 30px);
}

.nameFiled {
    width: 23%;
}

.cityField {
	width: calc(100% - 90px);
}

.zipcodeField {
	width: 50px;
}

.fullPriceRow {
	border-bottom: 3px double #999999;
	border-top: 2px solid #999;
	color: #1660A1;
	font-size: 30px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: right;
}

#personalData,
#showPersonalData {
	display: inline-block;
    vertical-align: top;
    width: 49%;
}
#addNotes,
#showAddNotes {
	display: inline-block;
    vertical-align: top;
    width: 50%;
}

.bookingArea .ui-spinner-disabled {
	background-color:#D0D0D0;
	opacity:1;
}

.buttonAttention {
	background-color:#1660A1;
}

.halfWidthInput {
	width: calc(50% - 2px);
	box-sizing: border-box;
}

.fullWidthInput {
	margin: 15px auto 0;
	width: 100%;
	box-sizing: border-box;
}

#inseciaCaptchaImage {
	margin-left: calc(50% - 65px);
	margin-top: 15px;
}

.contactForm input[type="submit"] {
	background-color: #1660A1;
	border: 0 none;
	color: #FFFFFF;
	margin: 10px calc(50% - 39px);
	padding: 2px;
	width: 80px;
}

textarea.fullWidthInput {
	height: 200px;    
	resize: none;
}


/* PicBox */

#bigPictureBox {
	background-color: rgba(0, 0, 0, 0.80);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;    
	z-index: 10;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

#bigPicture {
	position: absolute;
    top: 50%;
	left: 50%;
	background-repeat:no-repeat;
	background-position:center center;
	overflow:hidden;    
}

.picBoxNav {
	height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
	background-color:#fff;
	opacity:0.25;
	line-height: 50px;    
	font-size: 30px;
	cursor:pointer;    
	font-weight: 600;
}

.picBoxNav:hover {
	opacity:0.8
}

.picBoxLeft {
    border-radius: 0 25px 25px 0;
    left: -35px;    
    padding-right: 15px;
	text-align: right;
}

.picBoxLeft:hover {
	left: -15px;
}

.picBoxRight {
    border-radius: 25px 0 0 25px;
    right: -35px;
    padding-left: 15px;
}

.picBoxRight:hover {
	right: -15px;
}

.picBoxExit {
    position: absolute;
    right: 0;
    top: 0;
    height: 20px;
    width: 20px;
    opacity: 0.25;
    border-radius: 0 0 0 40px;
	background-color: #FFFFFF;
    line-height: 18px;
    font-size: 18px;
    padding: 5px;
    text-align: right;
	cursor:pointer;
}

.picBoxDescription {
	background-color: rgba(255, 255, 255, 0.6);
	position: relative;
    text-align: center;
    top: 50%;
	margin: 0 auto;
}

.picBoxExit:hover {
	opacity:0.8;
	height: 30px;
    width: 30px;
}

/*Menü*/
#desktop_mainnav{position:relative; font-size:18px;font-family: Arial;text-transform:uppercase;z-index:5000; height:50px;clear:both;float:none;}
.mainnav ul{margin:0px;padding: 2px 0;text-align:center;}
.mainnav ul li{width:auto;display:inline-block;padding-top:0}
.mainnav ul li a,.mainnav ul li span{height:33px;display:block;padding-top:15px;padding-right:5px;padding-left:5px;color:#ffffff}
.mainnav ul li a:hover, .mainnav ul li a:active,.mainnav ul li span.active{color:#F9F9D6;cursor:pointer;text-decoration:none;}

.mainnav ul li ul.level_2{
	position:absolute;
	display:none;
	width:auto;
	min-width:200px;
	background-color:rgba(255,255,255,0.9);
	overflow:hidden;
	text-align:left;
	padding-left:5px;
	text-transform:none;
	
}
.mainnav ul li:hover ul.level_2, .mainnav ul li:focus ul.level_2, .mainnav ul li:active ul.level_2{
	z-index:10000;
	display:block;
	-webkit-animation:myfirst linear 0.2s alternate;
	animation:myfirst linear 0.2s;
	animation-direction: alternate;
	animation-play-state: running;
	animation-fill-mode: both;
}

.mainnav ul li ul li{height:38px;float:none;display:block;margin-top:0;font-family:Arial; font-size:12px;}
.mainnav ul li ul li a,.mainnav ul li ul li span{height:auto;float:none;display:block;padding:8px 4px 8px 4px; font-weight:normal;}
.mainnav ul li ul li a:hover{color:#F9F9D6; text-decoration:none;}
.mainnav ul li ul li span.active{color:#F9F9D6;}

.mainnav ul li ul li ul.level_3{left:230px;margin-top:-37px;position:absolute;display:none;box-shadow:2px 3px 2px #333}

.mainnav ul li.activeNav  > a{
    color: #F9F9D6;
	text-decoration:none;
}

.mainnav ul li ul li  > a.activeNav{
    color: #F9F9D6;
}
ul.level_2 a {
    color: #F9F9D6;   
}
/*.mainnav ul li.activeNav ul.level_2 {
    display: block;
}*/
.mainnav ul li.activeNav:hover ul.level_2{
	-webkit-animation:none;
	animation:none;
}

.journeyPicker{
	display: block;
	height: 50px;
	top: calc(100% - 60px);
}
.selectButton, .unselectButton {
	margin: 10px auto;
}

.rListContainer {
	display: inline-block;
    margin-right: 4%;
    vertical-align: top;
    width: 65%;
}
.jdContainer {
	width:30%;
	display:inline-block;
	vertical-align:top;
	margin-top:45px;
}

#journeyDetailsContainer {
    margin-top: -52px;
}
#journeyDetailsContainer .narrow {
    font-size: 12px;
	text-align: justify;
}
#journeyDetailsContainer h1 {
    font-size: 1.3em;
}
#journeyDetailsContainer ul {
    list-style: inherit;    
	padding: 0 15px;
}
#journeyDetailsContainer ul li {
    float: none;
    text-align: left;
    width: 100%;
}

.price > h3 {
    font-size: 1.0em;
}
.roomSelector {
	font-size: 0.95em;
}
#journeyHeadlineContainer .page_head{
	margin: -15px auto 0;
}
#journeyHeadlineContainer h1 {
    margin: 0;
}

.additionList div:last-child .additionCell {
  border-bottom: 0 none;
}
.addPriceShow {
  font-size: 16px;
  display:block;
}

.addPriceShowType {
	font-size: 17px;
}
.addName {
	font-weight: bold;
}
.addDesc {
	font-size: 17px;
}
.offererAdditions {
	padding-top: 20px;
}
.journeyAdditions {
	padding-top: 20px;
}
.showAddCalc {
	display: block;
	font-size: 12px;
	white-space: nowrap;
}
.showAddCalc .addPriceShow:after {
    content: " ";
}
.showAddCalc .addPriceShow {
    display: inline;
    font-size: 12px;
}

.highlight {
  background-color: rgba(255, 255, 255, 0.85);
  float: right;
  font-family: Arial;
  font-size: 17px;
  line-height: 20px;
  padding: 5px;
  position: relative;
  top: 46px;
  width: 300px;
  z-index: 2;
}

.highlight > h3 {
  font-size: 17px !important;
  margin-bottom: 0 !important;
  padding-bottom: 5px;
}

.buttonArea {
  display: block;
  text-align: right;
  margin: 5px;
}

/*popup box*/
.popupBoxMain {
	background-color: rgba(0, 0, 0, 0.30);
	bottom: 0;
	left: 0;
	padding-left: 50%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
}
.popupBody {
	background-color: #fbf2f5;
	border: 1px solid #1660A1;
	box-sizing: border-box;
	color: #6c6356;
	height: calc(100% - 100px);
	margin-left: -420px;
	margin-top: 50px;
	max-height: 500px;
	overflow: auto;
	padding: 10px;
	position: relative;
	width: 840px;
	z-index: 1;
}
.popupLogo {
	background-image: url("/lib/media.php?id=279");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 120px;
	margin-bottom: 30px;
	margin-top: 15px;
	width: 100%;
}
.popupClose {
	border: 1px solid #1660A1;
	cursor: pointer;
	padding: 0 6px;
	position: absolute;
	right: 1px;
	top: 1px;
}
.popupBody > h3 {
	color: #808000;
	text-align: center;
}

/*no journey slider*/

#noJourneyPage .image {
    width: 460px;
    height: 200px;
    text-align: center;
    float: left;
    background-color: #6c6356;
    border-left: 15px solid #1660A1;
    border-right: 15px solid #1660A1;
    box-sizing: border-box;
}

#noJourneyPage .galleryImage {
    max-width: 100%;
    max-height: 100%;
}

.imgSliderInside {
    position: absolute;
    left: 0;
}
