html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    word-wrap: normal;
}

body {
    color: #000;
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    /* background-image: url(images/kv-background.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
    background-color: rgb(255, 246, 231);
}


buttonlikeLink {
    float: right;
}
.dxrpCollapseButton {
    float: left;
    padding-right: 10px;
    padding-top: 0px;
}
buttonCollapse {
    border-radius: 50%;
    background - color: #DADADA;
    padding: 7px 7px;
}

img {
    width: 100%;
    display: block;
}

header {
    background-color: #fff;
    padding: 25px 30px 40px;
}

header {
}

.logo {
    display: inline-block;
}

    .logo img {
        display: inline-block;
        height: 45px;
        width: auto;
        vertical-align: top;
    }

.logo-1 img {
    height: 60px;
}

.logo-2, .logo-3, .logo-4 {
    float: right;
    margin-left: 25px;
}

.gs {
    display: inline-block;
    vertical-align: top;
}

.gs-1-2 {
    width: 47%;
    padding-left: 6%;
}

.gs-1-3 {
    width: 30.333%;
    padding-left: 6%;
}

.gs-2-3 {
    width: 63.333%;
}

.gs-form-left {
    margin-right: 15px;
    width: 150px;
}

.gs-form-left-small {
    margin-right: 15px;
    width: 50px;
    margin-top: -2px;
}

.gs-form-left-input {
    margin-right: 15px;
    padding-top: 7px;
    width: 150px;
}

.gs-form-right {
    width: calc(100% - 165px);
}

.gs-form-left-small + .gs-form-right {
    width: calc(100% - 65px);
}

.gs-1-2:nth-child(2n + 1) {
    padding-left: 0;
}


article {
    max-width: 1024px;
    margin: 20px auto 40px;
    padding: 0 20px;
}

.content {
    background-color: #fff;
    padding: 30px 30px 45px;
}

.key-visual {
    background-size: cover;
    background-position: center;
}

.btn {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    color: #337299;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.btngreyRight2 {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    color: #000000;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right
}

.btngreyRight {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    color: #000000;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: right;
    margin-top: 20px;
}

.btngreyLeft {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    color: #000000;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}
    .btn:hover {
        opacity: 0.9;
    }

    .btn:active {
        border-top-width: 2px;
        border-bottom-width: 1px;
    }

    .btn:disabled {
        background-color: #E6E6E6;
        border-bottom: 3px solid #A4A4A4;
    }

.btn-primary {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    text-decoration: none;
}


.btn-grey {
    color: #000000 !important;
    background-color: #BDBDBD;
    border-bottom: 3px solid #6E6E6E;
    text-decoration: none;
}

.btn-yellow {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
}


.btn-right {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    float: right;
}
.btn-left {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    float: left;
}

.btn-leftPadding {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    float: left;
    margin-left:100px;
}


.btn-changes {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    float: right;
}

.btn-right2 {
    color: #000000 !important;
    background-color: #edb23e;
    border-bottom: 3px solid #f7cb75;
    float: right;
    margin-right: 20px
}

.center {
    padding: 10px 0 25px;
    text-align: center;
}

/* Footer */
footer {
    background-color: #f2f2f2;
    padding: 18px 30px 10px;
}

ZeroPaddings {
    padding: !important 0px 0px 0px 0px;
}

#socialmedia {
    float: right;
}

    #socialmedia > a {
        margin-left: 10px;
    }

    #socialmedia img {
        width: auto;
        display: inline-block;
    }

#footbereich {
    display: inline-block;
    float: right;
    height: 30px;
    margin-bottom: 10px;
    width: 270px;
}

#footerinfo {
    display: inline-block;
    margin-bottom: 18px;
    /* float: right; */
}

.dxrpHCW {
    margin-top:!important 0px;
}

.deleteAccount {
    text-align: right;
    float: right;
    height: 100%;
}
.deleteAccountRight {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    text-align: right;
    float: right;
    height: 100%;
    color: #000000 !important;
}
.deleteAccountLeft {
    font: 17px Arial,helvetica,sans-serif;
    padding: 9px 19px 8px;
    background-color: rgba(85, 85, 85, 0.18);
    border-radius: 5px;
    border-bottom: 3px solid #555;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
    text-align: right;
    float: left;
    height: 100%;
    color: #000000 !important;
}

/* Navi */
nav {
    font-size: 14px;
    padding-top: 17px;
    position: relative;
    display: block;
}

    nav ul {
        list-style: outside none none;
        margin: 0;
        padding: 10px 0 0;
        display: inline-block;
    }

    nav > ul > li {
        color: #000000;
        display: inline-block;
        font-size: 20px;
        padding: 0 20px 0 0;
    }

        nav > ul > li.layer-2 {
            position: relative;
            padding: 0;
        }

            nav > ul > li.layer-2 > span {x
                background-position: right bottom;
                background-repeat: no-repeat;
                background-size: 24px 16px;
                padding-right: 30px;
            }

        nav > ul > li a:link {
            font-family: Arial,helvetica,sans-serif;
            text-decoration: none;
        }

        nav > ul > li a.anmeldung {
            background-color: #edb23e;
            padding: 2px;
        }

.layer-2 > ul {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e5edf2;
    font-size: 17px;
    left: -15px;
    line-height: 28px;
    min-width: calc(100% - 28px);
    padding: 5px 20px 11px 15px;
    position: absolute;
    top: 32px;
    display: none;
}

.layer-2 > span:hover {
    text-decoration: underline;
    cursor: pointer;
}

.layer-2.active > ul {
    display: block;
}

.layer-2 > ul > li {
    white-space: nowrap;
}

    .layer-2 > ul > li > a:hover {
        text-decoration: underline;
    }

#backlink {
    float: left;
    margin-top: 13px;
}

#helplink {
    float: right;
    margin-top: 13px;
    padding-left: 20px;
}

.frageninfobox {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #e5edf2;
    display: none;
    font-size: 16px;
    line-height: 1.3em;
    max-width: 300px;
    padding: 10px 10px 18px 20px;
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 3;
}

#languagelink {
    float: right;
    margin-top: 13px;
}

#helplink > span {
    background-color: #02446e;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    height: 16px;
    line-height: 12px;
    margin-left: 3px;
    margin-top: 6px;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

.dxflGroup, .dxflGroupCell {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*Brotkrumennavigation*/
#breadcrumb {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid rgba(85, 85, 85, 0.18);
}

#breadcrumbWrapper {
    padding: 7px 0 7px 30px;
}

#breadcrumb span {
    color: #555;
    font-size: 12px;
}

#breadcrumb ol {
    display: inline;
    margin: 0;
    padding: 0;
}

    #breadcrumb ol li {
        display: inline-block;
        line-height: 1em;
    }

        #breadcrumb ol li a, #breadcrumb ol li span {
            display: block;
            background: url(../Images/icon_breadcrumb.gif) no-repeat 12px 8px;
            padding: 0 3px 0 22px;
            color: #555;
            font-size: 12px;
        }


/* Progressbar */

#progress {
    background-color: #f2f2f2;
    padding: 20px 30px 15px;
    font-size: 14px;
    font-family: Arial,helvetica,sans-serif;
    color: #555;
    display: flex;
    -ms-box-orient: horizontal;
    display: -ms-flexbox;
    /*   display: -webkit-box;
    display: -moz-box;
    
    display: -moz-flex;
    display: -webkit-flex;*/
}

.progress-step {
    display: inline-block;
    text-align: center;
    width: 20%;
    float: left;
    position: relative;
    flex-grow: 1;
}

.progress-dot {
    background-color: #e5edf2;
    border: 2px solid #555;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    z-index: 2;
}

.progress-step-active .progress-dot {
    background-color: #555;
}

.progress-bar {
    border: 1px solid #555;
    float: left;
    position: absolute;
    top: 7px;
    width: 50%;
}

.progress-bar-2 {
    right: 0;
}

.progress-bar-first, .progress-bar-last {
    display: none;
}

.progress-step-active .progress-bar-2 {
    opacity: 0.4;
}

.progress-step-future {
    opacity: 0.4;
}


/* Programme */
.programme {
    margin-bottom: 30px;
}

.programm {
    background-color: #f2f2f2;
    display: table;
    width: 100%;
    margin-bottom: 2px;
    transition: 0.5s;
}

    .programm.active {
        background-color: #fff;
    }

.programmauswahl .programm-zeile {
    cursor: pointer;
}

.programm-ueberblick {
    display: table;
    width: calc(100% - 16px);
    position: relative;
    padding: 0 0 0 16px;
}

.programm-ueberblick-tage {
    display: table;
    width: calc(100% - 16px);
    position: relative;
    padding: 0 0 0 16px;
}

.programm > div > div {
    display: table-cell;
    padding: 11px 20px 14px 0;
    vertical-align: middle;
}

.programm-check {
    width: 34px;
}

.checkbox {
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.38);
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: 0.25s;
    background-image: url("../Images/checkhaken.png");
}

    .checkbox.active {
        background-size: 30px 30px;
    }

.programm-zeit {
    width: 100px;
}

.programm-status {
    width: 80px;
}

.programm-mehr {
    width: 40px;
    height: 50px;
}

.programm-arrow {
    background-image: url("../Images/arr-accordeon-down.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 27px 17px;
    width: 27px;
    height: 27px;
    margin-top: 5px;
    float: right;
    transition: 0.5s;
}

.active .programm-arrow {
    transform: rotate(180deg);
}

.programm > .programm-details {
    padding-left: 70px;
    padding-bottom: 10px;
    display: none;
    padding-right: 120px;
    font-size: 17px !important;
}

.programm-details p {
    word-wrap: break-word;
    margin-bottom: 8px;
}


/* Formatierungen */

a:link {
    font-family: Arial,helvetica,sans-serif;
    color: #000000;
}

a:visited {
    /*font-weight:bold;*/
    color: #000000;
}

a:active {
    /*font-weight:bold;*/
    color: #000000;
}

a:hover {
    /*font-weight:bold;*/
    color: #000000;
}

a:focus {
    /*font-weight:bold;*/
    color: #000000;
}

a.linksfooter:link {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    margin-right: 24px;
}

a.linksfooter:visited {
    color: #000000;
    text-decoration: none;
}

a.linksfooter:hover, nav a:hover {
    color: #02446e;
    text-decoration: underline;
}

a.linksfooter:active {
    color: #02446e;
    text-decoration: none;
}

strong {
    font-family: Arial,helvetica,sans-serif;
}

.nobreak {
    display: inline-block;
}

p {
    font-family: Arial,helvetica,sans-serif;
    padding-bottom: 0;
    margin-top: 0;
}

p.beitrag {
    font-family: Arial,helvetica,sans-serif;
    padding-bottom: 0;
    margin-top: 10px !important;
}

    p.small {
        font-size: 14px;
        line-height: 18px;
    }

ul {
    font-family: Arial,helvetica,sans-serif;
    margin-top: 1px;
    /*list-style: none;*/
}

    ul[id=Breadcrumb] {
        list-style: none;
        padding-left: 0px;
    }

/* HEADINGS   
----------------------------------------------------------*/


h1 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 32px;
    line-height: 1.1em;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
}

h2 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 28px;
    line-height: 1.1em;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
}

h4 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
}

h5 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

h6 {
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    color: #000000;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 4px;
}

/* FORM   
----------------------------------------------------------*/

.hinterlegt {
    background-color: #f2f2f2;
    padding: 20px;
    padding-top: 0px;
}

label {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
    width: 400px;
}

.tshirt > label {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
    width: 200px !important;
}

.textarea {
    width: 100%;
    max-width: 350px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
}
.textareaBig {
    width: 100%;
    max-width: 530px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
}

.textareaLong {
    width: 100%;
    max-width: 900px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
}

.input {
    width: 100%;
    max-width: 350px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    display: inline-table;
}
.inputLong {
    width: 100%;
    max-width: 530px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    display: inline-table;
}
.inputright {
    width: 100%;
    max-width: 315px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    margin-left:35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    display: inline-table;
}
.inputMaxWidth {
    width: 100%;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    display: inline-table;
}


.radioboxlistinput {
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.38);
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: 0.25s;
    background-image: url("../images/checkkreis.png");
    border-radius: 50%;
}

.radioboxlistinputDisabled {
    color: grey;
}

.radioboxlistinput.active {
    background-size: 30px 30px;
}

.dateedit {
    width: 100%;
    max-width: 350px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 5px 0px 5px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    /*background-color: #fff;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;*/
    cursor: pointer;
    vertical-align: top;
}

    .dateedit img {
        width: 24px !important;
    }

.dateeditcalendar {
    width: 100%;
    max-width: 350px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}

.btnCalendar {
    background-image: none !important;
}

    .btnCalendar:hover {
        background-image: none !important;
    }

.dxeButtonEditButton {
    border: none;
    background: none;
    width: 23px;
}

    .dxeButtonEditButton img[class="dxEditors_edtClear"] {
        width: 13px !important;
    }

.dxeButtonEditButtonHover {
    border: none;
    background: none;
    width: 24px;
}


.combobox {
    width: 374px;
    max-width: 374px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../Images/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
    vertical-align: top;
}
.comboboxNoWith {
    max-width: 374px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../Images/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
    vertical-align: top;
}

.comboboxLong {
    width: 554px;
    max-width: 554px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../Images/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
    vertical-align: top;
}

.comboboxRight {
    width: 374px;
    max-width: 339px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial,helvetica,sans-serif;
    font-size: 17px;
    padding: 9px 10px 9px;
    margin-bottom: 10px;
    margin-left: 35px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../Images/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
    vertical-align: top;
}



.labelreadonly {
    padding: 9px 0px 9px !important;
    margin-bottom: 5px;
}

.cbo {
    max-width: 200px;
    border: 2px solid rgba(85, 85, 85, 0.38);
    font-family: Arial, helvetica, sans-serif;
    font-size: 17px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background-image: url("../Images/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
    vertical-align: top;
}

.combobox.ja-nein {
    float: left;
    height: 34px;
    padding: 0 26px 3px 6px;
    vertical-align: top;
    width: auto;
}

.combobox.ja-neinf {
    /*float: left;*/
    height: 34px;
    padding: 0 26px 3px 6px;
    vertical-align: top;
    width: auto;
}

.combobox::-ms-expand {
    display: none;
    opacity: .01;
}

.dxeRadioButtonList td.dxe, .dxeCheckBoxList td.dxe {
    padding: 0px 0px 0px 0px;
}

.dxichTextCellSys {
    padding: 2px 10px 1px;
}

.frage {
    display: none;
}

.frage-1 {
    display: block;
}

/*.dxeTextBoxDefaultWidthSys {
    max-width: 150px !important;
}*/

.dxeValidDynEditorTable {
    width: 100%;
}

/*.dxeMemoSys {
    max-width: 550px !important;
}*/

.clear {
    clear: both;
}

.spacer {
    clear: both;
    height: 30px;
}

/* Media Queries */
@media all and (max-width: 800px) {
    .logo > img {
        height: 35px;
    }

    .logo-1 > img {
        height: 50px;
    }


    .programm-ueberblick {
        padding: 10px 0 18px;
        width: 100%;
    }

    .programm > div > div {
        display: inline-block;
        float: left;
        padding: 0px 20px 0px 0;
        vertical-align: top;
    }

    .programm-check {
        left: 16px;
        margin-top: 5px;
        position: absolute;
    }

    .programm-zeile.programm-titel {
        padding-left: 70px;
        padding-right: 0;
        width: calc(100% - 130px);
    }

    .programm-zeit {
        margin-left: 70px;
    }

    .programm-mehr {
        position: absolute;
        right: 0;
    }

    .tagesauswahl .programm-zeile.programm-status {
        padding-left: 70px;
    }
}


@media all and (max-width: 700px) {
    label {
        display: block;
    }

    .gs-form-left-input {
        width: 80px;
    }

    .gs-form-right {
        width: calc(100% - 95px);
    }

    .gs-form-left-input .checkbox, select.ja-nein {
        float: none;
    }

    .gs-1-2, .gs-1-3, .gs-2-3 {
        width: 100%;
        padding: 0;
    }

    /* MOBILMENU */
    .burgerbutton {
        background: #fff;
        height: 36px;
        margin-top: 10px;
        padding: 14px 20px 0 0;
        width: 30px;
        cursor: pointer;
    }

    body.progress .burgerbutton {
        display: none;
    }

    .burgerbutton-linie {
        background: #000000 none repeat scroll 0 0;
        height: 2px;
        margin-bottom: 8px;
    }

    nav {
        padding-top: 0;
        display: none;
    }

    body.progress nav {
        padding-top: 17px;
        display: block;
    }

    nav ul {
        width: 100%;
    }

    nav > ul > li {
        display: block;
        padding: 0;
        width: 100%;
    }

        nav > ul > li a:link, nav > ul > li > span {
            display: block;
            padding: 6px 0;
            width: 100%;
        }

        nav > ul > li.layer-2 {
            padding: 0 0 4px;
        }

            nav > ul > li.layer-2 > span {
                display: inline-block;
                padding-bottom: 2px;
                width: auto;
            }

    .layer-2 > ul {
        border-left: medium none;
        border-right: medium none;
        left: 0;
        margin: 10px 0 5px;
        position: relative;
        top: 0;
        width: auto;
    }

    #languagelink {
        float: left;
    }

    body.progress #languagelink {
        float: right;
    }
}

@media all and (max-width: 600px) {
    body {
        background-image: none;
    }

    article {
        padding: 0;
        margin: 0;
    }

    .logo > img {
        height: 32px;
    }

    .logo-1 > img {
        height: 44px;
    }

    h4 {
        font-size: 17px;
    }

    .linksfooter {
        display: block;
    }
}

@media all and (min-width: 600px) {
    .key-visual {
        background-image: none !important;
    }
}

@media all and (max-width: 500px) {
    .logo {
        display: inline-block;
        width: 50%;
        margin-bottom: 26px;
    }

    .logo-2, .logo-3, .logo-4 {
        float: none;
        margin-left: 0;
    }

    .logo-2, .logo-4 {
        text-align: right;
    }

    .logo-3, .logo-4 {
        margin-bottom: 10px;
    }

    .logo > img {
        height: 38px;
    }

    .logo-1 > img {
        height: 48px;
    }

    #progress {
        display: block;
    }

    .progress-step {
        height: 34px;
        width: 100%;
    }

    .progress-dot {
        float: left;
        top: 6px;
    }

    .progress-bar {
        height: 50%;
        left: 7px;
        top: 0;
        width: 0;
    }

    .progress-bar-2 {
        bottom: 0;
        top: auto;
    }

    .progress-text {
        padding: 0 0 0 24px;
        position: absolute;
        text-align: left;
    }
}

@media all and (max-width: 450px) {
    input[name="telefon-1"], input[name="telefon-2"] {
        margin-right: 8px;
        width: calc(25% - 8px);
    }

    input[name="telefon-3"] {
        width: calc(50%);
    }

    .gs-form-left-input, .gs-form-right {
        width: 100%;
        display: block;
    }
}

@media all and (max-width: 400px) {
    header {
        padding: 18px 18px 14px;
    }

    .content {
        padding: 22px 18px;
    }
}

select::-ms-expand {
    display: none;
    opacity: .01;
}


.glbreadcrumbs-one {
    background: #eee;
    border-width: 1px;
    border-style: solid;
    background-color: #E6E1E3;
    border-color: #E6E1E3 #e5e5e5 #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.2);
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    /* Clear floats */
    overflow: hidden;
    width: 100%;
    font-size: 13px !important;
}

    .glbreadcrumbs-one li {
        float: left;
    }

    .glbreadcrumbs-one a {
        padding: .7em 0em .7em 1.5em;
        float: left;
        text-decoration: none;
        color: #b3b4b7;
        position: relative;
        text-shadow: 1px 1px 1px rgba(255,255,255,.5);
        background-color: #D6D4D5;
        background-image: -webkit-gradient(linear, left top, right bottom, from(#E6E1E3), to(#D6D4D5));
        background-image: -webkit-linear-gradient(left, #E6E1E3, #D6D4D5);
        background-image: -moz-linear-gradient(left, #E6E1E3, #D6D4D5);
        background-image: -ms-linear-gradient(left, #E6E1E3, #D6D4D5);
        background-image: -o-linear-gradient(left, #E6E1E3, #D6D4D5);
        background-image: linear-gradient(to right, #E6E1E3, #D6D4D5);
    }

    .glbreadcrumbs-one li:first-child a {
        padding-left: 1em;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
        top: 0px;
        left: 0px;
    }

    .glbreadcrumbs-one a:hover {
        background: #E6E1E3;
    }

    .glbreadcrumbs-one a::after,
    .glbreadcrumbs-one a::before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -1.5em;
        border-top: 1.5em solid transparent;
        border-bottom: 1.5em solid transparent;
        border-left: 1em solid;
        right: -1em;
    }

    .glbreadcrumbs-one a::after {
        z-index: 2;
        border-left-color: #D6D4D5;
    }


    .glbreadcrumbs-one a::before {
        border-left-color: #ccc;
        right: -1.1em;
        z-index: 1;
    }

    .glbreadcrumbs-one a:hover::after {
        border-left-color: #E6E1E3;
    }

    .glbreadcrumbs-one .current {
        background-color: #E7E7E7;
    }

    .glbreadcrumbs-one .currentactive {
        background-color: #E7E7E7;
        color: black;
        font-weight: bold;
    }

    .glbreadcrumbs-one .last,
    .glbreadcrumbs-one .last:hover {
        background: none;
    }

        .glbreadcrumbs-one .last::after,
        .glbreadcrumbs-one .last::before {
            content: normal;
        }

    .glbreadcrumbs-one .lastactive,
    .glbreadcrumbs-one .lastactive:hover {
        background: none;
        color: black;
        font-weight: bold;
    }

        .glbreadcrumbs-one .lastactive::after,
        .glbreadcrumbs-one .lastactive::before {
            content: normal;
        }

form {
    max-width: 1024px;
    margin: 20px auto 40px;
    padding: 0 20px;
}

/* Programme */
.gridrow {
    margin-bottom: 2px;
}

.dxgvGroupRow td.dxgvIndentCell {
    border: none !important;
    background-color: white !important;
    padding: 0 !important;
}

.gridrow .dxgvIndentCell {
    border: none !important;
    background-color: white !important;
    padding: 0 !important;
}

.dxgvSelectedRow {
    background-color: white !important;
    color: black !important;
}

    .dxgvSelectedRow td.dxgvIndentCell {
        background-color: white !important;
    }

.checkbox {
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.38);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: 0.25s;
    background-image: url("../Images/checkhaken.png");
}

    .checkbox.active {
        background-size: 30px 30px;
    }

.checkboxreadonly {
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.38);
    display: block;
    float: left;
    height: 30px;
    width: 30px;
    cursor: default;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: 0.25s;
    background-image: url("../Images/checkhaken.png");
}

.chxstyle {
    padding-left: 0px !important;
}

.radioboxlist {
    border: none;
    margin-bottom: 8px;
    vertical-align: middle;
    width: 100%;
    max-width: 350px;
    height: 43px;
}

.radioboxlistinput {
    background-color: #fff;
    border: 2px solid rgba(85, 85, 85, 0.38);
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: 0.25s;
    background-image: url("../Images/checkkreis.png");
    border-radius: 50%;
}

    .radioboxlistinput.active {
        background-size: 30px 30px;
    }

.dxWeb_edtCheckBoxChecked {
    background-size: 30px 30px !important;
}

.dxEditors_edtRadioButtonChecked {
    background-size: 30px 30px !important;
}
