﻿body {
    overflow-x: auto;
}

button {
    cursor: pointer;
}

    button:disabled {
        cursor: auto;
    }

#Titelbild_id {
    width: 100%;
    /*height: 400px;*/
}

#contentHolder {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 200px;
}

#content {
    margin-top: 0px;
    width: 1115px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:1150px) {
    #content {
        margin-top: 0px;
        width: auto;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
    }
}

#contentUeberblick {
    margin-top: 0px;
    width: 100%;
    /*min-width: 450px;
    overflow-x:auto;*/
    margin-left: auto;
    margin-right: auto;
}

.blockHolder {
    display: inline-block;
    vertical-align: top;
    max-width: 400px;
    padding: 25px;
}

.block {
    font-size: 18px;
    width: 415px;
}

.blockHead {
    font-size: 30px;
    color: #c6422d;
}

.hr_class {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -moz-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -ms-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
    background-image: -o-linear-gradient(left, rgba(198,66,45,0), rgba(198,66,45,0.75), rgba(198,66,45,0));
}

.hr_long_holder_class {
}

.hr_long_class {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    background-image: -moz-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.1), rgba(198,66,45,.75));
    background-image: -ms-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    background-image: -o-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
}

.details_hr_long_class {
    border: 0;
    height: 2px;
    background-image: -webkit-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    background-image: -moz-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.1), rgba(198,66,45,.75));
    background-image: -ms-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    background-image: -o-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
}


.keinUmbruch {
    white-space: nowrap;
}

#Angebot-Container {
    background-color: #c8ced7;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

    #Angebot-Container h1 {
        font-size: 32px;
        color: #c6422d;
    }

    #Angebot-Container article h3, p {
        font-size: 14px;
        display: inline-block;
    }

    #Angebot-Container article h3 {
        margin-right: 100px;
    }

    #Angebot-Container input {
        background-color: #395278;
        border: 0;
        border-color: #092857;
        color: white;
        height: 35px;
        width: 100px;
        font-size: 20px;
    }

        #Angebot-Container input:hover {
            background-color: #092857;
        }

#Angebot_Freitext article {
    padding-top: 20px;
    font-size: 16px;
    /*max-width: 450px;*/
    /*text-align: left*/
    /*margin: 0 auto;*/
    line-height: 25px;
}


#SeminarKategorien {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    margin: 5px;
    margin-right: auto;
    padding: 5px;
    text-align: left;
}

@media screen and (max-width:1150px) {
    #SeminarKategorien {
        display: none;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0;
        text-align: left;
    }
}

.SeminarKategorie_List {
    display: inline-block;
    list-style-type: none;
}

.SeminarKategorie_ListItem {
    display: block;
    width: 218px;
}

.SeminarKategorie2_ListItem {
    display: block;
    width: 218px;
    padding: 0px 0px 0px 15px;
}

    .SeminarKategorie2_ListItem span {
        font-size: 12px;
    }

@media screen and (max-width: 1150px) {
    .SeminarKategorie_List {
        width: 100%;
    }

    .SeminarKategorie_ListItem {
        display: inline-block;
    }
}

.SeminarKategorie_a_class {
    display: inline-block;
}

.SeminarKategorie {
    white-space: nowrap;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    color: #3b7fc7;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}



.SeminarKategorie_ohneLink {
    white-space: nowrap;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    color: #3b7fc7;
    margin: 5px;
    border-radius: 5px;
}

.SeminarKategorie_aktuell {
    white-space: nowrap;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    color: #c6422d;
    text-decoration: underline;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.SeminarKategorie_aktuell_ohneLink {
    white-space: nowrap;
    text-align: left;
    padding: 10px 10px 0px 10px;
    font-size: 20px;
    color: #c6422d;
    text-decoration: underline;
    margin: 5px;
    border-radius: 5px;
}

.SeminarKategorie2 {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    color: #555;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .SeminarKategorie2:hover {
        font-weight: bold;
    }

.SeminarKategorie2_aktuell {
    white-space: nowrap;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}

#Navigationszeile {
    color: #c6422d;
}

#Navigationszeile_Informationen {
    color: #c6422d;
}

.chevron_holder {
    width: 13px;
    text-align: center;
    display: inline-block;
}

#Kat1_btn {
    font-size: 13px;
    cursor: pointer;
    color: #3b7fc7;
}

#Kat2_btn {
    font-size: 13px;
    cursor: pointer;
    color: #3b7fc7;
}

.nzeilePositionierer_class {
    position: relative;
}

.zNavKontext {
    position: absolute;
    top: 0;
    left: 0;
    z-index:10;
    border: 1px solid #c6422d;
    background-color: white;
    color: #3b7fc7;
    text-align: left;
}

.zNavItem {
    cursor: pointer;
    padding: 2px;
    font-size: 25px;
    white-space: nowrap;
}

    .zNavItem:hover {
        color: #c6422d;
    }

.zNavItem_aktuell {
    cursor: pointer;
    padding: 2px;
    font-size: 25px;
    color: #c6422d;
    white-space: nowrap;
}

#Navigationszeile {
    display: none;
    text-align: left;
    font-size: 20px;
}

@media screen and (max-width: 1150px) {
    #contentHolder {
        padding-top: 0px;
        padding-bottom: 100px;
    }

    #Navigationszeile {
        display: inline-block;
    }

    #Ueberschrift_Id {
        display: none;
    }

    .SeminarKategorie_a_class {
    }

    .SeminarKategorie {
        text-align: left;
        padding: 10px;
        font-size: 20px;
        color: #3b7fc7;
        margin: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

    .SeminarKategorie_aktuell {
        text-align: left;
        padding: 10px;
        font-size: 20px;
        color: #c6422d;
        text-decoration: underline;
        margin: 5px;
        border-radius: 5px;
        cursor: pointer;
    }
}

.SeminarKategorie:hover {
    /*color: #E56038;*/
    color: #002040
}

#Seminare {
    display: inline-block;
    width: 865px;
    vertical-align: top;
    margin: 0 auto;
    text-align: left;
    margin-left: auto;
    padding: 5px;
    padding-top: 10px;
    /*overflow: auto;*/
}

#Ueberblick_id {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    margin-left: auto;
    padding: 5px;
    padding-top: 10px;
    overflow: auto;
}

@media screen and (max-width: 1150px) {
    #Seminare {
        display: block;
        text-align: center;
        /*box-sizing: border-box;*/
        width: auto;
        margin: 0px;
        padding: 0px;
        padding-top: 10px;
    }
}

#Informationen {
    /*width: 500px;*/
    line-height: 22px;
    text-align: left;
    padding-top: 20px;
    padding-left: 20px;
}

#mainPictureHolder_id {
    width: auto;
}

@media screen and (max-width: 1150) {
    #mainPictureHolder_id {
        box-sizing: border-box;
    }
}

.Informationen_visible {
    display: block;
}

.Informationen_hidden {
    display: none;
}

.Informationen_Ueberschrift {
    width: 100%;
    color: #c6422d;
    font-size: 20px;
    padding: 5px 0;
    margin-bottom: 15px;
}

.Informationen_Normal {
    color: #555;
    font-weight: normal;
}

.Informationen_Hervorgehoben {
    color: #c6422d;
    font-weight:bold;
}

.Informationen_Text {
    margin-bottom: 20px;
}

.Informationen_List {
    padding-left: 20px;
    list-style-type: disc;
}

.Informationen_ListItem {
}

/*Seminartabelle*/

.Ueberschrift {
    color: #c6422d;
    font-size: 30px;
}

#SeminarTabelleHolder_id {
    display: inline-block;
}

#SeminarTabelle_id {
    display: table-row-group;
    margin: 5px;
}

.tableRow_class {
    display: table-row;
    cursor: pointer;
}

    .tableRow_class:hover {
        display: table-row;
        cursor: pointer;
        background-color: #d9d9d9;
    }

.tableCellFirst_class {
    display: table-cell;
    width: 395px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: normal;
}

.tableCellSecond_class {
    display: table-cell;
    width: 210px;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: normal;
}

.TerminWahl_Termin {
    display: inline-block;
    position: relative;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    padding: 2px;
}

.TerminWahl_Optionen {
    display: none;
    position: absolute;
}

.TerminWahl_OptionenZeigen {
    display: block;
    position: absolute;
    right: -2px;
    background-color: white;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
    z-index: 10;
}

.TerminWahl_Option {
    padding: 2px;
}

.TerminWahl_Knopf {
    color: #d9d9d9;
}


.tableRow_class:hover .TerminWahl_Termin {
    border-color: white;
}

.tableRow_class:hover .TerminWahl_Knopf {
    color: white;
}

.TerminWahl_Option:hover {
    background-color: #d9d9d9;
}

.tableCell_class {
    display: table-cell;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.tableCellPrice_class {
    width: 60px;
    text-align: right;
}

.narrowWidthLegend {
    display: none;
}

.narrowWidthLegendInfo {
    display: none;
}

#FirmenseminareDetails_Holder {
    display: inline-block;
    text-align: left;
}

#FirmenseminareDetails {
    margin-top: 20px;
    width: 460px;
    display: inline-block;
    line-height: 20px;
}

@media screen and (max-width:1150px) {

    #Navigationszeile {
        width: 910px;
    }

    #SeminarTabelleHolder_id {
        display: block;
        width: 910px;
        margin: 0 auto;
        text-align: left;
    }

    .Ueberschrift {
        text-align: left;
        display: inline-block;
        width: 910px;
        color: #c6422d;
        font-size: 30px;
    }

    .hr_long_holder_class {
        padding-bottom: 20px;
        text-align: left;
    }

    .hr_long_class {
        border: 0;
        width: 910px;
        height: 2px;
        margin-bottom: 5px;
        background-image: -webkit-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -moz-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.1), rgba(198,66,45,.75));
        background-image: -ms-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -o-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    }

    #SeminarTabelle_id {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #FirmenseminareDetails_Holder {
        width: 910px;
    }

    .tableRow_class {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 300px;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 20px;
    }

        .tableRow_class:hover {
            display: inline-block;
            vertical-align: top;
            width: 300px;
            cursor: pointer;
            background-color: #d9d9d9;
        }

    .tableCellFirst_class {
        display: block;
        width: auto;
        height: 2em;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: bold;
        line-height: 1em;
    }

    .tableCellSecond_class {
        width: 240px;
    }

    .tableCell_class {
        display: block;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .tableCellPrice_class {
        display: block;
        width: auto;
        text-align: left;
    }

    .narrowWidthLegend {
        display: inline-block;
        text-align: right;
        width: 60px;
    }

    .narrowWidthLegendInfo {
        display: inline-block;
        text-align: left;
        width: 60px;
    }
}

@media screen and (max-width:930px) {

    #SeminarTabelleHolder_id {
        display: block;
        width: 610px;
        margin: 0 auto;
        text-align: left;
    }

    #Navigationszeile {
        width: 610px;
    }

    .Ueberschrift {
        text-align: left;
        display: inline-block;
        width: 610px;
        color: #c6422d;
        font-size: 30px;
    }

    .hr_long_class {
        border: 0;
        width: 605px;
        height: 2px;
        margin-bottom: 5px;
        background-image: -webkit-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -moz-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.1), rgba(198,66,45,.75));
        background-image: -ms-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -o-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    }

    #SeminarTabelle_id {
        display: block;
        width: 100%;
        margin: 0;
        text-align: left;
    }

    #FirmenseminareDetails_Holder {
        width: 605px;
    }

    .tableRow_class {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        width: 300px;
        box-sizing: border-box;
        cursor: pointer;
        margin-bottom: 20px;
    }

        .tableRow_class:hover {
            display: inline-block;
            vertical-align: top;
            width: 300px;
            cursor: pointer;
            background-color: #d9d9d9;
        }

    .tableCellFirst_class {
        display: block;
        height: 2em;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-weight: bold;
        line-height: 1em;
    }

    .tableCell_class {
        display: block;
        padding-left: 10px;
        padding-right: 0px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .narrowWidthLegend {
        display: inline-block;
    }
}

@media screen and (max-width:630px) {

    #Navigationszeile {
        width: 310px;
    }

    #SeminarTabelleHolder_id {
        display: block;
        width: 310px;
        margin: 0 auto;
        text-align: center;
    }

    .Ueberschrift {
        text-align: left;
        display: inline-block;
        width: 310px;
        color: #c6422d;
        font-size: 30px;
    }

    .hr_long_class {
        border: 0;
        width: 300px;
        height: 2px;
        margin-bottom: 5px;
        background-image: -webkit-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -moz-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.1), rgba(198,66,45,.75));
        background-image: -ms-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
        background-image: -o-linear-gradient(left, rgba(198,66,45,0.75), rgba(198,66,45,0.75), rgba(198,66,45,0.75));
    }

    #SeminarTabelle_id {
        display: block;
        width: 100%;
        text-align: left;
    }

    #FirmenseminareDetails_Holder {
        width: 300px;
    }

    #FirmenseminareDetails {
        margin-top: 0px;
        width: 100%
    }
}

.SeminarInfo_img_class {
    border-radius: 7px;
}

th {
    font-size: 20px;
    text-align: left;
    padding: 5px;
    padding-left: 0;
    margin: 5px;
    margin-top: 10px;
}

#Tabelle_DatumZeitGebuehr td {
    padding: 10px;
    padding-left: 0px;
}

#BuchungsButtonHolder_id {
    display: block;
    float: right;
}

#Tabelle_Buchungsalternativen {
    width: 300px;
    margin-top: 10px;
    margin-left: 30px;
}

.Seminar_Details {
    display: block;
    line-height: 20px;
    width: 810px;
}

.SeminarDetailsZurueck {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
    padding: 10px 10px 10px 0;
    font-size: 17px;
    color: #3b7fc7;
    margin: 5px 5px 10px 0;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: underline;
}

.Seminardetails_Ueberschrift {
    width: 100%;
    padding: 5px 0;
    color: #c6422d;
    font-size: 20px;
    text-align: left;
}


#BuchungsButtonHolder_2_id {
    display: none;
}

@media screen and (max-width:1150px) {

    .Seminar_Details {
        width: auto;
        display: block;
        padding: 0 20px;
        line-height: 20px;
        text-align: left;
    }
}

@media screen and (max-width: 660px) {

    #BuchungsButtonHolder_id {
        display: none;
    }

    #BuchungsButtonHolder_2_id {
        display: block;
    }

    #Tabelle_Buchungsalternativen {
        width: 300px;
        margin-top: 10px;
        margin-left: 0px;
    }
}

#MwSt_Hinweis {
    /*width: 100%;
    text-align: left;*/
    font-size: 14px;
    margin: 20px 0;
}

.MwSt_Hinweis_visible {
    display: block;
}

.MwSt_Hinweis_hidden {
    display: none;
}

/*#Buchungsformular_Positionierer {    
    padding: 2px;
    text-align:left;
}*/

.Zur_Buchung {
    display: inline-block;
    align-self: center;
    text-align: center;
    width: auto;
    padding: 5px 10px;
    color: white;
    background-color: #3c7fc7;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.Zur_Buchung_ausgegraut {
    display: inline-block;
    align-self: center;
    text-align: center;
    width: auto;
    padding: 5px 10px;
    color: white;
    background-color: #777777;
    border-radius: 5px;
    font-size: 16px;
    border-width: 2px;
    border-style: outset;
}

.FirmenSeminar{
    display: inline-block;
    align-self: center;
    text-align: center;
    width: auto;
    padding: 5px 10px;
    color: white;
    background-color: #395278;
    border-radius: 5px;
    font-size: 16px;
    border-width: 2px;
    border-style: outset;
}

.Zur_Buchung img {
    vertical-align: middle;
    height: 10px;
}


@media screen and (max-width:836px) {
    .Zur_Buchung {
        display: none;
    }

    #BuchungsButtonHolder_id {
        display: none;
    }
}

@media screen and (max-height: 626px) {
    #BuchungsButtonHolder_id {
        display: none;
    }

    .Zur_Buchung {
        display: none;
    }
}
