﻿/****** Webfonts ******/

@font-face {
    font-family: DGUVMeta;
    src: url("../Fonts/DGUVMeta-Normal.otf");
    font-weight: normal
}

@font-face {
    font-family: DGUVMetaBold;
    src: url("../Fonts/DGUVMeta-Bold.otf");
    font-weight: bold
}

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;
    font-family: sans-serif;
    line-height: 1.15;
}

* {
    font-family: DGUVMeta,sans-serif !important;
}

#fixbg {
    /*background-image: url("../img/logo/kv-background.jpg");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -100;
}


body {
    color: #212529;
    font-family: DGUVMeta,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100%;
}

img {
    width: 100%;
    display: block;
    -ms-interpolation-mode: bicubic;
}

header {
    background-color: #fff;
    padding: 25px 30px 20px;
}

.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 !important;
    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% - 180px);
}

.gs-form-left-small + .gs-form-right {
    width: calc(100% - 80px);
}

.gs-1-2:nth-child(2n + 1) {
    padding-left: 0;
}

.abfragen {
    margin-top: 25px;
}

.labelfontbold {
    font-weight: bold;
}

article {
    max-width: 1024px;
    margin: 20px auto 40px;
    padding: 0 20px;
}

form {
    max-width: 1024px;
    margin: 20px auto 40px;
    padding: 0 20px;
}

.content {
    background-color: #fff;
    padding: 32px 0px 10px 30px;
}

.key-visual {
    background-size: cover;
    background-position: center;
}

.btn {
    font: 18px DGUVMeta;
    padding: 7px 19px 10px;
    color: #fff !important;
    background-color: #004994;
    border-radius: 5px;
    border-bottom: 3px solid #004994;
    border-top: 0px solid #fff;
    border-right: none;
    border-left: none;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none !important;
}

    .btn:hover {
        opacity: 0.9;
    }

    .btn:active {
        border-top-width: 2px;
        border-bottom-width: 1px;
    }

.btn-primary {
    color: #fff !important;
    background-color: #004994;
    border-bottom: 3px solid #004994;
}

.btn-right {
    float: right;
}

.center {
    padding: 10px 0 25px;
    text-align: center;
}

/* Footer */
footer {
    background-color: #004994;
    padding: 18px 30px 10px;
}

#socialmedia {
    float: right;
}

    #socialmedia > a {
        margin-left: 10px;
    }

    #socialmedia img {
        display: inline-block;
        min-width: 25px;
        min-height: 25px;
        max-width: 25px;
        max-height: 25px;
    }

#footbereich {
    display: inline-block;
    float: right;
    height: 30px;
    margin-bottom: 10px;
    width: 270px;
}

#footerinfo {
    display: inline-block;
    margin-bottom: 18px;
}


/* Navi */
nav {
    
    font-size: 14px;
    padding-top: 18px;
    position: relative;
}

    nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #004994;
        list-style: outside none none;
        margin: 0;
        padding: 10px 0 0;
        /*display: inline-block;*/
    }

    nav > ul > li {
        color: #004994;
        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 {
                background-position: right bottom;
                background-repeat: no-repeat;
                background-size: 24px 16px;
                padding-right: 30px;
            }
                nav > ul > li.layer-2 > span:hover:after {
                    display: block;
                    position: absolute;
                    /*    bottom: 0;
                        left: 0;
                        border: none;*/
                    /*margin: 0;*/
                    height: .5rem;
                    width: 100%;
                    content: '';
                    background: #707070;
                    margin-top: 10px;
                }

                nav > ul > li a:link {
                    color: #004994;
                    font-family: DGUVMeta;
                    text-decoration: none;
                }

        nav > ul > li a:hover {
            color: #004994;
        }

        nav > ul > li a:active {
            color: #004994;
        }

        nav > ul > li a:visited {
            color: #004994;
        }

.layer-2 > ul {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #004994;
    font-size: 18px;
    left: -1px;
    line-height: 28px;
    min-width: calc(100% - 28px);
    padding: 5px 20px 11px 15px;
    position: absolute;
    top: 50px;
    display: none;
}

.layer-2 > span:hover {
    text-decoration: none;
    cursor: pointer;
}

.layer-2.active > ul {
    display: block;
}

.layer-2 > ul > li > a:hover {
    text-decoration: underline;
}

#backlink {
    float: left;
    margin-top: 13px;
    color: #fff;
}

#helplink {
    float: right;
    margin-top: 13px;
    padding-left: 20px;
    font-family: DGUVMeta;
    color: #004994;
    cursor: pointer;
}

#hinweistext {
    display: none;
    align-items: center;
    justify-content: center
}

.frageninfobox {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #004994;
    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;
}

#divlanguage {
    float: right;
    margin-top: 13px;
}

    #divlanguage > a {
        padding-right: 5px;
    }

    #divlanguage > a:hover {
        color: #004994;
    }



#helplink > span {
    background-color: #004994;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    height: 16px;
    line-height: 12px;
    margin-left: 6px;
    margin-top: 2px;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

#frageninfoboxinner > a:hover {
    color: #212529;
}


.helplinkclose {
    cursor: pointer;
    float: right !important;
}

/*Brotkrumennavigation*/
#breadcrumb {
    background: #fff none repeat scroll 0 0;
    border-top: 2px solid #F0F0F0;
    padding-top: 0.625rem;
}

#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: 18px;
        padding-left: 0.9375rem;
    }

        #breadcrumb ol li::before {
            display: inline-block;
            padding-right: .5rem;
            color: #555;
            content: ">"
        }

        #breadcrumb ol li a, #breadcrumb ol li span {
            /*display: block;*/
           /* background: url(../Images/BGBau/icon_breadcrumb.gif) no-repeat 12px 8px;*/
           /* padding: 0 3px 0 22px;*/
            color: #555;
            /*font-size: 12px;*/
            text-decoration: none !important;
        }



/* Progressbar */

#progress {
    background-color: #004994;
    padding: 20px 30px 15px;
    font-size: 14px;
    font-family: DGUVMeta,helvetica;
    color: #fff;
    -ms-box-orient: horizontal;
    font-weight: bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.progress-step {
    display: inline-block;
    text-align: center;
    width: 25%;
    float: left;
    position: relative;
    flex-grow: 1;
}

.progress-dot {
    background-color: #004994;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    z-index: 2;
}

.progress-step-active .progress-dot {
    background-color: #fff;
}

.progress-bar {
    border: 1px solid #fff ;
    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 */
.gridrow {
    margin-bottom: 2px;
}

    .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;
    }

/*.programme {
    margin-bottom: 30px;
}*/
.programm {
    background-color: #004994;
    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 > div > div {
    display: table-cell;
    padding: 11px 20px 14px 0;
    vertical-align: middle;
}

.programm-check {
    width: 34px;
}

.checkbox {
    background-color: #fff;
    border: 2px solid #004994;
    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/BGBau/checkhaken.png");
}

    .checkbox.active {
        background-size: 30px 30px;
    }

.checkboxreadonly {
    background-color: #fff;
    border: 2px solid #004994;
    display: block;
    float: right;
    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/BGBau/checkhaken.png");
}

.chxstyle {
    padding-left: 0px !important;
}

.radiobox {
    background-color: #fff;
    border: 2px solid #004994;
    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/BGBau/checkkreis.png");
    border-radius: 50%;
}

    .radiobox.active {
        /*background-size: 30px 30px;*/
    }

.radioboxlist {
    border: none;
    margin-bottom: 8px;
    vertical-align: middle;
    width: 100%;
    max-width: 350px;
    height: 43px;
}

.radioboxlistinput {
    background-color: #fff;
    border: 2px solid #004994;
    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/BGBau/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;
}

.programm-zeit {
    width: 100px;
}

.programm-status {
    width: 80px;
}

.programm-mehr {
    width: 40px;
    height: 50px;
}

.programm-arrow {
    background-image: url("../Images/BGBau/arr-accordeon-down.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 27px 18px;
    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;
}

.programm-details p {
    margin-bottom: 8px;
}

.detail {
    border: none !important;
    background-color: white !important;
}


/* Formatierungen */

a:link {
    font-family: DGUVMeta;
    color: #000000;
    text-decoration: underline;
}

a:visited {
    /*font-weight:bold;*/
    color: #000000;
    text-decoration: none;
}

a:active {
    /*font-weight:bold;*/
    color: #000000;
    text-decoration: none;
}

a:hover {
    /*font-weight:bold;*/
    color: #000000;
    text-decoration: underline;
}

a:focus {
    /*font-weight:bold;*/
    color: #000000;
    text-decoration: none;
}
a.linksfooter:link {
    font-family: DGUVMeta;
    color: #fff;
    font-size: 1rem !important;
    text-decoration: none;
}

a.linksfooter::after {
    margin: 0 .8125rem;
    content: "|";
    font-size: 1rem
}

a.linksfooter:visited {
    color: #ffffff;
    text-decoration: none;
}

a.linksfooter:hover, nav a:hover {
    color: #ffffff;
    text-decoration: underline;
}

a.linksfooter:active {
    color: #ffffff;
    text-decoration: none;
}

strong {
    font-family: DGUVMeta;
}

p {
    font-family: DGUVMeta;
    padding-bottom: 0;
    margin-top: 0;
}

    p.small {
        font-size: 14px;
        line-height: 18px;
    }

ul {
    font-family: DGUVMeta;
    margin-top: 1px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: bold;
    line-height: 1.2;
    color: inherit
}

h1, .h1 {
    font-size: 3rem
}

h2, .h2 {
    font-size: 2.25rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.3125rem
}

h6, .h6 {
    font-size: 1rem
}

/*h1 {
    font-family: DGUVMeta;
    font-size: 32px;
    line-height: 1.1em;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
}

h2 {
    font-family: DGUVMeta;
    font-size: 28px;
    line-height: 1.1em;
    color: #000000;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-family: DGUVMeta;
    font-size: 20px;
    line-height: 1.2em;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
}

h4 {
    font-family: DGUVMeta;
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
}

h5 {
    font-family: DGUVMeta;
    font-size: 18px;
    line-height: 1.3em;
    color: #000;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 10px;
}

h6 {
    font-family: DGUVMeta;
    font-size: 18px;
    line-height: 1.3em;
    color: #000000;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 4px;
}*/

/* FORM   
----------------------------------------------------------*/

.hinterlegt {
    background-color: #fff;
    padding: 20px;
}

/*input, textarea, select{
    width: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    border-radius: 0;
    background-color: #fff;
}
input[name="telefon1"], input[name="telefon2"] {
    margin-right: 8px;
    width: 70px;
}
input[name="telefon3"] {
    width: 194px;
}*/
label {
    display: inline-block;
    margin-bottom: 8px;
    vertical-align: middle;
    width: 160px;
}
/*select {
    background-image: url("../Images/BGBau/select-dreieck.png");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    cursor: pointer;
}
select.ja-nein {
    float: left;
    height: 34px;
    padding: 0 26px 3px 6px;
    vertical-align: top;
    width: auto;
}*/

.textarea {
    width: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
}

.label {
    display: inline-block;
    /*margin-bottom: 8px;*/
    vertical-align: middle;
    width: 100%;
    max-width: 350px;
    height: 43px;
    line-height: 35px;
}

.timeedit {
    width: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    padding: 0px 0px 0px 9px;
    /*padding: 4px 0px 5px 9px;*/
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
}

.dateedit {
    width: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    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 #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    -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: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    /*font-family: DGUVMeta;*/
    font-size: 18px;
    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/BGBau/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;
}

.input {
    width: 100%;
    max-width: 350px;
    border: 2px solid #004994;
    font-family: DGUVMeta;
    font-size: 18px;
    padding: 4px 10px 9px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    display: inline-table;
}

    .input[name*="Telefon1"], .input[name*="Telefon2"], .input[name*="Fax1"], .input[name*="Fax2"], .input[name*="Handy1"], .input[name*="Handy2"] {
        margin-right: 8px;
        width: calc(70px - 24px);
    }

    .input[name*="Telefon3"], .input[name*="Fax3"], .input[name*="Handy3"] {
        width: calc(194px - 24px);
    }

.frage {
    display: none;
}

.frage-1 {
    display: block;
}

.tablecell {
    width: 100%;
    max-width: 350px !important;
    margin-bottom: 10px;
}

    .tablecell table {
        width: 100%
    }

.tablestyle {
    width: 100%;
    border-collapse: collapse;
}

    .tablestyle tr, .tablestyle td {
        padding: 0;
    }

.txtinline {
    display: inline !important;
}

.clear {
    clear: both;
}

.spacer {
    clear: both;
    height: 30px;
}

/*.dxeTextBoxSys.form-control {
   display: table!important;
}*/

.dxeTextBoxDefaultWidthSys {
    max-width: 326px !important;
}

.dxeValidDynEditorTable {
    width: 100%;
}

.dxeMemoSys {
    max-width: 326px !important;
}

/* Media Queries */
@media all and (max-width: 800px) {

    /*.tablestyle td{
        display: block;
        margin-bottom: 0px;
    }*/

    .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) {
    .tablestyle td {
        display: block;
        margin-bottom: 0px;
    }

        .tablestyle td[id$="_ETC"] {
            display: table-cell;
            /*color: red;*/
            vertical-align: initial;
        }

    /*#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;
	}*/

    label {
        display: block;
    }

    .gs-form-left-input {
        width: 80px;
    }

    .gs-form-right {
        width: calc(100% - 95px);
    }

    .gs-form-left-input .checkbox, .checkboxreadonly, .combobox.ja-nein, .combobox {
        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: 18px;
        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%;
            text-decoration: none;
        }

        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;
    }

    form {
        padding: 0;
        margin: 0;
    }

    .logo > img {
        height: 32px;
    }

    .logo-1 > img {
        height: 44px;
    }

    h4 {
        font-size: 18px;
    }

    .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: 49%;
        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: 500px) {
    .input, .textarea {
        width: calc(100% - 24px);
    }
}

@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%);
    }

    .input[name*="Telefon1"], .input[name*="Telefon2"], .input[name*="Fax1"], .input[name*="Fax2"], .input[name*="Handy1"], .input[name*="Handy2"] {
        margin-right: 8px;
        width: calc(25% - 8px - 24px);
    }

    .input[name*="Telefon3"], .input[name*="Fax3"], .input[name*="Handy3"] {
        width: calc(50% - 24px);
    }

    .input, .textarea {
        width: calc(100% - 24px);
    }

    .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;
    }

    .programm-zeile.programm-zeit {
        margin-left: 15px;
    }

    .programm-zeile.programm-titel {
        width: calc(100% - 77px);
        padding-left: 15px;
    }

    .programm-check {
        left: auto;
        right: -3px;
    }

    .programm-mehr {
        bottom: -3px;
    }

    .programm > .programm-details {
        padding-left: 15px;
        padding-right: 15px;
    }

    .tagesauswahl .programm-zeile.programm-status {
        padding-left: 15px;
    }
}


#back-top {
    position: fixed;
    /*bottom: 30px;*/
    top: 50%;
    right: 20px;
    z-index: 3;
    display: none;
}

    #back-top a {
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        font-size: 25px;
        color: #fff;
        background-color: #33363b;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        -ms-border-radius: 5px;
        transition: background-color .15s;
        -moz-transition: background-color .15s;
        -webkit-transition: background-color .15s;
        -o-transition: background-color .15s;
        -ms-transition: background-color .15s;
    }

        #back-top a:hover {
            text-decoration: none;
            background-color: #555;
        }

.teaser-container {
    overflow: hidden
}

.teaser-1 {
    background-color: #ffffff;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: left;
    width: 48%;
    margin-right: 2%;
}

.teaser-2 {
    background-color: #FFFFFF;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: right;
    width: 48%;
}

.teaser-3 {
    background-color: #FFFFFF;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: right;
    width: 100%;
}


.teaser-3 {
    background-color: #FFFFFF;
}

@media only screen and (max-width: 800px) {
    .teaser-1 {
        width: 100%;
    }

    .teaser-2 {
        width: 100%;
        padding-top: 50px;
    }
}

.teasercontainer {
    background-color: transparent;
    padding: 30px 0px 5px;
}
