<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ODC Table Styling */

.odc_teaser {
    background-color: lightgray;
    font-size: 150% !important;
}

#odc_teilnehmer,
#odc_unterkunft,
#odc_leistungen,
#odc_kosten,
#odc_reiseBuchenButton {
    display: none;
}

.odc_stepControls {
    width: 100%;
}

.odc_button {
    border: 0;
    padding: 10px 20px;
    margin-right: 20px;
    margin-top: 30px;
}

.odc_button:hover {
    cursor: pointer;
    background-color: dimgray;
    color: white;
}

#odc_reiseinfo label {
    width: 300px;
    clear: left;
    float: left;
    line-height: 38px;
    margin-top: 15px;
}

#odc_reiseinfo label:first-child {
    margin-top: 0;
}

#odc_reiseinfo input,
#odc_reiseinfo select {
    width: 100%;
    float: right;
    height: 38px;
    background-color: #f5f5f5;
    box-shadow: none;
    border-radius: 4px;
    padding: 5px !important;
    font-size: 12px;
}

#odc_zeitraumButton,
#odc_teilnehmer_NextButton,
#odc_unterkunft_NextButton,
#odc_leistungen_NextButton {
    float: right;
    margin-right: 0;
    margin-bottom: 50px;
}

table * {
    vertical-align: middle;
}

.odc_teilnehmerData {
    display: inline-block;
    width: 100%;
}

.odc_leistungAnzahl {
    width: 100% !important;
    border: 0;
}

.odc_teilnehmer label {
    width: auto !important;
    clear: none !important;
    float: none !important;
    line-height: unset !important;
}

.odc_teilnehmer input {
    width: auto !important;
    margin: 0 20px 0 5px;
    position: relative;
    top: 2px;
}

#odc_heading {
    font-size: 150%;
    padding: 15px;
    margin-bottom: 20px;
    background-color: black;
    color: white;
}

.odc_subHeading {
    margin-bottom: 20px;
    border-top: 1px solid #c1c1c1;
    padding-top: 10px;
    font-weight: 600;
}

.odc_subHeadingFirst {
    border-top: 0 !important;
}

.odc_teilnehmerEntfernen {
    float: right;
}

.odc_teilnehmerEntfernen:hover {
    cursor: pointer;
    color: red;
}

.odc_filterButton {
    border: 0;
    padding: 10px;
    margin: 0 0 20px 0;
    width: calc(100% / 2 - 12px);
    font-size: 80%;
}

.odc_filterButton:first-child {
    margin-right: 20px;
}

.odc_nichtBuchbar {}

.odc_nichtBuchbar .odc_leistungAnzahl {
    display: none;
}

.odc_leistungAnzahl,
.odc_teilnehmerLeistung {
    float: none !important;
    height: unset !important;
}

.odc_plusUnterkunft,
.odc_plusLeistung {
    font-family: monospace;
    font-size: 150%;
    font-weight: bold;
    background-color: #f0f0f0;
    padding: 2px 9px 4px 9px;
    border-radius: 5px;
}

.odc_plusUnterkunft:hover,
.odc_plusLeistung:hover {
    background-color: dimgray;
    color: white;
    cursor: pointer;
}

#odc_unterkunftModal,
#odc_leistungenModal {
    display: none;
    /*position: absolute;*/
    background-color: #fffffff5;
    padding: 200px 50px;
    /* border: 1px solid dimgray; */
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

#odc_dankeModal {
    background-color: limegreen;
    color: white;
    font-weight: bold;
    padding: 20px;
    width: 100%;
    text-align: center;
    display: none;
}

.odc_unterkunftAuswahl,
.odc_leistungAuswahl {
    float: none !important;
    margin-left: 10px;
    border: none;
    vertical-align: middle;
    height: 30px !important;
    width: auto !important;
}

.odc_teilnehmerUnterkunftAuswahl,
.odc_teilnehmerLeistungAuswahl {
    line-height: 38px;
    margin-bottom: 15px;
}

.odc_teilnehmerUnterkunftAuswahl:last-child,
.odc_teilnehmerLeistungAuswahl:last-child {
    margin-bottom: 0 !important;
}

.odc_status {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    /*display: inline-block;*/
}

.odc_status_buchbar {
    background-color: #34ff00;
}

.odc_status_vorOrtPreis {
    background-color: #9c9c9c;
}

.odc_status_nichtBuchbar {
    background-color: red;
}

.odc_legendeIconCol {
    width: 12px !important;
}

.odc_textBold {
    font-weight: bold !important;
}

#odc_legendeContainer,
#odc_legendeContainer table,
#odc_legendeContainer tr,
#odc_legendeContainer td {
    background-color: transparent !important;
    border: 0 !important;
}

#odc_legendeContainer td {
    padding: 5px !important;
}

#odc_reiseBuchenButton {
    display: inline-block;
    margin-right: 0;
    color: black;
    transition: none;
    width: auto !important;
}

#odc_reiseBuchenButton:hover {
    box-shadow: none !important;
    color: white !important;
    background-color: green !important;
    transform: none !important;
}

.odc_anzahlCol {
    text-align: center !important;
}

.odc_preisCol {
    text-align: right !important;
}

.odc_heading {
    background-color: lightgray;
    padding: 10px;
}

.odc_heading:hover {
    background-color: #bdbdbd;
    cursor: pointer;
}

.odc_heading_visible:after {
    content: '\f078';
    font-family: 'fontawesome';
    float: right;
}

.odc_heading_hidden:after {
    content: '\f077' !important;
    font-family: 'fontawesome';
    float: right;
}

#odc_headingOnlinePreise,
#odc_headingVorOrtPreise {
    margin-top: 30px;
}

.odc_auswahl {
    text-align: center !important;
}

.odc_wert {
    text-align: right !important;
}

#odc_zurückZuUnterkunft,
#odc_zurückZuLeistungen,
#odc_zurückZurHomepage {
    margin-right: 0 !important;
}

.statusUnterkunft {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #34ff00;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#vorOrtHinweisMobile{
    text-align: right;
}



@media only screen and (max-width: 690px) {

    #breiteAnzeige {
        display: none;
    }

    #schmaleAnzeige {
        display: block;
    }
}



@media only screen and (min-width: 691px) {
    #breiteAnzeige {
        display: inline-table;
    }

    #schmaleAnzeige {
        display: none;
    }

}


form#odc_reiseinfo {
    margin-bottom: 50px;
}

#agb_accepted.hover {
    cursor: pointer;
}</pre></body></html>