.dropdown-daterange-picker {
    background-color: transparent;
    
}
#termin-badereisen {
    display: none
}

.flugalternative {
    padding-bottom: 20px
}
.flugalternativen .dropdown-text {
    font-size: 14px
}

.filter-row {
    margin-bottom: 25px;
    background-color: #eee;
    border-radius: 2px;
    padding: 15px 20px 10px 20px
}

#badereisen-datepicked::before {
    content: ':';
    margin-left: 5px
}

.hotel-category-list li {
    display: flex;
}

/*
.icon-hotelcategory {
    position: relative;
    padding: 0 1px;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    display: inline-block;
}
.icon-hotelcategory::before {
    background-color: #dddddd;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    content: "";
    display: inline-block;
}

.icon-hotelcategory::after {
    content: "\e60c";
    position: absolute;
    z-index: 2;
    color: rgb(51, 51, 51);
    left: -4px;
    top: -1px;

}


.icon-hotelcategory .off {        
    background:#dddddd;
    content: "";
    right: 6px;
    left: auto;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 100% 0 0 100%;
    -ms-border-radius: 100% 0 0 100%;
    border-radius: 100% 0 0 100%;
    z-index: 999;
    display: block;
    position: absolute;
    top: 7px;
}
*/
.icon-hotelcategory {
    
    display: inline-block;
    font-size: 16px;
    left: auto;
    position: relative;
    top: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    width:16px;
    height:16px;

}
.icon-hotelcategory::before {
    /* background-color: #dddddd; */
    content: "\e60c";
    position: relative;
    z-index: 2;
}

.icon-hotelcategory.half::before {
    right: -35%;
}

.icon-hotelcategory::after {
background: #ddd;
    content: "";
    height: 54%;
    position: absolute;
    display: inline-block;
    width: 54%;
    left: 32%;
    top: 28%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;

}
.icon-hotelcategory.half {
  overflow:hidden;
  margin-left: -10px;
}
.icon-hotelcategory.half::after {
    right: 1px;
    left: 13px;
    height: 54%;
    width: 27%;
    -webkit-border-radius: 100% 0 0 100%;
    -ms-border-radius: 100% 0 0 100%;
    border-radius: 100% 0 0 100%;
}
.dropdown-hotel-category {
    min-width: 280px;
}
.hotel-category-list {
    padding-top: 15px;
}
.hotel-category-list .hotelcategory-icons {
    padding-left: 45px;
    line-height: 1.7rem;
}
.hotel-category-list input[type="radio"] {
    width: auto;
    opacity: 0.0001;
    position: absolute;
    left: 15px;
    top: 9px;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.hotel-category-list input[type=radio]~i {
    position:absolute;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display:block;
    color:#00377a;
    left: 15px;
    top:5pxem;
    width:18px;
    height:18px;
    z-index:3;
    border: 2px solid currentColor;
    border-radius:2px;
    transition:all .28s;
}

.hotel-category-list input[type=radio]:checked~i::before {
    font-family: "icomoon";
    content: "\ea10";
    font-size: 12px;
    margin-left: 1px;
    color:#009eb4;
    position: absolute;
    top: -4px;
    left: -1px
}

.hotel-category-list label {
    display: flex;
    align-items: center;
    flex: 1;
}

.hotel-category-list label.dkdropdown-item {
    padding: 5px 10px;
    margin: 0;
}


.hotelcategory-label {
    padding-left: 9px;
}

.hotelcategory-footer {
    padding: 15px 10px;
}


.travelers-dropdown {
    padding: 25px 10px;
}
.dropdown-childs {
    margin-top: 15px;
}

.travelers-dropdown-toggle {
    background: #fff;
    color: #333;    
    display: block;    
    padding: 12px 16px;
    position: relative;    
    -webkit-box-shadow: 0 0 8px rgba(51,51,51,0.3);    
    -ms-box-shadow: 0 0 8px rgba(51,51,51,0.3);    
    box-shadow: 0 0 8px rgba(51,51,51,0.3);
}

.hotel-detail-desc strong {
    color: #00377a;
  
}

/*
.hotel-detail-desc strong::after {
    content: ":";
    display: inline-block;
}
*/

.open > .dropdown-daterange-picker {
    top:0;
    min-height: 360px;
    width: 300px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background-color: #fff;
}
#datarange-picker-wrap {
    height: 320px;
}

#datarange-picker-wrap + p{
    font-size: 14px;
    color: #333;
    padding: 15px 15px 0;
    border-top: 1px solid #eee;
}

#datarange-picker-wrap + p .icon-info {
    background: #00377a none repeat scroll 0 0;
    border-radius: 50%;
    color:#fff;
    font-size: 12px;
    margin: 4px 8px 4px 12px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#datarange-picker-wrap .lightpick {
    box-shadow: none;
}
.travel-period-list ul:not(:last-child) {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.travel-period-list ul:not(:first-child) {
    padding-top: 15px;
}

.travel-period-list li {
    padding: 3px 25px;
    cursor: pointer;
}

.metatravel-radiobox-selection {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.metatravel-radiobox-selection li {
    cursor: pointer;
}

.dropdown-travel-duration{
    position: static;
    float: none;
    max-height: 280px;
    overflow-y: scroll;
}

.daterange-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 22px;
}

.dropdown-toggle-psudo {
    background:#fff;
    color:#333;
    display: block;
    padding: 10px 16px;
    position: relative;
    -webkit-box-shadow: 0 0 8px rgba(51,51,51,0.3);
    -ms-box-shadow: 0 0 8px rgba(51,51,51,0.3);
    box-shadow: 0 0 8px rgba(51,51,51,0.3);
}

.dropdown-toggle-psudo  .icon {
    color: #009eb4;
    font-size: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 14px;
}

.numberOfChildren.detailSearch {
    position: static;
}

#adults-note {
    display: flex;
    align-items: center;
}

#adults-note .icon {
    width: 25px;
    height: 25px;    
    padding: 0;    
    display: flex;    
    justify-content: center;    
    align-items: center;    
    margin-right: 10px;
}

.travel-period-list.detail-travel-period-list li {
    padding:3px 5px;
}




.travel-period-list.detail-travel-period-list ul li .txt.no-data {
    cursor: not-allowed;
    opacity: .3;
    background-color: transparent;
}



.detail-dropdown-travel-duration {
    position: absolute;
}

.hotel-integration .checkbox-selection .checkbox-item .checkbox-label {
    bottom: 0
}

.hotel-integration .checkbox-selection .checkbox-item .overlay-checked {
    display: flex;
    align-items: center;
}


.hotel-integration.flugalternativen .header a + ul, .hotel-integration.flugalternativen .header a + .dropdown {
    top: 49px;
    left: 0;
    z-index: 200;padding-top:20px;
}

.dropdown-check .checkbox-selection .checkbox-item .checkbox-label {
    white-space: nowrap;
}


.flugalternativen .header li span.checkbox-eigenanreise {
    /*
    font-weight: 700;
    font-size: 16px
    */
}

@media screen and (min-width: 768px) {
     .date-filter-row {
        margin-top: 15px
     }
}

@media screen and (max-width: 425px) {
    #badereisen-datepicked {
        font-size: 13px
    }
}


/**
 * 
 */
 .checkbox-label {

 }

 .checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    color: #009eb4;
    border: 2px solid currentColor;
    border-radius: 2px;
    transition: all .28s;
}

.checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 7px;
    height: 11px;
    border: solid #009eb4;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-label .checkbox-text {
    padding-left: 28px;
    cursor: pointer;
}

.checkbox-label .checkbox-text.disabled {
    cursor: not-allowed;
    color: #cccccc
}

.checkbox-label .checkbox-text.disabled ~ .checkmark {
    color: #cccccc
}


#wrap-date-detail-overview .flugalternativen .btn-buchen-wrap {
    margin-top: 0
}

#wrap-date-detail-overview .flugalternativen .preis {
    margin-top: 0
}

@media screen and (max-width: 768px) {
    #wrap-date-detail-overview .flugalternativen .preis {
        width: 100%;
        display: inline-block;
        text-align: left; 
    }

    #wrap-date-detail-overview .flugalternativen .xs-preis .preis strong {
        display: inline-block;
        padding-left: 15px
    }
}

.lightpick__days-of-the-week , .lightpick__days {
    display: flex;
    flex-wrap: wrap;
}
.lightpick__days-of-the-week > div, .lightpick__days > div {
    flex-basis: calc(1 / 7 * 100%);
}

.lightpick__month-title {
    display: flex;
}
.lightpick select {
  -webkit-appearance: none; /* Webkit */
  -moz-appearance: none; /* FF */
  -ms-appearance: none; /* Edge */
  appearance: none; /* Future */

  /* Optional styles */
  padding: 0.3em .1em 0.3em 0.1em;
  border: 1px solid currentColor;
  background: white;
  border-radius: 3px;
  font-size: inherit;
  background-repeat: no-repeat;
  background-position: right 5px center;
  display: inline-block;
  display: inline-flex;

}

/* IE11 */
.lightpick  select::-ms-expand {
  display: none;
}

.label-item .label.destinations, .foot-item .date-item {
    cursor: default;
}