#KSBuchung, #div_mailanfrage {
    margin: 10px;
    position: relative;
    display: none;
}

.buchung-buchungsinfo {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 14px;
}

#div_buchungszusammenfassung {
    display: none;
    height: 0;
    width: 0;
    overflow: auto;
}

.buchung-link {
    text-decoration: none;
}

.buchung-link:hover {
    text-decoration: underline;
}

.uk-grid {
    margin-left: 0;
}

.uk-grid > * {
    padding-left: 0;
}

#buchschritte {
    font-size: 1.2em;
}

#buchschritte[data-buchschritte="1"] .bs_reiter_visible {
    width: 100%;
}

#buchschritte[data-buchschritte="2"] .bs_reiter_visible {
    width: 50%;
}

#buchschritte[data-buchschritte="3"] .bs_reiter_visible {
    width: 33.3333%;
}

#buchschritte[data-buchschritte="4"] .bs_reiter_visible {
    width: 25%;
}

#buchschritte[data-buchschritte="5"] .bs_reiter_visible {
    width: 20%;
}

#buchschritte[data-buchschritte="6"] .bs_reiter_visible {
    width: 16.6666%;
}

#buchschritte[data-buchschritte="7"] .bs_reiter_visible {
    width: calc(100% / 7);
}

@media (max-width: 599px) {
    #buchschritte[data-buchschritte="4"] .bs_reiter_visible {
        width: 50%;
    }

    #buchschritte[data-buchschritte="5"] .bs_reiter_visible,
    #buchschritte[data-buchschritte="6"] .bs_reiter_visible,
    #buchschritte[data-buchschritte="7"] .bs_reiter_visible {
        width: 33.3333%;
    }
}

.buchung-schritt-reiter table {
    height: 100%;
    width: 100%;
}

.buchung-schritt-reiter * {
    pointer-events: none;
}

.buchung-schritt-reiter td {
    text-align: center;
    vertical-align: middle;
    line-height: 1.2em;
}

#schritte-ausblenden {
    /* TLINK datanovo*/
    display: none;

    height: 20px;
    width: 20px;
    margin-bottom: 10px;
}

@media (min-width: 800px) {
    #schritte-ausblenden {
        display: none;
    }
}

.buchschritte-inaktiv {
    display: block;
}

@media (max-width: 799px) {
    .buchschritte-inaktiv {
        display: none;
    }
}

.bs_reiter_normal {
    cursor: pointer;
    background: none;
}

.bs_reiter_normal:hover {
    background-color: white;
}

.bs_reiter_aktiv {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: default;
    border: 1px solid #e7400f;
    color: #036;
}

.bs_reiter_inaktiv {
    cursor: default;
}

.buchung-navigation-schritt {
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: .5rem;
}

.buchung-navigation-schritt-next {
    float: right;
    text-align: right;
    /*margin-right:5px;*/
    padding: 3px 8px;
}

.buchung-navigation-schritt-back {
    float: left;
    text-align: left;
    /*margin-left:5px;*/
    padding: 3px 8px;
}

.bs_nextstep_aktiv, .bs_backstep_aktiv {
    cursor: pointer;
    border: 1px solid rgb(102, 96, 90);
}

.bs_nextstep_inaktiv, .bs_backstep_inaktiv {
    border: 1px solid #AAA;
    display: none !important;
}

.bs_nextstep_aktiv:hover, .bs_backstep_aktiv:hover {
    text-decoration: underline;
}


/*
.buchung-inhalt{
  margin: 0px 5px;
}*/

.buchung-buchrahmen {
    text-align: left;
    margin: 20px 0;
}

#buch_mailausstieg {
    margin: 10px;
}

div#div_mailanfrage {
    padding: 10px;
}

div#div_mailanfrage .buchung-mailanfrage-ueberschrift {
    display: none;
}


.buchung-mailanfrage-sublabel {
    font-weight: bold;
    margin-bottom: 5px;
}

.buchung-mailanfrage-abschnitt-senden, .buchung-abschnitt-senden {
    margin: 20px;
    text-align: center;
}

.buchung-mailanfrage-abschnitt-info {
    margin-top: -1em;
    margin-left: -5px;
    font-size: 1.2em;
}


.feld_aus {
    display: none;
}

.buchung-label {
    font-weight: bold;
    font-size: 1em;
}

.buchung-sublabel {
    font-weight: bold;
    font-size: .8em;
}

.buchung-select {
    font-size: 1em;
}

.buchung-button-info {
    font-size: 1.6em;
    font-weight: bold;
    padding: 1px 5px;
}

.buchung-abschnitt {
    margin: 20px 0;
}

.buchung-unterabschnitt {
    /*margin:5px;  */
    margin: 6px 0 0 0;
}

.buchung-tabelle-rahmen {
    padding: 3px;
    margin-top: 8px;
}

.buchung-tabelle-rahmen .buchung-tabelle-rahmen {
    font-size: 1.3em;
}

.buchung-tabelle-rahmen table {
    width: 100%;
}

.buchung-tabelle-rahmen th {
    text-align: center;
    line-height: 1.8em;
    vertical-align: middle;
    box-sizing: border-box;
}

.buchung-zeile-aktiv {
    cursor: pointer;
}

th.buchung-tabelle-spalte-radio {
    width: 20px;
}

td.buchung-tabelle-spalte-radio {
    text-align: center;
}

td.buchung-tabelle-spalte-bezeichnung {
    text-align: left;
}

th.buchung-tabelle-spalte-datum {
    width: 5.5em;
}

td.buchung-tabelle-spalte-datum, td.buchung-tabelle-spalte-plz, td.buchung-tabelle-spalte-zeit, td.buchung-tabelle-spalte-anzahl, td.buchung-tabelle-spalte-alter, td.buchung-tabelle-spalte-frei, td.buchung-tabelle-spalte-auswahl {
    text-align: center;
}

th.buchung-tabelle-spalte-preis {
    width: 5em;
}

td.buchung-tabelle-spalte-preis {
    text-align: center;
}

th.buchung-tabelle-spalte-info, th.buchung-tabelle-spalte-frei, th.buchung-tabelle-spalte-auswahl {
    width: 2em;
}

th.buchung-tabelle-spalte-alter, th.buchung-tabelle-spalte-anzahl {
    width: 3.5em;
}

.buchung-tabelle-spalte-auswahl {
    padding-left: 2px;
    padding-right: 2px;
}

td.buchung-tabelle-spalte-teilnehmernr {
    vertical-align: top;
    padding-top: 2px;
}

.buchung-tabelle-spalte-anzahl .text-eingabe {
    width: 2em;
}

div.buchung-zusammenfassung-aufruf {
    text-align: right;
    margin: 10px 0;
}

span.buchung-zusammenfassung-aufruf {
    font-size: .9em;
    font-weight: bold;
    cursor: pointer;
}

span.buchung-zusammenfassung-aufruf:hover {
    text-decoration: underline;
}

.buchung-information-modal {
    padding: 5px 0;

}

.buchung-mailausstieg-button {
    float: right;
    padding: 10px 9px 9px 9px;
    margin: -1px;
}

/* TLINK 28.01.16 Textanpassung */
/*.buchung-mailausstieg-text:before {
  content: "Bei Fragen können Sie die Buchung unterbrechen und eine Mail an unseren Sachbearbeiter senden.";
  color:#666666;
} */
.buchung-mailausstieg-text {
    line-height: 1rem;
    overflow: hidden;
    /*color: transparent; */
    padding: 10px 5px;
}


/* TLINK 21.03.16 Textanpassung */
/*div#div_rdt .buchung-label:before { 
  content: "Bitte Rückreisetermin aus den grün markierten Feldern auswählen.";color:#666666;
}
div#div_rdt .buchung-label {
  line-height:1em;    
  overflow:hidden; 
  color: #F5F4F1;  
  padding-top:10px;
}*/


/* TLINK 21.03.16 Spalte in Tabelle ausblenden & Textanpassung */
table.buchung-untertabelle-tabelle .buchung-untertabelle-tabelle-kategorie {
    display: none;
}

table.buchung-untertabelle-tabelle th.buchung-untertabelle-tabelle-bezeichnung:before {
    content: "Übersicht Zimmertypen";color: #FFFFFF;
}

table.buchung-untertabelle-tabelle th.buchung-untertabelle-tabelle-bezeichnung {
    overflow: hidden;
    color: #036;
}


div#buch_mailausstieg div.container-hell {
    /* height:30px; */
}

div#xxsitz_tabelle_plan div div {
    color: #FAF9F8;
    line-height: 0.01em;
    font-size: 0.01em;
}

div#xxsitz_tabelle_plan div div input {
    visibility: hidden;
    height: 2px;
}

#zus_einzel > table > tbody > tr > td {
    display: block;
}

@media screen and (max-width: 699px) {
    .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
    .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
    .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis,
    #zus_alle .buchung-tabelle-spalte-datum, #zus_alle .buchung-tabelle-spalte-zeit, #zus_alle .buchung-tabelle-spalte-preis,
    #zus_einzel .buchung-tabelle-spalte-datum, #zus_einzel .buchung-tabelle-spalte-zeit, #zus_einzel .buchung-tabelle-spalte-preis {
        display: block;
        width: 100%;
        min-width: 80px;
    }


    .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
    .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
    .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis {
        text-align: left;
    }

    .buchung-untertabelle-tabelle-ausstattung, .buchung-untertabelle-tabelle-kategorie, .buchung-untertabelle-tabelle-verpflegung,
    .buchung-untertabelle-tabelle-belegung, .buchung-untertabelle-tabelle-preis {
        text-align: center;
    }

    .buchung-untertabelle-tabelle td {
        line-height: 1em;
    }

    .buchung-untertabelle-tabelle .buchung-untertabelle-tabelle-belegung div {
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }

    .buchung-untertabelle-tabelle-bezeichnung {
        font-weight: bold;
    }
}

@media screen and (max-width: 499px) {
    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-datum, .tabelle-buchung-befoerderung .buchung-tabelle-spalte-frei,
    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-preis, .tabelle-buchung-befoerderung .buchung-tabelle-spalte-info,
    #zus_alle .buchung-tabelle-spalte-bezeichnung, #zus_einzel .buchung-tabelle-spalte-bezeichnung {
        display: block;
        width: 100%;
        text-align: center;
    }

    #zus_alle .buchung-tabelle-spalte-datum, #zus_alle .buchung-tabelle-spalte-zeit, #zus_alle .buchung-tabelle-spalte-preis,
    #zus_einzel .buchung-tabelle-spalte-datum, #zus_einzel .buchung-tabelle-spalte-zeit, #zus_einzel .buchung-tabelle-spalte-preis {
        width: 33.333333%;
        display: inline-block;
    }

    .tabelle-buchung-hotel .buchung-untertabelle-spalte-bild,
    .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
    .buchung-untertabelle-tabelle-bezeichnung {
        display: block;
    }

    .tabelle-buchung-hotel .buchung-untertabelle-spalte-bild,
    .tabelle-buchung-hotel .buchung-untertabelle-spalte-name, .tabelle-buchung-hotel .buchung-untertabelle-spalte-info,
    .buchung-untertabelle-tabelle-bezeichnung {
        width: 100%;
        text-align: center;
    }
}

.hotel-beschreibung-dokument {
    width: 100%;
    height: 600px;
}

table.buchung-untertabelle-tabelle td, table.buchung-untertabelle-tabelle th {
    font-size: 1em;
}

.buchung-suchetext {
    font-size: 1.2em;
}

.buchung-zustieg-button {
    font-size: 1em;
}

.buchung-zustieg-rahmen {
    max-height: 15em;
    overflow-y: auto;
}

.buchung-zustieg-sub-rahmen {
    overflow-y: auto;
}

.buchung-zustieg-sub-rahmen td {
    font-size: 1em;
}

.buchung-sitzplan-auswahl {
    vertical-align: top !important;
    padding-top: 10px !important;
}

.buchung-sitzplan-button {
    font-size: 1em;
    line-height: 1.6em;
    margin: 15px auto 10px auto;
    text-align: center;
    width: 15em;
}

.buchung-sitzplan-kategorie {
    width: 15em;
    margin: 0 auto 10px auto;
}

.buchung-sitzplan-kategorie td {
    font-size: 1em;
}

.buchung-sitzplan-kategorie-auswahl {
    width: 15px;
    text-align: center;
}

.buchung-sitzplan-kategorie-farbe, .buchung-sitzplan-kategorie-bezeichnung {
    width: 1.5em;
    text-align: center;
}

.buchung-sitzplan-kategorie-preis {
    width: 4em;
    text-align: right;
}

.buchung-sitzplan-kategorie-plaetze {
    padding-left: 5px;
}

#buchung-sitzplan-vmh .ui-button {
    width: 5em;
}

#buchung-sitzplan-lr .ui-button, #buchung-sitzplan-fg .ui-button {
    width: 7.5em;
}

td.buchung-sitzplan-leistung {
    font-size: 1em;
}

.buchung-unterbringung-zeile {
    margin-bottom: 10px;
    padding: 5px;
}

.buchung-unterbringung-zeile * {
    box-sizing: border-box;
}

.buchung-unterbringung-container-preis {
    padding: 5px;
}

.buchung-unterbringung-container-anzahl {
    width: 4em;
    float: right;
    padding: 5px;
}

.buchung-unterbringung-container-bezeichnung {
    margin-right: 5em;
}

.buchung-tabelle-spalte-container .buchung-unterbringung-container-bezeichnung {
    margin-right: 5em;
}

.buchung-unterbringung-container-termin {
    margin-top: 10px;
    float: left;
    width: 48%;
}

.buchung-unterbringung-container-verpflegung {
    margin-top: 10px;
    float: right;
    width: 48%;
}

.buchung-unterbringung-container-bezeichnung {
    padding: 5px;

}

.buchung-unterbringung-kontingent {
    width: 20px;
    float: left;
}

.buchung-unterbringung-anreise, .buchung-unterbringung-abreise {
    width: 45%;
    float: left;
    margin-right: 10px;
}

.buchung-unterbringung-preis {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.8em;
    text-align: right;
    width: 12em;
    float: right;
    color: #f30;
    padding: 5px;
}

.buchung-unterbringung-bezeichnung {
    font-weight: bold;
    padding: 1px 30px;
    /*text-align: center; */
}

.buchung-unterbringung-label {
    width: 1.7em;
    float: left;
    text-align: center;
    min-width: 28px;
}

.buchung-symbol-verpflegung, .buchung-symbol-ausstattung, .buchung-symbol-kategorie {
    width: 1.7em;
    min-width: 28px;
}

.buchung-symbol-verpflegung {
    background: url(grfx/symbol_verpflegung.png) no-repeat center;
}

.buchung-symbol-ausstattung {
    background: url(grfx/symbol_ausstattung.png) no-repeat center;
}

.buchung-symbol-kategorie {
    background: url(grfx/symbol_kategorie.png) no-repeat center;
}

.buchung-unterbringung-bezeichnung, .buchung-unterbringung-ausstattung, .buchung-unterbringung-anreise, .buchung-unterbringung-abreise,
.buchung-unterbringung-kontingent, .buchung-unterbringung-kategorie, .buchung-unterbringung-verpflegung {
    line-height: 1.5em
}

.buchung-unterbringung-ausstattung, .buchung-unterbringung-anreise, .buchung-unterbringung-abreise,
.buchung-unterbringung-kontingent, .buchung-unterbringung-kategorie, .buchung-unterbringung-verpflegung {
    line-height: 2rem;
    border-radius: 20px;
    overflow: hidden;
}

.buchung-unterbringung-anzahl {
    text-align: center;
}

.buchung-unterbringung-ausstattung {
    margin-top: 10px;
}

.buchung-unterbringung-anzahl .text-eingabe {
    width: 2em;
}

.buchung-unterbringung-info {
    width: 1.5em;
    margin: 5px auto;
    padding: 0px 2px;
}

.buchung-unterbringung-kategorie {
    float: left;
    width: 45%;
}

.buchung-unterbringung-verpflegung {
    float: right;
    width: 48%;
}

@media screen and (max-width: 699px) {
    .buchung-unterbringung-kategorie, .buchung-unterbringung-verpflegung,
    .buchung-unterbringung-anreise, .buchung-unterbringung-abreise {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    .buchung-unterbringung-anreise, .buchung-unterbringung-abreise {
        float: none;
        margin-top: 5px;
    }

    #div_lei .buchung-tabelle-spalte-datum {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 499px) {
    .buchung-unterbringung-container-termin, .buchung-unterbringung-container-verpflegung {
        float: none;
        width: 100%;
        margin-top: 5px;
    }

    #div_lei .buchung-tabelle-spalte-datum {
        display: none;
    }

    #div_lei .buchung-tabelle-spalte-frei, #div_lei .buchung-tabelle-spalte-alter, #div_lei .buchung-tabelle-spalte-preis {
        display: block;
        width: 100%;
    }
}

.buchung-tabelle-teilnehmer {
    padding: 6px;
}

.buchung-tabelle-teilnehmer .buchung-sublabel {
    margin-bottom: 10px;
}

.buchung-tabelle-teilnehmer .buchung-tabelle-zeile1, .buchung-tabelle-teilnehmer .buchung-tabelle-zeile2 {
    padding: 5px;
}

.buchung-teilnehmer-spalte1 {
    width: 30%;
    float: left;
    margin-top: 5px;
}

.buchung-teilnehmer-spalte2 {
    width: 65%;
    margin-top: 5px;
}

.buchung-teilnehmer-spalte-indent {
    margin-left: 15%;
}

.buchung-teilnehmer-spalte-geburtstag {
    margin-left: 30%;
}

@media screen and (max-width: 499px) {
    .buchung-teilnehmer-spalte1,
    .buchung-teilnehmer-spalte2 {
        float: none;
        width: 100%;
        text-align: left !important;
    }

    .buchung-teilnehmer-spalte-geburtstag {
        margin-left: 0;
    }
}

.buchung-teilnehmer-geburtstag {
    width: 6em;
}

.buchung-teilnehmer-abschnitt textarea {
    height: 5em;
}

.buchung-teilnehmer-textfeld {
    height: 5.5em;
}

.buchung-teilnehmer-anzeige_l, .buchung-teilnehmer-lblanzeige_l {
    display: none;
}

.buchung-teilnehmer-spalte-container {
    float: left;
}

.buchung-teilnehmer-spalte2-container {
    margin-left: 50%;
}

.buchung-teilnehmer-spalte-container, .buchung-teilnehmer-spalte2-container {
    width: 48%;
}

.buchung-teilnehmer-unterabschnitt {
    margin-top: 15px;
}

.buchung-tabelle-zuordnung {
    overflow: auto;
}

/* Anpassungen Teilnehmer */
/*
.buchung-teilnehmer-spalte1.buchung-teilnehmer-lblanzeige + input#kspasswort {
  display:none;
}

!div.buchung-teilnehmer-lblanzeige ~ input#kspasswort {
  display:none;
}
*/


@media screen and (max-width: 699px) {
    .buchung-teilnehmer-spalte-container, .buchung-teilnehmer-spalte2-container {
        float: none;
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 499px) {
    #div_ver .buchung-tabelle-spalte-teilnehmer, #div_ver .buchung-tabelle-spalte-tabelle {
        display: block;
        width: 100%;
    }
}

.buchung-anmeldung-spalte1 {
    width: 7em;
    float: left;
}

.buchung-anmeldung-spalte2 {
    width: 12em;
    float: left;
}

@media screen and (max-width: 699px) {
    .buchung-anmeldung-spalte-container {
        float: left;
    }
}


.buchung-zahlung-lblzahlungsdaten {
    float: left;
    width: 10em;
}

.buchung-zahlung-zahlungsdaten_ {
    display: none;
    margin-left: 50px;
}

.buchung-zahlung-zahlungsdaten_checked {
    margin-left: 50px;
}

.buchung-zahlung-zahlungsdaten-zeile {
    margin-top: 5px;
}

.buchung-zahlung-container {
    padding: 10px 0;
}

.buchung-zahlung-kartefirma, .buchung-zahlung-kartenr, .buchung-zeile-bank {
    width: 10em;
}

.buchung-zahlung-blz, .buchung-zahlung-konto {
    width: 6em;
}

.buchung-zahlung-kartemonat {
    width: 1.5em;
}

.buchung-zahlung-kartejahr {
    width: 2.5em;
}


.buchung-untertabelle-uebersicht td {
    font-size: 1em;
}

.buchung-uebersicht-spalte-beschreibung {
    width: 12em;
}

#BEF .buchung-uebersicht-spalte-wert, #TN .buchung-uebersicht-spalte-wert, #LEI .buchung-uebersicht-spalte-wert,
#UNT .buchung-uebersicht-spalte-wert, #VER .buchung-uebersicht-spalte-wert, #RAB .buchung-uebersicht-spalte-wert {
    padding: 0px;
}

.buchung-uebersicht-unterspalte-preis {
    text-align: right;
    width: 6em;
}

.buchung-uebersicht-unterspalte-nr, .buchung-uebersicht-unterspalte-anzahl {
    width: 2em;
}

.buchung-uebersicht-unterspalte-trenner {
    width: 1em;
}

#GPR {
    border-top: 2px solid #aaa;
    border-bottom: 3px double #aaa;
}

#GPR td {
    font-weight: bold;
}

#GPR .buchung-uebersicht-spalte-wert {
    text-align: right;
}

td.buchung-untertabelle-spalte-name {
    font-size: 1.2em;
}

.buchung-untertabelle-spalte-ort, .buchung-untertabelle-spalte-info {
    font-size: 1em !important;
}

.buchung-untertabelle-spalte-bild {
    width: 250px;
}

.buchung-untertabelle-spalte-bild img {
    max-width: 250px;
    max-height: 250px;
}

.buchung-untertabelle-spalte-info {
    font-size: 1.4em !important;
    width: 5em;
}


@media screen and (max-width: 499px) {
    .buchung-uebersicht-spalte-wert, .buchung-uebersicht-spalte-beschreibung {
        display: block;
        width: 100%;
    }

    .buchung-uebersicht-spalte-beschreibung {
        font-weight: bold;
    }
}

.buchung-hotel-rahmen {
    max-height: 30em;
    overflow-y: scroll;
}

.buchung-hotel-beschreibung {
    display: block;
    text-decoration: none;
}

.hotel-beschreibung-info {
    display: none;
}

.ui-dialog .hotel-beschreibung-info {
    padding: 0 !important;
}


.buchung-crm-auswahl-container {
    float: left;
    margin-right: 20px;
}

.buchung-crm-rahmen {
    padding-top: 10px;
    padding-bottom: 10px;
}

.buchung-crm-auswahl {
    width: 15em;
}


div#KSBuchungInit {
    width: 100%;
    height: 300px;
    text-align: center;
    background: url(grfx/ks_warten3.gif) no-repeat;
    background-position: center center;
    padding-top: 100px;
}


/* ************* */
/* BuchungFehler */
/* ************* */

div#div_fehler_rahmen {
    clear: both;
    width: 75%;
    margin: 10px auto;
    border: 1px solid #ebccd1;
    background-color: #f2dede;
    color: #a94442;
    padding: 15px;
    display: none;
}

div#div_fehler {
    font-weight: bold;
}

/* ************* */
/* BuchungHinweis */
/* ************* */

div#div_hinweis_rahmen {
    clear: both;
    width: 75%;
    margin: 10px auto;
    border: 1px solid #faebcc;
    background-color: #fcf8e3;
    color: #8a6d3b;
    padding: 15px;
    display: none;
}

div#div_hinweis {
    font-weight: bold;
}

.crm_display_l, .crm_lbldisplay_l {
    display: none;
}

#div_pwrenew {
    display: none;
    width: 500px;
    height: 300px;
    overflow: auto;
    border: 1px solid #000;
    padding: 20px;
    background-color: #fff;
}

#div_pwrenew input {
    width: 200px;
}

.buchung-anmeldung {
    display: none;
    margin: 20px 0;
}

.buchung-anmeldung-eingabe {
    margin-left: 10px;
    margin-right: 20px;
}

#ks-warten .ui-dialog-titlebar {
    display: none;
}

.ui-dialog {
    background-color: #ffffff;
}

#ks-warten {
    background: url(grfx/ks_warten.gif) no-repeat center;
    text-align: center;
}

#buchungsinhalte #ks-warten {
    display: none;
}

#KSAnfrage #ks-warten {
    display: none;
}


.buchung_teilnehmer_anmelder_unsichtbar {
    display: none;
}

.buchung_teilnehmer_anmelder_sichtbar {
    display: block;
}

.buchung-mailanfrage-abschnitt-info #buchung-teilnehmer-anmelder1 {
    display: block;
}


/*Sitzplan Direktauswahl */
.buchung-tabelle-sitzplan-rahmen {
    border: 1px solid #000;
    padding: 5px;
    padding-right: -5px;
    margin-right: 10px;
}

table.buchung-tabelle-sitzplan {
    width: 110px;
}

.buchung-tabelle-sitzplan td {
    padding: 0px;
}

#sitz_tabelle_plan td {
    vertical-align: top;
}

table.buchung-sitzplan-legende {
    font-size: 1.2em;
    margin-top: 20px;
}

.sitzplan-sitz-rahmen {
    width: 23px;
}

.sitz-sitz {
    width: 20px;
    height: 20px;
}

.sitz-frei {
    background: url(grfx/sitz_frei.png) no-repeat;
}

.sitz-richtung2 .sitz-frei {
    background: url(grfx/sitz2_frei.png) no-repeat;
}

.sitz-richtung3 .sitz-frei {
    background: url(grfx/sitz3_frei.png) no-repeat;
}

.sitz-richtung4 .sitz-frei {
    background: url(grfx/sitz4_frei.png) no-repeat;
}

.sitz-auswahl {
    background: url(grfx/sitz_auswahl.png) no-repeat;
}

.sitz-richtung2 .sitz-auswahl {
    background: url(grfx/sitz2_auswahl.png) no-repeat;
}

.sitz-richtung3 .sitz-auswahl {
    background: url(grfx/sitz3_auswahl.png) no-repeat;
}

.sitz-richtung4 .sitz-auswahl {
    background: url(grfx/sitz4_auswahl.png) no-repeat;
}

.sitz-belegt {
    background: url(grfx/sitz_belegt.png) no-repeat;
}

.sitz-richtung2 .sitz-belegt {
    background: url(grfx/sitz2_belegt.png) no-repeat;
}

.sitz-richtung3 .sitz-belegt {
    background: url(grfx/sitz3_belegt.png) no-repeat;
}

.sitz-richtung4 .sitz-belegt {
    background: url(grfx/sitz4_belegt.png) no-repeat;
}

.sitz-gesperrt {
    background: url(grfx/sitz_gesperrt.png) no-repeat;
}

.sitz-richtung2 .sitz-gesperrt {
    background: url(grfx/sitz2_gesperrt.png) no-repeat;
}

.sitz-richtung3 .sitz-gesperrt {
    background: url(grfx/sitz3_gesperrt.png) no-repeat;
}

.sitz-richtung4 .sitz-gesperrt {
    background: url(grfx/sitz4_gesperrt.png) no-repeat;
}

.sitz-nichtbuchbar {
    background: url(grfx/sitz_nichtbuchbar.png) no-repeat;
}

.sitz-richtung2 .sitz-nichtbuchbar {
    background: url(grfx/sitz2_nichtbuchbar.png) no-repeat;
}

.sitz-richtung3 .sitz-nichtbuchbar {
    background: url(grfx/sitz3_nichtbuchbar.png) no-repeat;
}

.sitz-richtung4 .sitz-nichtbuchbar {
    background: url(grfx/sitz4_nichtbuchbar.png) no-repeat;
}

.sitz-fahrer {
    background: url(grfx/sitz_fahrer.png) no-repeat;
}

.sitz-kueche {
    background: url(grfx/sitz_kueche.png) no-repeat;
}

.sitz-reiseleiter {
    background: url(grfx/sitz_reiseleiter.png) no-repeat;
}

.sitz-tisch {
    background: url(grfx/sitz_tisch.png) no-repeat;
}

.sitz-wc {
    background: url(grfx/sitz_wc.png) no-repeat;
}

.sitz-erklaerung {
    padding-top: 10px;
    font-weight: bold;
}

div.buchung-tabelle-spalte-belegung {
    background: url(grfx/symbol_ausstattung.png);
    width: 24px;
}

td.buchung-tabelle-spalte-belegung {
    text-align: center;
}

.buchung-flug-tabelle {
    margin-top: 5px;
    background: transparent;
}

.buchung-flug-tabelle th, .buchung-flug-tabelle td {
    font-size: 0.7em;
}

.buchung-flug-tabelle tr.buchung-flug-header {
    display: none;
}

.buchung-flug-tabelle tr.buchung-flug-zeile td:nth-child(2),
.buchung-flug-tabelle tr.buchung-flug-zeile td:nth-child(4),
.buchung-flug-tabelle tr.buchung-flug-zeile td:nth-child(5),
.buchung-flug-tabelle tr.buchung-flug-zeile td:nth-child(6) {
    display: none;
}


.buchung-zahlung-iban {
    width: 15em;
}

.buchung-kategorie-kabine {
    height: 3em;
}

#aktbuchung {
    display: none !important;
}

.buchung_abschnitt {
    text-align: center;
}

/* Modifikationen SAB */
.buchung-schritt-reiter {
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;

    box-sizing: border-box;

    border: none;
    background-color: transparent;
    position: relative;

    padding: 50px 5px 5px;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    color: gray;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
}

.buchung-schritt-reiter:before, .buchung-schritt-reiter:after {
}

.buchung-schritt-reiter:before {
    content: '';
    position: absolute;
    top: 2px;
    left: calc(50% - 15px);
    z-index: 1;
    width: 30px;
    height: 30px;
    color: gray;
    border: 2px solid gray;
    border-radius: 17px;
    box-shadow: 0 0 0 2px #fff;
    line-height: 30px;
    background: #fff;
}

.buchung-schritt-reiter:after {
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    background-color: gray;
    top: 18px;
    transform: translateX(-50%);
}

.buchung-schritt-reiter:not( [style*='display: none'] ) ~ .buchung-schritt-reiter:not( [style*='display: none'] ):after {
    content: '';
}

.bs_reiter_normal::after, .bs_reiter_aktiv::after {
    background-color: #e7400f;
}

.bs_reiter_aktiv {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #e7400f;
}

.bs_reiter_aktiv::before {
    content: '\2714';
    cursor: default;
    background-color: #e7400f;
    color: white;
    border-color: white;
    box-shadow: 0 0 0 2px #e7400f;
}

.bs_reiter_normal::before {
    content: '\2714';
    color: #e7400f;
    border-color: #e7400f;
}

.bs_reiter_normal:hover::before {
    border-color: white;
    box-shadow: 0 0 0 2px #e7400f;
}

/* Overrides aus farbeinstellungen.css */

.ui-buttonset .ui-state-active,
.ui-dialog-titlebar {
    background-color: #036;
    border: 1px solid #036;
    color: white;
    padding: 5px;
}

.buchung-tabelle-rahmen th {
    background-color: #036;
    border-right: 1px solid white;
    color: white;
    padding: 5px;
}

.button-standard,
.bs_nextstep_aktiv,
.bs_backstep_aktiv,
.buchung-mailausstieg-button {
    background-color: #036;
    border: none;
    border-radius: 2rem;
    color: white;
    line-height: 1.5em;
    padding: .5rem 2rem;
}

.button-standard:hover, .bs_nextstep_aktiv:hover, .bs_backstep_aktiv:hover, .ui-buttonset .ui-button:hover {
    background-color: #e7400f;
    border-color: #e7400f;
    text-decoration: none;
    color: white;
}

.container-hell {
    background-color: #eee;
}

.buchung-button-info {
    padding: 1px 9px 1px 8px;
}

.buchung-buchrahmen {
    background: transparent;
    border: none;
}

.buchung-tabelle-rahmen td {
    vertical-align: middle;
    padding: 12px 3px;
    box-sizing: border-box;
}

td.buchung-tabelle-spalte-teilnehmernr {
    padding: 1rem 1rem 0;
}

.text-eingabe {
    padding: 5px;
    border-radius: 5px;
}

.buchung-teilnehmer-spalte1 {
    width: 30%;
    float: left;
    margin-top: 12px;
    margin-right: 12px;
    text-align: right;
}

.buchung-sitzplan-tabelle > * {
    padding-top: 10px !important;
}

.buchung-sitzplan-leistung > *,
.buchung-tabelle-spalte-frei > * {
    margin: 0 auto;
}



@media screen and (max-width: 499px) {
    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-datum {
        display: inline-block;
        width: 50%;
    }

    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-frei {
        display: inline-block;
        width: 30%;
    }

    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-preis {
        display: inline-block;
        width: 40%;
    }

    .tabelle-buchung-befoerderung .buchung-tabelle-spalte-info {
        display: inline-block;
        width: 30%;
    }

    .buchung-tabelle-rahmen td {
        padding: 3px
    }
}

#KSWarten {
    background-image: url(grfx/ks_warten3.gif);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 90%;
    height: 300px;
    width: 300px;
}

/* Modifikationen SAB Ende */