/* Minification failed. Returning unminified contents.
(1910,25): run-time error CSS1039: Token not allowed after unary operator: '-font-size-14'
 */
body {
    font-family: Arial;
    margin: auto;
    color: #00305e;
    font-size: 18px;
    padding: 10px;
    /*position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px*/
}

input, select, textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.Hidden {
    display: none !important;
}

.Pflichtfeld {
    display: block;
}

.Div_Sprachen {
    text-align: right;
}

    .Div_Sprachen > a > img {
        width: 40px;
        margin-right: 5px;
        vertical-align: middle;
        cursor: pointer;
    }

    .Div_Sprachen > a:hover {
        text-decoration: none;
    }


.Div_StornierungText {
    text-align: right;
    margin-top: 15px;
    padding-right: 5px;
    margin-right: 5px;
}


    .Div_StornierungText > a {
        text-decoration: none;
    }


#ZimmerHinzufuegen {
    font-weight: normal !important;
}


.LinkZimmerEntfernen {
    position: absolute;
    float: right;
    right: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
}


.Div_IbeContent, .Div_BuchungsuebersichtPreis {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
}

    .Div_BuchungsuebersichtPreis {
        justify-content:space-between;
    }

        .Div_BuchungsuebersichtPreis > label:last-child {
            min-width: 100px;
            text-align: right;
        }


    .Div_IbeContent > div {
        flex: 1;
    }

.Div_BuchungsuebersichtWrapper {
    max-width: 350px;
    width: auto;
}

.Div_Buchungsuebersicht {
    margin: 0 20px;
    padding: 25px;
    position: fixed;
    top: 15px;
    bottom: 15px;
    overflow: auto;
    border-radius: 8px;
}

    .Div_Buchungsuebersicht.Div_Inhalt_Mit_Footer {
        bottom: 120px;
    }

    .Div_Buchungsuebersicht > div {
        margin-bottom: 30px;
    }

        .Div_Buchungsuebersicht > div > hr {
           margin: 20px 0 20px 200px;
        }

.Div_BuchungsuebersichtGesamtsumme {
    text-align: right;
    font-weight: bold;
}

.Div_Buchungsuebersicht > div > label, .Div_BuchungsuebersichtVerpflegung > div > div {
    display: inline-block;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    margin-bottom: 10px;
}

.Div_BuchungsuebersichtKontakt > div > label, .Div_BuchungsuebersichtKontakt > div > a {
    display: inline-block;
    width: 100%;
}

.Div_BuchungsuebersichtLabelZimmer {
    padding: 10px;
    margin-top: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 1000px) {
    .Div_BuchungsuebersichtWrapper {
        display: none;
    }
}

.Div_Eingabe, .Div_EingabeGastdaten {
    margin-top: 30px;
    overflow: hidden;
}

    .Div_Eingabe > div {
        margin-top: 10px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-radius: 8px;
    }

        .Div_Eingabe > div > div, .Div_EingabeAlter > div {
            height: auto;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex;
        }

.Div_EingabeAlter > div {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Div_Eingabe > div > div > input {
    margin: 10px 10px;
    height: 38px;
    padding-left: 10px;
    min-width: 200px;
}

.Div_Eingabe > div > select {
    margin: 10px 10px;
    height: 38px;
    padding-left: 10px;
    min-width: 100px;
}

.Div_Eingabe > div > div > div {
    margin: 10px 10px;
    height: 38px;
    padding-left: 10px;
    padding-top: 5px;
    min-width: 200px;
}

    .Div_Eingabe > div > div > div > label {
        margin-right: 5px;
    }

        .Div_Eingabe > div > div > div > label.Button_PlusMinus {
            display: inline-block;
            height: 30px;
            width: 30px;
            background-color: white;
            border-radius: 15px;
            text-align: center;
            line-height: 30px;
        }

            .Div_Eingabe > div > div > div > label.Button_PlusMinus:hover {
                cursor: pointer;
            }

.Div_EingabeGastdaten > label {
    margin-top: 20px;
    height: auto;
    display: block;
}

.Div_EingabeGastdaten > div {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Div_EingabeGastdaten > input {
    display: block;
}

.Div_EingabeGastdaten > textarea {
    display: block;
    width: calc(100% - 10px);
    height: 80px;
    margin-bottom: 20px;
}

.Div_EingabeGastdaten > div > input, .Div_EingabeGastdaten > div > select {
    margin-top: 10px;
    margin-right: 5px;
    padding-left: 10px;
}

.Div_EingabeGastdatenAdresse {
    margin-top: 10px;
    margin-right: 20px;
    -webkit-box-flex: 1 200; /* OLD - iOS 6-, Safari 3.1-6*/
    -moz-box-flex: 1 200; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 1 200px; /* IE 10 */
    flex: 1 200px;
    min-width: 200px;
    flex-basis: 200px;
}

    .Div_EingabeGastdatenAdresse > input, .Div_EingabeGastdatenAdresse > select {
        padding-left: 10px;
        width: 100%;
    }

    .Div_EingabeGastdaten > div > input, .Div_EingabeGastdatenAdresse > input {
        -webkit-box-flex: 1 200; /* OLD - iOS 6-, Safari 3.1-6*/
        -moz-box-flex: 1 200; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 200px; /* IE 10 */
        flex: 1 200px;
        height: 36px;
        min-width: 200px;
        flex-basis: 200px;
    }

    .Div_EingabeGastdaten > div > select, .Div_EingabeGastdatenAdresse > select {
        -webkit-box-flex: 1 10; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 10; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 10px; /* IE 10 */
        flex: 1 10px;
        height: 36px;
        min-width: 150px;
        flex-basis: 150px;
    }

.newsletter-info {
    border: 1px solid;
    border-radius: 15px;
    width: 17px;
    height: 17px;
    display: inline-block;
    text-align: center;
}

.newsletter-info:hover {
    cursor: pointer;
}


.Div_ArrangementBuchungscode {
    margin-top: 20px;
    margin-bottom: 40px;
    height: auto;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Div_Arrangements {
    height: 38px;
    width: 270px;
}


.KalenderAnreise, .KalenderAbreise, .AnzahlErwachsene, .AnzahlKinder, .AnzahlKinderAlter, .Gepaecktransport {
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: 5px;
    width: 35px;
    height: 60px;
    margin-left: 5px;
    float: left;
}

/*.KalenderAnreise, .KalenderAbreise {
    background-image: url(../Icons/Reservierung.png);
}

.AnzahlErwachsene {
    background-image: url(../Icons/Personen.png);
}

.AnzahlKinder {
    background-image: url(../Icons/Babysitterservice.png);
}

.AnzahlKinderAlter {
    background-image: url(../Icons/Alter_Kinder.png);
}

.Gepaecktransport {
    background-image: url(../Icons/Gepaecktransport.png);
}*/

@media only screen and (min-width: 542px) {
    .Div_Eingabe > div > div, .Div_ArrangementBuchungscode > div {
        margin-right: 30px;
    }
}

.Div_Arrangements {
    margin-top: 20px;
}

    .Div_Arrangements > label {
        height: 30px;
        float: left;
    }

    .Div_Arrangements > a {
        margin-left: 10px;
        padding-top: 8px;
        float: left;
        text-decoration: none;
    }

.Div_Buchungscode {
    margin-top: 20px;
    height: 38px;
    min-width: 200px;
}

    .Div_Buchungscode > input {
        height: 20px;
        padding-left: 5px;
        width: 200px;
    }

    .Div_Buchungscode > label, .Buchungscode {
        display: inline-block;
        height: 30px;
        width: auto;
        margin: 5px;
        line-height: 30px;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position: 5px;
        /*background-image: url(../Icons/Rabatte.png);*/
    }

.Div_PoweredBy, .Div_PoweredBy > a {
    padding: 12px 0
}

.Div_Weiter {
    margin-top: 20px;
}

    .Div_Weiter > input, .Div_Weiter > label, .Div_Weiter > a {
        cursor: pointer;
        border: none;
        padding: 10px 60px;
        text-decoration: none;
        margin-bottom: 5px;
        word-wrap: break-word; /* IE 5.5-7 */
        white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
        white-space: pre-wrap;
        border-radius: 8px;
        -webkit-appearance: none;
    }

.Div_WeiterZweiButtons {
    margin-top: 20px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .Div_WeiterZweiButtons > div {
        -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1px; /* IE 10 */
        flex: 1 1px;
        margin: 5px;
        float: left;
    }

        .Div_WeiterZweiButtons > div > input {
            cursor: pointer;
            border: none;
            padding: 10px 60px;
            text-decoration: none;
            word-wrap: break-word; /* IE 5.5-7 */
            white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
            white-space: pre-wrap;
            width: 100%;
            max-width: 400px;
            min-width: 160px;
            float: right;
            border-radius: 8px;
        }

        .Div_WeiterZweiButtons > div > a {
            cursor: pointer;
            border: none;
            padding-bottom: 10px;
            padding-top: 12px;
            text-decoration: none;
            word-wrap: break-word; /* IE 5.5-7 */
            white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
            white-space: pre-wrap;
            display: inline-block;
            width: 100%;
            max-width: 400px;
            min-width: 220px;
            text-align: center;
            border-radius: 8px;
        }

.Div_Position {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .Div_Position > label {
        display: inline-block;
        text-align: left;
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
        border-radius: 8px;
    }


.Label_Position_Aktiv, .Label_Position_Inaktiv {
    -webkit-box-flex: 5; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 5; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 5em; /* IE 10 */
    flex: 5em;
    min-width: 150px;
    padding: 10px;
    text-align: center !important;
    margin: 1px;
    flex-basis: 150px;
}

.Div_Zeitraum {
    margin-top: 10px;
    overflow: hidden;
}

    .Div_Zeitraum > img {
        height: 30px;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

    .Div_Zeitraum > label {
        display: inline-block;
        margin-top: 5px;
        float: left;
    }


.Div_Zimmerauswahl {
    margin-top: 10px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-box-direction: normal;
    -webkit-box-direction: normal;
    width: 100%;
}

    .Div_Zimmerauswahl > div, .Div_Zimmerauswahl > ul {
        width: 50%;
        -webkit-box-flex: 1 1 1 !important; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1 1 !important; /* OLD - Firefox 19- */
        -webkit-flex: 1 100% !important; /* Chrome */
        -ms-flex: 1 1 50% !important; /* IE 10 */
        flex: 1 1 50% !important;
        min-width: 50%;
    }

.Div_Person, .Div_Kinder {
    height: 26px;
    background-size: 15px;
    background-repeat: no-repeat;
    /*float: left;*/
    width: 16px;
    display: inline-block;
}

.Div_Kinder {
    background-position-y: bottom
}


#Kalender {
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-size: 30px;
    display: inline-block;
    border: none;
    border-image: none;
    float: left;
    margin: 0 10px;
}

.Div_ZimmerAngebot {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: nowrap;
    -moz-flex-flow: nowrap;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
}

    .Div_ZimmerAngebot > div.Div_Kategorie {
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1 80%; /* IE 10 */
        flex: 1 1 80%;
    }

.Div_Kategorie {
    /*display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6 */
    /*display: -moz-box;*/ /* OLD - Firefox 19- (buggy but mostly works) */
    /*display: -ms-flexbox;*/ /* TWEENER - IE 10 */
    /*display: -webkit-flex;*/ /* NEW - Chrome */
    /*display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;*/
}

.Label_KategorieBezeichnung {
    display: block;
    white-space: normal; /* CSS2.1 browsers */
    /*-webkit-box-flex: 1;*/ /* OLD - iOS 6-, Safari 3.1-6 */
    /*-moz-box-flex: 1;*/ /* OLD - Firefox 19- */
    /*-webkit-flex: 1 100%;*/ /* Chrome */
    /*-ms-flex: 1 1 80%;*/ /* IE 10 */
    /*flex: 1 1 80%;*/
}

.Label_KategoriePreis, .Div_ZimmerPreis {
    text-align: right;
}

.Div_Beschreibung, .Div_Ausstattung, .Div_Bedingungen, .Div_Fusszeile, .Div_Verpflegung {
    margin-top: 20px;
    overflow: hidden;
}

    .Div_Beschreibung > label, .Div_Bedingungen > label {
        display: block;
        margin-top: 5px;
    }


    .Div_Ausstattung > label {
        float: left;
        margin-top: 5px;
    }

    .Div_Ausstattung > div {
        height: 30px;
        width: 30px;
        background-repeat: no-repeat;
        background-size: 30px;
        float: left;
        display: inline;
        margin-left: 5px;
    }

.Div_Fusszeile {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

    .Div_Fusszeile > div {
        display: inline-block;
        -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1em; /* IE 10 */
        flex: 1 1em;
    }

        .Div_Fusszeile > div > input:first-child, .Div_Fusszeile > div > a {
            float: left;
            margin-right: 10px;
        }

        .Div_Fusszeile > div > input:last-child {
            float: right
        }

@media only screen and (max-width: 718px) {
    .Div_Fusszeile > div > input:last-child {
        float: left;
    }
}

.Div_Preisangabe {
    min-width: 200px;
}

    .Div_Preisangabe > label {
        min-width: 100px;
    }

.Div_Bilder {
    margin-top: 20px;
}

.Div_BilderGross {
    margin-right: 10px;
    margin-top: 10px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    border-radius: 8px;
}

    .Div_BilderGross > a {
        -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1; /* OLD - Firefox 19- */
        -webkit-flex: 1; /* Chrome */
        -ms-flex: 1; /* IE 10 */
        flex: 1;
        text-align:center;
    }

    .Div_BilderGross > a > img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        max-width: 500px;
        max-height: 500px;
        overflow: hidden;
        min-width: 0;
        min-height: 0;
    }

    .Div_BilderGross > label.Img_Pfeil {
        width: 60px !important;
        max-width: 60px !important;
        height: 65px !important;
        max-height: 65px !important;
        margin: auto;
    }

        .Div_BilderGross > label.Img_Pfeil:hover {
            cursor: pointer;
        }

.Div_BilderKlein {
    margin-top: 20px;
}


.Ul_Zimmerliste > li {
    width: 200px !important;
    text-align: center;
    float: left;
    margin-bottom: 0 !important;
}

.Ul_Zimmerliste {
    margin-bottom: 0;
    margin-top: 20px !important;
    padding-top: 20px !important;
}



/**********************************************/
/*Div, das die RadioButtons enthält*/
.Div_RadioButton {
    width: 100%;
}

    .Div_RadioButton > input[type="radio"], .Div_RadioButton > input[type="checkbox"] {
        float: left;
        display: none;
    }

    .Div_RadioButton > input, .Div_RadioButton > select {
        float: left;
        width: 15%;
    }

    .Div_RadioButton > label {
        float: left;
        font-weight: normal;
        width: 100%;
        height: 34px;
        padding-top: 5px;
    }
/*Ende Div, das die RadioButtons enthält*/
/**********************************************/



/**********************************************/
/*Style für die eigenen Checkboxen und Radiobuttons*/
.Input_Hidden {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    font-size: 1em;
    width: 100%
}


input[type='checkbox'],
input[type='radio'] {
    width: auto;
    float: left;
    margin-right: .75em;
    background: transparent;
    border: none;
}

    input[type='checkbox']:checked,
    input[type='checkbox']:not(:checked),
    input[type='radio']:checked,
    input[type='radio']:not(:checked) {
        background: transparent;
        position: relative;
        margin: 0;
        padding: 0;
    }

    input[type='checkbox'] + input[type="hidden"] + label,
    input[type='radio'] + label {
        cursor: pointer;
    }

    input[type='checkbox']:checked + input[type="hidden"] + label::before,
    input[type='checkbox']:not(:checked) + input[type="hidden"] + label::before,
    input[type='radio']:checked + label::before,
    input[type='radio']:not(:checked) + label::before {
        content: ' ';
        display: inline-block;
        width: 17px;
        height: 17px;
        position: relative;
        top: 5px;
        border: 1px solid #bbb;
        background: white;
        margin-right: 1em;
        box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    }

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
    border-radius: 30px;
}

input[type='checkbox']:hover + input[type="hidden"] + label::before,
input[type='radio']:hover + label::before {
    background: #ddd;
    box-shadow: inset 0 0 0 0 white;
}

input[type='checkbox']:checked + input[type="hidden"] + label::before,
input[type='radio']:checked + label::before {
    background: green;
    box-shadow: inset 0 0 0 0 white;
}
/*Ende Style für die eigenen Checkboxen und Radiobuttons*/
/**********************************************/



/**********************************************/
/*Div, das das Slider-Element enthält (100% Breite)*/
.Div_Slider {
    position: relative;
    min-height: 1px;
    float: left;
    display: block;
    width: 100%;
}

    .Div_Slider > div:first-child {
        flex: 0;
    }

/*Div, das den Textbereich zum Slider-Element enthält*/
.Div_JaNein {
    overflow: hidden;
    flex: 1;
}

    /*Label mit dem Text zum Slider-Element*/
    .Div_JaNein > label {
        display: block;
        width: auto;
        margin-left: 10px;
        word-wrap: normal; /* IE 5.5-7 */
        white-space: -moz-normal; /* Firefox 1.0-2.0 */
        white-space: normal;
        margin-top: 4px;
    }

/*Box um den Slider*/
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 25px;
    float: left;
}

    /*Checkbox ausblenden*/
    .switch > input {
        display: none;
    }

/*Slider-element*/
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider.disabled:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        right: 4px;
        bottom: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider.enabled:before {
        position: absolute;
        content: "";
        height: 17px;
        width: 17px;
        left: 4px;
        bottom: 4px;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:focus + input[type="hidden"] + .slider {
    box-shadow: 0 0 1px green;
}

input:checked + input[type="hidden"] + .slider.enabled:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    font-weight: normal;
}

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        text-decoration: none;
        font-weight: bold;
    }
/*Ende Div, das das Slider-Element enthält*/
/**********************************************/

.ui-datepicker-mouseover1 > a {
    background-color: #b2b2b2 !important;
    color: #ffffff !important;
}

.ui-datepicker {
    background: #ffffff;
}

.ui-datepicker td a {
    padding-right:7px;
}

@media only screen and (max-width: 300px) {
    .ui-datepicker {
        left: 0 !important;
    }
}

@media only screen and (max-width: 240px) {
    .ui-datepicker {
        width: auto !important;
    }
}

.KalenderInaktiv {
    opacity: .2;
    background-clip: content-box;
}

    .KalenderInaktiv > a {
        color: inherit !important;
        background-color: inherit !important;
    }

.Div_BuchbareLeistungen > div {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.Div_ButtonVerpflegung {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 15px;
    border: none;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#Div_Verpflegung, #Div_Extraleistung {
    transition-property: opacity, height;
    transition-duration: 0.15s, 0.7s;
}


    #Div_Verpflegung > div, #Div_Extraleistung > div {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -moz-box-direction: normal;
        -webkit-box-direction: normal;
    }

.Div_ExtraleistungBezeichnung, .Div_ExtraleistungPreis {
    -webkit-box-flex: 6 100; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 6 100; /* OLD - Firefox 19- */
    -webkit-flex: 6 100%; /* Chrome */
    -ms-flex: 6 100px; /* IE 10 */
    flex: 6 100px;
    margin-bottom: 10px;
}

    .Div_ExtraleistungBezeichnung > label, .Div_ExtraleistungPreis > label {
        display: block;
    }

.Div_ExtraleistungMenge {
    text-align: center;
    -webkit-box-flex: 1 20; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 20; /* OLD - Firefox 19- */
    -webkit-flex: 1 20%; /* Chrome */
    -ms-flex: 1 20px; /* IE 10 */
    flex: 1 20px;
    min-width: 100px;
    margin-bottom: 10px;
    flex-basis: 100px;
}

    .Div_ExtraleistungMenge > a {
        display: inline-block;
        width: 25px;
        height: 25px;
        padding: 4px;
        vertical-align: middle;
        border-radius: 4px;
        margin: 0 5px;
        cursor: pointer;
    }

.Div_ExtraleistungPreis {
    text-align: right;
}

.Div_ExtraleistungBild {
    -webkit-box-flex: 1 100; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 100; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 1 100px; /* IE 10 */
    flex: 1 100px;
    overflow: hidden;
    margin-right: 10px;
}

    .Div_ExtraleistungBild > div > a > img {
        height: 100%;
        width: 100%;
        max-height: 150px;
        max-width: 150px;
    }

#Div_Verpflegung > div > div.Div_ExtraleistungPreis > label {
    white-space: nowrap;
}

#Tab_Neu {
    cursor: pointer;
    width: auto !important;
/*    height: 50px;*/
    text-align: center;
    float: left;
    margin-bottom: 0 !important;
    border-radius: 50px;
    margin-top: 7px;
}

    #Tab_Neu > div > a {
        display: table-cell;
        padding: 15px;
/*        padding-top: 10px;*/
        vertical-align: middle;
        text-decoration: none;
        float: none;
    }

.Div_Zusammenfassung {
    margin-top: 30px;
    margin-bottom: 70px;
}

    .Div_Zusammenfassung > div > div {
        margin-top: 30px;
    }

        .Div_Zusammenfassung > div > div:first-of-type > label {
            display: block;
            padding: 10px 0;
        }

        .Div_Zusammenfassung > div > div > iframe, .Div_Bestaetigung > div > iframe {
            margin-top: 30px;
            width: 100%;
            border: none;
            max-width: 760px;
        }

        .Div_Zusammenfassung > div > div > div {
            margin-top: 15px;
        }

            .Div_Zusammenfassung > div > div > div > label {
                display: block;
                margin-top: 5px;
            }

            .Div_Zusammenfassung > div > div > div > div {
                -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
                -moz-box-flex: 1 1; /* OLD - Firefox 19- */
                -webkit-flex: 1 100%; /* Chrome */
                -ms-flex: 1 1px; /* IE 10 */
                flex: 1 1px;
            }

                .Div_Zusammenfassung > div > div > div > div > label {
                    display: block;
                    margin-top: 5px;
                }

.Div_Bestaetigung > div {
    margin-top: 50px;
}

    .Div_Bestaetigung > div > label {
        display: block;
    }

    .Div_Bestaetigung > div > div {
        margin-top: 20px;
    }

        .Div_Bestaetigung > div > div > label {
            display: block;
        }

.Div_Zurueck {
    text-align: right;
    padding: 10px;
}

    .Div_Zurueck > a {
        text-decoration: none;
    }

.Div_VerfuegbareArrangements {
    padding: 10px;
}

    .Div_VerfuegbareArrangements > div {
        margin: 20px 0;
        padding: 10px 0;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

.Div_ArrangementBild {
    -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 1 1px; /* IE 10 */
    flex: 1 1px;
    flex-basis: 300px;
    margin: 10px 0;
    max-width: 600px;
    min-width: 200px;
}

    /*.Div_ArrangementBild > div {
        display: -webkit-box;*/ /* OLD - iOS 6-, Safari 3.1-6 */
        /*display: -moz-box;*/ /* OLD - Firefox 19- (buggy but mostly works) */
        /*display: -ms-flexbox;*/ /* TWEENER - IE 10 */
        /*display: -webkit-flex;*/ /* NEW - Chrome */
        /*display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }*/

        /*.Div_ArrangementBild > div > img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }*/

.Div_ArrangementBeschreibung {
    -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 1 1px; /* IE 10 */
    flex: 1 1px;
    padding: 10px;
    min-width: 200px;
    margin: 10px 0;
    flex-basis: 300px;
}

    .Div_ArrangementBeschreibung > label {
        display: block;
    }

    .Div_ArrangementBeschreibung > div > label {
        display: block;
    }

.Div_ArrangementWeiter {
    -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 1 1px; /* IE 10 */
    flex: 1 1px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

    .Div_ArrangementWeiter > input {
        display: inline-block;
        padding: 10px 60px;
        cursor: pointer;
        text-decoration: none;
        border: none;
        border-radius: 8px;
    }


.Div_Stornierung, .Div_StornierungDetail > div {
    margin: 30px 0;
}

    .Div_Stornierung > div > div {
        margin-top: 15px;
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .Div_StornierungDetail > div > label {
        display: block;
        text-align: left;
        padding: 10px;
        margin: 5px;
    }

    .Div_StornierungDetail > div > div {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .Div_Stornierung > div > div > label, .Div_Stornierung > div > div > input,
        .Div_StornierungDetail > div > div > label, .Div_StornierungDetail > div > div > input {
            display: inline-block;
            -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1; /* OLD - Firefox 19- */
            -webkit-flex: 1 100%; /* Chrome */
            -ms-flex: 1; /* IE 10 */
            flex: 1;
            height: 38px;
            min-width: 200px;
            padding-left: 10px;
            flex-basis: 200px;
        }

        .Div_Stornierung > div > div > label, .Div_StornierungDetail > div > div > label {
            -webkit-box-flex: 100; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 100; /* OLD - Firefox 19- */
            -webkit-flex: 1 100%; /* Chrome */
            -ms-flex: 100px; /* IE 10 */
            flex: 100px;
            margin-top: 12px;
            margin-right: 5px;
            line-height: 38px;
        }

        .Div_Stornierung > div > div > input, .Div_StornierungDetail > div > div > input {
            -webkit-box-flex: 200; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 200; /* OLD - Firefox 19- */
            -webkit-flex: 1 100%; /* Chrome */
            -ms-flex: 200px; /* IE 10 */
            flex: 200px;
            margin-top: 10px;
        }

.Div_Anfrage {
    max-width: 500px;
    margin: auto;
    margin-top: 40px;
}

    .Div_Anfrage > div {
        margin-top: 20px;
    }

        .Div_Anfrage > div > label {
            display: block;
            width: 100%;
        }

        .Div_Anfrage > div > input, .Div_Anfrage > div > textarea {
            display: block;
            width: 100%;
        }

        .Div_Anfrage > div > textarea {
            height: 250px;
            padding: 10px;
        }

        .Div_Anfrage > div > label {
            display: block;
            margin-top: 10px;
        }

.Div_Absage > div {
    margin-top: 40px;
    text-align: center
}

    .Div_Absage > div > label {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

.Label_ReisedatenAendern {
    display: inline-block !important;
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 30px;
    padding-top: 2px;
}

    .Label_ReisedatenAendern:hover {
        cursor: pointer;
    }

.Div_KalenderAbsage {
    margin-top: 50px;
}

.Div_KalenderAbsageMonat {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    max-width: 700px;
    margin: 0 auto;
}

    .Div_KalenderAbsageMonat > label {
        -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1px; /* IE 10 */
        flex: 1 1px;
        font-weight: bold;
        margin-top: 10px;
    }

        .Div_KalenderAbsageMonat > label > img {
            text-align: left;
        }

.Div_KalenderAbsageWoche {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    margin: 10px auto;
    max-width: 700px;
}

    .Div_KalenderAbsageWoche > label {
        -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1px; /* IE 10 */
        flex: 1 1px;
        font-weight: bold;
        text-align: center;
    }

.Div_KalenderAbsageTage {
    max-width: 700px;
    margin: 0 auto;
}

    .Div_KalenderAbsageTage > div {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
    }

        .Div_KalenderAbsageTage > div > label {
            -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1 1; /* OLD - Firefox 19- */
            -webkit-flex: 1 100%; /* Chrome */
            -ms-flex: 1 1px; /* IE 10 */
            flex: 1 1px;
            text-align: center;
            padding: 15px 0 25px 0;
            margin: 2px;
            background-repeat: no-repeat;
            background-size: 17px;
            background-position-y: bottom;
        }

            .Div_KalenderAbsageTage > div > label.Vergangenheit {
                opacity: 0.3;
            }

            .Div_KalenderAbsageTage > div > label.AbsageLink {
                cursor: pointer;
            }

            /*.Div_KalenderAbsageTage > div > label.Heute {
                color: white !important;
                background-color: #00305e !important;
            }*/

            .Div_KalenderAbsageTage > div > label.AndererMonat {
                opacity: 0 !important;
            }

            .Div_KalenderAbsageTage > div > label.Anreise {
                background-position-x: left;
                background-size: 17px;
                background-repeat: no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Abreise {
                background-position-x: right;
                background-size: 17px;
                background-repeat: no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Arrangement {
                background-position-x: center;
                background-size: 17px;
                background-repeat: no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt1,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt2,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt3,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt4,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt5,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt6,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt7,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt8,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt9,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt10,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt11,
            .Div_KalenderAbsageTage > div > label.Mindestaufenthalt12 {
                background-position-x: center;
                background-size: 17px;
                background-repeat: no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Anreise.Abreise {
                background-position-x: right, left;
                background-size: 17px;
                background-repeat: no-repeat, no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt1,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt2,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt3,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt4,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt5,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt6,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt7,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt8,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt9,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt10,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt11,
            .Div_KalenderAbsageTage > div > label.Anreise.Mindestaufenthalt12 {
                background-position-x: left, center;
                background-size: 17px;
                background-repeat: no-repeat, no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt1,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt2,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt3,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt4,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt5,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt6,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt7,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt8,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt9,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt10,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt11,
            .Div_KalenderAbsageTage > div > label.Abreise.Mindestaufenthalt12 {
                background-position-x: right, center;
                background-size: 17px;
                background-repeat: no-repeat, no-repeat, repeat;
            }

            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt1,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt2,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt3,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt4,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt5,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt6,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt7,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt8,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt9,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt10,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt11,
            .Div_KalenderAbsageTage > div > label.Anreise.Abreise.Mindestaufenthalt12 {
                background-position-x: left, right, center;
                background-size: 17px;
                background-repeat: no-repeat, no-repeat, no-repeat, repeat;
            }

.Div_AbsageLegende {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    max-width: 700px;
    margin: 10px auto;
}

    .Div_AbsageLegende > div {
        -webkit-box-flex: 1 1; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 1; /* OLD - Firefox 19- */
        -webkit-flex: 1 100%; /* Chrome */
        -ms-flex: 1 1px; /* IE 10 */
        flex: 1 1px;
        text-align: left;
        display: block;
        overflow: hidden;
    }

        .Div_AbsageLegende > div > label {
            padding-left: 30px;
            line-height: 20px;
            display: inline-block;
        }

.Div_AbsageLegendeAnreise, .Div_AbsageLegendeAbreise, .Div_AbsageLegendeMindestaufenthalt, .Div_AbsageLegendeArrangement {
    background-repeat: no-repeat;
    background-size: 20px;
}


.Div_Elvia {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

    .Div_Elvia > div, .Div_Elvia > div > div {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .Div_Elvia > div > div > div {
            margin-bottom: 5px;
            overflow: hidden;
            display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox; /* TWEENER - IE 10 */
            display: -webkit-flex; /* NEW - Chrome */
            display: flex;
            -webkit-flex-flow: row wrap;
            -moz-flex-flow: row wrap;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }

        .Div_Elvia > div > div > label {
            margin-bottom: 5px;
            display: inline-block;
            font-weight: bold !important;
        }

.Div_ElviaBuchungsdaten > div > label {
    display: inline-block;
    width: 50%;
    min-width: 200px;
    float: left;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 50%; /* IE 10 */
    flex: 50%;
    flex-basis: 200px;
}

.Div_ElviaGastdaten > div > label, .Div_ElviaEmail > div > label, .Div_ElviaAbbuchung > div > label {
    display: inline-block;
    width: 30%;
    min-width: 200px;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 30%; /* IE 10*/
    flex: 30%;
    flex-basis: 200px;
}

.Div_ElviaGastdaten > div > input {
    display: inline-block;
    width: 30%;
    min-width: 200px;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 30%; /* IE 10*/
    flex: 30%;
    height: 25px;
    padding-left: 5px;
    flex-basis: 200px;
}

.Div_ElviaEmail > div > input, .Div_ElviaAbbuchung > div > input, .Div_ElviaAbbuchung > div > select {
    display: inline-block;
    width: 60%;
    min-width: 200px;
    -webkit-box-flex: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 60%; /* IE 10 */
    flex: 60%;
    height: 25px;
    padding-left: 5px;
    flex-basis: 200px;
}

.Div_Elvia > div > div.Div_Fusszeile > div > a, .Div_Elvia > div > div.Div_Fusszeile > div > input {
    margin-bottom: 0px;
    padding: 10px 40px;
}

.Div_Elvia > div > div.Div_Fusszeile > div {
    display: block;
}

@media only screen and (max-width: 855px) {
    .Div_Elvia > div > div.Div_Fusszeile > div > a, .Div_Elvia > div > div.Div_Fusszeile > div > input {
        float: left;
        margin-bottom: 10px
    }
}



.Div_Kreditkarte > div > div {
    display: inline-block;
    width: 200px;
    min-width: 200px;
    -webkit-box-flex: 2; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 2; /* OLD - Firefox 19- */
    -webkit-flex: 1 100%; /* Chrome */
    -ms-flex: 200px; /* IE 10 */
    flex: 1 200px;
    min-width: 200px;
    flex-basis: 200px;
    margin-top: 10px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Div_Kreditkarte > div > label {
    padding-top:10px;
    margin-right:10px;
}

.Div_Kreditkarte > div > img {
    height: 40px;
    width:auto;
}

    .Div_Kreditkarte > div > div > label {
        display: block;
        width: 100%
    }

    .Div_Kreditkarte > div > div > div, .Div_Kreditkarte > div > div > input, .Div_Kreditkarte > div > div > select {
        display: block;
        height: 36px;
        margin-right: 5px;
        padding-left: 10px;
        width: 100%;
        background-color: white;
    }

    .Div_Kreditkarte > div > div > input {
        height: 34px;
    }

    .Div_Kreditkarte > div > div > select {
        height: 38px;
    }

.Div_Kreditkarte > button {
    cursor: pointer;
    border: none;
    padding: 10px 60px;
    text-decoration: none;
    margin-bottom: 5px;
    word-wrap: break-word; /* IE 5.5-7 */
    white-space: -moz-pre-wrap; /* Firefox 1.0-2.0 */
    white-space: pre-wrap;
    border-radius: 8px;
    margin-top: 12px;
}

.Div_QuickCheck {
    display: flex;
    flex-wrap: wrap;
/*    background-color: #eee;*/
    padding: 20px;
}

.Div_QuickCheckEingabe {
    flex-basis: 600px;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
}

.Div_QuickCheckWeiter {
    flex-basis: 300px;
    /*flex-grow: 1;*/
    margin-top: 30px;
}

.Div_QuickCheckEingabe > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 0px !important;
    /*justify-content:center;*/
}

    .Div_QuickCheckEingabe > div > div {
        flex-basis: 1px;
        flex-grow: 1;
        margin-bottom: 15px;
        margin-right: 15px;
        display: flex;
        flex-wrap: wrap;
    }

        .Div_QuickCheckEingabe > div > div > div {
            display: flex;
            margin-right: 0 !important;
        }

            .Div_QuickCheckEingabe > div > div > div > div {
                margin: 10px 10px;
                height: 38px;
                padding-left: 10px;
                padding-top: 5px;
                min-width: 100px;
            }

        .Div_QuickCheckEingabe > div > div > label {
            width: 100%;
        }

        .Div_QuickCheckEingabe > div > div > div > input {
            min-width: 100px !important;
        }

.Div_Inhalt_Mit_Footer {
    /*position: absolute;*/
    /*left: 0;
    top: 0;
    bottom: 0;
    right: 0;*/
    overflow: auto;
    padding-bottom: 120px;
    padding-left: 10px;
}

.Div_Footer {
    width: 100%;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow: hidden;
    height: 120px;
    background-color: rgba(255,255,255,0.9);
    /*left: 10px;*/
}

#OverlaySpeichern {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 99;
    cursor: pointer;
    text-align: center;
}

    #OverlaySpeichern > div {
        color: white;
        font-size: var(--font-size-14);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#Button_Zurueck{
    float:left;
    margin-left: 10px;
}

#Iframe_Six{
    border:none;
    width:100%;
    min-height: 400px;
}

#widget-container > iframe {
    display: block !important;
    width: auto !important;
    margin: 0 auto !important;
    margin-top:15px !important;
}

.ui-state-active > div.Div_Arrow {
    height: 1px;
    background-color: transparent;
    border-top: 10px solid #00305e;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    width: 0;
}

.Hintergrundfarbe_KalenderGruenAnreise, .Hintergrundfarbe_KalenderGruenAbreise {
    position: relative;
    color: #454545 !important
}

    .Hintergrundfarbe_KalenderGruenAnreise:after, .Hintergrundfarbe_KalenderGruenAbreise:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        display: block;
        border-bottom: 10px solid #0a690a;
        border-top: 9px solid transparent;
        opacity: .7;
    }

    .Hintergrundfarbe_KalenderGruenAnreise:after {
        right: 0;
        border-right: 10px solid transparent;
        left: 1px;
    }

    .Hintergrundfarbe_KalenderGruenAbreise:after {
        right: 1px;
        border-left: 10px solid transparent;
    }

.Hintergrundfarbe_RotKeineAnreise, .Hintergrundfarbe_RotKeineAbreise {
    position: relative;
    color: #454545 !important
}

    .Hintergrundfarbe_RotKeineAnreise:after, .Hintergrundfarbe_RotKeineAbreise:after {
        content: "";
        position: absolute;
        top: 0;
        width: 0;
        height: 0;
        display: block;
        border-bottom: 10px solid #c44340;
        border-top: 9px solid transparent;
        opacity: .7;
    }

    .Hintergrundfarbe_RotKeineAnreise:after {
        right: 0;
        border-right: 10px solid transparent;
        left: 1px;
    }

    .Hintergrundfarbe_RotKeineAbreise:after {
        right: 1px;
        border-left: 10px solid transparent;
    }

.Div_SprachenLogo {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.Div_Logo, .Div_SprachenStorno {
    display: inline-block;
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1 1px; /* Chrome */
    -ms-flex: 1 1 1px; /* IE 10 */
    flex: 1 1 1px;
}

.Div_Logo > img, .Div_Logo > a > img{
    width:auto;
    max-height:90px;
}

.Div_Link {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.Div_Stornoversicherung > div {
    margin-bottom: 20px;
}

    .Div_StornoversicherungDetails {
        display:none;
    }

.Div_StornoversicherungVertraege > div {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    flex-wrap:wrap;
}

.Div_StornoversicherungVertraegeElement {
    -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1; /* OLD - Firefox 19- */
    -webkit-flex: 1; /* Chrome */
    -ms-flex: 1; /* IE 10 */
    flex: 1;
    max-width: 300px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 3px 3px 3px 1px #ccc;
}

    .Div_StornoversicherungVertraegeElement > div > div:last-child {
        margin-bottom: 20px;
    }

    .Div_StornoversicherungVertraegeElement > div {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .Div_StornoversicherungVertraegeElement > div > div:first-child {
            flex: 1
        }

        .Div_StornoversicherungVertraegeElement > div > div > div:first-child > label {
            font-weight: bold;
        }

        .Div_StornoversicherungVertraegeElement > div > div.Div_Weiter {
            text-align:center;
        }

        .Div_StornoversicherungVertraegeElement > div > div > div {
            margin-bottom:10px;
        }

        .Div_StornoversicherungVertraegeElement > div > div > div > a {
            color:inherit;
        }

        .Div_StornoversicherungVertraegeElement > div > div > div:last-child {
            font-weight:bold;
        }

.Div_StornoversicherungDaten > label {
    width:100%;
}

.Div_StornoversicherungDaten > div {
   margin-top:0;
}






* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: fit-content;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .active {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}
