@charset "UTF-8";
.htbs_hide {
    display: none !important;
}

.htbs_opacity0 {
    opacity: 0 !important;
}

table.calendarTblSp tbody td.htbs_hide {
    display: none !important;
}


footer.footerWide .footerBox3 .footerMenu_listitem a {
    border-right: 1px solid #000 ;
    margin-right: 20px;
    padding-right: 20px;
}

footer.footerWide .footerBox3 .footerMenu_listitem:last-child a {
    border-right: 0 !important;
    margin-right: 20px;
    padding-right: 20px;
}

/* overwrite potision of tripadvisor */
footer.footerWide .footerBox1 {
    top: -20px;
}

@media screen and (max-width: 768px) {
    div#CDSWIDSSP {
        margin: 0 auto;
    }
}

/* overwrite "top of more or close" */
.topBtn--more a::before {
    content: none;
}
.topBtn--more a::after {
    content: none;
}
.topBtn--more a span.mark-plus {
    color : #ce2d2f ;
    font-weight: bold ;
}
.topBtn--more a span.mark-minus {
    color : #ce2d2f ;
    font-weight: bold ;
}

.clearfix:after {
     content:"";
     display:block;
     clear:both;
}

.calendarBox .calendarTbl td.link:hover * ,
.calendarBox .calendarTblSp td.link:hover * {
    cursor: pointer !important;
}