﻿/****** Webfonts ******/

@font-face {
    font-family: 'BundesSansWeb';
    src: url('../Fonts/BundesSansWeb-Regular.eot');
    src: url('../Fonts/BundesSansWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/BundesSansWeb-Regular.woff') format('woff'), url('../Fonts/BundesSansWeb-Regular.ttf') format('truetype'), url('../Fonts/BundesSansWeb-Regular.svgz?#BundesSansWebRegular') format('svg'), url('../Fonts/BundesSansWeb-Regular.svg?#BundesSansWebRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BundesSansWebBold';
    src: url('../Fonts/BundesSansWeb-Bold.eot');
    src: url('../Fonts/BundesSansWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/BundesSansWeb-Bold.woff') format('woff'), url('../Fonts/BundesSansWeb-Bold.ttf') format('truetype'), url('../Fonts/BundesSansWeb-Bold.svgz?#BundesSansWebBold') format('svg'), url('../Fonts/BundesSansWeb-Bold.svg?#BundesSansWebBold') format('svg');
    font-weight: bold;
    font-style: bold;
}


@font-face {
    font-family: 'BundesSerifWeb';
    src: url('../Fonts/BundesSerifWeb-Regular.eot');
    src: url('../Fonts/BundesSerifWeb-Regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/BundesSerifWeb-Regular.woff') format('woff'), url('../Fonts/BundesSerifWeb-Regular.ttf') format('truetype'), url('../Fonts/BundesSerifWeb-Regular.svgz?#BundesSerifWebRegular') format('svg'), url('../Fonts/BundesSerifWeb-Regular.svg?#BundesSerifWebRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BundesSerifWebBold';
    src: url('../Fonts/BundesSerifWeb-Bold.eot');
    src: url('../Fonts/BundesSerifWeb-Bold.eot?#iefix') format('embedded-opentype'), url('../Fonts/BundesSerifWeb-Bold.woff') format('woff'), url('../Fonts/BundesSerifWeb-Bold.ttf') format('truetype'), url('../Fonts/BundesSerifWeb-Bold.svgz?#BundesSerifWebBold') format('svg'), url('../Fonts/BundesSerifWeb-Bold.svg?#BundesSerifWebBold') format('svg');
    font-weight: bold;
    font-style: bold;
}

:root {
    --color-Schieferblau: #4A8BA7;
    --color-Hellblau: #C9DFE8;
    --color-Dunkelblau: #1A5B81;
    --color-Anthrazit: #191919;
    --color-Grau: #889695;
    --color-Beige: #EDE7DE;
    --color-Weiß: #FFFFFF;
    --color-Schwarz: #000;
}

* {
    font-family: "BundesSansWeb",Arial,helvetica,sans-serif !important;
}

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;
}

#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: var(--color-Schwarz);
	font-family: "BundesSansWeb",Arial,helvetica,sans-serif;
	font-size: 17px;
	line-height: 1.4em;
	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: var(--color-Weiß);
	padding: 25px 30px 20px;
}
.logo {
    display: inline-block;
}
.logo img {
    display: inline-block;
    height: 82px;
    width: 200px;
    vertical-align: top;
}
.logo-1 img{
    height: 118px;
}
.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;
}

.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: var(--color-Weiß);
	padding: 30px 30px 45px;
}
.key-visual{
	background-size: cover;
	background-position: center;
}
.btn {
    font: 17px "BundesSansWebBold",Arial,helvetica,sans-serif;
    padding: 7px 19px 10px;
    color: var(--color-Dunkelblau);
    background-color: var(--color-Weiß);
    border: 1px solid var(--color-Grau);    
    display: inline-block;
    position: relative;
    cursor: pointer;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
    .btn:hover {
        opacity: 0.9;
        background-color: var(--color-Hellblau);        
        border-color: var(--color-Dunkelblau);
    }
.btn:active{
    border-top-width: 2px;
    border-bottom-width: 1px;
}
.btn-primary {
	/*color: var(--color-Weiß) !important;
    background-color: #004f80;
    border-bottom: 3px solid #002f60;*/
}
.btn-right{
	float: right;
}
.center {
    padding: 10px 0 25px;
    text-align: center;
}

/* Footer */
footer {
    background-color: var(--color-Dunkelblau);
    padding: 18px 30px 10px;
}
#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: 320px;
}
#footerinfo {
	display: inline-block;
	margin-bottom: 18px;
}


/* Navi */
nav {
    font-size: 14px;
    padding-top: 17px;
    position: relative;
}
nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 10px 0 0;
    display: inline-block;
}
nav > ul > li {
    color: #02446e;
    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-image: url("../images/bvl/navi-dreieck.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 24px 16px;
    padding-right: 30px;
}
nav > ul > li a:link{
    font-family: "BundesSansWeb",Arial,helvetica,sans-serif;
}
.layer-2 > ul {
    background: var(--color-Weiß) 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 > a:hover {
    text-decoration: underline;
}

#backlink{
    float: left;
    margin-top: 13px;
}
#helplink {
    float: right;
    margin-top: 13px;
    padding-left: 20px;
}
.frageninfobox {
    background: var(--color-Weiß) 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;
}
#divlanguage {
    float: right;
	margin-top: 13px;
}
#divlanguage > a {
    padding-right: 5px;
}

#helplink > span {
    background-color: #02446e;
    border-radius: 8px;
    color: var(--color-Weiß);
    display: inline-block;
    height: 16px;
    line-height: 12px;
    margin-left: 3px;
    margin-top: 6px;
    text-align: center;
    vertical-align: top;
    width: 16px;
}

.helplinkclose {
    cursor: pointer;
    float: right !important;
}

/*Brotkrumennavigation*/
#breadcrumb {
    background: var(--color-Weiß) none repeat scroll 0 0;
    border-top: 2px solid #e5edf2;
}

#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/bvl/icon_breadcrumb.gif) no-repeat 12px 8px;
            padding: 0 3px 0 22px;
            color: #555;
            font-size: 12px;
        }


/* Progressbar */

#progress {
    background-color: #e5edf2;
    padding: 20px 30px 15px;
    font-size: 14px;
    font-family: "BundesSansWebBold",Arial,helvetica,sans-serif;
    color: #02446e;
    -ms-box-orient: horizontal;
    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: #e5edf2;
    border: 2px solid #02446e;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
    z-index: 2;
}
.progress-step-active .progress-dot {
    background-color: #02446e;
}
.progress-bar {
    border: 1px solid #02446e;
    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: #e5edf2;
    display: table;
    width: 100%;
    margin-bottom: 2px;
    transition: 0.5s;
}
.programm.active{
    background-color: var(--color-Weiß);
}
.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: var(--color-Weiß);
    border: 2px solid #c4dae8;
    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/bvl/checkhaken.png");
}
.checkbox.active {
    background-size: 30px 30px;
}

.checkboxreadonly {
    background-color: var(--color-Weiß);
    border: 2px solid #c4dae8;
    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/bvl/checkhaken.png");
}

.chxstyle {
    padding-left: 0px !important;
}

.radiobox {
    background-color: var(--color-Weiß);
    border: 2px solid #c4dae8;
    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/bvl/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: var(--color-Weiß);
        border: 2px solid #c4dae8;
        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/bvl/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/bvl/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;
}
.programm-details p{
	margin-bottom: 8px;
}

.detail {
    border: none !important;
    background-color: white !important;
}


/* Formatierungen */

a:link {
	font-family: "BundesSansWebBold",Arial,helvetica,sans-serif;
    color: #004F80;
    text-decoration: none;
}

a:visited {
    /*font-weight:bold;*/
    color: #004F80;
    text-decoration: none;
}

a:active {
    /*font-weight:bold;*/
    color: #004F80;
    text-decoration: none;
}

a:hover {
    /*font-weight:bold;*/
    color: #004F80;
    text-decoration: none;
}

a:focus {
    /*font-weight:bold;*/
    color: #004F80;
    text-decoration: none;
}

a.linksfooter:link {
    color: var(--color-Weiß);
    font-size: 14px;
    text-decoration: none;
    margin-right: 24px;
}

a.linksfooter:visited {
    color: var(--color-Weiß);
    text-decoration: none;
}

a.linksfooter:hover {
    color: var(--color-Weiß);
    text-decoration: underline;
}

a.linksfooter:active {
    color: var(--color-Weiß);
    text-decoration: none;
}

strong{
    font-family: 'BundesSansWebBold',Arial,helvetica,sans-serif;
}

p {
    font-family: 'BundesSansWeb',Arial,helvetica,sans-serif;
    padding-bottom: 0;
    margin-top: 0;
}
p.small {
    font-size: 14px;
    line-height: 18px;
}

ul {
    font-family: 'BundesSansWeb',Arial,helvetica,sans-serif;
    margin-top: 1px;
}

/* HEADINGS   
----------------------------------------------------------*/


h1 {
    font-family: 'BundesSerifWeb',Arial,helvetica,sans-serif;
    font-size: 32px;
    line-height: 1.1em;
    color: #004F80;
    font-weight: normal;
    margin-top: 0;
}

h2 {
    font-family: 'BundesSerifWeb',Arial,helvetica,sans-serif;
    font-size: 28px;
    line-height: 1.1em;
    color: #004F80;
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-family: 'BundesSerifWebBold',Arial,helvetica,sans-serif;
    font-size: 20px;
    line-height: 1.2em;
    color: #004F80;
    font-weight: bold;
    margin-top: 0;
}

h4 {
    font-family: 'BundesSansWebBold',Arial,helvetica,sans-serif;
    font-size: 18px;
    line-height: 1.3em;
    color: #004F80;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 6px;
}

h5 {
    font-family: 'BundesSansWebBold',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: 'BundesSansWebBold',Arial,helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.3em;
    color: #004F80;
    font-weight: bold;
    margin-top: 14px;
    margin-bottom: 4px;
}

/* FORM   
----------------------------------------------------------*/

.hinterlegt {
    background-color: #e5edf2;
    padding: 20px;
}

/*input, textarea, select{
    width: 100%;
    max-width: 350px;
    border: 2px solid #c4dae8;
    font-family: 'BundesSansWeb',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: var(--color-Weiß);
}
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/bvl/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 #c4dae8;
    font-family: 'BundesSansWeb',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: var(--color-Weiß);
}

.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 #c4dae8;
    font-family: 'BundesSansWeb',Arial,helvetica,sans-serif;
    font-size: 17px;
    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 #c4dae8;
    font-family: 'BundesSansWeb',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: var(--color-Weiß);
    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 #c4dae8;
    font-family: 'BundesSansWeb',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: 100%;
    max-width: 350px;
    border: 2px solid #c4dae8;
    font-family: 'BundesSansWeb',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: var(--color-Weiß);
    background-image: url("../images/bvl/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 #c4dae8;
    font-family: 'BundesSansWeb',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: var(--color-Weiß);
    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: var(--color-Weiß);
        height: 36px;
        margin-top: 10px;
        padding: 14px 20px 0 0;
        width: 30px;
        cursor: pointer;
    }
    body.progress .burgerbutton {
        display: none;
    }
    .burgerbutton-linie {
        background: #004f80 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;
	}
    form {
        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: 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: var(--color-Weiß);
    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: var(--color-Weiß);
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: left;
    width: 48%;
    margin-right: 2%;
}

.teaser-2 {
    background-color: var(--color-Weiß);
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: right;
    width: 48%;
}

.teaser-3 {
    background-color: var(--color-Weiß);
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    float: right;
    width: 100%;
}


.teaser-3 {
    background-color: var(--color-Weiß);
}

@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;
}