/*
 * author: tl | lurgenstein@digitalroyal.de
 */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

:root {
    --brand-01: #e00;
    --primary-01: var(--brand-01);
    --primary-01-contrast: #fff;
    --primary-01-active: #a00;
    --primary-01-hover: #d40000;
    --primary-01-focus: #d40000;
    --primary-02: #e00;
    --primary-03: #ffdbdb;
    --secondary-01: #565656;
    --secondary-01-active: #292929;
    --secondary-01-hover: #444;
    --secondary-01-focus: #444;
    --readable-01: #292929;
    --readable-02: #565656;
    --readable-03: #fff;
    --readable-04: #fff;
    --ui-01: #e3e3e3;
    --ui-01-contrast: #e3e3e3;
    --ui-02: #949494;
    --ui-03: #f5f5f5;
    --ui-04: #f5f5f5;
    --ui-background-01: #fff;
    --ui-background-02: #fff;
    --ui-background-03: #fcfcfc;
    --disabled-01: #bebebe;
    --disabled-02: #e3e3e3;
    --disabled-03: #e3e3e3;
    --focus-01: #0071d4;
    --focus-02: #dbeeff;
    --delete-01: #d40000;
    --delete-01-hover: #b10000;
    --delete-01-active: #8d0000;
    --success-01: #2d9001;
    --success-01-contrast: #356b00;
    --success-01-hover: #204000;
    --success-01-text: var(--success-01);
    --success-02: #e4eddb;
    --success-02-hover: #c8dbb6;
    --success-02-text: var(--success-01);
    --focus-outline: var(--success-01);
    --focus-outline-active: var(--secondary-01-active);
    --otv-focus-outline: var(--success-01);
    --otv-focus-outline-active: var(--secondary-01-active);
}

@media screen and (prefers-color-scheme: dark) {
    :root body:not(.no-darkmode) {
        --brand-01: #fff;
        --primary-01: #e00;
        --primary-02: #e3e3e3;
        --primary-03: #944848;
        --secondary-01: #e3e3e3;
        --secondary-01-active: #f5f5f5;
        --secondary-01-hover: #f0f0f0;
        --secondary-01-focus: #f0f0f0;
        --readable-01: #fff;
        --readable-02: #e3e3e3;
        --readable-03: #292929;
        --readable-04: #fff;
        --ui-01: #6e6e6e;
        --ui-01-contrast: #e3e3e3;
        --ui-02: #949494;
        --ui-03: #565656;
        --ui-04: #222;
        --ui-background-01: #292929;
        --ui-background-02: #444;
        --ui-background-03: #000;
        --disabled-01: #949494;
        --disabled-02: #565656;
        --disabled-03: #6e6e6e;
        --focus-01: #6dbbff;
        --focus-02: #0071d4;
        --delete-01: #ff2424;
        --delete-01-hover: #ff4949;
        --delete-01-active: #ff6d6d;
        --success-01-text: var(--readable-04);
        --success-02: #c8dbb6;
        --success-02-hover: #e4eddb;
        --otv-focus-outline: var(--brand-01);
        --otv-focus-outline-active: var(--brand-01);
    }

    body:not(.no-darkmode) #bg img {
        opacity: .5;
    }
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--ui-04);
    font-family: "Sparkasse Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 100%;

    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: none;
}

h1, h2, h3, h4 {
    font-weight: normal;
}

p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

h1,
h2.h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}

a {
    color: var(--brand-01);
    text-decoration: none;
    -moz-text-decoration-line: auto;
}


ul {
    margin: 0 0 0 0;
    padding: 0;
    list-style-type: disc;
    color: var(--primary-01);
}

img {
    border: 0;
    user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

b {
    font-weight: bold !important;
}

.maincenter {
    margin: 0 auto;
    max-width: 1024px;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* IE7-Patch clearfix*/
*:first-child + html .clearfix {
    min-height: 0;
}

.multiLine {
    line-height: .75;
}

.center {
    text-align: center;
}

.error {
    color: var(--primary-01);
}

.noselection {
    user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .83;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

/*header*/
#headerwrapperholder {
    position: fixed;
    width: 100%;
    height: 68px;
    z-index: 666;
    top: 0;
}

.noHeader #headerwrapperholder {
    display: none !important;
}

#headerwrapper {
    z-index: 50;
    width: 100%;
    min-width: 320px;
    background: var(--primary-01);
}

#header {
    position: relative;
    width: 100%;
    background: var(--primary-01);
    height: 67px;
    visibility: hidden;
    padding: 0 25px;
    box-sizing: border-box;
}

#header .logo-sk {
    position: relative;
    color: var(--primary-01-contrast);
    font-size: 13px;
    display: block;
    float: left;
    line-height: 1.2;
    margin-left: 21px;
    margin-top: 21px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    font-weight: 200;
    letter-spacing: .5px;
}

#header .logo-sk .icon-logo-sk {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: -22px;
    top: -9px;
}

#header h1,
#header h2.h1 {
    color: var(--primary-01-contrast);
    font-size: 21px;
    text-align: right;
    line-height: 68px;
    font-weight: normal;
    display: block;
    font-style: italic;
    float: right;
    margin: 0;
}

#headerwrapper .simulator {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 265px;
    background-color: var(--ui-background-02);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    padding: 15px 10px 5px;
    box-sizing: border-box;
    text-align: left;
    display: none;
}

#headerwrapper .simulator .headline {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    color: #795000;
    text-align: left;
    margin: 0 0 5px 5px;
    padding: 0;
}

#headerwrapper .simulator .subline {
    font-size: 12px;
    font-style: italic;
    color: #795000;
    text-align: left;
    margin: 0 0 20px 5px;
    padding: 0;
}

#headerwrapper .simulator .innerContent {
    width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}

#headerwrapper .simulator .box_checkbox {
    margin-top: 0;
    width: 100%;
    background-color: #f7f6f2;
    padding: 4px;
    border-radius: 6px;
    margin-bottom: 5px;
    cursor: pointer;
}

#headerwrapper .simulator .checkbox {
    margin: 0;
    background-color: var(--ui-background-02);
    border-color: #795000;
    width: 30px;
    height: 30px;
}

#headerwrapper .simulator .box_checkbox.active {
    background-color: #e3dccf;
}

#headerwrapper .simulator .box_checkbox.hover .checkbox,
#headerwrapper .simulator .box_checkbox.active .checkbox {
    background-color: #795000;
}

#headerwrapper .simulator .box_checkbox.active .checkbox:before {
    display: block;
}

#headerwrapper .simulator .checkbox:before {
    font-size: 11px;
    color: var(--primary-01-contrast);
    top: 10px;
    left: 0;
}

#headerwrapper .simulator .box_checkbox .copy {
    font-size: 13px;
    font-style: italic;
    color: #795000;
    text-align: right;
    margin-top: 10px;
    margin-right: 10px;
}

#headerwrapper .simulator .close {
    float: right;
    font-size: 23px;
    color: #795000;
    height: auto;
    padding: 10px;
    margin-top: -10px;
    margin-right: -5px;
    cursor: pointer;
}

#headerwrapper .simulator_opener {
    position: absolute;
    top: 90px;
    right: 20px;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

#headerwrapper .simulator_opener .button {
    width: 60px;
    height: 60px;
    background-color: var(--ui-background-02);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .5);
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

#headerwrapper .simulator_opener .icon {
    width: 21px;
    height: auto;
    display: inline-block;
    margin-top: 18px;
}

#headerwrapper .simulator_opener p {
    font-size: 12px;
    font-style: italic;
    color: var(--primary-01-contrast);
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    text-shadow: 0 0 8px var(--readable-01);
}


/*ENDE header*/

#wrapper {
    width: 100%;
    margin-top: 67px;
    min-height: calc(100vh - 67px - 73px - 40px);
}

.noHeader #wrapper {
    margin-top: 0 !important;
}

.noFooter #wrapper {
    padding-bottom: 40px;
}

#contentwrapper {
    min-width: 320px;
    position: relative;
    width: 100%;
    z-index: 30;
}

#bg {
    width: 100%;
    left: 0;
    top: 0;
}

#bg img {
    width: 100%;
    height: auto;
}

#content {
    min-width: 320px;
    position: relative;
    z-index: 22;
}

#content .page {
    width: 100%;
}

h1 {
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    color: var(--readable-01);
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

h2 {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    color: var(--readable-01);
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 15px;
}

p {
    text-align: center;
    font-size: 16px;
    color: var(--readable-02);
    margin: 0 auto 20px;
    padding: 0 50px;
}

/*allgemeine elemente*/

.form_text {
    padding: 11px 35px 11px 15px;
    font-size: 17px;
    color: var(--readable-02);
    background-color: var(--ui-03);
    border-radius: 6px;
    box-shadow: 1px 1px 2px #b7b7b7 inset;
    border: 1px solid #f7f7f7;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input.form_text:focus-visible,
.input_msg:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: -2px;
    outline-width: 3px;
    outline-style: solid;
}

.form_text.req {
    padding: 11px 35px 11px 25px;
}

.form_text.pl {
    color: #aaa !important;
}

input[type="date"].pl:after {
    content: attr(value);
}

.innerLine {
    background-color: #EDEDED;
    height: 1px;
    margin: 20px 25px 0;
}

.innerCenter {
    max-width: 640px;
    margin: 0 auto;
}

.floatLeft {
    float: left;
    text-align: left;
}

.floatRight {
    float: right;
    text-align: right;
}

/*ende allgemeine elemente*/

/*contentheader*/
.contentheader {
    position: relative;
    margin: -200px auto 25px;
    max-width: 961px;
    width: 95%;
}

.contentheader .icon {
    float: left;
    width: 96px;
    height: 96px;
    position: relative;
    background-color: var(--ui-background-02);
}

.contentheader .icon span {
    color: var(--brand-01);
    font-size: 40px;
    position: absolute;
    top: 33px;
    left: 31px;
}

.contentheader .icon span:after {
    content: '';
    display: block;
    position: absolute;
    top: -14px;
    left: 50%;
    margin-left: -6px;
    background-color: var(--brand-01);
    border-radius: 50%;
    width: 12px;
    height: 12px;
}

.contentheader .headline {
    float: left;
    width: 304px;
    height: 96px;
    position: relative;
    background-color: var(--primary-01);
}

.contentheader .headline h1,
.contentheader .headline h2 {
    color: var(--primary-01-contrast);
    font-size: 21px;
    text-align: left;
    padding: 21px 5px 20px 30px;
    margin: 0;
    line-height: 1.3;
}

/* ende contentheader */


#register_form {
    margin-bottom: 20px;
}

.input_prename {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.input_prename:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.input_prename .icon-checkmark {
    display: none;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px;
    color: var(--success-01-text);
}

.input_prename.checked .icon-checkmark {
    display: block;
}

.input_prename.checked:before {
    display: none;
}

#register_prename_input {
    width: 100%;
}

.input_name {
    width: 49%;
    float: right;
    margin-bottom: 10px;
    position: relative;
}

.input_name:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.input_name .icon-checkmark {
    display: none;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px;
    color: var(--success-01-text);
}

.input_name.checked .icon-checkmark {
    display: block;
}

.input_name.checked:before {
    display: none;
}

#register_name_input {
    width: 100%;
}

.input_birth {
    width: 30%;
    display: inline-block;
    position: relative;
}

.input_birth:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.input_birth .icon-checkmark {
    display: none;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px;
    color: var(--success-01-text);
}

.input_birth.checked .icon-checkmark {
    display: block;
}

.input_birth.checked:before {
    display: none;
}

.input_birth p {
    width: 100%;
    text-align: left;
    margin-left: 13px;
    padding: 0;
    font-size: 13px;
    font-style: italic;
    color: #979797;
}

#register_birth_input {
    width: 100%;
    margin-bottom: 5px;
}

.input_email {
    width: 69%;
    display: inline-block;
    float: right;
    position: relative;
}

.input_email:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.input_email .icon-checkmark {
    display: none;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px;
    color: var(--success-01-text);
}

.input_email.checked .icon-checkmark {
    display: block;
}

.input_email.checked:before {
    display: none;
}

.input_email p {
    width: 100%;
    text-align: left;
    margin-left: 13px;
    padding: 0;
    font-size: 13px;
    font-style: italic;
    color: #979797;
}

#register_email_input {
    width: 100%;
    margin-bottom: 5px;

}

.ie8 #register_name_input, .ie8 #register_prename_input, .ie8 #register_birth_input, .ie8 #register_email_input {
    border: 1px solid #999999;
}

#register_name_input.error, #register_prename_input.error, #register_birth_input.error, #register_email_input.error {
    border: 1px solid var(--brand-01);
}

.bt_reserve {
    opacity: .5;
}

.bt_reserve.checked {
    opacity: 1;
}

.input_msg_holder {
    position: relative;
}

.input_msg_holder:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.input_msg_holder.checked:before {
    display: none;
}

.input_msg_holder .icon-checkmark {
    display: none;
    position: absolute;
    top: 16px;
    right: 10px;
    font-size: 14px;
    color: var(--success-01-text);
}

.input_msg_holder.checked .icon-checkmark {
    display: block;
}

.innerContent {
    background-color: var(--ui-background-02);
    width: 95%;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin: 0 auto 0 auto;
    padding: 25px 0 25px 0;
    max-width: 961px;
    text-align: center;
}

.checkout .innerContent:not(.themenHeader):not(.themenFooterLink) {
    display: none;
}

.innerContent p {
    margin-bottom: 0;
}

.innerContent .inner_headline {
    font-size: 24px;
}

.innerContent .inner_copy {
    font-size: 13px;
}

/* filialList */
.filialList {
    margin-top: 10px;
    min-height: 100px;
}

.filialList h1,
.filialList h2.h1 {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 4px;
    margin-bottom: 5px;
}

.filialList .contentdivider {
    margin-top: 20px;
}

.filialList .innerCenter {
    padding: 0 60px;
    max-width: 837px;

    margin: 0 auto;
    position: relative;
}

.filialList .innerCenter.imageSlider {
    padding: 0 52px;
    max-width: 855px;
}

.filialList.innerContent p {
    color: var(--readable-02);
    font-size: 17px;
    padding: 0;
    margin-bottom: 0;
    word-wrap: break-word;
}

.filialList .header {
    margin-bottom: 20px;
}

.filialList.innerContent .count {
    color: var(--success-01-text);
    font-weight: bold;
    vertical-align: middle;
}

.filialList .icon-marker {
    font-size: 35px;
    color: var(--success-01-text);
    vertical-align: middle;
    margin-right: 10px;
}

.filialList .icon-close {
    width: 21px;
    height: 21px;
    position: absolute;
    margin-top: 13px;
    margin-left: -31px;
    cursor: pointer;
}

.search_plz_input {
    color: var(--readable-02);
    width: 220px;
    margin-left: 10px;
}

.filialList .innerCenter .left {
    float: left;
    text-align: left;
    margin-top: 4px;
}

.filialList .innerCenter .right {
    float: right;
    text-align: right;
}


.filialList .innerCenter .region.topic .left {
    float: none;
}

.filialList .innerCenter .region.topic .right {
    float: none;
    margin-top: 10px;
}

.filialList.innerContent .right p {
    font-size: 15px;
    color: #999999;
}

.filialList .dropdown_holder {
    width: 200px;
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
}

.filialList .dropdown {
    border-radius: 4px;
    position: relative;
    top: 1px;
    background-color: #efefef;
    background-image: linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -o-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -moz-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -webkit-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -ms-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    height: 38px;
    border: 1px solid #e0e0e0;
    color: var(--readable-02);
}

.filialList select {
    -webkit-appearance: none;
}

.filialList .dropdown select {
    color: var(--readable-02);
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding: 4px 4px 4px 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    position: relative;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
}

.filialList .dropdown select:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.filialList .dropdown:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 38px;
    background-color: #ddd;
    background-image: linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -o-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -moz-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -webkit-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -ms-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    cursor: pointer;

}

.filialList .dropdown:after {
    display: none;
}

.filialList .dropdown select option {
    margin-right: 10px;
    background-color: #efefef;
}

.filialList .dropdown_opener {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
    pointer-events: none;
    opacity: .55;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #000;
}

.filialList .dropdown_opener {
    display: none;
}


.filialList .bt_prev, .beraterslider .bt_prev {
    color: #999;
    padding: 10px;
    font-size: 28px;
    cursor: pointer;
    position: absolute;
    left: 12px;
    margin-top: -100px;
}

.filialList .col2 .bt_prev, .beraterslider.col2 .bt_prev {
    margin-top: -150px;
}

.filialList .bt_next, .beraterslider .bt_next {
    padding: 10px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 12px;
    margin-top: -100px;
}

.filialList .col2 .bt_next, .beraterslider.col2 .bt_next {
    margin-top: -150px;
}

.beraterslider .bt_prev {
    left: -45px;
}

.beraterslider .bt_next {
    right: -45px;
}

.filialList .bList .bt_prev, .beraterslider .bt_prev {
    margin-top: -155px;
}

.filialList .bList .bt_next, .beraterslider .bt_next {
    margin-top: -155px;
}

.filialList .scrollcontent_holder,
.beraterslider .scrollcontent_holder {
    width: 100%;
    height: 118px;
    overflow: hidden;
    padding: 5px 0 15px;
}

.col2 .scrollcontent_holder {
    height: 236px;
}

.filialList .bList .scrollcontent_holder,
.beraterslider .scrollcontent_holder {
    height: 218px;
}

.filialList .scrollcontent,
.beraterslider .scrollcontent {
    width: 837px;
    position: relative;
    left: 0;
}

.filialList .no_result {
    font-size: 18px;
    color: var(--readable-02);
    margin-top: 35px;
    display: none;
}

.filialList .footer {
    display: inline-block;
    margin-top: 15px;
}

.filialList .footer .subline {
    color: var(--readable-02);
    font-size: 14px;
    display: none;
}

.filialList .footer .subsubline {
    color: var(--readable-02);
    font-size: 14px;
    display: none;
}

.filialList .footer .subsubline.choose,
.filialList .footer .subsubline.choose_berater {
    color: var(--readable-02);
    font-size: 14px;
    display: block;
    margin-top: 0;
}

.filialList .listElement {
    background-color: var(--ui-03);
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-right: 3px;
    margin-left: 3px;
    width: 273px;
    height: 118px;
    float: left;
    cursor: pointer;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

.filialList .listElement p {
    color: var(--readable-02);
    font-size: 17px;
    padding: 1px 0;
    text-align: left;
    line-height: 1.2;
    max-height: 41px;
    overflow: hidden;
}

.filialList .listElement p.street, .filialList .listElement p.plz {
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.filialList .listElement.hover {
    background-color: var(--success-01);
}

.filialList .listElement.active {
    background-color: var(--success-01);
    cursor: default;
    border: 1px solid var(--success-01);
}

.filialList .listElement.hover p, .filialList .listElement.active p {
    color: var(--primary-01-contrast);
}

.filialList .listElement .arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid var(--success-01);
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -12px;
    display: none;
}

.filialList .listElement.active .arrow {
    display: block;
}

.filialList .col2 .listElement.active .arrow {
    display: none;
}

.fList.imageSlider .scrollcontent_holder {
    height: 218px;
}

.fList.col2.imageSlider .scrollcontent_holder,
.beraterslider.col2 .scrollcontent_holder {
    height: 436px;
}

.fList.fList-found-0 .scrollcontent_holder,
.fList.fList-found-0 + div.footer {
    display: none;
}

.fList.imageSlider .listElement {
    width: 161px;
    height: 218px;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 5px;
}

.fList.imageSlider .listElement:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.col2 .row {
    margin-right: 3px;
    margin-left: 3px;
    float: left;
}

.col2 .listElement {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 6px;
}

.imageSlider .row {
    margin-right: 5px;
    margin-left: 5px;
}

.imageSlider .listElement {
    margin-right: 5px;
    margin-left: 5px;
}

.imageSlider .col2 .listElement {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 0;
}

.fList.imageSlider .listElement .gs_image {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 149px;
    height: 112px;
}

.fList.imageSlider .listElement p {
    font-size: 14px;
    white-space: normal;
    margin-top: 8px;
    padding: 1px 5px;
    line-height: 1.2;
    max-height: 49px;
    overflow: hidden;
}

.fList.imageSlider .listElement .street {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    line-height: 1.2;
    white-space: nowrap;
    width: calc(100% - 15px);
}

.fList.imageSlider .listElement .done {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
}

.fList.imageSlider .listElement.active .done {
    display: block;
}

.fList.imageSlider .listElement .done span {
    position: absolute;
    top: 10px;
    left: 9px;
    font-size: 9px;
}

.fList.imageSlider .bt_prev {
    margin-top: -155px;
}

.fList.imageSlider .bt_next {
    margin-top: -155px;
}

.fList.col2.imageSlider .bt_prev, .beraterslider.col2 .bt_prev {
    margin-top: -260px;
}

.fList.col2.imageSlider .bt_next, .beraterslider.col2 .bt_next {
    margin-top: -260px;
}

/*---------------*/

/*videoChatHeader*/
.videoChatHeader {
    margin-top: 10px;

    z-index: 1;
    position: relative;

}

.videoChatHeader.active {
    margin-bottom: -20px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 1px;
}

.videoChatHeader h1,
.videoChatHeader h2.h1 {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 4px;
    margin-bottom: 5px;
}

/*baufiHeader*/
.baufiHeader {
    margin-top: 10px;

    z-index: 2;
    position: relative;

}

.baufiHeader.active {
    margin-bottom: -35px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 1px;
}

.baufiHeader h1,
.baufiHeader h2.h1 {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 4px;
    margin-bottom: 5px;
}

/*themenHeader*/
.themenHeader {
    margin-top: 10px;

    z-index: 2;
    position: relative;

}

.themenHeader.active {
    margin-bottom: -44px;
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 0;
}

.themenHeader h1,
.themenHeader h2.h1 {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 4px;
    margin-bottom: 5px;
}

.themenHeader.active .choose {
    max-width: 885px;
    padding-bottom: 10px;
}

.themenHeader .col {
    float: left;
}

.themenHeader .col.first {
    width: 25%;
}

.themenHeader .col.first .chooseButton {
    width: calc(100% - 6px);
    min-height: 118px;
}

.themenHeader .col:last-child {
    width: 75%;
}

.themenHeader .col.fullWidth {
    width: 100%;
}

.themenHeader .col .chooseButton {
    margin-right: 3px;
    margin-left: 3px;
    margin-bottom: 6px;
    display: table;
    padding: 17px 10px;
}

.themenHeader .col .chooseButton p {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}

.themenHeader .col.col_6 .chooseButton,
.themenHeader .col.col_5 .chooseButton {
    width: calc(33% - 6px);
}

.themenHeader .col.col_4 .chooseButton {
    width: calc(50% - 6px);
}

.themenHeader .col.col_3 .chooseButton {
    width: calc(33% - 6px);
    min-height: 118px;
}

.themenHeader .col.col_2 .chooseButton {
    width: calc(50% - 6px);
    min-height: 118px;
}

.themenHeader .col:last-child .chooseButton.active .arrow {
    display: none;
}

.themenHeader .dropdown_holder {
    display: none;
    float: none;
    width: 90%;
    position: relative;
    max-width: 380px;
}

.themenHeader .dropdown {
    border-radius: 4px;
    position: relative;
    top: -2px;
    background-color: #efefef;
    background-image: linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -o-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -moz-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -webkit-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -ms-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    height: 40px;
    border: 1px solid #e0e0e0;
    color: var(--readable-02);
}

.themenHeader select {
    -webkit-appearance: none;
}

.themenHeader .dropdown select {
    color: var(--readable-02);
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding: 4px 4px 4px 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    position: relative;
    outline: none;
    cursor: pointer;
}

.themenHeader .dropdown:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: #ddd;
    background-image: linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -o-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -moz-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -webkit-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    background-image: -ms-linear-gradient(bottom, #ddd 0, #fafafa 100%);
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    pointer-events: none;
    cursor: pointer;

}

.themenHeader .dropdown:after {
    display: none;
}

.themenHeader .dropdown select option {
    margin-right: 10px;
    background-color: #efefef;
}

.themenHeader .dropdown_opener {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
    pointer-events: none;
    opacity: .55;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #000;
}

.themenHeader .dropdown_opener {
    display: none;
}

/*themenFooterLink*/
.themenFooterLink {
    margin-top: 30px;
    background-color: var(--ui-background-02);
}

.themenFooterLink p {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 5px;
    margin-bottom: 20px;
}

.themenFooterLink a + a {
    margin-left: 1em;
}

/*ende themenFooterLink*/

/*choose filiallist / beraterlist */
.themenHeader .choose,
.baufiHeader .choose,
.videoChatHeader .choose,
.filialList .choose,
.beraterList .choose {
    padding: 0 30px;
    max-width: 837px;
    margin: 20px auto 40px auto;
    position: relative;
}

.videoChatHeader .choose {
    margin-bottom: 20px;
}

.themenHeader .chooseButton,
.baufiHeader .chooseButton,
.videoChatHeader .chooseButton,
.filialList .chooseButton,
.beraterList .chooseButton {
    background-color: var(--ui-03);
    border-radius: 6px;
    border: 1px solid #ccc;
    margin-right: 3px;
    margin-left: 3px;
    width: calc(50% - 6px);
    float: left;
    cursor: pointer;
    padding: 15px 15px;
    box-sizing: border-box;
    position: relative;
}

.chooseButton p {
    padding: 0;
}

.filialList .col3 .chooseButton,
.beraterList .col3 .chooseButton,
.videoChatHeader .col3 .chooseButton {
    width: calc(33.33% - 6px);
}

.themenHeader .chooseButton.hover,
.baufiHeader .chooseButton.hover,
.videoChatHeader .chooseButton.hover,
.filialList .chooseButton.hover,
.beraterList .chooseButton.hover {
    background-color: var(--success-01);
}

.themenHeader .chooseButton:focus-visible,
.baufiHeader .chooseButton:focus-visible,
.videoChatHeader .chooseButton:focus-visible,
.filialList .chooseButton:focus-visible,
.beraterList .chooseButton:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.themenHeader .chooseButton.active:focus-visible,
.baufiHeader .chooseButton.active:focus-visible,
.videoChatHeader .chooseButton.active:focus-visible,
.filialList .chooseButton.active:focus-visible,
.beraterList .chooseButton.active:focus-visible {
    outline-color: var(--otv-focus-outline-active) !important;
}

.themenHeader .chooseButton.active,
.baufiHeader .chooseButton.active,
.videoChatHeader .chooseButton.active,
.filialList .chooseButton.active,
.beraterList .chooseButton.active {
    background-color: var(--success-01);
    cursor: default;
    border: 1px solid var(--success-01);
}

.themenHeader .chooseButton.hover p,
.themenHeader .chooseButton.active p,
.baufiHeader .chooseButton.hover p,
.baufiHeader .chooseButton.active p,
.videoChatHeader .chooseButton.hover p,
.videoChatHeader .chooseButton.active p,
.filialList .chooseButton.hover p,
.filialList .chooseButton.active p,
.beraterList .chooseButton.hover p,
.beraterList .chooseButton.active p {
    color: var(--primary-01-contrast);
}

.themenHeader .chooseButton .arrow,
.baufiHeader .chooseButton .arrow,
.videoChatHeader .chooseButton .arrow,
.filialList .chooseButton .arrow,
.beraterList .chooseButton .arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 16px solid var(--success-01);
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -12px;
    display: none;
}

.themenHeader .chooseButton.active .arrow,
.baufiHeader .chooseButton.active .arrow,
.videoChatHeader .chooseButton.active .arrow,
.filialList .chooseButton.active .arrow,
.beraterList .chooseButton.active .arrow {
    display: block;
}

/*---------------*/


/*beraterList*/

.beraterList {
    margin-top: 10px;
    min-height: 100px;
}

.beraterList h1,
.beraterList h2.h1 {
    font-size: 22px;
    line-height: 22px;
    font-style: italic;
    color: var(--readable-01);
    margin-top: 4px;
    margin-bottom: 5px;
}

.beraterList .filialList h1,
.beraterList .filialList h2.h1 {
    margin-bottom: 20px;
}

.beraterList .contentdivider {
    margin-top: 20px;
}

.beraterList .innerCenter {
    padding: 0 60px;
    max-width: 837px;

    margin: 0 auto;
    position: relative;
}

.beraterList .innerCenter.imageSlider {
    padding: 0 52px;
    max-width: 855px;
}

.beraterList .filialList {
    margin-top: 30px;
}

.beraterList.terminOnly .filialList {
    margin-top: 0;
    min-height: 70px;
}

.beraterList .filialList .innerCenter {
    padding: 0 60px;
}

.beraterList .filialList .innerCenter.imageSlider {
    padding: 0 52px;
}

.beraterList.innerContent p {
    color: var(--readable-02);
    font-size: 17px;
    padding: 0;
    margin-bottom: 0;
    word-wrap: break-word;
}

.beraterList .header {
    margin-bottom: 20px;
}

.beraterList.innerContent .count {
    color: var(--success-01-text);
    font-weight: bold;
    vertical-align: middle;
}

.beraterList.innerContent .count span {
    color: #999999;
}

.beraterList .icon-berater {
    font-size: 35px;
    color: var(--success-01-text);
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.beraterList .icon-close {
    width: 21px;
    height: 21px;
    position: absolute;
    margin-top: 13px;
    margin-left: -31px;
    cursor: pointer;
}

.beraterList .search_plz_input {
    color: var(--readable-02);
    width: 415px;
    max-width: 100%;
    margin-left: 10px;
}

.bList .beraterList .search_plz_input {
    width: 265px;
    max-width: 100%;
}

.beraterList .innerCenter .left {
    float: left;
    text-align: left;
    margin-top: 4px;
}

.beraterList .innerCenter .right {
    float: right;
    text-align: right;
}

.beraterList.innerContent .right p {
    font-size: 15px;
    font-style: italic;
    color: #999999;
}

.beraterList .no_result {
    font-size: 18px;
    color: var(--readable-02);
    margin-top: 35px;
    display: none;
}

.beraterList .footer {
    display: inline-block;
    margin-top: 15px;
}

.beraterList .footer .subline {
    color: var(--readable-02);
    font-size: 14px;
    display: none;
}

.beraterList .footer .subsubline {
    color: var(--readable-02);
    font-size: 14px;
    display: none;
}

.beraterList .footer .subsubline.choose {
    color: var(--readable-02);
    font-size: 14px;
    display: block;
    margin-top: 0;
}

/*---------------*/


/* Calendar */
.calendar {
    margin: 60px auto 40px auto;
}

.calendar.above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 100px auto 40px auto;
}

.calendarHeader {
    position: absolute;
    width: 100%;
    max-width: 1024px;
    margin: -40px auto 0 auto;
}

.calendarHeader.above {
    margin: -104px auto 0 auto;
}

.calendarNavi {
    width: 95%;
    margin: 0 auto 0 auto;
    max-width: 961px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.calendarNavi.above {
    padding-left: 0;
    padding-right: 0;
}

.calendarNavi .tab {
    float: left;
    font-size: 16px;
    color: #f2f2f2;
    background-color: #999;
    height: 14px;
    padding: 12px 15px 12px 15px;
    margin: 0 2px 0 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border: 1px solid #999;
    border-bottom: none;
    cursor: pointer;
}

.calendarNavi .tab.hover {
    color: var(--readable-01);
    background-color: var(--ui-background-02);
    border: 1px solid #ccc;
    border-bottom: none;
}

.calendarNavi .tab.active {
    color: var(--readable-01);
    background-color: var(--ui-background-02);
    margin-top: -2px;
    border: 1px solid #ccc;
    border-bottom: none;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: default;
}

.calendarNavi .tab:focus-visible {
    outline-color: var(--otv-focus-outline-active) !important;
    outline-offset: -3px;
    outline-width: 3px;
    outline-style: solid;
}

.calendarNavi .tab.active:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
}

.calendarHeadline {
    width: 95%;
    margin: 0 auto;
    max-width: 961px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
}

.calendarHeadline h2 {
    float: right;
    font-size: 19px;
    color: var(--readable-02);
    margin: 10px 0 0 0;
    text-align: right;
    line-height: 19px;
    font-style: italic;
}

.calendarHeadline.above {
    margin: 30px auto 15px auto;
    text-align: center;
}

.calendarHeadline.above h2 {
    text-align: center;
    float: none;
    margin: 0 auto;
    display: inline-block;
}

.calendar .days {
    float: left;
    padding-left: 30px;
    position: relative;
    width: 388px;
    box-sizing: border-box;
}

.calendar .day {
    position: relative;
    float: left;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 9px;
    width: calc(20% - 3px);
    max-width: 69px;
}

.calendar .day.small {
    width: calc(17% - 5px);
}

.calendar .day .label {
    font-size: 18px;
    color: var(--readable-02);
    margin-bottom: 3px;
    padding: 0;
}

.calendar .day .bt_day {
    font-size: 23px;
    color: var(--primary-01-contrast);
    height: 68px;
    line-height: 68px;
    background-color: var(--success-01);
    border-radius: 6px;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

.calendar .day.small .bt_day {
    height: 58px;
    line-height: 58px;
}

.calendar .day .bt_day.hover {
    background-color: var(--success-01-hover);
}

.calendar .day .day_arrow {
    width: 100%;
    height: 15px;
    position: absolute;
    top: 92px;
    left: 0;
    display: none;
    background-color: var(--success-01);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.calendar .day.small .day_arrow {
    top: 82px;
}

.calendar .day.timeout .label {
    color: var(--disabled-01);
}

.calendar .day.timeout .bt_day {
    background-color: var(--disabled-01);
    cursor: default;
}

.calendar .day.timeout .bt_day.hover {
    background-image: none;
}

.calendar .day.noslot .bt_day {
    background-color: var(--primary-01);
    color: var(--primary-01-contrast);
}

.calendar .day .bt_day:focus-visible {
    outline-color: var(--otv-focus-outline-active) !important;
    outline-offset: -3px;
    outline-width: 3px;
    outline-style: solid;
    background-color: var(--primary-01-contrast);
    color: var(--success-01);
}

.calendar .day.noslot .bt_day:focus-visible {
    background-color: var(--delete-01);
    color: var(--primary-01-contrast);
}

.calendar .day.noslot .bt_day:before, .calendar .day.noslot .bt_day:after {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -2px;
    content: ' ';
    height: 28px;
    width: 28px;
    background-image: url('../assets/cross.svg');
    background-repeat: no-repeat;
}

.calendar .day.noslot .bt_day.hover {
    background-color: var(--primary-01-hover);
}

.calendar .day.noslot .day_arrow {
    background-color: var(--primary-01);
}

.calendar .day.active .day_arrow {
    display: block;
}


.calendar .days .choose_day_on_berater {
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 29px 25px;
    margin-top: 5px;
}

.choose_day_on_berater .headline {
    font-size: 34px;
    text-align: left;
    padding: 0;
    color: #424242;
    font-style: italic;
    margin-bottom: 5px;
}

.choose_day_on_berater .headline .triangle {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 16px solid #d4d4d4;
    float: right;
    position: relative;
    top: 9px;
}

.choose_day_on_berater .subline {
    text-align: left;
    color: #424242;
    font-style: italic;
    padding: 0 0 30px;
    border-bottom: 1px solid #ccc;
}

.choose_day_on_berater .address {
    padding: 30px 0 0;
}

.choose_day_on_berater .address .cont_left {
    float: left;
    margin-left: 1px;
}

.choose_day_on_berater .address .cont_left .label {
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
}

.choose_day_on_berater .address .cont_left .head {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
}

.choose_day_on_berater .address .cont_left .head .function {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.choose_day_on_berater .address .cont_left .gst {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.choose_day_on_berater .address .cont_left .street {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.choose_day_on_berater .address .cont_left .plz {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.choose_day_on_berater .address .cont_left .phone {
    font-size: 14px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    text-align: left;
    margin: 5px 0 0;
}

.choose_day_on_berater .address .cont_right {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.choose_day_on_berater .address .cont_right .icon-marker {
    font-size: 35px;
    position: relative;
    float: right;
    margin-top: 20px;
    color: #999;
    margin-bottom: 5px;
}

.choose_day_on_berater .address .cont_right .map {
    font-size: 10px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0;
    text-align: right;
    clear: both;
}

.choose_day_on_berater .address .cont_right .map.mobil {
    text-align: center;
    background-color: #b7b7b7;
    color: var(--primary-01-contrast);
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}


.calendar .days .choose_day {
    font-size: 15px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    clear: both;
    position: relative;
    top: 5px;
    margin-right: 0;
}

.calendar .days .day_page {
    background-color: var(--success-01);
    border-radius: 6px;
    box-sizing: border-box;
    width: 355px;
    padding-right: 14px;
    padding-bottom: 1px;
    display: none;
}

.calendar .days .day_page.noslot {
    background-color: var(--primary-01);
}

.calendar .days .day_page .header {

}

.calendar .days .day_page .header .datum {
    float: left;
    font-size: 17px;
    font-style: italic;
    color: var(--primary-01-contrast);
    margin: 10px 15px;
    padding: 0;
}

.calendar .days .day_page .header .count {
    float: right;
    font-size: 17px;
    font-style: italic;
    color: var(--primary-01-contrast);
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

.calendar .days .day_page .inner {
    background-color: var(--ui-background-02);
    margin: 0 -13px 0 1px;
    padding: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.calendar .days .day_page .inner .headline {
    font-size: 15px;
    font-style: italic;
    color: var(--readable-02);
    padding: 0;
    margin: 8px 0 16px;
}

.calendar .days .day_page.noslot .inner .headline {
    color: var(--brand-01);
}

.calendar .slots {

}

.calendar .slots .slot {
    height: 60px;
    background-color: var(--ui-03);
    border-radius: 6px;
    margin: 6px 0 0 0;
    text-align: left;
    line-height: 60px;
    cursor: pointer;
    color: var(--readable-01);
    font-style: italic;
    font-size: 21px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.calendar .slots .slot:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: -3px;
    outline-width: 3px;
    outline-style: solid;
}

.calendar .slots .slot.active:focus-visible {
    outline-color: var(--otv-focus-outline-active) !important;
}

.calendar .slots .slot .slot_dot {
    width: 14px;
    height: 14px;
    float: left;
    margin: 23px 17px 0 13px;
    background-color: var(--success-01);
    border-radius: 50%;
}

.calendar .slots .slot .slot_time {

}

.calendar .slots .slot .icon-checkmark {
    color: #ccc;
    font-size: 19px;
    float: right;
    margin: 20px 13px 0 0;
}

.calendar .slots .slot.hover, .calendar .slots .slot.active {
    background-color: var(--success-01);
    border-color: var(--success-01);
    color: var(--primary-01-contrast);
}

.calendar .slots .slot.active {
    cursor: default;
}

.calendar .slots .slot.hover .slot_dot, .calendar .slots .slot.active .slot_dot {
    background-color: var(--ui-background-02);
}

.calendar .slots .slot.hover .icon-checkmark, .calendar .slots .slot.active .icon-checkmark {
    color: var(--primary-01-contrast);
}

.desc_week_legende {
    float: right;
    padding-right: 30px;
    width: calc(100% - 388px - 70px);
    position: relative;
    margin-top: 15px;
}

.desc {
    float: right;
    padding-right: 30px;
    width: calc(100% - 388px - 70px);
    position: relative;
    margin-top: 15px;
}

.desc_week_legende .week {
    color: var(--readable-02);
    font-size: 17px;
    font-style: italic;
    padding: 0;
    text-align: left;
    float: left;
    margin: 10px 0 0;
}

.desc_week_legende .calendarMonth {
    float: right;
    font-size: 28px;
    font-style: italic;
    color: var(--readable-02);
    padding: 0;
    margin: 0 0 15px;
}

.desc_week_legende .legende {
    clear: both;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.desc_week_legende .legende .label {
    float: left;
    font-size: 12px;
    font-style: italic;
    color: #999;
    padding: 8px 0;
    margin-left: 1px;
}

.desc_week_legende .legende .cont_right {
    float: right;
}

.desc_week_legende .legende .termin {
    float: left;
    font-size: 12px;
    font-style: italic;
    color: var(--success-01-text);
    padding: 6px 0;
    margin-right: 5px;
}

.desc_week_legende .legende .termin .icon_green {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 5px;
    top: 2px;
    background-color: var(--success-01);
    border-radius: 50%;
}

.desc_week_legende .legende .no_termin {
    float: left;
    font-size: 12px;
    font-style: italic;
    color: var(--brand-01);
    padding: 6px 0;
    margin-right: 5px;
}

.desc_week_legende .legende .no_termin .icon_red {
    width: 13px;
    height: 13px;
    display: inline-block;
    position: relative;
    margin: 0 5px 0 5px;
    top: 2px;
    background-color: var(--primary-01);
    border-radius: 50%;
}

.desc_week_legende .legende .no_termin .icon_red:before,
.desc_week_legende .legende .no_termin .icon_red:after {
    position: absolute;
    left: 6px;
    content: ' ';
    height: 9px;
    width: 1px;
    background-color: var(--ui-background-02);
    top: 2px;
}

.desc_week_legende .legende .no_termin .icon_red:before {
    transform: rotate(45deg);
}

.desc_week_legende .legende .no_termin .icon_red:after {
    transform: rotate(-45deg);
}

.desc .address {
    padding: 15px 0 15px;
}

.desc .address .cont_left {
    float: left;
    margin-left: 1px;
}

.desc .address .cont_left .label {
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
}

.desc .address .cont_left .head {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
}

.desc .address .cont_left .head .function {
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}

.desc .address .cont_left .gst {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .address .cont_left .phone {
    font-size: 14px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    text-align: left;
    margin: 5px 0 0;
}

.desc .address .cont_left .street {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .address .cont_left .plz {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .address .bt_filiale {
    margin-bottom: 5px;
    margin-top: 10px;
    color: var(--primary-01-contrast);
    background-color: #999;
    line-height: 40px;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
    -webkit-appearance: none;
    border: none;
}

.desc .address .bt_filiale.hover {
    box-shadow: 0 0 8px 0 var(--readable-02);
}

.desc .address .cont_right {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.desc .address .cont_right .icon-marker {
    font-size: 35px;
    position: relative;
    float: right;
    margin-top: 20px;
    color: #999;
    margin-bottom: 5px;
}

.desc .address .cont_right .map {
    font-size: 10px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0;
    text-align: right;
    clear: both;
}

.desc .address .cont_right .map.mobil {
    text-align: center;
    background-color: #b7b7b7;
    color: var(--primary-01-contrast);
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
    font-size: 14px;
    display: none;
}

.desc .confirm {

}

.desc .confirm .headline {
    font-size: 20px;
    color: var(--readable-02);
    padding: 0;
    margin: 0;
    text-align: left;
    font-style: italic;
}

.desc .slot {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px;
}

.desc .slot .cont_left {
    float: left;
    margin-left: 1px;
}

.desc .slot .cont_left .label {
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
}

.desc .slot .cont_left .date {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .slot .cont_left .time {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .slot .cont_right {
    float: right;
    margin-right: 5px;
    cursor: pointer;
}

.desc .slot .cont_right .cal {
    font-size: 10px;
    font-style: italic;
    padding: 0;
    margin: 0;
    text-align: right;
    clear: both;
}

.desc .slot .cont_right .cal.mobil {
    text-align: center;
    background-color: #999;
    color: var(--primary-01-contrast);
    padding: 10px;
    border-radius: 6px;
    margin: 10px 0 0;
    font-size: 14px;
    display: none;
    float: none;
}

.desc .berater {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 15px;
    text-align: left;
}

.desc .berater .cont_left {
    float: left;
    margin-left: 1px;
}

.desc .berater .cont_left .label {
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: left;
}

.desc .berater .cont_left .salutation {
    font-size: 18px;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
}

.desc .berater .cont_left .name {
    font-size: 18px;
    color: var(--readable-01);
    padding: 0;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.desc .berater .cont_right {
    float: right;
    margin-right: 5px;
}

.desc .berater .entry {
    width: 163px;
    height: 222px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    background-color: var(--success-01);
    border-radius: 6px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
    padding: 5px;
    position: relative;
}

.desc .berater .entry:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.desc .berater .entry img {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
}

.desc .berater .entry .name {
    font-size: 13px;
    font-weight: bold;
    padding: 9px;
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 128px;
    text-align: left;
}

.desc .berater .entry .name .function {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
}

.desc .berater .entry .done {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
    position: absolute;
    top: -5px;
    right: -5px;
}

.desc .berater .entry .done span {
    position: absolute;
    top: 13px;
    left: 11px;
    font-size: 14px;
}


.desc .dropdown_berater {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 15px;
}

.desc .dropdown_berater .label {
    font-size: 14px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
}

.desc .dropdown_berater .counter {
    font-size: 12px;
    font-style: italic;
    color: #999;
    padding: 0;
    margin: 8px 0 0 0;
    text-align: left;
}

.desc .matrix_berater {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
}

.desc .matrix_berater .counter {
    font-size: 12px;
    font-style: italic;
    color: var(--readable-01);
    padding: 0;
    margin: 3px 0 0 0;
    text-align: left;
}

.desc .matrix_berater .counter b {
    color: var(--success-01-text);
}

.beratermatrix {
    position: relative;
    margin: 10px 0;
    text-align: left;
}

.beraterList .beratermatrix {
    text-align: center;
    margin-bottom: 30px;
}

.beraterslider {
    position: relative;
}

.beratermatrix .entry,
.filialList .bList .entry,
.beraterslider .entry {
    width: 161px;
    height: 218px;
    box-sizing: border-box;
    border: 1px solid #e7e7e7;
    background-color: var(--ui-03);
    border-radius: 6px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 3px;
    padding: 5px;
    cursor: pointer;
    position: relative;
}

.filialList .bList .entry,
.beraterslider .entry {
    float: left;
    margin-right: 3px;
    margin-left: 3px;
}


.beratermatrix .entry:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 0;
    outline-width: 2px;
    outline-style: solid;
}

.beratermatrix .entry.active:focus-visible {
    outline-offset: 2px;
    outline-width: 3px;
}

.filialList .bList .entry:focus-visible,
.beraterslider .entry:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.filialList .innerCenter.imageSlider .bList .entry {
    margin-right: 5px;
    margin-left: 5px;
}

.innerCenter.imageSlider .beraterslider .entry {
    margin-right: 5px;
    margin-left: 5px;
}

.innerCenter.imageSlider .beraterslider.col2 .entry {
    margin-right: 0;
    margin-left: 0;
}

.beraterslider.col2 .entry {
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    display: block;
}

.filialList .bList .entry.single,
.beraterslider .entry.single {
    float: none;
    margin-bottom: 20px;
    cursor: default;
}

.beraterslider .copyContent .entry {
    position: absolute;
    top: 5px;
    margin-left: 0;
}

.innerCenter.imageSlider .beraterslider .copyContent .entry {
    margin-left: 0;
}

.beratermatrix .entry .address,
.filialList .bList .entry .address,
.beraterslider .entry .address {
    background-color: var(--success-01);
    width: calc(100% + 2px);
    margin-left: -6px;
    position: absolute;
    padding: 220px 7px 10px;
    box-sizing: border-box;
    box-shadow: 0 0 10px var(--readable-02);
    top: 0;
    border-radius: 6px;
    display: none;
}

.beratermatrix .entry .address p,
.filialList .bList .entry .address p,
.beraterslider .entry .address p {
    color: var(--primary-01-contrast);
    font-size: 12px;
    font-style: italic;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 4px;
    margin-bottom: 2px;
}

.beratermatrix .entry .address .subline,
.beraterslider .entry .address .subline,
.filialList .bList .entry .address .subline {
    font-size: 12px;
    opacity: .8;
    margin-bottom: 7px;
    text-overflow: initial;
    white-space: normal;
    padding: 0 4px;
}

.beratermatrix .entry .address .gs_street,
.beraterslider .entry .address .gs_street,
.filialList .bList .entry .address .gs_street {
    font-weight: bold;
}

.beratermatrix .entry .address .gs_plz,
.beraterslider .entry .address .gs_plz,
.filialList .bList .entry .address .gs_plz {
    font-weight: bold;
}

.beratermatrix .entry .address .bt_address,
.beraterslider .entry .address .bt_address,
.filialList .bList .entry .address .bt_address {
    background-color: var(--ui-background-02);
    width: 100%;
    position: relative;
    border-radius: 6px;
    box-sizing: border-box;
    border: 1px solid var(--primary-01-contrast);
    cursor: pointer;
    padding: 5px 0 4px;
    margin-bottom: 4px;
}

.beratermatrix .entry .address .bt_address p,
.beraterslider .entry .address .bt_address p,
.filialList .bList .entry .address .bt_address p {
    color: var(--readable-01);
    padding: 0 5px;
}

.beratermatrix .entry .address .bt_address .gs_name,
.beraterslider .entry .address .bt_address .gs_name,
.filialList .bList .entry .address .bt_address .gs_name,
.beratermatrix .entry .address .gs_name,
.beraterslider .entry .address .gs_name {
    padding-right: 5px;
    text-overflow: initial;
    white-space: initial;
}

.beratermatrix .entry .address .bt_address.hover,
.beraterslider .entry .address .bt_address.hover,
.filialList .bList .entry .address .bt_address.hover {
    background-color: transparent;
}

.beratermatrix .entry .address .bt_address.hover p,
.beraterslider .entry .address .bt_address.hover p,
.filialList .bList .entry .address .bt_address.hover p {
    color: var(--primary-01-contrast);
}

.beratermatrix .entry .address .bt_address .icon-checkmark,
.beraterslider .entry .address .bt_address .icon-checkmark,
.filialList .bList .entry .address .bt_address .icon-checkmark {
    display: none;
}

.beratermatrix .entry .address .bt_address.active .icon-checkmark,
.beraterslider .entry .address .bt_address.active .icon-checkmark,
.filialList .bList .entry .address .bt_address.active .icon-checkmark {
    display: block;
    position: absolute;
    font-size: 9px;
    top: 6px;
    right: 4px;
    color: var(--primary-01-contrast);
}

.beratermatrix .entry .address .bt_address.active,
.beraterslider .entry .address .bt_address.active,
.filialList .bList .entry .address .bt_address.active {
    background-color: transparent;
    cursor: default;
}

.beratermatrix .entry .address .bt_address.active p,
.beraterslider .entry .address .bt_address.active p,
.filialList .bList .entry .address .bt_address.active p {
    color: var(--primary-01-contrast);
}

.beratermatrix .entry .address .bt_address:last-child,
.beraterslider .entry .address .bt_address:last-child,
.filialList .bList .entry .address .bt_address:last-child {
    margin-bottom: -3px;
}

.beratermatrix .entry img,
.beraterslider .entry img,
.filialList .bList .entry img {
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: hidden;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.beratermatrix .entry .name,
.beraterslider .entry .name,
.filialList .bList .entry .name {
    font-size: 13px;
    font-weight: bold;
    padding: 9px;
    background-color: var(--ui-03);
    position: absolute;
    bottom: 20px;
    left: 0;
    max-width: 128px;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
    max-height: 100%;
}

.beratermatrix .entry .name .function,
.beraterslider .entry .name .function,
.filialList .bList .entry .name .function {
    display: block;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
}

.beratermatrix .entry .done,
.beraterslider .entry .done,
.filialList .bList .entry .done {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
    position: absolute;
    top: -5px;
    right: -5px;
    display: none;
}

.beratermatrix .entry .done span,
.beraterslider .entry .done span,
.filialList .bList .entry .done span {
    position: absolute;
    top: 13px;
    left: 11px;
    font-size: 14px;
}

.beratermatrix .entry.hover,
.beraterslider .entry.hover,
.filialList .bList .entry.hover {
    background-color: var(--success-01);
    z-index: 999;
    border: 1px solid var(--success-01);
}

.entry.gs2.hover {
    top: -70px;
}

.entry.gs3.hover {
    top: -150px;
}

.entry.gs4.hover {
    top: -200px;
}

.entry.gs5.hover {
    top: -250px;
}

.entry.gs6.hover {
    top: -350px;
}

.entry.gs7.hover {
    top: -450px;
}

.beratermatrix .entry.hover .address,
.beraterslider .entry.hover .address,
.filialList .bList .entry.hover .address {
    display: block;
}

.beratermatrix .entry.hover .name,
.beraterslider .entry.hover .name,
.filialList .bList .entry.hover .name {
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
}

.beratermatrix .entry.active,
.beraterslider .entry.active,
.filialList .bList .entry.active {
    background-color: var(--success-01);
}

.beratermatrix .entry.active .name,
.beraterslider .entry.active .name,
.filialList .bList .entry.active .name {
    background-color: var(--success-01);
    color: var(--primary-01-contrast);
}

.beratermatrix .entry.active .done,
.beraterslider .entry.active .done,
.filialList .bList .entry.active .done {
    display: block;
}

.dropmenu {
    position: relative;
    cursor: pointer;
    text-align: left;
}

.dropmenu .header {
    height: 69px;
    border-radius: 4px;
    background-color: var(--ui-03);
    box-sizing: border-box;
    border: 1px solid #b7b7b7;
}

.dropmenu .bt_over {
    height: 69px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.dropmenu .dropdown_opener {
    width: 61px;
    height: 69px;
    background-color: #b7b7b7;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.dropmenu .dropdown_opener:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 13px solid var(--primary-01-contrast);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -12px;
}

.dropmenu.hover .dropdown_opener:after {
    border-top: none;
    border-bottom: 13px solid var(--primary-01-contrast);
    margin-top: -9px;
}

.dropmenu .left {
    display: inline-block;
}

.dropmenu .left img {
    height: 63px;
    margin-top: 3px;
    margin-left: 3px;
}

.dropmenu .right {
    display: inline-block;
    margin-top: 13px;
    margin-left: 10px;
    position: absolute;
}

.dropmenu .right .salutation {
    color: var(--readable-01);
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 0;
    text-align: left;
}

.dropmenu .right .name {
    color: var(--readable-01);
    font-size: 18px;
    font-style: italic;
    padding: 0;
    text-align: left;
    margin: 10px 0 0;
}

.dropmenu ul {
    padding: 0 0 0;
    margin-top: -2px;
    background-color: #b7b7b7;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    display: none;
    border: 1px solid #b7b7b7;
}

.dropmenu.hover ul {
    display: block;
}

.dropmenu ul li {
    list-style-type: none;
    display: block;
    height: 69px;
    background-color: var(--ui-03);
    padding: 0;
    margin: 1px 0 0;
    cursor: pointer;
}

.dropmenu ul li.hover {
    background-color: #ddd;
}

.dropmenu ul li.active {
    background-color: #ddd;
    cursor: default;
    display: none;
}

/*-------------*/

/* userdata */
.calendar .userdata {
    display: none;
    clear: both;
    box-sizing: border-box;
    padding: 0 40px;
    text-align: left;
    position: relative;
}

.calendar .userdata .required {
    position: absolute;
    right: 50px;
    top: 55px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-style: italic;
    color: #979797;
    text-align: right;
}

.calendar .userdata .required:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: relative;
    margin-top: -10px;
    margin-right: 5px;
}

.calendar .userdata .headline {
    font-size: 20px;
    font-style: italic;
    color: var(--readable-01);
    text-align: left;
    margin: 5px 0 5px 0;
    padding: 0 10px;
}

.calendar .userdata .subline {
    font-size: 13px;
    font-style: italic;
    color: #979797;
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0 10px;
}

.calendar .userdata .telefonnummer {

}

.calendar .userdata .telefonnummer .left {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.calendar .userdata .telefonnummer .left .copy {
    font-size: 13px;
    font-style: italic;
    color: var(--readable-02);
    margin-top: 3px;
    display: block;
    text-align: left;
    padding: 0;
}

.calendar .userdata .telefonnummer .right {
    float: right;
    width: calc(50% - 30px);
    margin-top: -3px;
    padding-right: 0;
    box-sizing: border-box;
    text-align: left;
}

.calendar .userdata .telefonnummer .right.req:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 8px;
    margin-left: 14px;
}

.calendar .userdata .telefonnummer .right.req.checked:before {
    display: none;
}

.calendar .userdata .telefonnummer .right .input_tel {
    width: calc(100% - 41px);
}

.calendar .userdata .telefonnummer .right .icon_checkbox {
    float: right;
    color: #ccc;
    font-size: 20px;
    margin-top: 10px;
    opacity: .3;
}

.calendar .userdata .telefonnummer .right .icon_checkbox.checked {
    color: var(--success-01-text);
    opacity: 1;
}

/* END userdata */

/* immobiliendata */
@media only screen and (min-width: 641px) {
    .calendar .userdata .headline.baufilotse_data {
        text-align: center;
        padding: 0 90px;
    }

    .calendar .userdata .subline.baufilotse_data {
        text-align: center;
        padding: 0 90px;
    }
}

.calendar .immobiliendata {
    clear: both;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    margin-top: 30px;
    background-color: #fafafa;
    width: calc(100% + 80px);
    left: -40px;
    padding: 0 40px;
    margin-bottom: 20px;
}

.calendar .immobiliendata .subline {
    font-size: 16px;
    color: var(--readable-01);
}

.calendar .immobiliendata #immobilien_form {
    display: none;
    border-top: 1px dashed #999;
    margin-top: 20px;
    padding-top: 30px;
}

.calendar .immobiliendata .immobilien_additional {
    display: none;
}

.calendar .immobiliendata .immobilien_dropdownHolder_type {
    width: 350px;
    position: relative;
    display: block;
    margin: 0 0 10px 0;
    float: left;
}

.calendar .immobiliendata .immobilien_dropdownHolder_type .dropdown:before {
    content: '*';
    font-size: 17px;
    color: var(--brand-01);
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}

.calendar .immobiliendata .immobilien_dropdownHolder_type.filled .dropdown:before {
    display: none;
}

.calendar .immobiliendata .immobilien_use_sliderHolder {
    width: 370px;
    float: right;
    display: none;
}

.calendar .immobiliendata .dropdown_headline {
    text-align: left;
    padding: 10px 10px 5px;
    font-style: italic;
    font-size: 16px;
}

.calendar .immobiliendata .error .dropdown_headline {
    color: var(--primary-01);
}

.calendar .immobiliendata .dropdown {
    border-radius: 4px;
    position: relative;
    top: 1px;
    background-color: #efefef;
    background-image: linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -o-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -moz-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -webkit-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    background-image: -ms-linear-gradient(bottom, #efefef 0, #fcfcfc 100%);
    height: 38px;
    border: 1px solid #e0e0e0;
    color: var(--readable-02);
}

.calendar .immobiliendata .error .dropdown {
    border-color: var(--primary-01);
}

.calendar .immobiliendata .dropdown select {
    color: var(--readable-02);
    font-size: 15px;
    background-color: transparent;
    border: 0;
    padding: 4px 4px 4px 10px;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    position: relative;
    outline: none;
    cursor: pointer;
    -moz-appearance: none;
}

.calendar .immobiliendata .dropdown select option {
    margin-right: 10px;
    background-color: #efefef;
}

.calendar .immobiliendata .dropdown .dropdown_opener {
    position: absolute;
    right: 10px;
    top: 14px;
    z-index: 1;
    pointer-events: none;
    opacity: .55;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #000;
}

.calendar .immobiliendata .dropdown .dropdown_opener {
    display: none;
}

.calendar .immobiliendata .form_text {
    width: 50%;
    margin: 0 0 10px 0;
    float: left;
}

.calendar .immobiliendata #immobilien_found_input {
    width: calc(100% - 0);
    float: left;
    margin: 30px 0 10px 0;
}

.calendar .immobiliendata #immobilien_plz_input {
    width: 49%;
    float: right;
}

.calendar .immobiliendata #immobilien_costs_input {
    width: 49%;
    float: right;
}

/* END immobiliendata */

/* Optional */
.innerContent .options {
    border-radius: 6px;
    border: 1px solid #ccc;
    margin: 30px 4% 25px;
    padding: 30px 30px 10px 30px;
    text-align: center;
    position: relative;
    display: none;
}

.innerContent .options .overline {
    font-size: 18px;
    font-style: italic;
    color: var(--readable-01);
    background-color: var(--ui-background-02);
    padding: 10px;
    margin: 0;
    position: absolute;
    display: inline-block;
    top: -20px;
    left: 20px;
}

.innerContent .options .headline {
    font-size: 16px;
    font-style: italic;
    text-align: left;
    margin-bottom: 10px;
    color: var(--readable-01);
    padding: 0;
}

.innerContent .options .right {
    float: right;
    width: calc(100% - 280px);
    margin-top: 20px;
    padding-right: 0;
    box-sizing: border-box;
    text-align: left;
    margin-bottom: 20px;
}

.innerContent .options .innerLine {
    margin-top: 0;
}

.innerContent .options .full {
    float: none;
    width: calc(100% - 0);
    margin-top: 20px;
    padding-right: 0;
    box-sizing: border-box;
    text-align: left;
}

.innerContent .box_checkbox {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 0;
    float: left;
    width: 270px;
    box-sizing: border-box;
}

.innerContent .box_checkbox .copy {
    font-size: 13px;
    font-style: italic;
    color: var(--readable-02);
    margin-top: 3px;
    display: block;
    text-align: left;
    padding: 0;
}

.innerContent .checkbox {
    background-color: var(--ui-03);
    width: 41px;
    height: 41px;
    border-radius: 6px;
    float: left;
    margin-right: 15px;
    margin-top: -4px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #ccc;
}

.innerContent .checkbox:before {
    font-size: 16px;
    color: var(--primary-01-contrast);
    position: relative;
    top: 11px;
    left: 1px;
    display: none;
}

.innerContent .checkbox.hover {
    background-color: var(--success-01);
    border: 1px solid var(--success-01);
}

.innerContent .checkbox.active {
    background-color: var(--success-01);
    border: 1px solid var(--success-01);
}

.innerContent .checkbox:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: -2px;
    outline-width: 3px;
    outline-style: solid;
}

.innerContent .checkbox.active {
    outline-color: var(--otv-focus-outline-active) !important;
    outline-offset: 2px;
}

.innerContent .checkbox.active:before {
    display: block;
}

.innerContent .checkbox.error {
    background-color: #fef5f5;
    box-shadow: 0 0 2px var(--primary-01) inset;
}

.input_sms {
    width: calc(100% - 41px);
}

.input_sms.error {
    border: 1px solid var(--primary-01);
}

.input_sms_checkbox {
    float: right;
    color: var(--success-01-text);
    font-size: 20px;
    margin-top: 10px;
    display: none;
}

.input_sms_checkbox.disabled {
    color: #ccc;
    opacity: .3;
}

.input_sms_checkbox.checked {
    display: block;
}

.input_msg {
    min-height: 100px;
    margin-bottom: 20px;
    width: 100% !important;
    font-family: "Sparkasse Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.input_msg.error {
    border: 1px solid var(--primary-01);
}

textarea.error {
    border: 1px solid var(--primary-01);
}

input.error {
    border: 1px solid var(--primary-01);
}

input.checked {
    border: 1px solid #669900;
}

.innerContent .email {
    padding: 15px 10px 15px 10px;
}

.innerContent .email .copy {
    text-align: left;
    padding: 0 0;
    float: left;
    font-size: 17px;
    width: 68%;
    line-height: 20px;
    margin-top: 4px;
}

.innerContent .email .right {
    width: 30%;
    margin-top: -10px;
    padding-right: 0;
}

.innerContent .email .right .icon_checkbox {
    float: none;
    height: 35px;
    display: inline-block;
    position: relative;
    top: 7px;
    background-color: var(--ui-background-02);
}

.input_mail {
    display: inline-block;
    float: none !important;
    width: 67% !important;
}

.input_mail.error {
    border: 1px solid var(--primary-01);
}

.input_mail_checkbox {

}

/* ende Optional */

/* DSGVO */
.innerContent .dsgvo {
    display: none;
    clear: both;
    box-sizing: border-box;
    padding: 0 70px;
    text-align: left;
    position: relative;
}

.innerContent .dsgvo .box_checkbox {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
}

.innerContent .dsgvo .box_checkbox .checkbox {
    vertical-align: middle;
    display: table-cell;
    float: none;
    margin-top: 0;
    position: relative;
}

.innerContent .dsgvo .box_checkbox .checkbox:before {
    position: absolute;
    top: 11px;
    left: 10px;
}

.innerContent .dsgvo .box_checkbox .copy {
    vertical-align: middle;
    display: table-cell;
    max-width: none;
    margin: 0;
    padding: 0 0 0 10px;
}

/* ende DSGVO */


.bt_reserve {
    float: right;
    margin-left: 4%;
    margin-right: 4%;
    padding-right: 13px !important;
}

.bt_reserve span {
    margin-left: 30px;
    font-size: 26px;
    vertical-align: middle;
}

/* confirmation */
.confirmation {
    padding-top: 0;
    text-align: center;
}

.confirmation .header {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    position: relative;
}

.confirmation .green {
    padding: 10px 4% 15px;
    background-color: var(--success-01);
    margin-bottom: 15px;
}

.confirmation .header .left {
    float: left;
}

.confirmation .header h1,
.confirmation .header h2.h1 {
    font-size: 24px;
    font-style: italic;
    margin: 20px 0 5px 0;
    color: var(--primary-01-contrast);
    padding: 0;
    text-align: left;
    line-height: 24px;
}

.confirmation .header p {
    font-size: 19px;
    font-style: italic;
    color: var(--primary-01-contrast);
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0;
}

.confirmation .header .icon-checkmark {
    font-size: 30px;
    color: var(--primary-01-contrast);
    float: right;
    margin: 25px 0 0;
}

.confirmation .desc {
    float: none;
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    width: auto;
}

.confirmation .desc .slot {
    padding: 10px 0 25px;
}

.confirmation .desc .address {
    padding: 25px 0 15px;
}

.confirmation .desc .left {
    float: left;
    width: 45%;
    position: relative;
    max-width: 387px;
}

.confirmation .desc .berater {
    float: right;
    width: 45%;
    position: relative;
    max-width: 387px;
    border: none;
}

.confirmation .desc .berater .cont_left {
    float: none;
    margin: 0;
}

.confirmation .desc .berater .cont_left .salutation {
    float: left;
    margin-right: 5px;
    font-weight: bold;
}

.confirmation .desc .berater .cont_right {
    float: none;
    text-align: left;
    margin: 10px 0;
}

.confirmation .desc .berater .cont_right img {
    height: auto;
    width: 120px;
    border-radius: 5px;
}

/*ende confirmation*/

/* footer */
#footerwrapper {
    display: none;
    min-height: 73px;
    background-color: var(--ui-background-02);
    width: 100%;
    z-index: 777;
    margin-top: 90px;
    position: relative;
}

.noFooter #footerwrapper {
    display: none !important;
}

.footer_content {
    min-height: 63px;
}

.footer_content p {
    font-size: 11px;
    color: #9b9b9b;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -6px;
}

.footer_right {
    float: right;
    margin-right: 20px;
}

.footer_right .logo-sk {
    position: relative;
    color: var(--brand-01);
    font-size: 13px;
    display: block;
    float: left;
    line-height: 1.2;
    margin-left: 21px;
    margin-top: 27px;
    -webkit-font-smoothing: subpixel-antialiased;
    font-style: normal;
    font-weight: 200;
}

.footer_right .logo-sk .icon-logo-sk {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    left: -22px;
    top: -9px;
}

.footer_right .logotext {
    float: left;
    margin: 0;
    padding: 0;
    top: 29px;
    left: -14px;
}

.footer_left {
    float: left;
}

.footer_left ul {
    float: left;
    margin-left: 23px;
    list-style: none;
    clear: both;
    margin-top: 31px;
}

.footer_left ul li {
    float: left;
}

.footer_left ul li a {
    font-size: 11px;
    color: #9B9B9B;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    top: -6px;
}

.footer_left ul li a:hover {
    color: var(--primary-01);
}


.footer_content.center .footer_left {
    width: 100%;
    text-align: center;
}

.footer_content.center .footer_left ul li {
    float: none;
}

.footer_content.center .footer_left ul {
    float: none;
}

.footer_content.center .footer_right {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    margin-right: 0;
}

/* ende footer */


/* LAYER */
.error_bg {
    position: absolute;
    width: 421px;
    background-color: #ec1111;
    border-radius: 6px;
    color: var(--primary-01-contrast);
}

.error_head, .success_head {
    font-size: 23px;
    font-style: italic;
    padding: 20px;
}

.error_bt_close {
    position: absolute;
    font-size: 20px;
    padding: 10px;
    top: 11px;
    right: 10px;
    cursor: pointer;
}

.error_bt_close.hover {
    font-size: 25px;
    top: 8px;
    right: 7px;
}

.error_copy, .success_copy {
    font-size: 16px;
    font-style: italic;
    padding: 20px;
    width: 341px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid var(--disabled-01);
    text-align: center;
}

.error_copy a {
    color: #00ccff;
    font-style: italic;
}

.attention_bg {
    position: absolute;
    width: 421px;
    background-color: #f38500;
    border-radius: 6px;
    color: var(--primary-01-contrast);
}

.success_bg {
    position: absolute;
    width: 421px;
    background-color: var(--success-01);
    box-shadow: 0 0 10px 0 #000000;
    border-radius: 6px;
    color: var(--primary-01-contrast);
    text-align: center;
    cursor: pointer;
}

#layerStack {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 800;
}

#hintStack {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
}

#hintStack .bt_delete {
    font-size: 14px;
    color: var(--primary-01-contrast);
    line-height: 30px;
    padding: 0 13px 0 13px;
    background-color: #d30000;
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    top: 240px;
    left: 60px;
}

#hintStack .bt_save {
    font-size: 14px;
    color: var(--primary-01-contrast);
    line-height: 30px;
    padding: 0 13px 0 13px;
    background-color: #006e12;
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    top: 240px;
    left: 210px;
}

#hintStack .bt_save p span {
    font-size: 10px;
}

#hintStack .bt_save.hover, #hintStack .bt_delete.hover {
    box-shadow: 0 0 8px 0 #000000;
}

#hintStack .layerQuest_copy .bt_delete, #hintStack .layerQuest_copy .bt_save {
    display: inline-block;
    position: static;
    margin: 20px 20px 0 20px;
}

#loaderStack {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.loaderTextHeadline {
    text-align: center;
    font-size: 20px;
    color: var(--primary-01-contrast);
    position: relative;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 200px;
}

.loaderBar {
    width: 80%;
    height: 54px;
    background-color: var(--primary-01);
    position: relative;
    top: 220px;
    left: 10%;
    overflow: hidden;
    border: 3px solid var(--primary-01);
}

.loaderInnerBar {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--ui-background-02);
    left: 0;
    overflow: hidden;
    -webkit-mask-image: url(../assets/loader_mask.png);
    -o-mask-image: url(../assets/loader_mask.png);
    -moz-mask-image: url(../assets/loader_mask.png);
    mask-image: url(../assets/loader_mask.png);
}

.loaderText {
    text-align: right;
    font-size: 20px;
    color: var(--brand-01);
    font-style: italic;
    margin: 13px;
    padding: 0;
    white-space: nowrap;
    float: right;
}

.loaderTextU {
    text-align: right;
    font-size: 20px;
    color: var(--primary-01-contrast);
    font-style: italic;
    margin: 13px;
    padding: 0;
    white-space: nowrap;
    position: absolute;
    right: 0;
}

.loaderImage {
    width: 60px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
}

/* ende layer */

/* checkSlider */
.checkSlider .slider {
    float: right;
    margin-right: 10px;
    text-align: left;
    width: 173px;
    height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    background-color: var(--ui-background-02);
    border-radius: 6px;
    border: 1px solid #ccc;
    position: relative;
}

.checkSlider .slider:before {
    content: '';
    width: 52px;
    height: 40px;
    position: absolute;
    top: 3px;
    left: 59px;
    background-color: #fcfcfc;
    border-radius: 4px;
    border: 1px dotted #e0e0e0;
}

.checkSlider .entry {
    width: 53px;
    height: 42px;
    display: inline-block;
    position: relative;
    left: -50px;
    top: 3px;
    overflow: hidden;
}

.checkSlider .entry .txtInactive {
    width: 53px;
    height: 42px;
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 14px;
    color: var(--readable-02);
    line-height: 42px;
}

.checkSlider .entry .txtActive {
    width: 53px;
    height: 42px;
    border-radius: 3px;
    background-color: var(--success-01);
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 53px;
    font-size: 14px;
    color: var(--primary-01-contrast);
    line-height: 42px;
}

.checkSlider .dragger {
    width: 53px;
    height: 42px;
    display: inline-block;
    position: relative;
    top: 3px;
    left: 59px;
    background-color: var(--success-01);
    border-radius: 4px;
}

.checkSlider .dragger:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-right: 10px solid var(--primary-01-contrast);
    border-bottom: 6px solid transparent;
    top: 15px;
    left: 14px;
}

.checkSlider .dragger:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 10px solid var(--primary-01-contrast);
    border-bottom: 6px solid transparent;
    top: 15px;
    right: 14px;
}

.checkSlider .btOver {
    width: 173px;
    height: 50px;
    background: transparent;
    position: relative;
    top: -45px;
    left: 0;
}

.checkSlider h2 {
    font-size: 18px;
    color: var(--readable-01);
    text-align: left;
    line-height: 17px;
    margin: 16px 10px 10px 0;
    font-style: italic;
    float: left;
    padding: 0 10px;
}

/* END checkSlider */

.green_button {
    background-color: var(--success-01);
    border: 1px solid #339900;
    box-sizing: border-box;
    color: var(--primary-01-contrast);
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 7px;
    cursor: pointer;
    font-family: "Sparkasse Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.green_button.hover, .green_button:hover,
.green_button.checked:focus-visible {
    background-color: var(--ui-background-02);
    color: var(--success-01-text);
}

.green_button:not(.checked).hover, .green_button:not(.checked):hover {
    cursor: not-allowed;
}

.green_button:focus-visible {
    outline-color: var(--otv-focus-outline) !important;
    outline-offset: 2px;
    outline-width: 3px;
    outline-style: solid;
}

.green_button:not(.checked):focus-visible {
    background-color: var(--primary-01);
    border: 1px solid var(--primary-01);
    outline-color: var(--primary-01) !important;
}

.green_button.hover:not(.checked):focus-visible {
    color: var(--primary-01-contrast);
}

.red_button {
    background-color: var(--primary-01);
    border: 1px solid var(--primary-01);
    box-sizing: border-box;
    color: var(--primary-01-contrast);
    font-size: 18px;
    padding: 10px 25px;
    border-radius: 7px;
    cursor: pointer;
    font-family: "Sparkasse Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.red_button.hover, .red_button:hover {
    background-color: var(--primary-01-hover);
    color: var(--primary-01-contrast);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    border: 0;
    white-space: nowrap;
}