.fn-lightbox {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.77);
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
  -webkit-transition: 0.5s;
	transition: 0.5s;
	text-align: center;
}

img.fn-lb-screen {
	vertical-align: middle;
	max-width: 95%;
	max-height: 95%;
}

.fn-imageholder {
	width: 300%;
	margin-left: -100%;
	height: 100%;
}

.fn-lb-holder {
	width: 33.33%;
	float: left;
	-webkit-transition: 0.6s;
  transition: 0.6s;
	min-height: 100%;
	text-align: center;
}
.fn-lb-ffw {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1000;
    background-image: url('img/ffw.png');
    background-repeat: no-repeat;
    background-position: center right;
}
.fn-lb-rew {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 1000;
    background-image: url('img/rew.png');
    background-repeat: no-repeat;
    background-position: center left;
}
.fn-lb-ffw:hover, .fn-lb-rew:hover {
    opacity: 1;
}
.fn-lb-ffw, .fn-lb-rew {
    opacity: 0.3;
    -webkit-transition: 0.3s;transition: 0.3s;
}
.fn-lb-close {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    background: rgba(0, 0, 0, 0.44);
    color: white;
    font-size: 1.8em;
    border-radius: 0.1em;
    box-shadow: 0 0 0.15em rgba(212, 212, 212, 0.25);
    border: 1px solid rgba(0, 0, 0, 0.27);
    z-index: 1100;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0 0.3em;
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition:0.3s;transition:0.3s;
}
.fn-lb-close:hover {
    opacity: 1;
}

.btn_angebot {
  background:#ce0429;
  color: #ffffff !important;
  padding: 5px 15px;
  position: relative;
 float:right;
 -webkit-transition:0.3s;transition:0.3s;
 font-weight:100;
}
.btn_angebot:hover {
  background:#f3f3f3;
  color: #ce0429 !important;
}

#content img {
    max-width: 100%;
}

#slider {
    position: relative;
    background: black;
}
@media (min-width:999px){
	#slider {
    min-height:100%;
	}
}
.slider-img {
    position: absolute;
    /* right: -212%; */
    -moz-transition: 2s;
    -webkit-transition: 2s;
    transition: 2s;
    opacity:0;
    top: 0;
    width:100%;
    height:100%;
    background-size: cover;
    background-position: bottom center;
}
.slider-act {
   /* right:0; */
   opacity:1;
   z-index:100;
}
.mainspacer{
	width:1200px;
	margin:0 auto;
	position:relative;
}


.mainspacer2 {
    position: absolute;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    top: 0;
}

.uiDialog{
   position:fixed;
   left:0;
   right:0;
   top:0;
   bottom:0;
   z-index:-1;
   opacity:0;
   -webkit-transition:0.5s;transition:0.5s;
  }
  .uiDialog-close {
      position: absolute;
      top: 0.5em;
      background: rgba(0, 0, 0, 0.44);
      color: white;
      font-size: 1.8em;
      border-radius: 0.1em;
      box-shadow: 0 0 0.15em rgba(212, 212, 212, 0.25);
      border: 1px solid rgba(0, 0, 0, 0.27);
      z-index: 1100;
      font-weight: 600;
      line-height: 1.2em;
      padding: 0 0.3em;
      cursor: pointer;
      right: 0.5em;
      opacity:0.6;
      -webkit-transition:0.3s;transition:0.3s;
  }
  .uiDialog-close:hover {
      opacity:1;
  } 
div#cr-line {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  color:rgba(255,255,255,0.8);
}
@media (max-width:999px){div#cr-line {padding-bottom:3em;}}
#cr-line a{
  -webkit-transition:0.3s;
  transition:0.3s;
  color:rgba(255,255,255,0.8);
}
#cr-line a:hover{
  color:#ffffff;
}


/***********************************/
#sidebar {
    float: right;
    width: 29%;
    margin: -6.5em 0 0 0;
}
#sidebar h3 {
    margin: -0.5em 0 0.5em;
    line-height: 2em;
    border-bottom: 1px solid #E1E1E1;
    text-transform:uppercase;
}
#sidebar h4 {
    margin: -0.5em 0 0.5em;
    line-height: 1.9em;
    border-bottom: 1px solid #E1E1E1;
    text-transform:uppercase;
    font-size:1em;
}
#sidebar .galery {
    margin: 1em -0.25em 0 -0.25em;
}
#sidebar .galery img{
   cursor:pointer;
}
/***********************************/
#content {
    float: left;
    width: 68%;
    
}
#contentholder {
    margin-top: -12em;
    margin-bottom:1em;
    padding-bottom: 3em;
}
#contentholder>.mainspacer {
    background: #FCFEFF;
    z-index: 111;
    padding:0em 1em 0.1px 0.5em;
}
#contentholder2 {
    padding-bottom: 3em;
    background: #7E7F7F url('img/Buchung.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#contentholder a {
    color: #CE0429;
    font-weight: 600;
}
#contentholder strong{
	font-weight: 600;
}
/***********************************/
#headingspacer {
    padding: 0.5em 31% 1px 1em;
}
#contentholder>.mainspacer.transgrad {
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.25) 0%, rgba(255,255,255,1) 90%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0.25) 0%,rgba(255,255,255,1) 90%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40ffffff', endColorstr='#ffffff',GradientType=0 );
}
#mainheading {
    font-size: 2em;
    line-height: 2em;
    color: #4C4C4D;
    text-transform:uppercase;
    margin: 0;
}
#mh-underline {
    margin: 0.25em 0 0.5em 0;
    font-weight:300;
    text-transform:uppercase;
}
@media (max-width:999px){
	#contentholder>.mainspacer {
	    padding:0;
	}
	div#headingspacer {
	    padding: 1em 1em 0 1em;
	}
	#slider {
      height:14em;
	}
}
.secondheading, .abmeldung h2 {
    margin: -0.5em 0.5em 0.5em;
    font-size: 1.5em;
    border-bottom: 1px solid #e1e1e1;
    line-height: 2em;
    color: #4C4C4D;
    font-weight:400;
    text-transform:uppercase;
    margin:0;
}
.rightspan{
    float: right;
    font-size: 0.7em;
    font-weight: 400;
    padding-right: 3em;
    min-height:2.8em;
}
.rightspan.keins {
    padding:0;
}
.rightspan.map{
    background-image: url(./img/icons/marker.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
.rightspan.stern{
    background-image: url(./img/icons/stern.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
}
/***********************************/

/*

#buchung {
    width: 400px;
    margin-top: 3em;
    color: #EBEEEE;
}
div#ui_buchung {
    background: rgb(0, 0, 0);
    overflow-y:scroll;
     -webkit-overflow-scrolling: touch;
}

.btn_buchung {
    font-size: 1.35em;
    line-height: 2em;
    color: #CE0429;
    border: none;
    background: rgba(255, 255, 255, 0.71);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.37);
    cursor: pointer;
    transition: 0.3s;
}

#buchung1 {
    margin-top: 4em;
    color: #EBEEEE;
    background:#000000;
}
#buchung .tabheader, #buchung1 .tabheader, #buchung1 .tabinhalt {
    background: rgba(0, 0, 0, 0.61);
    border: 0;
    margin: 0;
}
#buchung .tabcontrol, #buchung1 .tabcontrol{
	background:transparent;
	box-shadow:none;
}
#buchung .tabcontent, #buchung1 .tabcontent, #buchung .tabheader {
    background: rgba(0, 0, 0, 0.61);
}
#buchung .tabinhalt, #buchung1 .tabinhalt  {
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.21);
}
#buchung .tabheader,#buchung1 .tabheader {
    margin-right: 0.5em;
}
#buchung .act-tabhead, #buchung1 .act-tabhead  {
    color: #CD0429;
}
#buchung input, #buchung1 input{
	line-height:1.7em;
      padding: 0 0.3em;
          margin-bottom: 0.5em;
}
button.ui-wbe-datepicker-trigger {
    font-size:1em;
    border: none;
    margin-left: 0.75em;
    background: none;
    height: 2em;
    width: 2em;
    background-size: contain;
    background-image: url('img/date2.png');
}
a.ui-corner-all.ui-state-hover.ui-wbe-datepicker-next-hover, a.ui-corner-all.ui-state-hover.ui-wbe-datepicker-prev-hover {
    background: red;
    border:0;
    margin:2px;
    border:none;
    color:white;
    border-radius:0;
}
td.webbc_dateSelectValid .ui-state-default {
    background: #0BAD0B !important;
    color: #000000;
    text-align: center;
    border: 1px solid #05B105 !important;
}
td.webbc_dateSelectInvalid .ui-state-default {
    background: #FB4C4C !important;
    border: 1px solid #FB4C4C !important;
    }
a.ui-wbe-datepicker-prev.ui-corner-all.ui-state-disabled {
    display:none;
}
button.ui-wbe-datepicker-trigger img {
    opacity: 0;
}
div#ui-wbe-datepicker-div-qs {
    z-index: 10000 !important;
}
div#ui-wbe-datepicker-div-qs {
    background: rgba(0, 0, 0, 0.88);
    box-shadow: 0 0 9px #676767;
    color: white;
    border: none;
    padding: 0;
    border-radius: 0;
    font-size: 1em;
}
input#webbi_qs_bookButton_2143 {
    margin: 0;
    padding: 0 1em;
}
.ui-wbe-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: none;
    color: white;
    border: 0;
    border-bottom: 1px solid #CE0429;
    margin: 0;
    border-radius: 0;
    padding-bottom: 0.25em;
}
#buchung select, #buchung1 select{
    padding: 0.3em;
        margin-bottom: 0.5em;
}
#buchung input[type="submit"], #buchung1 input[type="submit"] {
    background: #ce0429;
    border: 0;
    color: #EBEEEE;
    font-size: 1em;
    cursor: pointer;
}
#buchung input[type="submit"]:hover,#buchung1 input[type="submit"]:hover,#buchung input[type="submit"]:focus,#buchung1 input[type="submit"]:focus{
background: #DA0D33;
}
#buchung label,#buchung1 label {
    display: block;
    line-height: 1.7em;
    font-size: 0.9375em;
}
input#webbi_qs_bookButton_2143 {
    background: #CE0429;
    border: none;
    color: white;
    font-size: 1.2em;
    float: right;
    cursor: pointer;
}

*/

@media (min-width:999px){
    .webbi_selectHotel, .webbi_arrival, .webbi_departure, .webbi_button{
      position:relative;
      box-sizing: border-box;
      width:25%;
      float:left;
    }
    .webbi_selectHotel > div, .webbi_arrival  > div, .webbi_departure  > div, .webbi_button  > div{
      width:90%;
    }

    #buchung input, #buchung select, #buchung button{
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      cursor:pointer;
    }


    #buchung select{
      background-image:url(./img/select_arrow2.png);
      background-position: right;
      background-repeat: no-repeat;
    }


    .webbi_arrival input, .webbi_arrival input:hover, .webbi_arrival input:focus, .webbi_arrival input:active{
      background-image:url(./img/arrival3.png);
      background-position: right center;
      background-repeat: no-repeat;
    }
    .webbi_departure input, .webbi_departure input:hover, .webbi_departure input:focus, .webbi_departure input:active{
      background-image:url(./img/departure3.png);
      background-position: right center;
      background-repeat: no-repeat;
    }

    .webbi_selectHotel select > option{
      padding:0.3em 1em;
      border:none;
      background:#333333;
    }


    .webbi_selectHotel >div:first-child,.webbi_arrival > #webbi_hor1, #webbi_hor3 {display:none;}


    .ui-wbe-datepicker-trigger{
      display:none;
    float:right;
    background: rgba(0, 0, 0, 0) url("img/date2.png") repeat scroll 0 0 / contain ;
    border: medium none;
    font-size: 1em;
    height: 2em;
    margin-left: 0.75em;
    width: 2em;
    }
    .ui-wbe-datepicker-trigger img{
      display:none;
    }

    .webbi_button > div{
      width:100%;
    }
    .webbi_button > div > input{
      cursor:pointer;
    }
    div#ui-wbe-datepicker-div-qs {
    top: initial !important;
    bottom: 4em;
  }
}
@media all and (-ms-high-contrast:none)
     {
     #buchung input { padding:0.3em 0; } /* IE10 */
     *::-ms-backdrop, #buchung input[type="text"], #buchung select  { padding:0.3em 0;vertical-align:middle; } /* IE11 */
     *::-ms-backdrop, #buchung select  { background-image:none; }
     *::-ms-backdrop, #webbi_qs_bookButton_2160{padding:0 !important;}
     *::-ms-backdrop, div#ui-wbe-datepicker-div-qs {top:auto !Important;bottom:initial !important;}
   
     }
     
@media (max-width:999px){
    .webbi_selectHotel, .webbi_arrival, .webbi_departure, .webbi_button{
      position:relative;
      box-sizing: border-box;
      width:100%;

    }
    .webbi_selectHotel > div, .webbi_arrival  > div, .webbi_departure  > div, .webbi_button  > div{
      width:100%;
    }

    #buchung input, #buchung select, #buchung button{
      -webkit-appearance:none;
      -moz-appearance:none;
      appearance:none;
      cursor:pointer;
      width:100%;
      
      background-color: rgba(0, 0, 0, 0.9);
      border: 1px solid rgba(0, 0, 0, 1);
      color: #fff;
      font-size: 1.2em;
      line-height: 2em;
      padding: 0 1em;
      -webkit-transition:0.3s;
      transition:0.3s;
      width:100%;

      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
    }

    #buchung input:hover, #buchung select:hover, #buchung input:focus, #buchung select:focus {
      background-color: rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(0, 0, 0, 0.4);
      text-shadow: 0px 1px 3px rgba(0, 0, 0); /* Fallback */
      text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); 
    }

    #buchung select, #buchung select:hover, #buchung select:focus{
      background-image:url(./img/select_arrow2.png);
      background-position: right;
      background-repeat: no-repeat;
    }


    .webbi_arrival input, .webbi_arrival input:hover, .webbi_arrival input:focus{
      background-image:url(./img/arrival3.png);
      background-position: right;
      background-repeat: no-repeat;
    }
    .webbi_departure input, .webbi_departure input:hover, .webbi_departure input:focus{
      background-image:url(./img/departure3.png);
      background-position: right;
      background-repeat: no-repeat;
    }

    .webbi_selectHotel select > option{
      padding:0.3em 1em;
      border:none;
      background:#333333;
    }


    .webbi_selectHotel >div:first-child,.webbi_arrival > #webbi_hor1, #webbi_hor3 {display:none;}


    .ui-wbe-datepicker-trigger{
      display:none;
    float:right;
    background: rgba(0, 0, 0, 0) url("img/date2.png") repeat scroll 0 0 / contain ;
    border: medium none;
    font-size: 1em;
    height: 2em;
    margin-left: 0.75em;
    width: 2em;
    }
    .ui-wbe-datepicker-trigger img{
      display:none;
    }

    .webbi_button > div{
      width:100%;
    }
    .webbi_button > div > input{
      cursor:pointer;
    }
}


#ajax-tabs {
    position: absolute;
    right: 0;
    bottom: 7em;
    width: 1200px;
    text-align: right;
    left: 50%;
    margin-left: -600px;
}

#ajax-tabs button {
    font-size: 1.35em;
    line-height: 2em;
    color: #CE0429;
    border: none;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.37);
    margin-left: 0.5em;
    padding: 0 0.5em;
    cursor: pointer;
    -webkit-transition: 0.3s;transition: 0.3s;
}
#ajax-tabs button:hover {
    background: rgba(255, 255, 255, 0.85);
}


/***********************************/
footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    color: white;
    z-index: 10000;
}
footer #visiblepart {
    position: relative;
    padding: 0.5em 0;
}

footer .topline{
  padding:0.3em 0;
  border-bottom:1px solid rgba(255,255,255,0.4);
}
footer .bottomline{
  padding:0.5em 0;
}

footer #hiddenpart {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;transition: all 0.6s ease 0s;
}
footer #hiddenpart div{
	color:#ffffff;
}
footer #hiddenpart li{
	-webkit-transition:0.3s;
  transition:0.3s;
}
footer #hiddenpart li:hover{
	color:#c71b32;
}

footer #hiddenpart.scrolled {
    max-height: 23em;
}

footer #hiddenpart strong{
  display: block;
  font-size: 1.2em;
  font-weight: 300;
  padding: 0.5em 0;
  text-transform: uppercase;
}
footer #hiddenpart span{
  display:block;
}

footer #hiddenpart ul {
  display: inline-block;
  margin: 0 3em 0.9em 0.9em;
  padding: 0;
  vertical-align: top;
}

#footerbar {
  background: #262626 none repeat scroll 0 0;
  border-bottom: 1px solid #444;
  height: auto;
  margin-top: -1em;
  width: 100%;
  padding:5px 0 1px;
}
.footerbarrechts{
text-align:right;
padding-top:0.3em;
padding-bottom:0.6em;
}
.impBT{
background:none;
border:none;
font-size:1em;
padding:0;
display:inline;
color:#ffffff;-webkit-transition:0.3s;transition:0.3s;

}
.impBT:hover{
color:#ce0429;padding-right:0.3em;
}
.footerbarrechts a{
color:#ffffff;-webkit-transition:0.3s;transition:0.3s;padding-left:1em;
}
.footerbarrechts a:hover {
color:#ce0429;padding-right:0.3em;
}

h4.foothead{border-bottom:1px solid #666666;padding:5px 0px;margin:15px 0px;font-size:1.2em;}
.footersp{padding:0.8em;font-size:0.9em;}
.footersp ul{
margin:0px;
display: block;
left: 0;
padding:0;
list-style:none;
}

.footersp ul li a{color:#ffffff;-webkit-transition:0.3s;transition:0.3s;}
.footersp ul li a:hover{color:#ce0429;padding-left:10px;}

@media (max-width:999px){
footer {
    padding-bottom: 0;
    position: relative;
    min-height: initial;
    z-index:initial;
    box-shadow:none;
        box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.24);
}
footer #hiddenpart {
    max-height: initial;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background: inherit;
    color:inherit;
    overflow: hidden;
}
.impBT, .agbBT, .dataBT{
width:32%;
display:inline-block;
padding-left:0 !important;
}
.impBT{text-align:left;}
.agbBT{text-align:center;}
.dataBT{text-align:right;}
}
.contentbox {
	padding: 1em;
    margin-bottom: 1em;
}
.contentbox:nth-child(2n) {
	background:#f5f5f5;
}
.sidebarbox {
    background: rgba(252, 255, 255, 0);
    padding: 1em;
    border-left: 1px solid #cccccc;
    margin-bottom: 2em;
}

.kontaktwidget a img{
  -webkit-transition:0.3s;
  transition:0.3s;
  opacity:0.6;
  
}
.kontaktwidget a:hover img{
  opacity:1;
}

.sidebarbox2{
    background: #FCFFFF;
    margin-bottom: 1em;
}
.tabcontrol{
    padding: 1em;
    margin-bottom: 2em;
}
.contentbox2{
    background: #FCFFFF;
    box-shadow: 2px 2px 5px rgba(128, 128, 128, 0.24);
    margin-bottom: 1em;
}


img.imglinks{width:30%;float:left;padding:10px 10px 5px 0;}
img.imgoben{width:100%;}
img.imgrechts{width:30%;float:right;padding:10px 0px 5px 10px;}
.framelinks{width:30%;float:left;padding:10px 10px 5px 0;}
.frameoben {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.framerechts{width:30%;float:right;padding:10px 0px 5px 10px;}

.tabcontrol {
    padding: 0;
    border: 0;
    margin-top:1em;
}
.tabheader {
    position: relative;
    float: left;
    padding: 0.5em 1em;
    background-color: white;
    border:none;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: #c71b32;
    color: #ffffff;
    text-transform:uppercase;
    border-top:1px solid #c71b32;
    border-left:1px solid #c71b32;
    border-right:1px solid #c71b32;
    margin:0 0.2em 0 0;
}
@media (min-width:999px) and (max-width:1200px){
  .tabheader {padding: 0.3em 0.5em;}
  footer #hiddenpart ul{margin:0 1em 0.9em 0.9em;}
} 
@media (max-width:999px){
  .tabheader {padding: 0.3em 0.4em;}
} 

.act-tabhead {
    z-index: 202;
    background: #ffffff;
    color: inherit;
    font-weight:bold;
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
}
.tabinhalt {
    position: relative;
    z-index: 100;

}
.tabcontent {
    position: absolute;
    top: -1px;
    opacity: 0;
    padding: 1em;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-transform-origin: 0 0;
    background: white;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 50% 0;
    transform: rotateX(-270deg) perspective(8em);
    border:1px solid #ccc;
    z-index: -1;
}
.act-tabcont {
    position: relative;
    opacity: 1;
    transform: rotateX(0deg);
    -webkit-transition: transform 0.5s,opacity 0.8s,box-shadow 0.5s;
    transition: transform 0.5s,opacity 0.8s,box-shadow 0.5s;
    z-index: 1;
}
.act-tabcont {
    position:relative;
    opacity:1;
}
/***********************************/
.location {
    padding-bottom: 0.7em;
    border-bottom: 1px solid #E1E1E1;
}
.location img {
    float: left;
    width: 20%;
}
.loc-text {
    width: 60%;
    float: left;
    padding: 0 0.5em;
}
.loc-distance {
    float: right;
    width: 20%;
    text-align: right;
}
/***********************************/
  .uiDialog,#lightbox  {
      display:none;
  }

@media (max-width:1200px){
	.mainspacer{
		width:960px;
	}
	.mainspacer2,#ajax-tabs {
	    width: 960px;
	    margin-left: -480px;
	}
}
@media (max-width:999px){

	#ajax-tabs {
	    width: 100%;
	    position: fixed;
	    bottom: 0;
      height:auto;
	    text-align: center;
	    margin: 0;
	    left: 0;
	    padding:0;
      z-index:999;
      font-size:0.4em;
      background:rgba(244,244,243,0.8);
      border-top:1px solid #bdbab5;
	}
	div#ajax-tabs button {
	    margin:0;
	    width: 19%;
      background:none;
      box-shadow:0 0 0 0 ;
	}
  div#ajax-tabs button:hover {
      background:#bdbab5;
      
	}
  #ajax-tabs button img{
    padding-top:0.8em;
    width:65%;
    height:auto;
  }
  @media (max-width:999px)and(orientation:landscape){
  #ajax-tabs button img{
    padding-top:0.8em;
    width:35%;
    height:auto;
  }
}
  .btn_buchung {
    width: 100%;
    margin: 0;
    padding: 0.2em 0.5em;
    margin-bottom: 0.5em;
    display:block;
    text-align:center;
}

	span.rightspan.map {
	    max-width: 0;
	    max-height: 3em;
	    overflow: hidden;
	    color: transparent;
	}
	.mainspacer{
		width:98%;
	}
	.mainspacer2 {
	    position: relative;
	    width: 98%;
	    left: initial;
	    top: initial;
	    margin: 0 auto;
	}
  #contentholder {
      margin: 0;
      position: relative;
  }
	#content {
      position: relative;
	    float: none;
	    width: 100%;
	}
	#sidebar {
      position: relative;
	    float: none;
	    width: 100%;
      margin:0;
	}
	div#buchung {
	    width: 100%;
	    margin-top: 1em;
	    margin-bottom: 1em;
	}
	.sidebarbox, .contentbox {
	    padding: 1em;
	    margin-bottom: 1em;
	}

  img.imglinks, img.imgoben,  img.imgrechts, .framelinks, .frameoben,  .framerechts{width:100%;}
 
    
	#buchung input[type="submit"] {
   	 font-size: 1.5em;
    }
  .fn-lb-close, .fn-lb-ffw, .fn-lb-rew {
    opacity: 1;
  }
}
/*AKKORDEON*/
.akkordeon {
  position: relative;
  border: 1px solid rgba(84, 84, 84, 0.14);
  box-shadow: 0 0 0.4px rgba(0, 0, 0, 0.07);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
}
.akkordeon:hover {
  box-shadow: 0 0 8px rgba(208, 208, 208, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.17);
}
.akk-title {
    position: relative;
    padding: 0.5em 1em;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.akk-title:hover {
  background: rgba(105, 105, 105, 0.02);
}
.akk-button {
    font-size: 2.5em;
    max-height: 100%;
    max-width: 1.1em;
    min-height: 100%;
    min-width: 1.1em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    color: #ce0429;
    line-height: 1.1em;
}
.akkordeon>.akk-title>h3 {
    margin: 0 !important;
    border: 0 !important;
    line-height: 1.5em !important;
}

.akkordeon h3>span {
  position: absolute;
  right: 0.5em;

}
.akk-content{
	max-height:0px;
	overflow:hidden;
	-webkit-transition: 0.8s;
  transition: 0.8s;
}
.akk-innerbox {
  padding: 1em;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}   
.akk-content p {
    margin: 1em 0 0 0;
}
.akk-content p:first-child {
    margin: 0;
}

.homebt {
    min-width: 2.12em;
    background-size: cover;
    background-image: url('img/homebt.png') !important;
}

p{
    margin:1em 0 0 0;
} 
p:first-child {
    margin: 0px;
}

#captionholder {

    opacity:0;
    position:absolute;
    right:10px;
    top:13em;
    text-align:right;
    max-width:29%;
    -webkit-transition:0.6s;
    transition:0.6s;
}
#captionholder>p:first-child {
  display:inline-block;
  font-size:1.5em;
  text-transform:uppercase;
}
#captionholder>p {
    font-size:1.2em;
    background: rgba(0, 0, 0, 0.61);
    margin: 0;
    line-height: 1.5em;
    color: white;
    padding:0 0.5em;
}

/*HOTEL ICONS*/
span.tooltip{
position:absolute;
opacity:0;
font-size:0px;
padding:0.5em;
background:#ffffff;
-webkit-transition:0.3s;
transition:0.3s;
z-index:99999999;
border-radius:5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
left:0;
top:-3em;
width:100%;
text-align:center;
}
img.payicon + span.tooltip{top:0.2em;}
img.hotelicon, img.payicon{-webkit-transition:0.3s;transition:0.3s;cursor:pointer;padding:0.2em;}
img.hotelicon:hover + span.tooltip, img.payicon:hover + span.tooltip{
-webkit-transition:0.3s;
transition:0.3s;
opacity:1;
font-size:inherit;
}
@media (min-width:999px){
img.hotelicon:hover, img.payicon:hover{
padding:0.4em;
}
}
/*HOTEL BEWERTUNGSWIDGET*/
.bewertungswidget{float:left;}
button.bewertungen{
  background: #ce0429 none repeat scroll 0 0;
  border: 0 none;
  border-radius: 0;
  bottom: 0;
  color: #ffffff;
  float: right;
  font-size: 1em;
  padding: 0.3em;
  -webkit-transition:0.3s;
  transition:0.3s;
}
button.bewertungen:hover{
  background: #f3f3f3 none repeat scroll 0 0;
  color: #ce0429;
}

/*HOTEL KONTAKTWIDGET*/
.kontaktwidget ul{
margin:0px;
padding:0px;
list-style:none;
}

/*EUROPAKARTE*/
.eumap{
width:100%;
max-width: 100%;
  height: auto;
  position:relative;
}
img.karte{
width:100%;
max-width: 100%;
  height: auto;
}
img.marker{
position: absolute;
-webkit-transition:0.3s;
transition:0.3s;
}
img.marker:hover{
filter: blur(3px);
-webkit-filter:blur(3px);
}

span.markercaption{
position:absolute;
opacity:0;
font-size:0px;
padding:5px;
display:block;
height:auto;
width:100%;
background:rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
color:#ffffff;
-webkit-transition:0.3s;
transition:0.3s;
z-index:99999999;
text-align:center;
}
span.hotelinfo{
position:absolute;
right:0;
line-height:2.5em;
top:10%;
width:40%;
font-size:0;
display:block;
height:0;
z-index:99999999;
text-align:right;
opacity:0;
-webkit-transition:0.3s;
transition:0.3s;
}
span.hotelinfo strong{
background:rgba(0, 0, 0, 0.61) none repeat scroll 0 0;
color:#ffffff;
padding:5px;
font-weight:200 !important;
}

img.marker:hover + span.markercaption{
-webkit-transition:0.3s;
transition:0.3s;
opacity:1;
font-size:1.2em;
}
img.marker:hover + span.markercaption + span.hotelinfo {
opacity:1;
font-size:1em;
height:auto;
}


/*GOOGLE MAP*/
.google-map{
 height: 400px;
    width: 100%;
}


/*PREISVERGLEICH DUMMY*/
#preisvergleich{
width:400px;
height:auto;
position:absolute;
background:rgba(0,0,0,0.8);
top:76px;
right:10px;
z-index:1;
color:#ffffff;
text-align:left;

-webkit-border-bottom-right-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.preisclose {
  background: #111111 none repeat scroll 0 0;
  font-size: 1.4em;
  font-weight: bold;
  height: 41px;
  left: -41px;
  padding-top: 5px;
  position: absolute;
  text-align: center;
  top: -41px;
  width: 41px;
  cursor:pointer;
  -webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
border-bottom-left-radius: 4px;
}
.preisclose:hover{-webkit-transition:0.3s;transition:0.3s;color:#ce0429;}
#preisvergleich p {
padding:0.1em;
width:90%;
margin-left:5%;
border-bottom:1px solid #666;
}
p.unserpreis {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
#preisvergleich ul{
color:#ce0429;
list-style:none;
margin-left:-20px;

}
span.head {
  background: #111;
  top: -41px;
  display: block;
  padding: 10px;
  position: absolute;
  text-align: left;
  width: 100%;
}
span.zurbuchung {
  background: #ce0429 none repeat scroll 0 0;
  display: block;
  margin: 43px 5% 0;
  padding: 5px;
  position: relative;
  text-align: center;
  width: auto;
  -webkit-transition:0.3s;
  transition:0.3s;
  cursor:pointer;
}
span.zurbuchung:hover {
  background: #ffffff none repeat scroll 0 0;
  color:#ce0429;
}
footer div, footer a {
    line-height: 2em;
    color: white;
}
footer a.socials{
  float:left;
  padding:0.2em 0.4em 0.2em 0;
  -webkit-transition:0.3s;
  transition:0.3s;
  opacity:0.6;
}
footer a.socials:hover{
  opacity:1;
}

.cr-txt {
  font-size: 0.9em;
  font-weight: 300;
  text-transform: uppercase;
  color:rgba(255,255,255,0.8);
}
@media (min-width:999px) and (max-width: 1200px){
    .cr-txt {font-size: 0.8em;}
}

.quickbt, footer input, footer select {
background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.3);
color: #fff;
font-size: 1.2em;
line-height: 2em;
padding: 0 1em;
-webkit-transition:0.3s;
transition:0.3s;
width:100%;

-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.quickbt:hover, footer input:hover, footer select:hover, .quickbt:focus, footer input:focus, footer select:focus {
background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
border: 1px solid rgba(255, 255, 255, 0.8);
text-shadow: 0px 1px 3px rgba(0, 0, 0); /* Fallback */
text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.8); 
}

.btbuchung{margin-top:1.6em;}
footer .hl {
    font-size: 1.5em;
}
footer label {
    font-size: 1.4em;
    padding: 0 1em 0 0;
    color: #D8D8D8;
}


strong.foothead {
  border-bottom: 1px solid #999;
  display: block;
  margin: 0 0.3em;
  padding: 0.2em 0;
}
ul.footul {
  color: #999;
  list-style: outside none none;
  margin: 0;
  padding: 0 0.5em;
}

.map {
  background-position: center top;
  background-size: cover;
  height: 100%;
  width: 100%;
}

/* ANGBOTE */
.eintrag {
  border-bottom: 1px solid #e1e1e1;
  padding: 0.5em;
}

.eintrag button {
  border: medium none;
  display: block;
  padding: 0.3em 3em;
  text-align: left;
  vertical-align: top;
  width: 100%;
  min-height:3em;
 -webkit-transition:0.3s;
   -moz-transition:0.3s;
   transition:0.3s;
  font-size:1em;
  font-weight:400;
  color:#333;
  text-transform:uppercase;
}
.eintrag button.angebote{background:url(./img/angebote_icon.png) no-repeat;}

.eintrag button:hover {
  padding-left:3.4em;
  color:#c71b32;
}



.back {
  background:#c71b32;
  border-top:1px solid #c71b32;
  border-left:1px solid #c71b32;
  border-right:1px solid #c71b32;
  border-bottom:none;
  color: #ffffff;
  display: block;
  margin:1em auto 0;
  padding: 0.5em 2em;
  font-size:1em;
  position: relative;
 -webkit-transition:0.3s;
   -moz-transition:0.3s;
   transition:0.3s;
}
.back:hover {
  background:#ffffff;
  color: #c71b32;
  border-top:1px solid #ccc;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;

}


.hotelsCom {
  text-align:center;
}
.hotelsCom div{
  box-sizing:initial;
  color:#ffffff;
}
.tripadvisor{
  text-align:center;
}
.tripadvisor > div{
  display:inline-block;
}

.newsletter_bt, .abmeldung input.submit{
  background:#c71b32;
  display: block;
  padding:0.5em;
  text-align:center;
  color:#ffffff;
  text-transform:uppercase;
}
.abmeldung input.submit{display: inline-block;cursor:pointer;border:none;appearance: none;-webkit-appearance: none;-moz-appearance: none;}
.newsletter_bt:hover{
  color:#c71b32;
}
.book-engine{
  margin:5em 0 1em;
}
@media(max-width:999px){
    .book-engine{
      margin:5em 0 1em;
    }
}
h1.booking{
color:#ffffff;
text-align:center;
text-transform:uppercase; 
background:rgba(0,0,0,0.7);
padding:0.5em 1.5em;
display:inline-block;
font-size:2em;
font-weight:400;
}


a.schlichtung {
  background: #c71b32 none repeat scroll 0 0;
  color: #ffffff;
  padding: 0.6em;
  position: relative;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-weight: 400;
  -webkit-transition:0.3s;
  transition:0.3s;
   display: inline-block;
  float: right;
  top: 1.3em;
}
a.schlichtung:hover {
  background: #ffffff none repeat scroll 0 0;
  color: #c71b32;
}

#sidebar a.schlichtung{
  border: 1px solid #c71b32;
  color: #fff;
  display: block;
  float: none;
  margin: 0 2em;
  text-align: center;
  top: 0;
}

#sidebar a.schlichtung:hover{
  border: 1px solid #e3e3e3;
  color: #c71b32;
}


.bookingBT {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  z-index:999;
  border-bottom:1px solid #e1e1e1;
}
.bookingBT a{
  padding:0.5em 1em;
  background:rgba(0,0,0,0.8);
  border-top:1px solid #e1e1e1;
  border-left:1px solid #e1e1e1;
  border-right:1px solid #e1e1e1;
  color:#ffffff;
  display:inline-block;
  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


 #landscape_prevent{display:none;}
@media(orientation:landscape){
  #landscape_prevent{
    display:block;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    background:#000000;
    right:0;
    bottom:0;
    color:#ffffff;
    font-size:2.2em;
    text-align:center;
    z-index:999999999;
  }
}
@media(max-width:999px){
  #landscape_prevent{display:none;}
  a#book-now {
    display: none;
  }
}

/*********************************************/
/* DELETE LATER ******************************/
/*********************************************/



/*********************************************/
/* DELETE LATER ******************************/
/*********************************************/