span.Head_1 {
    font-weight: 500;
    font-size: 1.1rem;
}

div#reise-leistungen ul {
    margin: 0 0 1rem 0;
    padding: 0;
    list-style-type: none;
}

div#reise-leistungen ul li {
    padding: 0;
    position: relative;
    margin: 0;
}

div#reise-leistungen ul li::before {
    font: normal normal normal 16px/1 "LineAwesome";
    color: #007bff;
    margin-right: 15px;
    content: "\f17b";
}

.source-code-higlight {
    position: fixed;
    top: 0;
    width: 100%;
    opacity: .95;
    padding: 0 50px;
}

.source-code-higlight pre {
    display: none;
    max-height: 600px;
    overflow: auto;
    margin-top: 50px;
}

a.toggle-source-code {
    position: absolute;
    top: 15px;
}

.content-block-list-search-terms {
    padding: 20px 0 0;
}

ul.search-term-taglist {
    margin: 0;
    padding: 0;
}

ul.search-term-taglist li {
    margin-right: 20px;
}

.additional-dates {
    position: relative;
    width: fit-content;
    cursor: pointer;
}

.additional-dates:hover > div.date-list {
    display: block;
}

.additional-dates div.date-list {
    display: none;
    position: absolute;
    top: 25px;
    background: white;
    padding: 5px;
    border: 1px solid lightgray;
    font-size: small;
    left: 2px;
    width: 100%;
}

.additional-dates div.date-list ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.content-block-detail-booking-inner .more-dates {
    display: none;
}

.content-block-detail-booking-inner .btn-show-more-date-options {
    margin: 10px 0;
}

#live_search_results {
    position: absolute;
    top: 40px;
    z-index: 1000;
    background: white;
    border: 1px solid lightgray;
    width: 350px;
    display: none;
}

#live_search_results ul {
    padding: 0;
    list-style: none;
}

.row.live-search-result {
    margin: 15px 0;
}
