.date-range--container > .header {
    font-size: 24px;
    margin-top: 0;
    font-weight: 400;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 8px;
    margin-bottom: 15px;
    color: #fff;
}

.ccm-page .ebuchen-landingpage-wrapper,
.ccm-page .ebuchen-landingpage-wrapper * {
    box-sizing: border-box;
}

.ccm-page .header-image {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 333px;
    margin-top: 10px;
}

.ccm-page .ebuchen-landingpage-wrapper .content-title {
    margin-top: 30px;
}

.ccm-page .ebuchen-landingpage-image {
    position: relative;
}


.ccm-page .ebuchen-landingpage-image img {
    display: block;
    max-width: 100%;
    height: auto;
}


.ccm-page .ebuchen-landingpage-image .image-title {
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    padding: 10px 0 10px 20px;
    font-size: 34px;
    color: #FFF;
    font-weight: 600;
    z-index: 1;
}


.ccm-page .ebuchen-landingpage-image .image-copyright {
    position: absolute;
    bottom: 10px;
    right: 25px;
    margin-left: 3px;
    text-shadow: none;
    border-radius: 5px 0 0 5px;
    color: rgba(255, 255, 255, 0.8);
    z-index: 2;
    font-weight: 600;
    font-size: 11px;
}
.ccm-page .ebuchen-landingpage-sidebar-wrapper .destination-list-wrapper,
.ccm-page .ebuchen-landingpage-sidebar-wrapper .ebuchen-landingpage-image {
    display: none;
}

.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer {
    position: relative;
    padding: 10px 15px;
    width: 100%;
    min-height: 60px;
    display: block;
    font-size: 15px;
    color: #FFF;
    background: #e40a0c;
    text-decoration: none;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer h2,
.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer span {
    color: #fff;
    padding: 0;
    margin: 0;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer::after {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    right: 20px;
    font-size: 60px;
    top: -10px;
    transition: right 0.5s ease;
    color: #fff;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer:hover::after {
    right: 15px;
    transition: 0.5s ease;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper a.special-offer.secondary-color {
    background: #393939;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper > .special-offer,
.ccm-page .ebuchen-landingpage-sidebar-wrapper > .destination-list-wrapper,
.ccm-page .ebuchen-landingpage-image {
    margin-bottom: 10px;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper .destination-list-wrapper {
    background-color: #aed3f2;
    padding: 3px 20px 12px 15px;
    margin-top: 10px;
}


.ccm-page .ebuchen-landingpage-sidebar-wrapper .destination-list-wrapper h5 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (min-width: 768px){
    .ccm-page .ebuchen-landingpage-sidebar-wrapper .destination-list-wrapper,
    .ccm-page .ebuchen-landingpage-sidebar-wrapper .ebuchen-landingpage-image {
        display: block;
    }
}
