html{
    scroll-behavior: smooth;
}


/* Allgemeines CSS / Wrapper / Spalten */
.row h3{font-style: normal;color: #04849D;font-size: 19px;padding-bottom: 5px !important; font-weight: 400;border-bottom: 1px solid #61C2D2 !important;margin-top: 45px !important;}
#wrapper {width: 100%;} 
.bodyPadding{background-color: #fff !important; width: 95% !important; margin-left:auto; margin-right: auto;}
.container {width: 100% !important;}
#wrapper .container {width: 100% !important; display: block;max-width: 100% !important;}
#linkeSpalte{padding-left: 10px;padding-right: 10px;}

/* Anchor fĆ¼r Sprungmarken auf der Seite, damit der Sprung Elemente nicht verdeckt */
.anchor{display: block;height: 85px; /*same height as header*/margin-top: -85px; /*same height as header*/visibility: hidden;}
#top-bar{height: 90px !important;}


.btn:focus {outline: none;}

/* Nav Elemente */
nav a{margin-left: 10px;margin-right: auto;color:white;}
nav a:hover{color: #FF6600 !important;	}      
nav{width: 100%;background-color: #ffffff !important;}
.logo{margin-left: 5px;margin-right: auto;width: auto;height: 75px;}



/* Ul Elemente */

ul {list-style-type: none;margin: 0;padding: 0;overflow: hidden;}
li {float: left;}
li a {display: block;color: black;text-align: center;padding: 16px;text-decoration: none;}
li a:hover {color: #FF6600 !important;}


/* Back-to-top Button, der nicht funktioniert */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #04849D; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding-left: 15px; /* Some padding */
  padding-right: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #FF6600; /* Add a dark-grey background on hover */
}

/* Footer CSS */
.list-inline .footer{list-style-type: none !important;display: inline !important;}
  

/* Remove Glow Effect Input / Buttons / Select */

.floating-label textarea:hover,
.floating-label input:hover,
.floating-label textarea:active,
.floating-label input:active,
.floating-label textarea:focus,
.floating-label input:focus, 
.floating-label button:focus,
.floating-label select:focus, 
.floating-label select:active,
.floating-label button:active, 
.floating-label button:hover, 
.floating-label label:focus, 
.floating-label .btn:active, 
.floating-label .btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
}


/* FLOATING FORM */
  /****  floating-Lable style start ****/
  .floating-label { position:relative; margin-top: 30px;}
  .floating-input , .floating-select {font-size:16px; padding:4px 4px; display:block; width:100%; height:40px; background-color: transparent; border:none; border:1px solid #999; border-radius: 0.25rem;}
  .floating-input:focus , .floating-select:focus {}
  .floating-label label {color: rgba(0, 0, 0, 0.5);font-size:15px;font-weight:normal;position:absolute;pointer-events:none;top: 10px;margin-left: 8px; transition:0.2s ease all; -moz-transition: 0.2s ease all; -webkit-transition:0.2s ease all; }
  .floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {top:-24px;font-size:16px;color:#04849D;margin-left: 0px;}
  .floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label, .floating-select:not([value=""]):disabled ~ label{top:-24px;font-size:16px;color:#04849D;margin-left: 0px;}

  /* active state */
  .floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {width:50%;} 
  *, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
  .floating-textarea {min-height: 30px;max-height: 260px; overflow:hidden;overflow-x: hidden; }
  
  /* highlighter */
  .highlight {position:absolute;height:50%; width:100%; top:15%; left:0;pointer-events:none;opacity:0.5;}
  
  /* active state */
  .floating-input:focus ~ .highlight , .floating-select:focus ~ .highlight {-webkit-animation:inputHighlighter 0.3s ease; -moz-animation:inputHighlighter 0.3s ease;animation:inputHighlighter 0.3s ease;}

/****  floating-Lable style end ****/




/* Formulare CSS */
#ReisedatenFormDesktop{width: 90% !important;margin-top: 25px;margin-left: auto;margin-right: auto;}
#formMobile{background-color: #ffffff; padding-top: 15px; padding-bottom: 15px;  height: auto; margin-bottom: 25px; margin-top: 25px; border: 1px solid #04849D;}
#sideForm{height: 100% !important;position: fixed !important;z-index: 1 !important; top: 0 !important; right: 0 !important;padding-top: 25px;border-left: 1px solid #04849D;background-color: #ffffff !important;
/* Firefox */overflow-y: scroll !important; scrollbar-color: transparent transparent;}
#sideForm::-webkit-scrollbar { width: 0 !important; display: none; }



/* Formular Buttons */
#formDesktop button{ height: 40px; background-color: #167199; border-style: none; margin-top: 5px; font-size: 16px;}
#formMobile button{ height: 50px; background-color: #04849D; border-style: none; margin-top: 5px;font-size: 19px;}
#submitAnfrage{height: 40px !important;  background-color: #167199 !important; border-style: none !important; margin-top: 15px !important;font-size: 16px !important;}
.mobileFormButton{background-color: #04849D; border-style: none; margin-top: 10px; height: 55px}
#mobileMenuButton{ padding-left: 15px;padding-top: 15px;padding-bottom: 10px; }



/* SPRUNGMARKEN CSS */
.sprungmarken a{ color: #00768e;}        
.sprungmarken a:hover{color: #FF6600 !important;}
/*.sprungmarken{ position: sticky !important; top: 1 !important; right: 1 !important; z-index: 9999 !important; left: 1 !important; width: 100% !important; background-color: white !important; border-bottom: 1px solid #04849D; padding-bottom: 3px !important;}*/
.sprungmarken{ position: sticky !important; top: 1 !important; right: 1 !important; z-index: 1999 !important; left: 1 !important; width: 100% !important; background-color: white !important; border-bottom: 1px solid #04849D; padding-bottom: 3px !important;}
.sprungmarken li a{ padding-bottom: 0px !important;}

/* Sprungmarken-Leiste Fixed CSS */
.fixed-top{ background-color: white !important; border-bottom: 1px solid #04849D;}

/* UUNTERKUNFT NAME UND LAGE */
.unterkunftLogoVIP{width: 100px; height: 75px; margin-right: 10px; margin-left: 40px; position: absolute; right: 0px;}
#unterkunftNameMain{font-size: 25px !important;}
.unterkunftName{margin-top: 25px;}


/* HAUPTMERKMALE CSS */
.hauptmerkmale{ border-top: 1px solid rgba(0,0,0,0.1);  border-bottom: 1px solid rgba(0,0,0,0.1); background-color: #f6f6f6; margin-bottom: 15px;}
.hauptmerkmale li{ padding-left: 10px; padding-right: 10px; padding-top: 5px; }
.hauptmerkmale i { padding-right: 3px; color: green;}
.hauptmerkmale h5{ font-size: 17px; font-style: italic; padding-top: 15px; color: #04849D; }
.hauptmerkmale li:first-child {padding-left: 10px !important;}

/* SOCIAL CSS */
.social{ border-top: 1px solid rgba(0,0,0,0.1); border-bottom: 1px solid rgba(0,0,0,0.1); background-color: #f6f6f6; vertical-align: middle; padding-top: 10px;padding-bottom: 10px;}
.social span{padding-right: 20px !important; vertical-align: middle; white-space:nowrap;}
.social span a{color: #04849D;}
.social span a:hover{ color: #FF6600;}
.social img{width: 30px; height: auto; padding-right: 5px; margin-bottom: 10px; margin-top: 10px;}
.social i{ padding-right: 5px; color: #04849D;}

/* KONTAKT CSS */
.buchbarUL{list-style: none; position: absolute; right: 0px; }
#buchbar{list-style: none !important; color: #04849D; text-decoration-line: underline;}
.anfrageLink{ margin-top: 5px !important; text-align: center; font-size: 16px;}
.anfrageForm1{ background-color: #04849D; padding-top: 15px; padding-bottom: 15px}
.formKontakt .form-group{ padding-bottom: 15px; padding-top: 15px; margin-top: -30px !important;}
.anfErwKind{ margin-top: 20px !important;}
.anfrageLink i{ color: #04849D;margin-left: 5px;}
.anfrageLink a{ color: #FF6600 !important;text-decoration-style: solid !important;margin-top: -20px !important;}
#anfrageLinkdesktop{margin-top: -30px !important;}
.anfrageh3{padding-bottom: 10px; margin-top: 20px; border-bottom: none;text-decoration: none;}
.formKontakt{ font-size: 16px !important; margin-top: 15px; color: #04849D;}
.hinweis2{font-style: normal !important;color: #212529 !important; font-size: 15px !important;}
.hinweis{font-style: italic !important; color: #212529 !important; font-size: 15px !important; padding-bottom: 15px !important;}
.form strong{ color: red !important;}
.hinweis strong{ color: red !important;}
.hinweis a{ font-style: italic !important; color: #04849D !important;}
.hinweis a:hover{ font-style: italic !important; color: #FF6600 !important;}
.form-check{ margin-bottom: 10px !important;}
#anfrageFormular{ background-color: #ffffff;  padding-top: 15px;  padding-bottom: 15px}
#anfrageFormular h3{ border-bottom: none !important}
#eingabefeld{min-height: 200px; background-color: #f5f5f5;
}




/* UNTERKUNFT HARTFACTS CSS */
.unterkunftDetails p{ color: black !important; font-size: 16px !important;}
.unterkunftDetails .row{ margin-bottom: 25px !important;}
.unterkunftDetails span{ margin-top: 5px; margin-bottom: 5px; vertical-align: middle!important;  display: inline-block !important;}
.unterkunftDetails i{ color: #04849D !important; /*margin-right: 5px !important; */vertical-align: middle !important;}
.unterkunftDetails a{ color: #04849D; text-decoration: underline}
.unterkunftDetails a:hover{ color: #FF6600;}
#beschreibung h6{color: #04849D; font-weight: 600;}


/* AUSSTATTUNG CSS */
.featureSet ul {overflow: visible;}
#ausstattungCon h5{font-size: 17px;font-style: italic;padding-top: 5px; color: #04849D;}
#ausstattungCon li{margin-top: -5px !important; padding-bottom: 3px; font-size: 15px;}
#vipKatalog{padding-bottom: 15px !important;padding-top: 15px !important;padding-left: 15px;}
#ausstattungInhalt{margin-top: 15px; padding-top: 15px;padding-left: 15px;background-color: #FAFAFA;}
#ausstattungInhalt li{padding-right: 15px;}
#ausstattungInhalt img{width: 50px;height: auto;}
#ausstattungBnt{padding: 5px !important;border: #04849D !important; color: #04849D;}
#ausstattungInhalt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#ausstattungInhalt > .column{
    flex: 1 0 50%;
}
#ausstattungInhalt > #vipKatalog{
    flex: 0 0 100%;
}

/* UUNTERKUNFT Auszeichnungen */
.auszeichnung{margin-top: 5px;}
.auszeichnung p{ font-weight: 300!important; margin-right: 8px; margin-top: -5px; border: 1px solid #04849D; color: white!important; border-radius: 0.25rem; padding: 5px 5px 5px 5px !important;}
.auszeichnung .fas, .auszeichnung .far, .auszeichnung .fal{color: white!important; padding-right: 3px!important}

.auszeichnung .auszeichnungNenner{border: none !important; color: black!important; padding: 0!important;}
.familie{color: #fff!important; background-color: #002560!important; border: none !important;}
.low-budget{color: #fff!important; background-color: #ffae00!important; border: none !important;}
.gletcher{color: #fff!important; background-color: #00ddff!important;border: none !important;}
.luxus{color: #fff!important; background-color: #ff0054!important;border: none !important;}
.wellness{color: #fff!important; background-color: #008e2d!important;border: none !important;}
.an-der-piste{color: #fff!important; background-color: #00768e!important;border: none !important;}
.gruppen{color: #fff!important; background-color: #1d006d!important;border: none !important;}
.last-minute{color: #fff!important; background-color: #a5008c!important;border: none !important;}
.kurzurlaub{color: #fff!important; background-color: #a50000!important;border: none !important;}
.singles{color: #fff!important; background-color: #105900!important;border: none !important;}
.mit-skipass{color: #fff!important; background-color: #3a006d!important;border: none !important;}
.an-wochenenden{color: #fff!important; background-color: #c37fff!important;border: none !important;}

/* VERFĆGBARKEIT CSS */
.verfuegbarkeitsToggleButton{padding: 5px !important; border: #04849D !important; color: #04849D !important;}
.row h4{color: #04849D;font-size: 20px;font-style: normal !important;font-weight: 400 !important;border-bottom: 1px solid #ccc !important;margin-top: 25px;}
#boxVerfuegbarAnreise{padding:20px;height: 10px;width: 10px;margin-right: 8px;background-color: darkolivegreen;}
#boxVerfuegbar{padding:20px;height: 10px;width: 10px;margin-right: 8px;background-color: lightgreen}
#boxNurAbreise{padding:20px;height: 10px;width: 10px;margin-right: 8px;background-color: lightpink !important;background-image: -webkit-linear-gradient(135deg,lightcoral 50%, lightgreen 50%) !important;}
#boxNichtVerfuegbar{padding:20px;height: 10px;width: 10px;margin-right: 8px; background-color: lightcoral;}
#boxKeineAngabe{padding:20px;height: 10px;width: 10px;margin-right: 8px; background-color: darkgray;}

.verfuegbarkeitInfo{vertical-align: middle;padding-top: 10px;padding-bottom: 10px;padding-left: 25px !important;padding-right: 25px !important;}
.boxWrap{white-space:nowrap !important;margin-right: 10px !important;padding-right: 20px; margin-top: 5px;}
.boxWrap p{margin-top: 3px;}
.verfuegbarkeitInfo span{vertical-align: middle;white-space:nowrap !important;}
.verfuegbarkeitInfo p{font-size: 17px;font-style: italic;}
.verfuegbarkeitInfo i{padding-right: 6px;color: #04849D;}


/* PREIS  BOXEN */
.preisMobile{padding: 15px;text-align: center !important;border: 2px solid #61C2D2 !important;  margin-top: 15px;}
.preisMobile p{font-size:22px; color: #04849D; margin-bottom: -7px;}
.preisMobile span{color: black; font-size: 18px}
#AusgabePreis{font-size: 30px; color:#FF6600; white-space: nowrap;}
.preis{border-bottom: 2px solid #61C2D2 !important;padding: 15px;}
.preis p{font-size: 17px !important; color: #04849D; margin-bottom: -7px;}
#preisAb{padding-left: 4px; color: black; font-size: 16px;}
#preisDesktopAusgabe{font-size: 25px !important; color:#FF6600 !important; white-space: nowrap;}
.preis span{white-space: nowrap;}


/*//////////////////////////////////////////////////////////////////////////////////////////////////////*/
#sprungmarkenListe{
    display: block;
}

.sprungmarken .img-wrapper{
    display: none;
    flex-direction: row;
    height: 50px;
    flex: 1 0;
    justify-content: flex-end;
    padding-right: 15px;
}

.sprungmarken > div > a{
    display: none;
    flex-direction: row;
    height: 50px;
    flex: 1 0;
    justify-content: flex-end;
}

.sprungmarken .img-wrapper > img{
    height: 100%;
    width: auto;
}

/* MOBILE CSS */ 
@media (max-width: 575.98px) { 
    #formDesktop{display: none !important} 
    #formMobile label{font-size: 16px !important;}  
    .row h3{ font-size: 20px !important; margin-bottom: 5px !important; margin-top: 25px !important;}
    .floating-label{margin-top: 20px;margin-bottom: 20px;font-size: 15px !important; }
    .mobileFormButton {margin-top: 5px !important; height: 45px !important; font-size: 17px!important;}
    .anfrageLink{font-size: 16px !important;}
    .preisMobile{text-align: center !important; font-size: 16px !important;  } 
    .preisMobile p{font-size: 16px !important;  }
    .preisMobile span{font-size: 15px !important;  } 
    #AusgabePreis{font-size: 18px !important;}
    #sideForm{display: none;}
    .buchbarUL{display: none;}
    .mobileFruehsteAnreise{padding-bottom: 15px !important;}
    .boxWrap{white-space:nowrap !important; margin-right: 30px !important; padding-right: 20px; margin-top: 5px;}
    #unterkunftNameMain{font-size: 20px!important;}
    .unterkunftName h5{font-size: 17px!important;}
    .unterkunftsLage {font-size: 15px!important;}
    .unterkunftLogoVIP{margin-top: 5px!important; margin-right: 10px; position: relative!important;}
    .row h4{font-size: 17px !important;margin-top: 5px !important;}
    #boxVerfuegbarAnreise{padding:10px;height: 5px;width: 5px;margin-right: 5px;background-color: darkolivegreen;}
    #boxVerfuegbar{padding:10px;height: 5px;width: 5px;margin-right: 5px;background-color: lightgreen;}
    #boxNurAbreise{padding:10px;height: 5px;width: 5px;margin-right: 5px;background-color: lightpink !important;background-image: -webkit-linear-gradient(135deg,lightcoral 50%, lightgreen 50%) !important;}
    #boxNichtVerfuegbar{padding:10px;height: 5px;width: 5px;margin-right: 5px;background-color: lightcoral;}
    #boxKeineAngabe{padding:10px;height: 5px;width: 5px;margin-right: 5px; background-color: darkgray;}
    .verfuegbarkeitInfo{vertical-align: middle;padding-top: 10px;padding-bottom: 10px;padding-left: 25px !important;padding-right: 25px !important;}
    .boxWrap p{margin-top: 0px;}
    .verfuegbarkeitInfo span{vertical-align: middle; white-space:nowrap !important;}
    .verfuegbarkeitInfo p{font-size: 14px;font-style: italic; }
    .verfuegbarkeitInfo i{padding-right: 6px;color: #04849D;}
    .sprungmarkenElement{display: none;}
    #sprungmarkenListe{
        display: none;
    }
    .sprungmarken .img-wrapper{
        display: flex;
    }
    .sprungmarken > div > a{
        display: flex;
    }
    #top-bar{display: none;}
}


/*Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    #formDesktop{display: none;} 
    #sideForm{display: none;} 
    .buchbarUL{display: none;} 
    .preisMobile{text-align: center !important;} 
    .boxWrap{white-space:nowrap !important;margin-right: 30px !important;padding-right: 20px;margin-top: 15px;}
    #mobileMenuButton{display: block;}
    .sprungmarkenElement{display: none;}
    #sprungmarkenListe{
        display: none;
    }
    .sprungmarken .img-wrapper{
        display: flex;
    }
    .sprungmarken > div > a{
        display: flex;
    }
    #top-bar{display: none;}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) { 
    #formDesktop{display: none;} 
    #sideForm{display: none;}
    .buchbarUL{display: none;}
    #mobileMenuButton{display: none; }
    .sprungmarkenElement{display: none;}
    .buchbarUL{display: none;}
    #sprungmarkenListe{
        display: block;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    
    #formMobile{display: none;} 
    .preisMobile{display: none;} 
    #linkeSpalte{padding-left: 45px;padding-right: 45px; }
    .bodyPadding{width: 85% !important; }
    #mobileMenuButton{display: none;}
    #liMobilBuchung{display: none;}
    #sprungmarkenListe{
        display: block;
    }
     
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #formMobile{display: none;} 
    .preisMobile{display: none;} 
    #linkeSpalte{padding-left: 45px;padding-right: 45px;}
    .bodyPadding{width: 85% !important;}
    #ReisedatenFormDesktop{width: 85% !important;margin-top: 25px;margin-left: auto;margin-right: auto; }
    #ReisedatenFormDesktop h5{width: 85% !important;font-size: 18px !important;margin-top: 25px;margin-right: auto;}
    #mobileMenuButton{display: none;}
    #liMobilBuchung{display: none;}
    #sprungmarkenListe{
        display: block;
    }

}



/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .preisMobile{text-align: center !important;} 
      .boxWrap{white-space:nowrap !important;margin-right: 30px !important;padding-right: 20px;margin-top: 15px;}
  }


  .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled{
    opacity: .5;
    filter: Alpha(Opacity=50);
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background: darkgray;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #fff;
    font-weight: bold;
}
.availability_calendar td.available a {
    background: darkolivegreen!important;
    color: #fff!important;
    font-weight: bold;
}
.availability_calendar td.available-no-checkin a {
    background: lightgreen!important;
    color: #fff!important;
    font-weight: bold;
}
.availability_calendar td.unavailable a {
    background: lightcoral!important;
    color: #fff!important;
    font-weight: bold;
}

.availability_calendar td.noinfo a {
    background: darkgray!important;
    color: #fff!important;
    font-weight: bold;
}

.availability_calendar td.only-checkout-possible a {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/lightgreen+0,98de67+50,000000+51,000000+100 */
    background: lightgreen; /* Old browsers */
    background: -moz-linear-gradient(-45deg, lightgreen 0%, lightgreen 50%, lightcoral 51%, lightcoral 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, lightgreen 0%,lightgreen 50%,lightcoral 51%,lightcoral 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(150deg, lightgreen 0%,lightgreen 50%,lightcoral 51%, lightcoral 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='lightcoral', endColorstr='lightcoral',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff!important;
    font-weight: bold;
}

.availability_calendar td.only-checkout-possible a,
.availability_calendar td.unavailable a,
.availability_calendar td.available-no-checkin a,
.availability_calendar td.available a,
.availability_calendar td.noinfo a{
    cursor: default;
}


.availability_calendar .ui-datepicker.ui-datepicker-multi {
    width: auto;
    max-width: 100%;
}
.availability_calendar .ui-datepicker {
    width: 100%;
    padding: .2em .2em 0;
    display: none;
}

.availability_calendar .ui-widget.ui-widget-content {
    border: none;
}
.availability_calendar .ui-widget-header {
    border: none;
    background: none;
    color: #04849D;
    font-weight: bold;
}
.availability_calendar .ui-datepicker th {
    font-weight: normal;
}

.availability_calendar .ui-state-active, .availability_calendar .ui-widget-content .ui-state-active, .availability_calendar .ui-widget-header .ui-state-active, .availability_calendar a.ui-button:active, .availability_calendar .ui-button:active, .availability_calendar .ui-button.ui-state-active:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: bold;
    color: #454545;
}

#vipKatalog > div > a{
    color: #04849D;
    display: block;
    margin: 5px 10px;
}
#vipKatalog > div > a:hover{ 
    color: #FF6600;
}

.headwrapper .right-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
}

@media screen and (max-width: 767.98px) {
    .headwrapper .right-wrapper{
        display: none;
    }
}

.row h2{font-style: normal;color: #04849D;font-size: 19px;padding-bottom: 5px !important; font-weight: 400;border-bottom: 1px solid #61C2D2 !important;margin-top: 45px !important;}
#hilfe{font-size: 17px; font-style: italic; padding-top: 15px; color: #04849D; margin-top: 3px !important; border: none !important}
.anchor{display: block;height: 150px; /*same height as header*/margin-top: -150px; /*same height as header*/visibility: hidden;}
.sprungmarken h2{border: none!important; font-size: 16px !important; float: left !important; margin-top: 0px !important}
#unterkunftNameMain{font-size: 25px !important; margin-top: 0px !important;}

/* UUNTERKUNFT Auszeichnungen */
.auszeichnung{margin-top: 5px;}
.auszeichnung p{ margin-right: 8px; margin-top: -5px; border: 1px solid #04849D; color: #04849D; border-radius: 0.25rem; padding: 1px 3px 1px 3px;}
.auszeichnungNenner{border: 1px solid #fff !important; color: black!important; padding: 0!important;}
.familie{color: #fff!important; background-color: #002560!important; border: none !important;}
.low-budget{color: #fff!important; background-color: #ffae00!important; border: none !important;}
.gletcher{color: #fff!important; background-color: #00ddff!important;border: none !important;}
.luxus{color: #fff!important; background-color: #ff0054!important;border: none !important;}
.wellness{color: #fff!important; background-color: #008e2d!important;border: none !important;}
.an-der-piste{color: #fff!important; background-color: #00768e!important;border: none !important;}
.gruppen{color: #fff!important; background-color: #1d006d!important;border: none !important;}
.last-minute{color: #fff!important; background-color: #a5008c!important;border: none !important;}
.kurzurlaub{color: #fff!important; background-color: #a50000!important;border: none !important;}
.singles{color: #fff!important; background-color: #105900!important;border: none !important;}
.mit-skipass{color: #fff!important; background-color: #3a006d!important;border: none !important;}
.an-wochenenden{color: #fff!important; background-color: #c37fff!important;border: none !important;}
.beautybubble{color: #fff!important; background-color: #c37fff!important;border: none !important;}

.hauptmerkmale h3{ font-size: 17px; font-style: italic; padding-top: 15px; color: #04849D; }

.unterkunftDetails p{ color: black; font-size: 16px !important;}
#beschreibung .vipHeadline {color: #04849D; font-weight: 400; border-bottom: none !important; font-size: 17px !important; margin-top: 25px !important}
#ausstattungBnt{padding: 5px !important;border: #04849D !important; color: #04849D; }

#boxVerfuegbarAnreise{padding:15px;height: 10px;width: 10px;margin-right: 8px;background-color: darkolivegreen;}
#boxVerfuegbar{padding:15px;height: 10px;width: 10px;margin-right: 8px;background-color: lightgreen}
#boxNurAbreise{padding:15px;height: 10px;width: 10px;margin-right: 8px;background-color: lightpink !important;background-image: -webkit-linear-gradient(135deg,lightcoral 50%, lightgreen 50%) !important;}
#boxNichtVerfuegbar{padding:15px;height: 10px;width: 10px;margin-right: 8px; background-color: lightcoral;}
#boxKeineAngabe{padding:15px;height: 10px;width: 10px;margin-right: 8px; background-color: darkgray;}

.verfuegbarkeitInfo p{font-size: 16px;font-style: italic;}

.verfuegbarkeitInfo p{font-size: 15px;font-style: italic; }

.grecaptcha-badge { visibility: hidden; }

#beschreibung h3{
    color: #04849D;
    font-weight: 400;
    border-bottom: none !important;
    font-size: 17px !important;
    margin-top: 25px !important;
    font-style: normal;
    padding-bottom: 5px !important;
}


#errorBox > li{
    float: none;
    list-style-type: square;
    list-style-position: inside;
    color: crimson;
}

#errorBox > li > label{
    margin: 0;
    font-size: 14px;
}

#anfrage_form .validate-valid:not(label){
    border: 1px solid #999;
}
#anfrage_form .validate-error:not(label){
    border: 1px solid crimson;
}

.unterkunftDetails{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.unterkunftDetails > div{
    flex: 1 0 50%;
    display: flex;
    flex-direction: row;
}

.unterkunftDetails > div > i{
    align-self: center;
    /*padding: 0 15px;*/
    margin: 0;
    flex: 0 0 70px;
    display: flex;
    justify-content: center;
}

.unterkunftDetails > div > div{
    display: flex;
    align-items: center;
}

.unterkunftDetails > div > div > span{
    padding-right: 15px;
}


@media screen and (max-width: 690px) {
    .unterkunftDetails > div{
        flex: 0 0 100%;
    }
}

.responsive_video_wrapper{
    /*
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 76px; height: 0; overflow: hidden;
    */
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; 
}
.responsive_video_wrapper iframe,
.responsive_video_wrapper object,
.responsive_video_wrapper embed {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    */
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
}

.price-container{
    /*background: #FAFAFA;*/
    padding: 15px 0;
}
.price-container .roomtype{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #FAFAFA;
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 24px;
}
.price-container .roomtype h6{
    flex: 0 0 33%;
    font-size: 14px;
    color: #6d6d6d;
    margin: 0;
}
.price-container .roomtype span{
    flex: 0 0 33%;
}
.price-container .roomtype span.price,
.price-container .roomtype h6.price{
    flex: 0 0 25%;
}
.price-container .roomtype span.name,
.price-container .roomtype h6.name{
    flex: 0 0 50%;
}
.price-container .roomtype span.mealcode,
.price-container .roomtype h6.mealcode{
    flex: 0 0 30%;
}
.price-container .roomtype .spacer{
    flex: 0 0 calc(100% + 30px);
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 10px -15px;
}
.price-container .roomtype .spacer-inner{
    flex: 0 0 100%;
    height: 1px;
    background: rgba(0,0,0,0.1);
    margin: 10px 0;
}
.price-container .roomtype h6.typename{
    color: #04849D;
}
.price-container .roomtype span{
    color: #04849D;
    font-size: 14px;
    color: #212529;
    line-height: 16.8px;
}
.price-container .roomtype span.subname-header{
    flex: 0 0 100%;
    font-weight: bold;
    margin-bottom: 5px;
    color: #6d6d6d;
}
.price-container .roomtype i.fa-chevron-right{
    font-size: 10px;
    margin: 0 10px;
}
.price-container .roomtype span.innertext{
    margin: 5px 0;
}

@media screen and (max-width: 690px) {
    .price-container .roomtype span.price,
    .price-container .roomtype h6.price{
        flex: 0 0 25%;
    }
    .price-container .roomtype span.name,
    .price-container .roomtype h6.name{
        flex: 0 0 50%;
    }
    .price-container .roomtype span.mealcode,
    .price-container .roomtype h6.mealcode{
        flex: 0 0 25%;
    }

    .price-container .roomtype h6{
        font-size: 12px;
    }
    .price-container .roomtype span{
        font-size: 12px;
    }
}

#sprungmarkenListe i{
    color: #04849D;
}

footer {
    background: #093554!important;
    margin-top: 50px;
    margin-bottom: 0px !important;
}

#vipKatalog i {
    color: #04849D;
}
#vipKatalog strong {
    color: #04849D;
}


/* 10 05 2020 */
.back-to-list{
    display: inline-flex;
    text-decoration: none!important;
    float: right;
    height: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;

}
.back-to-list > a{
    text-decoration: none!important;
}
.back-to-list > a > div{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
    color: #00768e;
    text-decoration: none!important;
    align-items: center;
    /*background: #04849d;*/
    border-radius: 4px;
    padding: 2px 10px 2px 4px;
}
.back-to-list > a > div:hover{
    opacity: .8;
}
.back-to-list i{
    text-decoration: none!important;
    font-size: 20px;
    margin-right: 10px;
}
.back-to-list .back-text{
    height: 40px;
    background: blue;
}

.unterkunftsLage {
    color: #FF6600;
}

.unterkunftsLage a{
    /*color: #212529;*/
    color: #FF6600;
    text-decoration: underline;
}
.unterkunftsLage a:hover {
    color: #FF6600;
}


.homepagelink-bookingform-outer{
    width: 100%;
    display: flex;
}
.homepagelink-bookingform{
    

    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    width: 85%;
    margin: auto;
    text-align: center;

    min-height: 40px;
    background-color: #167199;
    border-style: none;
    margin-top: 5px;
    font-size: 16px;

    color: #fff;
    text-decoration: none!important;
}

.homepagelink-bookingform a{
    color: #fff;
    text-decoration: none!important;
}
.homepagelink-bookingform a:hover{
    color: #fff;
}

.saleslink-bookingform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 85%;
    margin: auto;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}

.saleslink-main {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 30%;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}

.saleslink-mobile {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
}

.saleslink-bookingform a,
.saleslink-main a,
.saleslink-mobile a{
    color: inherit;
    text-decoration: none!important;
}
.saleslink-bookingform a:hover,
.saleslink-main a:hover,
.saleslink-mobile a:hover{
    color: inherit;
    opacity: .8;
}

.saleslink-bookingform .sale-container,
.saleslink-main .sale-container,
.saleslink-mobile .sale-container{
    background: crimson;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 4px;
}

.saleslink-bookingform .sale-text,
.saleslink-main .sale-text,
.saleslink-mobile .sale-text{
    color: inherit;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px 0 5px;
}

.saleslink-bookingform .sale-icon,
.saleslink-main .sale-icon,
.saleslink-mobile .sale-icon{
    position: relative;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.sale-btn {
    display: flex!important;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
    background: #FF6600 !important;
    border-color: #e25a00!important;
}
.sale-btn .sale-content {
    flex: 1 0;
}

.sale-icon .fa-tag{
    top: 5px;
    left: 5px;
    position: absolute;
    font-size: 25px;
    
    top: -2px;
    left: 2px;
    position: absolute;
    font-size: 40px;
}
.sale-icon .fa-percent{
    top: 13px;
    left: 14px;
    position: absolute;
    color: crimson;
    color: #0069d9;
    font-size: 10px;
    
    top: 10px;
    left: 15px;
    position: absolute;
    color: crimson;
    color: #0069d9;
    color: #FF6600;
    font-size: 18px;

}

.sale-text{
    
}
.sale-price{
    font-size: 22px;
}

/* booking com */
.booking-com-bookingform {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 85%;
    margin: auto;
    text-align: center;
    justify-content: center;
    color: #fff;
    margin-top: 30px;
    width: 80%;
}

.booking-com-bookingform a {
    color: inherit;
    text-decoration: none!important;
}
.booking-com-bookingform a:hover{
    color: inherit;
    opacity: .8;
}

.booking-com-bookingform .booking-com-container{
    background: #003580;
    padding: 15px;
    color: inherit;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 4px;
    box-sizing: border-box;
    justify-content: center;
}
.booking-com-bookingform img{
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    max-width: 140px;
}
.booking-com-bookingform .booking-com-text{
    color: inherit;
    font-size: 14px;
    margin-bottom: 10px;
}


.gallery_wrap{
    margin-left: 15px;
    margin-right: 15px;
}
.swiper-container.gallery-container{
    width: 100%;
}

.swiper-slide{
    opacity: .2;
    -webkit-transition: opacity .5s; /* Safari */
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}
.swiper-slide-active{
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
    left: 15px;
    /*padding: 10px;
    border-radius: 15px;*/
    padding: 6px 12px;
    border-radius: 5px;
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.video-slide{
    height: auto;
}


.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next,
.swiper-button-prev{
    height: 50px;
    width: 50px;
    opacity: .7;
    -webkit-transition: opacity .1s; /* Safari */
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover{
    opacity: 1;
}

.swiper-button-next > i,
.swiper-button-prev > i{
    font-size: 50px;
    color: #167199;
}

.gallery-slide > a > div{
    height: 100%; position: relative;
}

.responsive_video_wrapper_2 {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.81);
}
.responsive_video_wrapper_2 iframe,
.responsive_video_wrapper_2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.expand-gallery{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 40px;
    color: #fff;
    display: block;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity .1s; /* Safari */
    -webkit-transition: opacity .1s ease-in-out;
    -moz-transition: opacity .1s ease-in-out;
    -ms-transition: opacity .1s ease-in-out;
    -o-transition: opacity .1s ease-in-out;
    transition: opacity .1s ease-in-out;
}
.gallery-slide:hover .expand-gallery{
    opacity: .8;
}

.back-to-list.back-to-list-mobile{
    display: none;

}

#mobileSaleLinks{
    /*display: none;*/
    padding-left: 0;
    padding-right: 0;
}

#mobileSaleLinks .booking-com-bookingform .booking-com-container {
    background: #003580;
    padding: 15px;
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 4px;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1006px){
    .saleslink-mobile{
        display: flex;
    }
}

@media only screen and (max-width: 639px){
    
    .gallery-pagination{
        display: none;
    }
    .expand-gallery{
        opacity: .8;
        font-size: 30px;
        top: 5px;
        right: 8px;
    }

    .back-to-list.back-to-list-mobile{
        margin-top: 10px;
        display: flex;
        float: none;
        text-decoration: none!important;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
    
    }

    .booking-com-bookingform {
        width: 100%;
    }
    #mobileSaleLinks{
        display: block;
    }

    .homepagelink-bookingform{
        width: 100%;
    }
    .homepagelink-bookingform-outer{
        padding-left: 15px;
        padding-right: 15px;
    }
}

.typename.price span {
    color: #04849D;
}
.desktopsize {display: none;}
.mobilesize {display: inline;}

@media only screen and (min-width: 1320px){
    .desktopsize {display: inline;}
    .mobilesize {display: none;}
}



