@import url('https://fonts.googleapis.com/css?family=Montserrat:100,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');

/************************************************************/

/*****************        Allgemein        ******************/

/************************************************************/

html {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #fff;
    color: #5f727f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
}

h1,
h2,
h3,
h4 {
    color: #004b97;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

h2 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0.1em 0;
    text-transform: uppercase;
}

h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 0.2em 0;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #535353;
}

a:hover,
a:focus {
    color: #004b97;
}

p {
    line-height: 1.5em;
    margin: 0 0 0.3em 0;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

dt {}

dd {}

img {
    border: 0;
    height: auto;
    width: 100%;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i.fa-ticket-alt {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.text-klein {
    font-size: 12px;
}

.b {
    font-weight: 600;
}

.radius {
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}

.r-top {
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.r-bottom {
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.r-left {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
}

.r-right {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
}

.box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    padding: 10px;
}

.transition {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.mobil {
    display: block;
}

.desktop,
.ab-480 {
    display: none;
}

.box {}

.inner-box {}

.vst-bez,
.vst-ort {
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#col-left,
#col-right {
    display: none;
}

#skauf-box {
    max-width: 860px;
}

#content {
    padding: 20px;
}

.col-50-l {
    margin-bottom: 20px;
}

.back-to-top {
    background-color: #06060f;
    color: #99a9b5;
    display: block;
    height: 50px;
    bottom: 50px;
    opacity: 0.5;
    padding-top: 13px;
    position: fixed;
    right: 0;
    text-align: center;
    width: 50px;
}

.back-to-top:hover,
.back-to-top:focus {
    color: #99a9b5;
}

.back-to-top i {
    font-size: 20px;
}

/****************** Formulare *****************************/

.formular {
    background-color: #f0f3f2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    padding: 20px 10px 10px 10px;
}

.formular-box {
    margin: 0 auto;
    max-width: 400px;
}

.formular .pflicht {
    text-align: right;
}

.formular .radio-box {
    margin-bottom: 20px;
    padding: 6px 30px 0 5px;
    position: relative;
}

.formular .label-radio {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
}

.formular .radio-box .input-radio {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.formular .input-radio input {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
}

.formular .label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0 0 2px 5px;
    display: inline-block;
    color: #999;
}

.formular .label a {
    display: block;
    margin-bottom: 20px;
}

.formular .input-text {
    margin-bottom: 20px;
}

.formular .form-plz {
    float: left;
    width: 20%;
}

.formular .form-ort {
    float: right;
    width: 79%;
}

label {}

input,
select {
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
    color: #004b97 !important;
    font-size: 12px;
    font-weight: 600;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

select {
    padding: 0 0 0 10px;
    line-height: 36px;
}

textarea {
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
    color: #004b97 !important;
}

option {
    padding: 8px 0;
}

input[type=radio],
input[type=checkbox],
input[type=radio]:hover,
input[type=checkbox]:hover,
input[type=radio]:focus,
input[type=checkbox]:focus {
    background-color: transparent;
}

textarea {}

button,
.button {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    text-align: center;
}

.button input,
.button a,
.button button {
    background-color: transparent;
    border: 3px solid #004b97;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    color: #004b97 !important;
    cursor: pointer;
    display: inline-block;
    height: auto;
    font-size: 14px;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 25px 25px 25px 25px;
    -moz-border-radius: 25px 25px 25px 25px;
    -webkit-border-radius: 25px 25px 25px 25px;
    width: auto;
}

.button a i,
.button button i {
    padding-left: 10px;
}

input::placeholder {
    color: #576e86;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #576e86;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #576e86;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

input::-ms-input-placeholder {
    /* Edge */
    color: #576e86;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #576e86;
    font-size: 12px;
    font-weight: 600;
    opacity: 1;
}

.button input:hover,
.button a:hover,
.button button:hover,
.button input:focus,
.button a:focus,
.button button:focus {
    background-color: #004b97;
    color: #fff !important;
}

#login-box {
    display: none;
}

#button-box {
    margin-top: 20px;
}

#button-box .button {
    width: 100%;
}

#button-box button,
#button-box input,
#button-box a {
    width: 100%;
}

#button-box .leeren,
#button-box .zurueck {
    margin-bottom: 20px;
}

#wk-leer .button {
    margin-bottom: 40px;
}

/*************  Kurzsuche in Header Navigation ***************/

#kurzsuche {
    position: relative;
    margin: 20px;
}

#kurzsuche input {
    background-color: transparent;
    display: block;
    font-weight: 400;
    height: 40px;
}

#kurzsuche input.KurzsucheKeyWort {
    border-right: 0;
    margin-right: 3px;
    padding: 0 47px 0 10px;
}

#kurzsuche input::placeholder {
    color: #92919e;
    font-size: 14px;
    font-weight: 400;
}

#kurzsuche input::-webkit-input-placeholder {
    color: #92919e;
    font-size: 14px;
    font-weight: 400;
}

#kurzsuche input::-moz-placeholder {
    color: #92919e;
    font-size: 14px;
    font-weight: 400;
}

#kurzsuche input::-ms-input-placeholder {
    color: #92919e;
    font-size: 14px;
    font-weight: 400;
}

#kurzsuche input:-ms-input-placeholder {
    color: #92919e;
    font-size: 14px;
    font-weight: 400;
}

#kurzsuche input.KurzsucheSubmit {
    border-left: 0;
    cursor: pointer;
    position: absolute;
    right: -3px;
    text-indent: -999999px;
    top: 0;
    width: 40px;
    z-index: 99;
}

#kurzsuche .suchicon {
    color: #343434;
    height: 40px;
    position: absolute;
    right: -3px;
    top: 0;
    text-align: center;
    padding-top: 9px;
    width: 40px;
}

/********************** Tools Buttons ************************/

.tools-btn {
    border: 2px solid #004b97;
    color: #004b97;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

#side-login-btn.tools-btn,
#login-btn.tools-btn {
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#side-login-btn.tools-btn:hover,
#side-login-btn.tools-btn:focus,
#login-btn.tools-btn:hover,
#login-btn.tools-btn:focus {}

.tools-btn a {
    color: #004b97;
    display: block;
    height: 100%;
    padding: 5px 40px 5px 10px;
    width: 100%;
}

.tools-btn a:hover,
.tools-btn a:focus {
    background-color: #004b97;
    color: #fff;
}

.tools-btn a:hover .wk-anzahl,
.tools-btn a:focus .wk-anzahl {
    color: #fff;
}

.tools-btn i {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 18px;
}

#wk-btn.tools-btn i {
    top: 7px;
    font-size: 16px;
}

#pin-btn {
    display: block;
    position: relative;
}

#pin-btn .pin-anzahl,
#wk-btn .wk-anzahl {
    background-color: #004b97;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    padding-top: 5px;
    position: absolute;
    left: 130px;
    top: 1px;
    font-size: 12px;
    font-weight: 600;
    height: 25px;
    text-align: center;
    width: 25px;
}

#pin-btn .pin-anzahl {
    left: 110px;
    top: 14px;
}

.change-btn {
    overflow: hidden;
    position: relative;
}

.change-btn a,
.change-btn button,
.change-btn input {
    background-color: #2c2c2c;
    border: 0;
    color: #fff !important;
    display: block;
    font-size: 12px;
    font-weight: 600;
    height: auto;
    padding: 8px 40px 8px 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

.change-btn a:hover,
.change-btn a:focus,
.change-btn button:hover,
.change-btn button:focus,
.change-btn input:hover,
.change-btn input:focus {
    background-color: #004b97;
}

.change-btn i {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    color: #fff;
    font-size: 16px;
    height: 100%;
    padding-top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 32px;
}

/********************** Floats ******************************/

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear {
    clear: both;
}

/********************* Clearfix *****************************/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*****************      Meldungen        *******************/

.error-message {
    background-color: #fff;
    color: #004b97;
}

.error-message .head {
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #004b97;
    text-transform: uppercase;
}

.error-message p {
    color: #2c2c2c;
    padding: 5px 0;
}

.error-message p a {
    text-decoration: underline;
}

.error-message p.u-head {
    font-weight: 600;
}

.error-message ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    text-align: center;
    width: 100%;
}

.error-message ul li {
    display: inline-block;
    margin: 0 5px;
    text-align: center;
}

.error-message ul li a {
    background-color: #004b97;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    padding: 8px 10px;
}

.error-message ul li a:hover {
    background-color: #2c2c2c;
}

/* Teilnehmererfassung */

.tn-erfassung h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

/* Infomeldung */

.meldung-box {
    background-color: #fff;
    position: absolute;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    text-align: center;
    display: none;
    overflow: hidden;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 310px;
    z-index: 999999;
}

.meldung-box .meldung-header {
    padding: 12px 10px 0 10px;
    position: relative;
}

.meldung-box .meldung-header h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.meldung-box .close {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.meldung-box .close a {
    display: block;
    height: 100%;
    width: 100%;
}

.meldung-box .close span {
    display: inline-block;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.meldung-box .meldung {
    text-transform: none;
    font-weight: 600;
    padding: 0 0 20px 0;
}

#meldung-btn {
    background-color: #2c2c2c;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
}

#meldung-btn i {
    background-color: #004b97;
    font-size: 16px;
    color: #fff;
    width: 30px;
    padding-top: 7px;
    position: absolute;
    top: 0;
    height: 100%;
    text-align: center;
}

#meldung-btn .links {
    float: left;
    position: relative;
    text-align: right;
    width: 50%;
}

#meldung-btn .rechts {
    border-left: 1px solid #fff;
    float: right;
    position: relative;
    text-align: left;
    width: 50%;
}

#meldung-btn a {
    display: block;
    color: #fff;
    padding: 8px 5px;
}

#meldung-btn .links i {
    border-right: 1px solid #2c2c2c;
    left: 0;
}

#meldung-btn .rechts i {
    border-left: 1px solid #2c2c2c;
    right: 0;
}

#meldung-btn a:hover,
#meldung-btn a:focus {
    background-color: #004b97;
}

/************************************************************/

/*****************     Tooltips        **********************/

/************************************************************/

.tooltip {
    float: left;
}

.tooltipster-default .tooltipster-content {
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-icon {
    background-color: #004b97;
    border-radius: 100%;
    color: #fff;
    cursor: help;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    float: left;
    height: 20px;
    margin-left: 5px;
    padding: 1px 1px 0 0;
    text-align: center;
    width: 20px;
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible;
}

.tooltipster-base .tooltipster-content {
    overflow: hidden;
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-top: 8px solid;
    bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    border-bottom: 8px solid;
    top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
    left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
    left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
    right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px;
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Theme */

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    color: #2c2c2c;
}

.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 10px;
}

/************************************************************/

/********************    Header 3001     ********************/

/************************************************************/

#top-anker {
    height: 0;
    width: 100%;
}

#hintergrund {
    background-image: url(/template/100014/images/hintergrund.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    line-height: 0;
    margin-bottom: 38px;
    padding-bottom: 35%;
    position: relative;
    width: 100%;
}

#hintergrund.sht {
    background-image: url(/template/100014/images/stadthalle-tuttlingen.jpg);
    padding-bottom: 47.7%;
}

#hintergrund.bia {
    background-image: url(/template/100014/images/buehne-im-anger.jpg);
    padding-bottom: 47.7%;
}

#hintergrund.kraehe {
    background-image: url(/template/100014/images/tuttlinger-kraehe-2020-1.jpg);
    padding-bottom: 47.7%;
}
#hintergrund.kraehe-2 {
    background-image: url(/template/100014/images/tuttlinger-kraehe-2020-2.jpg);
    padding-bottom: 47.7%;
}


#hintergrund.hoso {
    background-image: url(/template/100014/images/header-hoso.jpg);
    padding-bottom: 47.7%;
}

#header {
    background-color: #f0f3f2;
    width: 100%;
}

.start-seite #header {
    background-color: #181828;
}

#logo {
    background-image: url(/template/100014/images/logo_tuttlinger_hallen.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 164px;
    float: left;
    height: 54px;
    margin: 20px 0 20px 20px;
}

#logo a {
    display: block;
    height: 100%;
    width: 100%;
}

#nav-btn-top {
    cursor: pointer;
    float: right;
    height: 60px;
    padding: 21px 0 0 8px;
    width: 60px;
}

.nav-btn span {
    background-color: #99a9b5;
    display: block;
    height: 3px;
    margin-bottom: 4px;
    width: 26px;
}

.nav-btn span:last-child {
    margin-bottom: 0;
}

.nav-btn:hover span,
.nav-btn:focus span {}

/*****************      Navigation         ******************/

/* top */

#menu-top {
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
    opacity: 0;
    transform: translate(-50%, 10px);
    position: absolute;
    left: 50%;
    top: 94px;
    visibility: hidden;
    width: 90%;
    z-index: -1;
}

#menu-top ul li {
    border-bottom: 1px solid #dfe5e8;
    position: relative;
}

#menu-top ul li:last-child {
    border-bottom: 0;
}

#menu-top ul a {
    border-left: 4px solid transparent;
    color: #5f727f;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    padding: 16px 30px;
    position: relative;
}

#menu-top ul li.current a {
    background-color: #fff;
    color: #004b97;
    border-left: 4px solid #00bcd4;
}

#menu-top ul a i {
    font-size: 10px;
    position: absolute;
    right: 20px;
    top: 23px;
}

#menu-top.dropped {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    visibility: visible !important;
    z-index: 9999;
}

#menu-top .tools-btn {
    margin: 10px;
}

#menu-top .tools-btn a {}

#menu-top .tools-btn a:hover,
#menu-top .tools-btn a:focus {}

#suche-btn .fa-chevron-up {
    display: none;
}

#suche-btn.open .fa-chevron-up {
    display: block;
}

#suche-btn.open .fa-chevron-down {
    display: none;
}

#suche {
    display: none;
}

/* Unternavigation top */
#side-menu-btn {
    border-left: 1px solid #dfe5e8;
    cursor: pointer;
    font-size: 10px;
    position: absolute;
    height: 54px;
    width: 45px;
    text-align: center;
    padding-top: 22px;
    top: 0;
    right: 0;
}

#side-menu-btn:hover,
#side-menu-btn:focus {
    background-color: #004b97;
    border-color: #004b97;
    color: #fff;
}

#menu-side {
    background-color: #f4f6f7;
    border: 1px solid #dfe5e8;
    opacity: 0;
    transform: translate(-45%, 0);
    position: absolute;
    left: 50%;
    top: 0px;
    visibility: hidden;
    width: 101%;
    height: 101%;
    z-index: -1;
}

#menu-side.visible {
    opacity: 1 !important;
    transform: translate(-50%, 0) !important;
    visibility: visible !important;
    z-index: 99999;
}

#back-btn {
    text-align: right;
}

#menu-top ul #back-btn a i {
    right: auto;
    left: 20px;
}

#menu-side .menu-header {
    color: #004b97;
    font-weight: 700;
    padding: 10px 30px;
}

/* left */

#wk-btn .warenkorb-headline:nth-child(2),
#wk-btn .warenkorb-headline:nth-child(3),
#wk-btn .warenkorb-headline:nth-child(4) {
    display: none;
}

ul.nav {
    margin: 0 0 20px 0;
    padding: 0;
}

ul.nav li a {
    background-color: #535353;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding: 10px 0 0 10px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
}

ul.nav li:last-child a {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

ul.nav li a:hover,
.sidr ul li a:focus {
    color: #004b97;
}

ul.nav li a i {
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.ver-seite .oc-vst,
.start-seite .oc-vst,
.abo-seite .oc-abo,
.art-seite .oc-art,
.gut-seite .oc-gut {
    display: none;
}

.shop-headline {
    display: none;
}

.ver-seite .shop-headline,
.start-seite .shop-headline,
.abo-seite .shop-headline,
.art-seite .shop-headline,
.gut-seite .shop-headline {
    display: block;
}

.oc-suche {
    display: none;
}

.ver-seite .oc-suche.oc-suche-vst,
.start-seite .oc-suche.oc-suche-vst,
.abo-seite .oc-suche.oc-suche-abo,
.art-seite .oc-suche.oc-suche-art {
    display: block;
}

/************************************************************/

/*****************       Footer 3002       ******************/

/************************************************************/

#fuss {
    background-color: #181828;
    color: #5f727f;
    padding: 40px 21px;
}

#fuss ul {
    margin: 38px 0;
    padding: 0;
    text-align: center;
}

#fuss .footer-nav li {
    border-bottom: 1px solid #333146;
}

#fuss .footer-nav li:first-child {
    border-top: 1px solid #333146;
}

#fuss li a {
    display: block;
    color: #99a9b5;
    font-size: 15px;
    padding: 10px;
}

#fuss li a:hover,
#fuss li a:focus {
    color: #004b97;
}

#footer-si {
    text-align: center;
}

#footer-si i {
    padding: 0 5px;
}

#footer-si .fb {
    color: #4e64b5;
}

#footer-si a:hover,
#footer-si a:focus {
    color: #fff;
}

#footer-si .tw {
    color: #00aced;
}

#info-mwst {
    color: #5f727f;
    font-size: 0.8em;
    text-align: center;
}

/*****************   Cookie Hinweis *************************/

#cw #DatenschutzFooter {
    position: fixed;
    font-size: 13px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #01438f;
    color: #fff;
    z-index: 99999;
    padding: 10px;
    visibility: visible;
    text-align: center;
}

#cw #DatenschutzFooter p {
    margin: 0;
    line-height: 1.5 !important;
}

#cw #DatenschutzFooter .flatButton {
    background-color: #006dcc;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    font-size: 0.9em;
    line-height: normal;
    margin: 0 10px;
    padding: 2px 12px;
    white-space: nowrap;
    text-transform: none;
}

#cw #DatenschutzFooter .flatButton:hover,
#cw #DatenschutzFooter .flatButton:focus {
    background-color: #01438F;
}

#cw #DatenschutzFooter a {
    text-decoration: underline;
}

/************************************************************/

/*****************       Paging       ***********************/

/************************************************************/

.pagination {
    font-weight: 600;
    text-align: center;
    height: 35px;
    margin: 10px 0;
}

.pagination-box {
    background-color: #2c2c2c;
    display: inline-block;
    height: 100%;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    overflow: hidden;
}

.pagination-box a,
.pagination-box span {
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
}

.pagination-box a.Kalender_Paging,
.pagination-box span.Kalender_Paging_Akt {
    padding-top: 6px;
}

.pagination-box > a,
.pagination-box > span {
    border-left: 1px solid #fff;
    float: left;
    width: 35px;
}

.pagination-box > span.anfang {
    border-left: 0;
}

.pagination-box > span > a,
.pagination-box > span > span {
    width: 100%;
}

.pagination-box .zurueck a,
.pagination-box .weiter a {
    padding-top: 0;
}

.pagination-box .zurueck a:before,
.pagination-box .zurueck span:before {
    content: "\f104";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    padding-top: 6px;
}

.pagination-box .zurueck.anfang a:before,
.pagination-box .zurueck.anfang span:before {
    content: "\f100";
}

.pagination-box .zurueck.anfang {
    display: none;
}

.pagination-box .weiter a:after,
.pagination-box .weiter span:after {
    content: "\f105";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 22px;
    padding-top: 6px;
}

.pagination-box .weiter.ende a:after,
.pagination-box .weiter.ende span:after {
    content: "\f101";
}

.pagination-box .weiter.ende {
    display: none;
}

.pagination-box a:hover,
.pagination-box a:focus,
.pagination-box span.Kalender_Paging_Akt {
    background-color: #004b97;
}

.pagination-box > span.Kalender_Paging_Deaktiv {
    padding-top: 4px;
}

/************************************************************/

/*****************    Warenkorb Kopf       ******************/

/************************************************************/

.wk-kopf {
    background-color: #2c2c2c;
    height: 40px;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.wk-kopf ul {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

.wk-kopf-text {
    display: none;
}

.wk-kopf li {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    float: left;
    height: 100%;
    padding: 12px 5px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 15%;
}

.wk-kopf .wk-step-2,
.wk-kopf .wk-step-3,
.wk-kopf .wk-step-4,
.wk-kopf .wk-step-5 {
    border-left: 1px solid #e1e1e1;
}

#wk-kopf-1 .wk-step-1 {
    background-color: #004b97;
    width: 40%;
}

#wk-kopf-1 .wk-step-1 .wk-kopf-zahl {
    display: none;
}

#wk-kopf-1 .wk-step-1 .wk-kopf-text {
    display: inline-block;
}

#wk-kopf-2 .wk-step-2 {
    background-color: #004b97;
    width: 40%;
}

#wk-kopf-2 .wk-step-2 .wk-kopf-zahl {
    display: none;
}

#wk-kopf-2 .wk-step-2 .wk-kopf-text {
    display: inline-block;
}

#wk-kopf-3 .wk-step-3 {
    background-color: #004b97;
    width: 40%;
}

#wk-kopf-3 .wk-step-3 .wk-kopf-zahl {
    display: none;
}

#wk-kopf-3 .wk-step-3 .wk-kopf-text {
    display: inline-block;
}

#wk-kopf-4 .wk-step-4 {
    background-color: #004b97;
    width: 40%;
}

#wk-kopf-4 .wk-step-4 .wk-kopf-zahl {
    display: none;
}

#wk-kopf-4 .wk-step-4 .wk-kopf-text {
    display: inline-block;
}

#wk-kopf-5 .wk-step-5 {
    background-color: #004b97;
    width: 40%;
}

#wk-kopf-5 .wk-step-5 .wk-kopf-zahl {
    display: none;
}

#wk-kopf-5 .wk-step-5 .wk-kopf-text {
    display: inline-block;
}

/************************************************************/

/*****************  WarenkorbDetails 2002  ******************/

/************************************************************/

.wk-info {
    background-color: #004b97;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px;
}

#warenkorb .wk-info {
    margin-bottom: 20px;
}

.klapplink {
    margin-bottom: 20px;
}

.klapplink a {
    background-color: #2c2c2c;
    color: #fff;
    font-weight: 600;
    display: block;
    overflow: hidden;
    padding: 8px 45px 8px 10px;
    position: relative;
    text-transform: uppercase;
}

.klapplink a:hover,
.klapplink a:focus {
    background-color: #004b97;
}

.klapplink .kl-icon {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
}

.klapplink i {
    color: #fff;
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.klapplink i.fa-chevron-up {
    display: none;
}

.klapplink.wk-open i.fa-chevron-down {
    display: none;
}

.klapplink.wk-open i.fa-chevron-up {
    display: inline-block;
}

.wk-id {
    margin-bottom: 20px;
}

.wk-restzeit {
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#restzeit-icon {
    background-color: #004b97;
    color: #fff;
    height: 100%;
    left: 0;
    padding-top: 12px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
}

#restzeit-icon i {
    font-size: 26px;
    font-weight: 400;
}

#restzeit-nachricht {
    background-color: #f0f3f2;
    font-size: 14px;
    font-weight: 600;
    height: 100%;
    padding: 8px 60px 0 60px;
    text-transform: uppercase;
    width: 100%;
}

.wk-restzeit span {
    background-color: #004b97;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    padding-top: 15px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 50px;
}

.wk-ueb {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 10px;
    text-transform: uppercase;
}

.wk-bereich-box {
    margin-bottom: 20px;
}

#warenkorb .wk-gruppe {
    margin-bottom: 10px;
}

.cl-grp-tick {
    display: none;
}

.wk-vst {
    margin-bottom: 20px;
}

.wk-vst-bez {}

.wk-zeit {
    font-weight: 600;
    margin-bottom: 5px;
}

.wk-plaetze-aendern {
    margin-top: 5px;
}

.wk-produkt {
    margin-bottom: 10px;
    position: relative;
}

.wk-platz span {
    font-weight: 600;
    text-transform: uppercase;
}

.wk-e-preis-box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    margin: 1px 0;
    padding: 5px 10px;
}

.wk-stufen-bez {
    float: left;
}

.wk-e-preis {
    float: right;
    font-weight: 600;
}

.wk-produkt .change-btn {
    margin-bottom: 1px;
}

.wk-produkt .change-btn.in-erm {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.wk-produkt .change-btn.entfernen-btn {
    display: none;
}

.wk-produkt .change-btn.entfernen-btn.no-erm {
    display: block;
}

.p-erm-box {
    overflow: hidden;
}

.wk-p-erm-box {
    display: none;
    background-color: #f0f3f2;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 25%;
    width: 250px;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.wk-p-erm-box h4 {
    background-color: #004b97;
    color: #fff;
    margin: 0;
    padding: 8px 10px;
}

.p-erm-close-btn {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -13px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

.p-erm-links a {
    border-bottom: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: 600;
    display: block;
    padding: 10px;
}

.p-erm-links a:last-child {
    border-bottom: 0;
}

/* Artikel */

.wk-art-bereich .change-btn {
    margin-bottom: 10px;
}

.wk-art-bez,
.wk-art-preis {
    margin-bottom: 1px;
}

.wk-art-preis span {
    display: inline-block;
    font-weight: 600;
}

.wk-art-gpreis.box {
    font-weight: 600;
    padding: 5px 10px;
    text-align: right;
}

/* Abonnements */

.wk-abo-gesamt {
    margin-bottom: 10px;
    text-align: right;
}

.wk-abo-gesamt span {
    font-weight: 600;
}

.wk-abo-ausweis {
    margin-bottom: 10px;
}

.wk-ausweis-head {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.wk-ausw-nr {
    float: left;
}

.wk-ausw-preis {
    float: right;
}

.wk-abo-vst {
    background-color: #e1e1e1;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 5px;
}

.wk-abo-vst-bez {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.wk-abo-vst-platz span {
    font-weight: 600;
}

.wk-abo-vst-ort {
    margin-bottom: 5px;
}

/* Gutscheine Kauf */

.wk-gs-kauf {
    margin-bottom: 10px;
}

.wk-gs-kauf-bez {
    margin-bottom: 1px;
}

.wk-gs-kauf-bez h4 {
    margin-bottom: 0;
}

.wk-gs-kauf-wert {
    background-color: #f0f3f2;
    font-size: 0.9em;
    padding: 5px 10px;
    text-align: right;
}

.wk-gs-kauf-wert span {
    font-weight: 600;
}

#warenkorb .WarenKorbGutscheinSubmit {
    color: #fff !important;
    cursor: pointer;
    font-weight: 600;
}

#warenkorb .gs-ein {
    margin-bottom: 20px;
    width: 100%;
}

#warenkorb .gs-ein span {
    display: inline-block;
    overflow: hidden;
}

#warenkorb .gs-ein .gs-ein-form {
    float: left;
    width: 65%;
}

#warenkorb .gs-ein .gs-ein-btn {
    float: right;
    width: 35%;
}

#warenkorb .gs-ein .gs-ein-btn input {
    background-color: #004b97;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

#warenkorb .gs-ein .gs-ein-btn input:hover,
#warenkorb .gs-ein .gs-ein-btn input:focus {
    background-color: #2c2c2c;
}

#warenkorb .gs-ein input {
    width: 100%;
}

.wk-geb {
    margin-bottom: 20px;
    text-align: right;
}

.wk-geb span {
    font-weight: 600;
}

.wk-summe {
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px;
    text-align: right;
}

.wk-summe-zahl {
    font-weight: 600;
}

.wk-mwst {
    font-size: 0.8em;
}

/******************** Teilnehmer Popup **********************/

#teilnehmer-bg {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999;
}

#teilnehmer-fg {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    left: 50%;
    margin-left: -150px;
    position: fixed;
    top: 80px;
    width: 300px;
    z-index: 999999;
}

#teilnehmer-head {
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    height: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#teilnehmer-head a {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

#teilnehmer-head a:after {
    background-color: #fff;
    content: '+';
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);

}

#teilnehmer-cont iframe {
    border: 0;
    height: 500px;
    width: 100%;
}

#teinehmer-body {
    background-color: #fff;
}

#tn-erfassung #button-box {
    padding-bottom: 10px;
}

#tn-erfassung .button input {
    padding: 10px;
}

/************************************************************/

/*******************      Login 20       ********************/

/************************************************************/

#login .label-radio.gast,
#login .input-radio.gast {}

/************************************************************/

/*****************    KundenLogin 5016     ******************/

/************************************************************/

.kunde {}

.kunde:hover,
.kunde:focus {}

.kunde a {}

/************************************************************/

/*****************      SendPasswort 30    ******************/

/************************************************************/

#passwort-senden .formular {
    padding-top: 30px;
}


/************************************************************/

/************    KundenDaten 2001/2008/2013     *************/

/************************************************************/

.loeschen-box table {
    margin: 15px 0;
    width: 100%;
}

.loeschen-box input.WeiterButton {
    background-color: #004b97;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff !important;
    text-transform: uppercase;
    margin-left: 10%;
    width: 90%;
}


/************************************************************/

/*****************       Suche 1025        ******************/

/************************************************************/

#suche {
    background-color: #fff;
    display: none;
    margin: 0 10px 10px 10px;
    padding: 10px;
}

#suche .suchfeld select::-ms-expand {
    display: none;
}

#suche .suchfeld select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/template/100014/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 45px;
}

#suche input,
#suche select {
    margin-bottom: 5px;
}

#suche #suchfeld-rubrik {
    margin-bottom: 20px;
}

#suche #suchfeld-rubrik select {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    margin-bottom: 0;
    font-size: inherit;
    font-weight: 400;
    padding-right: 45px;
    text-transform: uppercase;
}

#suchfeld-datum div {
    float: left;
    width: 49%;
}

#suchfeld-datum input {
    padding-right: 45px;
}

#suchfeld-datum div.bis {
    margin-left: 2%;
}

#suchfeld-datum > div > table {
    position: relative;
}

#suchfeld-datum .datepicker-opener-table {
    border: 0;
    border-spacing: 0;
    height: 40px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.datepicker-opener {
    background-color: #004b97;
    color: #fff;
    cursor: pointer;
    height: 100%;
    margin: 0;
    text-align: center;
    width: 100%;
}

.datepicker-opener:after {
    content: "\f073";
    font-family: "Font Awesome 5 Free";
    font-weight: 300;
    font-size: 24px;
}

#suche .button {
    margin-top: 10px;
}

#suche .button input {
    margin: 0;
}

/************************************************************/

/*********************  DateTimePicker  *********************/

/************************************************************/

div.datepicker > div {
    background-color: transparent !important;
}

div.datepicker {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    position: fixed;
    text-align: center;
    border: 0;
    font-size: 10px;
    padding: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 999999 !important;
}

div.datepicker table.header,
div.datepicker table.body,
div.datepicker div.datepicker-footer {
    width: 300px;
}

div.datepicker-calendar table {
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
}

div.datepicker div.datepicker-header {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    text-transform: uppercase;
}

div.datepicker table.header {
    background-color: #004b97;
    border: 0;
    padding: 0;
    text-align: center;
}

td.prev,
td.prev_year,
td.next,
td.next_year {
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    padding: 10px;
}

td.header {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

div.datepicker-calendar table tbody tr {
    margin: 0;
    padding: 0;
}

div.datepicker-calendar table tbody tr td {
    background-color: #F0F0F0;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 38px;
    width: 20px;
    cursor: pointer;
}

div.datepicker-calendar table tbody tr td:hover,
div.datepicker-calendar table tbody tr td.today:hover,
div.datepicker-calendar table tbody tr td:focus,
div.datepicker-calendar table tbody tr td.today:focus {
    background-color: #004b97;
    color: #fff;
}

div.datepicker-calendar table tbody tr td.outbound:hover,
div.datepicker-calendar table tbody tr td.outbound:focus {
    background-color: #F0F0F0;
    color: #000;
}

div.datepicker-calendar table tbody tr td.wday {
    background-color: #BCBCBC;
    cursor: text;
    width: 20px;
    height: 20px;
}

div.datepicker-calendar table tbody tr td.wday:hover,
div.datepicker-calendar table tbody tr td.wday:focus {
    color: #000;
}

div.datepicker-calendar table tbody tr td.outbound {
    background-color: #fff;
}

div.datepicker-calendar table tbody tr td.today {
    background-color: #004b97;
    background-image: url(/template/100014/images/date-active.png);
    background-repeat: no-repeat;
    background-position: top left;
    color: #fff;
}

div.datepicker div.datepicker-footer {
    color: #fff;
    background-color: #004b97 !important;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    cursor: pointer;
    font-size: 1.5em;
    font-weight: 600;
    text-align: center;
    padding: 10px;
}

/************************************************************/

/*************    VstKalender 1004 + 5011    ****************/

/************************************************************/

.grid-sizer,
.grid-item {
    width: 100%;
}

.grid-item {
    margin: 20px 0;
}

.veranstaltungen {
    margin-bottom: 30px;
}

.seitenzahl {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 20px;
    text-align: center;
}

.seitenzahl span {
    background-color: #2c2c2c;
    display: inline-block;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    padding: 10px;
}

.seitenzahl span.gesamtzahl {
    background-color: #004b97;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    font-weight: 700;
}

.vst .vst-wrapper {
    max-width: 400px;
    margin: 0 auto;
}

.vst-box {
    background-color: #f4f6f7;
    padding: 20px 10px;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.vst a {}

.vst-img {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.abopunkt {
    display: none;
}

.abopunkt.ja {
    display: block;
    bottom: -20px;
    position: absolute;
    right: -10px;
    width: 60px;
}

.vst .vst-header {
    font-family: 'Montserrat', sans-serif;
    color: #004b97;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.vst .vst-status {
    color: #ff0000;
    font-weight: 700;
    margin: -10px 0 10px 0;
}

.vst .vst-kurzinfo {
    /*   font-family: 'Source Sans Pro', sans-serif; */
    font-weight: 400;
    line-height: 25px;
}

.vst .vst-datum {
    font-weight: 600;
    margin-bottom: 5px;
}

.vst .vst-ort {
    margin: 10px 0;
}

.vst .vst-ticket-btn {
    margin-top: 20px;
}

.vst .vst-ticket-btn a {}

.vst .vst-ticket-btn a i {
    padding-left: 10px;
    vertical-align: bottom;
}

#filter-loeschen {
    margin-bottom: 20px;
    text-align: center;
}

#filter-loeschen a {
    background-color: #004b97;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

#filter-loeschen a:hover,
#filter-loeschen a:focus {
    background-color: #2c2c2c;
}

/************************************************************/

/*****************   Aboliste 1057   ************************/

/************************************************************/

#abonnement .vst-ticket-btn a i {
    padding-left: 10px;
    font-size: 18px;
    vertical-align: top;
}

/************************************************************/

/********************    Slider 5010     ********************/

/************************************************************/

#slider {
    display: none;
    font-size: 0.7em;
    overflow: hidden;
}

#slider img {
    height: 100%;
    width: auto;
}

#slider a {
    color: #fff;
}

#slider .slide {
    height: 200px;
    position: relative;
}

#slider .slide-text {
    background: rgba(44, 44, 44, 0.8);
    bottom: 0;
    padding: 8px;
    position: absolute;
    width: 100%;
}

#slider .slide-head {
    font-weight: 600;
}

/******* Owl Carousel *******/

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: box;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
    overflow: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

/* No Js */

.no-js .owl-carousel {
    display: block;
}

/**  Owl Carousel - Animate Plugin **/

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/** Owl Carousel - Auto Height Plugin **/

.owl-height {
    transition: height 500ms ease-in-out;
}

/** Owl Carousel - Lazy Load Plugin **/

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

/** Owl Carousel - Video Plugin **/

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

/************************************************************/

/********************    sidebar-links 5500     *************/

/************************************************************/

.side-headline {
    background-color: #2c2c2c;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/************************************************************/

/*****************   AnwenderAnfrage 1029  ******************/

/************************************************************/

.anfrage .formular {
    padding: 20px 10px;
}

.anfrage .formular-box {
    position: relative;
}

/************************************************************/

/************   AnwenderAnfrage 5029 (über Kontakt) *********/

/************************************************************/

#kontakt .formular {
    margin-bottom: 20px;
    padding: 20px 10px 20px 10px
}

#kontakt .formular-box {
    padding: 20px 0;
}

/************************************************************/

/***************     Responsive Tabs    *********************/

/************************************************************/

#responsive-tabs {
    margin-bottom: 20px;
}

.r-tabs .r-tabs-nav {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: block;
}

/* Tabs container */

.r-tabs {
    position: relative;
}

/* Tab element */

.r-tabs .r-tabs-nav .r-tabs-tab {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    font-size: 0.9em;
    font-weight: 600;
    position: relative;
    background-color: #2c2c2c;
}

/* Tab anchor */

.r-tabs .r-tabs-nav .r-tabs-anchor {
    color: #fff;
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1em;
}

/* Active state tab anchor */

.r-tabs .r-tabs-nav .r-tabs-state-active {
    background-color: #f0f3f2;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #2c2c2c;
}

/* Tab panel */

.r-tabs .r-tabs-panel {
    background-color: #f0f3f2;
    display: none;
    font-size: 0.9em;
    padding: 10px;
}

/* Accordion anchor */

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    display: block;
    padding: 10px;
    background-color: #2c2c2c;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 600;
    text-align: center;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor[href="#tab-1"] {}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor[href="#tab-2"] {
    margin-top: 10px;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
    background-color: #004b97;
}

/************************************************************/

/***************    Abo Beschreibung  1058   ****************/

/************************************************************/

#abo-bild {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 500px;
    position: relative;
}

#abo-basis-info {
    background-color: #f0f3f2;
    color: #2c2c2c;
    font-size: 0.85em;
    margin-bottom: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

#abo-basis-info .basis-info {
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 10px 9px 10px;
}

#abo-basis-info .basis-info.abo-back {
    border-bottom: 0;
}

#abo-basis-info a {
    color: #2c2c2c;
    display: block;
}

#abo-basis-info a:hover,
#abo-basis-info a:focus {
    color: #004b97;
}

#abo-basis-info .vst-info-icon {
    color: #004b97;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    text-align: center;
    width: 26px;
}

#abo-basis-info .abo-datum {
    line-height: 1.5;
}

#abo-basis-info .abo-ort div {
    padding-left: 30px;
    line-height: 1.5;
}

#abo-informationen {
    margin-bottom: 20px;
}

#abo-informationen-box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    padding: 10px;
}

#abo-kaufen {
    font-size: 0.9em;
}

#abo-kaufen h2 {
    font-size: 1.3em;
}

#abo-ausweis-container {
    background-color: #f0f3f2;
    margin-bottom: 20px;
    padding: 10px;
}

.abo-ausweis-box {
    margin-bottom: 10px;
}

.abo-ausweis {
    background-color: #2c2c2c;
    color: #fff;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}

.abo-ausweis ul {
    margin: 0 0 10px 0;
    padding: 0;
}

.abo-ausweis li {
    display: block;
    padding: 5px 0;
}

.abo-ausweis li i {
    color: #004b97;
    width: 20px;
}

.abo-ausweis-btn-box {
    overflow: hidden;
}

.abo-ausweis-btn-box .ausweis-btn {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.abo-ausweis-btn-box .ausweis-btn:hover,
.abo-ausweis-btn-box .ausweis-btn:focus {
    background-color: #004b97;
}

.abo-ausweis-btn-box .ausweis-btn button {
    background-color: transparent;
    border: 0 none;
    padding: 8px 40px 8px 10px;
    text-align: left;
    width: 100%;
}

.abo-ausweis-btn-box .ausweis-btn i {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    font-size: 16px;
    height: 100%;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 32px;
}

.abo-ausweis-btn-box .ausweis-bearbeiten {
    margin-bottom: 1px;
}

.abo-ausweis-box:first-child .ausweis-bearbeiten {
    margin-bottom: 0;
}

.abo-ausweis-box:first-child .ausweis-entfernen {
    display: none;
}

#abo-ausweis-container .button button {
    width: 100%;
}



.abo-pg .abo-pg-label,
.abo-pg .abo-pg-input {
    display: block;
}

.abo-kontrollfeld {
    width: 100%;
}

.abo-kontrollfeld p {
    padding-right: 30px;
}

.abo-kontrollfeld span {
    color: #00ff00;
    display: block;
    position: absolute;
    height: 30px;
    right: 5px;
    text-align: center;
    top: 10px;
    width: 30px;
}

.abo-kontrollfeld span i {
    font-size: 20px;
}

#abo-staffel {
    margin-top: 20px;
}

#abo-staffel ul {
    margin: 0 0 10px 20px;
    padding: 0;
}

#abo-staffel li {
    list-style-type: square;
    padding: 3px 0;
}

#abo-veranstaltung-container {
    position: relative;
}

#abo-vst-info-box {
    background-color: #f0f3f2;
    line-height: 1.5;
    margin-bottom: 10px;
    padding: 10px;
}

/*
#abo-pg-meldung-box {
    background: rgba(255, 255, 255, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}

#abo-pg-meldung {
    background-color: #404040;
    left: 50%;
    margin-left: -125px;
    margin-top: 70px;
    padding: 20px;
    position: absolute;
    text-align: center;
    width: 250px;
    z-index: 999;
}
*/

#abo-vst .abo-vst-btn {
    margin-bottom: 10px;
    position: relative;
}

.abo-vst-header {
    background-color: #f0f3f2;
    margin-bottom: 1px;
    overflow: hidden;
}

.abo-vst-datum {
    background-color: #2c2c2c;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
    font-weight: 600;
    padding: 8px 10px;
    position: relative;
}

.abo-vst-datum .abo-platz-anz {
    background-color: #004b97;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding-top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    height: 100%;
    width: 32px;
}

.abo-vst-bez {
    padding: 5px 10px 2px 10px;
    text-transform: uppercase;
}

.abo-vst-ort {
    font-size: 0.9em;
    padding: 2px 10px 5px 10px;
}

.abo-vst-tools {
    background-color: #f0f3f2;
    overflow: hidden;
}

.abo-vst-tools .abo-tool-btn {
    border-bottom: 1px solid #e1e1e1;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.abo-vst-tools .abo-tool-btn:last-child {
    border-bottom: 0 none;
}

.abo-vst-tools .abo-tool-btn i {
    background-color: #2c2c2c;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 18px;
    text-align: center;
    height: 100%;
    padding-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}

.abo-vst-tools .abo-vst-info button {
    background-color: transparent;
    border: 0 none;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 32px 8px 10px;
    text-align: left;
    width: 100%;
}

.abo-vst-tools .abo-vst-info button:hover,
.abo-vst-tools .abo-vst-info button:focus {
    background-color: #004b97;
    color: #fff;
}

.abo-vst-tools .nokauf {
    padding: 8px 32px 8px 10px;
}

.abo-vst-tools .nokauf i {
    background-color: #004b97;
}

.abo-vst-tools .abo-wahl {
    cursor: pointer;
    height: 32px;
}

.abo-vst-tools .abo-wahl input.abopatzadd-checkbox {
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    z-index: -999;
}

.abo-vst-tools .abo-wahl .check-overlay {
    height: 100%;
    padding: 8px 34px 8px 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.abo-vst-tools .abo-wahl .check-overlay:hover,
.abo-vst-tools .abo-wahl .check-overlay:focus {
    background-color: #004b97;
    color: #fff;
}

.abo-vst-tools .abo-wahl .check-overlay.status-0 i {}

.abo-vst-tools .abo-wahl .check-overlay.status-1 i {
    color: #00ff00;
}

.abo-vst-tools .abo-wahl .check-overlay.status-2 i {
    color: #ffcb00;
}

.abo-vst-tools .abo-platz button {
    background-color: transparent;
    border: 0 none;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 32px 8px 10px;
    text-align: left;
    width: 100%;
}

.abo-vst-tools .abo-platz button:hover,
.abo-vst-tools .abo-platz button:focus {
    background-color: #004b97;
    color: #fff;
}

#abo-vst .button {
    margin-top: 20px;
}

#abo-vst .button button {
    width: 100%;
}


/********* Bestplatz- Saalplanbuchung / Teilnehmer ************/

.popup-container {
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.popup-box {
    background-color: #fff;
    margin: 20px auto;
    padding: 50px 10px 10px 10px;
    position: relative;
    width: 90%;
    max-width: 900px;
}

.popup-box .button {
    margin: 20px auto;
}

.popup-close-btn {
    font-size: 50px;
    position: absolute;
    right: 15px;
    top: 0;
}

.popup-close-btn button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#abo-tn-box {
    max-width: 300px;
}

#abo-tn-box h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px 0;
}

#abo-tn .clearfix {
    max-width: 300px;
    margin: 0 auto;
}

#abo-tn .button {
    max-width: 300px;
}

#abo-tn .input-text {
    margin: 0 0 10px 0;
}

#abo-ver-info-box #kaufen,
#abo-ver-info-box #z-info {
    float: none;
    width: 100%;
}

#abo-ver-info-box #z-info {
    margin-top: 0;
}

/************************************************************/

/***************    Abo Platzwahl  1065/1066   **************/

/************************************************************/

#abo-saalplan-box {
    margin: 20px auto;
}

/************************************************************/

/*************    Abo Zusammenfassung  1061   ***************/

/************************************************************/

#abo-zf .abo-zf-box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px;
}

#abo-zf-info.abo-zf-box {
    padding: 0;
}

#abo-zf-info .abo-zf-bez {
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px;
    margin: 0;
}

#abo-zf-info .abo-zf-info {
    padding: 10px;
}

.abo-platz-auswahl input {
    height: auto;
    margin-right: 10px;
    width: auto;
}

.abo-zf-aw-nr {
    background-color: #2c2c2c;
    color: #fff;
    padding: 10px;
}

.abo-zf-aw-nr h4 {
    margin: 0;
    color: #fff;
}

.abo-zf-aw-nr h4 span {
    float: right;
}

.abo-zf-ermaessigung,
.abo-zf-teilnehmer {
    margin-bottom: 20px;
}

.abo-zf-ausweis-box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    padding: 10px;
}

.abo-zf-vst {
    background-color: #535353;
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 10px;
    overflow: hidden;
}

.abo-zf-vst-bez {
    background-color: #2c2c2c;
    font-weight: 600;
    height: 33px;
    overflow: hidden;
    padding: 8px 10px;
    text-transform: uppercase;
}

.abo-zf-vst-info {
    background-color: #535353;
    padding: 8px 10px;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt {
    background-color: #2c2c2c;
    border: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt:after {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    content: "\f044";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 18px;
    height: 26px;
    padding-top: 9px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 32px;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt:hover,
.abo-zf-teilnehmer button.add-aboteilnehmer-butt:focus {
    background-color: #004b97;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt.teilnehmer-add-ok {}

.abo-entfernen {
    margin-bottom: 20px;
    overflow: hidden;
}

.abo-entfernen button {
    background-color: #2c2c2c;
    border: 0;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 100%;
}

.abo-entfernen button:hover,
.abo-entfernen button:focus {
    background-color: #004b97;
}

.abo-entfernen button i {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    font-size: 20px;
    height: 100%;
    padding-top: 9px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    text-align: center;
}

#abo-zf-ges-preis {
    font-weight: 600;
}

/************************************************************/

/***************     VstBeschreibung 1005    ****************/

/************************************************************/

#vst-bez {
    margin-bottom: 20px;
}

#vst-bez h1,
#vst-bez h2,
#vst-bez h3,
#vst-bez h4 {
    text-align: center;
    margin-bottom: 0.1em;
}

#vst-bild {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 500px;
    position: relative;
}

#vst-bild.noimg {
    display: none;
}

#vst-bild-btn-box {
    line-height: normal;
}

#vst-bild-btn {
    background-color: #004b97;
    bottom: 0;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 0;
    text-align: center;
}

#vst-bild-btn:hover,
#vst-bild-btn:focus {
    background-color: #2c2c2c;
}

#vst-bild-btn i {
    font-size: 20px;
    padding: 9px 0;
    vertical-align: top;
    width: 40px;
}

#vst-basis-info {
    background-color: #f0f3f2;
    color: #2c2c2c;
    font-size: 0.85em;
    margin-bottom: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

#vst-basis-info .vst-info-icon {
    color: #004b97;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    text-align: center;
    width: 22px;
}

#vst-basis-info .vst-zart .vst-info-icon,
#vst-basis-info .vst-merken .vst-info-icon,
#vst-basis-info .vst-back .vst-info-icon,
#vst-basis-info .vst-weitersagen .vst-info-icon,
#vst-basis-info .vst-drucken .vst-info-icon {
    width: 26px;
}

#vst-basis-info a {
    color: #2c2c2c;
    display: block;
}

#vst-basis-info a:hover,
#vst-basis-info a:focus {
    background-color: #004b97;
    color: #fff;
}

#vst-basis-info a:hover .vst-info-icon,
#vst-basis-info a:focus .vst-info-icon {
    color: #fff;
}

#vst-basis-info .basis-info,
#vst-basis-info .vst-google {
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 10px 9px 5px;
}

#vst-basis-info .basis-info:last-child {
    border-bottom: 0 none;
}

#vst-titelinfo {
    background-color: #f0f3f2;
    font-size: 0.9em;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px;
}

#kaufen {}

#vst-info {
    margin-bottom: 20px;
}

#vst-info .vst-info-box {
    background-color: #f0f3f2;
    padding: 10px;
}

#z-info {
    margin-bottom: 20px;
}

.sponsor {
    max-width: 240px;
    margin: 0 auto 15px auto;
}

#veranstalter,
#optionen {
    background-color: #f0f3f2;
    font-size: 0.9em;
    margin-bottom: 20px;
    padding: 10px;
}

#veranstalter {
    position: relative;
}

#veranstalter p {
    margin-bottom: 0;
}

#veranstalter .ver-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
}

#anbieter-btn {
    background-color: #f0f3f2;
    color: #004b97;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}

#anbieter-btn i {
    background-color: #004b97;
    border-left: 1px solid #f0f3f2;
    color: #fff;
    font-size: 20px;
    height: 100%;
    padding-top: 11px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

#anbieter-btn:hover,
#anbieter-btn:focus {
    background-color: #004b97;
    color: #fff;
}

#anbieter {
    display: block;
    background-color: #f0f3f2;
    bottom: 0;
    font-size: 0.9em;
    position: fixed;
    right: -310px;
    top: 0;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999999;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    overflow-x: hidden;
    overflow-y: auto;
}

#anbieter-box {
    padding: 40px 10px;
}

#anbieter.open {
    position: fixed;
    right: 0;
}

#anbieter h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#anbieter h3 span {
    font-weight: 700;
    display: inline-block;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

#anbieter h3 span:hover {
    color: #004b97;
}

#anbieter .anbieter-header {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 7px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#anbieter dl {
    font-size: 0.9em;
}

#anbieter dt {
    font-weight: 600;
    text-transform: uppercase;
}

#anbieter dd {
    margin: 0 0 10px 20px;
}

#anbieter .button {
    font-size: 0.9em;
    margin-top: 20px;
}

.ausr-logo img {
    display: inline;
    width: 80px;
}

.ausr-logo {
    display: none;
}

#anbieter select,
#anbieter input,
#anbieter textarea {
    margin-top: 10px;
}

#anbieter textarea {
    font-size: 0.9em;
    height: 100px;
    width: 100%;
}

.AnwAnfrDatenschutz input {
    display: inline-block;
    height: 12px;
    width: 25px;
}

.AnwAnfrDatenschutz label {}

#agb-einblenden {
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#agb-text {
    display: none;
}

#anbieter #anwender_agb_div1 {
    display: block;
}

#weitere-termine {
    background-color: #f0f3f2;
    font-size: 0.9em;
    margin-bottom: 20px;
    overflow: hidden;
}

#weitere-termine .termin {
    font-size: 0.9em;
    font-weight: 600;
}

#weitere-termine h4 {
    padding: 10px;
    margin: 0;
}

#weitere-termine a {
    border-top: 1px solid #e1e1e1;
    display: block;
    overflow: hidden;
    padding: 10px 45px 10px 20px;
    position: relative;
}

#weitere-termine .ampel {
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
}

#weitere-termine .wt-icon {
    background-color: #004b97;
    color: #fff;
    display: block;
    font-size: 16px;
    width: 40px;
    height: 100%;
    padding-top: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#weitere-termine a:hover,
#weitere-termine a:focus {
    color: #2c2c2c;
}

#weitere-termine a:hover .wt-icon,
#weitere-termine a:focus .wt-icon {
    background-color: #2c2c2c;
}

#vst-location-box {
    background-color: #f0f3f2;
    padding: 10px;
}

#google-map {
    display: none;

    height: 300px;
    margin-bottom: 20px;
    width: 100%;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url(/elements/grayscale.svg#desaturate);
    filter: gray;
    -webkit-filter: grayscale(1);
}

#map_canvas {
    height: 300px;
    position: relative;
}

#map_canvas b {
    padding-left: 20px;
}

#map_canvas .google-loading img {
    margin: 5px 0 0 25px !important;
    width: 126px;
}

#weitere-vst .veranstaltungen {
    margin-bottom: 0;
}

/* Zahlungsoptionen */

#optionen span {
    display: block;
    float: left;
    height: 43px;
    margin: 0 2px 10px 2px;
    width: 60px;
}

#z-icons {
    padding-left: 64px;
    position: relative;
}

#z-icons #zartid94 {
    position: absolute;
    left: 0;
    top: 0;
}

/* Icons Zahlung */
#optionen #zartid96 {
    background-image: url(/template/000000/images/paypal-plus-1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    height: 91px;
    width: 260px;
}

#opt-zartid96 {
    background-image: url(/template/000000/images/paypal-plus.png);
}

#zartid38,
#zartid50,
#zartid68,
#zartid86,
#zartid95 {
    background: url(/template/100014/images/paypal.png) right 0 no-repeat;
}

#zartid4,
#zartid41,
#zartid33,
#zartid8,
#zartid84 {
    background: url(/template/100014/images/mastercard.png) right 0 no-repeat;
}

#zartid6,
#zartid3,
#zartid17,
#zartid18,
#zartid9 {
    background: url(/template/100014/images/lastschrift.png) right 0 no-repeat;
}

#zartid7,
#zartid10,
#zartid13,
#zartid14,
#zartid15,
#zartid16 {
    background: url(/template/100014/images/vorkasse.png) right 0 no-repeat;
}

#zartid22,
#zartid42,
#zartid26,
#zartid32,
#zartid92 {
    background: url(/template/100014/images/visa.png) right 0 no-repeat;
}

#zartid43,
#zartid23,
#zartid28,
#zartid72 {
    background: url(/template/100014/images/american-express.png) right 0 no-repeat;
}

#zartid44,
#zartid24,
#zartid29,
#zartid75 {
    background: url(/template/100014/images/diners-club.png) right 0 no-repeat;
}

#zartid45,
#zartid25,
#zartid30,
#zartid82 {
    background: url(/template/100014/images/jcb.png) right 0 no-repeat;
}

#zartid47,
#zartid37,
#zartid61,
#zartid79 {
    background: url(/template/100014/images/giropay.png) right 0 no-repeat;
}

#zartid48,
#zartid31,
#zartid83 {
    background: url(/template/100014/images/maestro.png) right 0 no-repeat;
}

#zartid49 {
    background: url(/template/100014/images/click-and-buy.png) right 0 no-repeat;
}

#zartid55,
#zartid59,
#zartid70,
#zartid90 {
    background: url(/template/100014/images/sofortueberweisung.png) right 0 no-repeat;
}

#zartid2 {
    background: url(/template/100014/images/nachnahme.png) right 0 no-repeat;
}

#zartid1 {
    background: url(/template/100014/images/rechnung.png) right 0 no-repeat;
}

#zartid5 {
    background: url(/template/100014/images/reservierung.png) right 0 no-repeat;
}

#zartid11,
#zartid20 {
    background: url(/template/100014/images/mobiltelefon.png) right 0 no-repeat;
}

#zartid21 {
    background: url(/template/100014/images/v-by-visa.png) right 0 no-repeat;
}

#zartid27 {
    background: url(/template/100014/images/master-secure.png) right 0 no-repeat;
}

#zartid39,
#zartid56,
#zartid57,
#zartid88,
#zartid89 {
    background: url(/template/100014/images/postfinance.png) right 0 no-repeat;
}

#zartid52 {
    background: url(/template/100014/images/maestro-uk.png) right 0 no-repeat;
}

#zartid53 {
    background: url(/template/100014/images/direktueberweisung.png) right 0 no-repeat;
}

#zartid12 {
    background: url(/template/100014/images/prepaid.png) right 0 no-repeat;
}

#zartid19 {
    background: url(/template/100014/images/e-geld.png) right 0 no-repeat;
}

#zartid34 {
    background: url(/template/100014/images/kk-com.png) right 0 no-repeat;
}

#zartid35 {
    background: url(/template/100014/images/ls-com.png) right 0 no-repeat;
}

#zartid36 {
    background: url(/template/100014/images/kk-spar.png) right 0 no-repeat;
}

#zartid40 {
    background: url(/template/100014/images/telecash.png) right 0 no-repeat;
}

#zartid46 {
    background: url(/template/100014/images/telecash-ls.png) right 0 no-repeat;
}

#zartid51 {
    background: url(/template/100014/images/laser.png) right 0 no-repeat;
}

#zartid69,
#zartid87 {
    background: url(/template/100014/images/paydirekt.png) right 0 no-repeat;
}

#zartid94 {
    background: url(/template/100014/images/pay-direkt.png) right 0 no-repeat;
}

/* Icons Lieferung */

#zuartid1 {
    background: url(/template/100014/images/selbst.png) right 0 no-repeat;
}

#zuartid2 {
    background: url(/template/100014/images/dt-post.png) right 0 no-repeat;
}

#zuartid3 {
    background: url(/template/100014/images/dt-post-express.png) right 0 no-repeat;
}

#zuartid4 {
    background: url(/template/100014/images/dt-post-nachnahme.png) right 0 no-repeat;
}

#zuartid5 {
    background: url(/template/100014/images/ups.png) right 0 no-repeat;
}

#zuartid6 {
    background: url(/template/100014/images/ups-express.png) right 0 no-repeat;
}

#zuartid7 {
    background: url(/template/100014/images/ups-nachnahme.png) right 0 no-repeat;
}

#zuartid8 {
    background: url(/template/100014/images/ups-nn-ex.png) right 0 no-repeat;
}

#zuartid9 {
    background: url(/template/100014/images/post.png) right 0 no-repeat;
}

#zuartid10 {
    background: url(/template/100014/images/print-home.png) right 0 no-repeat;
}

#zuartid11 {
    background: url(/template/100014/images/abendkasse.png) right 0 no-repeat;
}

#zuartid12 {
    background: url(/template/100014/images/einschreiben.png) right 0 no-repeat;
}

#zuartid13 {
    background: url(/template/100014/images/nachnahme.png) right 0 no-repeat;
}

#zuartid14 {
    background: url(/template/100014/images/mobiltelefon.png) right 0 no-repeat;
}

/************************************************************/

/***************         Lightbox        ********************/

/************************************************************/

/* Preload images */

body:after {
    content: url(/template/100014/images/lb-close.png) url(/template/100014/images/lb-loading.gif) url(/template/100014/images/lb-prev.png) url(/template/100014/images/lb-next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 999999;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: 0;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/template/100014/images/lb-loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container > .nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/template/100014/images/lb-prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
    opacity: 0.4;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/template/100014/images/lb-next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
    opacity: 0.4;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #fff;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/template/100014/images/lb-close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************************************************************/

/***************     BestplatzAuswahl 1006   ****************/

/************************************************************/

#bestplatz-container {
    font-size: 0.9em;
}

#bestplatz-box {
    margin-top: 30px;
}

.preisgruppe {
    margin-bottom: 5px;
}

.pg-bez {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.pg-bez .pg-btn {
    display: inline-block;
    font-size: 0.9em;
    font-weight: 600;
    padding: 7px 45px 7px 10px;
    text-transform: uppercase;
    width: 100%;
}

.pg-bez .pg-btn i {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    font-size: 20px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 30px;
}

.pg-bez .pg-btn i.fa-angle-up,
.pg-bez.open .pg-btn i.fa-angle-down {
    display: none;
}

.pg-bez.open .pg-btn i.fa-angle-up {
    display: inline-block;
}

.pg-bez:hover,
.pg-bez:focus {
    background-color: #004b97;
}

.pg-bez.open .pg-btn {}

.pg-bez.open:hover .pg-btn,
.pg-bez.open:focus .pg-btn {}

.pg-detail {
    padding: 10px;
}

.ps-bez {
    display: inline-block;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ps-preis {
    display: inline-block;
    font-weight: 600;
}

.platz-zahl {
    font-size: 1.2em;
    margin-bottom: 25px;
    width: 100%;
}

#bestplatz-box .button {
    clear: both;
    margin: 20px auto 0 auto;
    width: 230px;
}

#bestplatz-box input {
    font-size: 1.1em;
}

#bestplatz-box select {
    font-size: 1.2em;
    padding: 5px;
}

#sektorenauswahl {
    margin-top: 20px;
}

.sektoren-einblenden {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 8px 40px 8px 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.sektoren-einblenden i {
    background-color: #004b97;
    border-left: 1px solid #2c2c2c;
    color: #fff;
    font-size: 20px;
    height: 100%;
    padding-top: 5px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 30px;
}

.sektoren-einblenden i.fa-angle-up {
    display: none;
}

.sektoren-einblenden.open i.fa-angle-down {
    display: none;
}

.sektoren-einblenden.open i.fa-angle-up {
    display: block;
}

.sektoren-einblenden:hover,
.sektoren-einblenden:focus {
    background-color: #004b97;
}

.sektorplan {
    text-align: center;
}

.sektorplan img {
    width: auto;
    max-width: 100%;
}

.sektorliste {
    height: 30px;
}

.sektorliste li {
    display: none;
    text-align: center;
    text-transform: uppercase;
}

#IDSektorOuter {
    display: none;
}

#IDSektorAnsicht {
    height: auto !important;
}

#IDSektorAnsicht h4 {
    padding: 10px 0;
    text-align: center;
}

.sektor-bez {
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 5px 0;
    text-transform: uppercase;
}

#sektortab .button {
    font-size: 1.1em;
    margin: 20px 0 10px 0;
}

.wk-link {
    margin-top: 20px;
    text-align: center;
}

.wk-link a {
    font-weight: 600;
    text-transform: uppercase;
}

.meldung {
    text-transform: uppercase;
    padding: 20px 0;
    text-align: center;
}

.skauf-preis {
    color: #2c2c2c !important;
}

/************************************************************/

/*****************     Saalplan 1064       ******************/

/************************************************************/

#saalplanbereich {
    font-size: 0.9em;
}

.nosaalplan div {
    height: 280px;
    text-align: center;
}

.nosaalplan h4 {
    padding-top: 110px;
}

.legende {
    margin-bottom: 10px;
}

ul.pg {
    margin: 0;
    padding: 0;
}

ul.pg li {
    background-color: #2c2c2c;
    border: 1px solid #2c2c2c;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 600;
    height: 28px;
    margin-bottom: 5px;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}

ul.pg span {
    display: block;
    float: left;
    height: 100%;
    margin-left: 5px;
    padding-top: 6px;
}

ul.pg .pg-farbe {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 20px;
}

#sekt-plan {
    display: none;
    margin-bottom: 20px;
}

#load-overlay div {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

#load-overlay h4 {
    font-weight: bold;
    position: absolute;
    text-align: center;
    top: 40%;
    width: 100%;
    z-index: 9999;
}

#load-overlay .loading-gif {
    display: block;
    height: 22px;
    left: 50%;
    margin-left: -63px;
    position: absolute;
    top: 47%;
    width: 126px;
    z-index: 9999;
}

#plan #IDFlashPlanObjekt {
    position: relative;
    margin-bottom: 20px;
}

#plan canvas,
#plan .canvas-container {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

#sp-nav {
    margin: 20px auto;
    width: 223px;
}

#sp-nav .sp-nav-btn {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    height: 40px;
    padding-top: 6px;
    text-align: center;
    width: 40px;
}

#sp-nav .sp-nav-btn:hover,
#sp-nav .sp-nav-btn:focus {
    background-color: #004b97;
}

#sp-nav .sp-nav-line1 .sp-nav-btn {
    margin: 0 0 1px 41px
}

#sp-nav .sp-nav-line2 .sp-nav-btn {
    float: left;
}

#sp-nav .sp-nav-line2 .btn-2 {
    margin: 0 1px;
}

#sp-nav .sp-nav-line2 .btn-4 {
    margin-left: 20px;
}

#sp-nav .sp-nav-line2 .btn-5 {
    margin-left: 1px;
}

#sp-nav .sp-nav-line3 .sp-nav-btn {
    margin: 1px 0 0 41px;
}

#sp-wk-inhalt {
    margin: 0 auto;
    max-width: 350px;
}

#sp-wk-inhalt ul {
    margin: 0;
    padding: 0;
}

#sp-wk-inhalt li {
    background-color: #2c2c2c;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 8px 40px 8px 10px;
    position: relative;
}

#sp-wk-inhalt li a {
    border-left: 1px solid #fff;
    color: #fff;
    display: block;
    height: 100%;
    padding-top: 7px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    width: 34px;
}

#sp-wk-inhalt li a:after {
    content: "\f2ed";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
}

#sp-wk-inhalt li a:hover,
#sp-wk-inhalt li a:focus {
    background-color: #004b97;
}

#sp-wk-btn a {
    background-color: #004b97;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
}

/************************************************************/

/*********          ArtikelListe  1012       ****************/

/************************************************************/

.artikelliste {
    margin-bottom: 30px;
    position: relative;
}

#zusatzartikel.artikelliste {
    margin-bottom: 0;
}

.art {
    background-color: #535353;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.art a {
    color: #fff;
}

.art .art-header {
    background-color: #2c2c2c;
    padding: 5px;
}

.art .art-img {
    float: left;
    height: 0;
    padding-bottom: 30%;
    width: 30%;
}

.art .art-text {
    float: right;
    font-size: 0.9em;
    padding: 30px 5px 0 0;
    width: 66%;
}

.art .art-text .art-preis {
    font-weight: 600;
    margin-bottom: 5px;
}

.art .art-btn {
    background-color: #004b97;
    clear: both;
}

.art .art-btn:hover,
.art .art-btn:focus {
    background-color: #2c2c2c;
}

.art .art-btn a {
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.art .art-btn a i {
    padding-left: 10px;
    font-size: 18px;
    vertical-align: top;
}

/************************* Artikel Slider ***************************/

.slick-prev,
.slick-next {
    border: 0;
    cursor: pointer;
    font-size: 0;
    height: 90px;
    margin-top: -45px;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 30px;
}

.slick-prev {}

.slick-next {}

.slick-prev:hover,
.slick-next:hover {}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/************************************************************/

/***************  ArtikelBeschreibung 1013  *****************/

/************************************************************/

.art-bild-det {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 300px;
}

.art-text-det {
    background-color: #f0f3f2;
    font-size: 0.85em;
    margin-bottom: 20px;
}

.art-text-det .basis-info {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}

.art-text-det .basis-info a {
    color: #2c2c2c;
}

.art-text-det .basis-info a:hover,
.art-text-det .basis-info:focus {
    color: #004b97;
}

.art-text-det .basis-info i {
    color: #004b97;
    font-size: 18px;
    vertical-align: middle;
    width: 24px;
}

.art-notiz {
    margin-bottom: 20px;
}

.art-notiz-box {
    background-color: #f0f3f2;
    font-size: 0.9em;
    padding: 10px;
}

.art-notiz p {
    margin-bottom: 0;
}

.art-preis-det span {
    font-weight: 600;
}

.art-back.basis-info {
    border: 0 none
}

#art-kaufen-box {
    background-color: #f0f3f2;
    margin-bottom: 20px;
    padding: 10px;
}

#art-kform {
    margin: 0 auto;
    max-width: 280px;
}

.art-input {
    margin-bottom: 10px;
    width: 100%
}

#weitere-artikel {
    margin-bottom: 20px;
}

.weitere-art {
    cursor: pointer;
    font-size: 0.9em;
    padding: 10px;
}

.weitere-art h4 {
    border-bottom: 1px solid #999;
    padding-bottom: 10px;
    margin: 0;
}

.weitere-art-bild {
    float: left;
    width: 20%;
}

.weitere-art-bez {
    margin-bottom: 5px;
    text-transform: uppercase;
}

.weitere-art-preis {
    font-weight: bold;
    margin-bottom: 5px;
}

.weitere-art-info {
    float: right;
    width: 78%;
}

/************************************************************/

/****************    GutscheinKauf 1033   *******************/

/************************************************************/

#gs-anbieter,
.gs-art,
.gs-art select,
.gs-pers,
.freitext-1,
#gutscheine .button {
    margin-bottom: 20px;
}

.gs-anbieter {
    margin-top: 20px;
}

#vorschau-klein {
    margin: 0 auto;
    width: 150px;
}

#gs-tools {
    overflow: hidden;
    position: relative;
    height: 35px;
}

#gs-tools .refresh {
    height: 100%;
}

#gs-tools .refresh input {
    background-color: #2c2c2c;
    border: 0;
    color: #fff !important;
    height: 100%;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}

#gs-tools .refresh input:hover,
#gs-tools .refresh input:focus {
    background-color: #004b97;
}

#gs-tools .refresh i {
    background-color: #004b97;
    border-left: 1px solid #fff;
    color: #fff;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 32px;
}

#angerpass h2 {
    display: none;
}

#angerpass #vorschau-bild {
    margin: 0 auto 20px auto;
    max-width: 430px;
}


/************************************************************/

/*****************     Meine Daten 12      ******************/

/************************************************************/

#kk-bereiche {
    word-wrap: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.kk-kopf {
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.kk-icon {
    background-color: #004b97;
    border-right: 1px solid #2c2c2c;
    color: #fff;
    font-size: 18px;
    float: left;
    height: 100%;
    left: 0;
    padding-top: 6px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

.kk-link {
    background-color: #2c2c2c;
    color: #fff;
    padding: 8px 30px 8px 50px;
    width: 100%;
}

.kk-link:hover,
.kk-link:focus {
    background-color: #004b97;
}

.kk-link i {
    font-size: 18px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 30px;
}

.kk-link i.fa-chevron-up {
    display: none;
}

.open .kk-link i.fa-chevron-up {
    display: block;
}

.open .kk-link i.fa-chevron-down {
    display: none;
}

.kk-pers-daten .kk-link {
    background-color: transparent;
    padding: 0;
}

.kk-pers-daten .kk-link a {
    background-color: #2c2c2c;
    color: #fff;
    display: block;
    padding: 8px 30px 8px 50px;
    width: 100%;
}

.kk-pers-daten .kk-link a:hover,
.kk-pers-daten .kk-link a:focus {
    background-color: #004b97;
}

.kk-details {
    width: 100%;
}

.kk-details .box {
    margin: 10px 0;
}

.kk-details .box:first-child {
    margin-top: 0;
}

#newsletter.kk-details .box {
    padding: 10px 10px 20px 10px;
}

#newsletter h4 {
    margin-top: 10px;
}

.kk-datum {
    font-weight: bold;
    margin-bottom: 10px;
}

.kk-anw {
    margin-top: 10px;
}

.kk-dok {
    display: block;
    font-size: 12px;
    font-weight: 600;
    float: left;
    padding: 8px 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 60%;
}

h4.kk-dok {
    height: auto;
    line-height: normal;
    padding-top: 10px;
}

.kk-dok-btn-box {
    float: right;
    height: 32px;
    overflow: hidden;
    width: 30%;
    max-width: 67px;
}

.kk-dok-btn {
    background-color: #004b97;
    float: left;
    height: 100%;
    text-align: center;
    padding-top: 6px;
    width: 49%;
}

.kk-dok-btn:hover,
.kk-dok-btn:focus {
    background-color: #2c2c2c;
}

.kk-dok-btn.r {
    float: right;
}

.kk-dok-btn a {
    display: block;
    height: 100%;
    width: 100%;
}

.kk-dok-btn i {
    color: #fff;
    font-size: 16px;
}

.kk-inhalt .news-auswahl {
    margin: 20px auto;
}

#kk-bereiche #newsletter .button {
    max-width: 270px;
    margin: 0 auto;
}

.kk-uebersicht .adobe {
    margin-top: 20px;
}

/************************************************************/

/*****************      Disclaimer 53      ******************/

/************************************************************/

/************************************************************/

/*****************      Datenschutz 47      *****************/

/************************************************************/

/************************************************************/

/*****************     SWH AGB 45      **********************/

/************************************************************/

/************************************************************/

/*****************     Impressum 46      ********************/

/************************************************************/

.imp-box {
    margin-bottom: 20px;
}

.imp-links {
    font-weight: 600;
    margin-bottom: 10px;
}

.al {
    background: url(/template/100014/images/lilie.png) left -20px no-repeat;
    display: block;
    height: 20px;
    padding-left: 20px;
}

/************************************************************/

/*****************         FAQ 40          ******************/

/************************************************************/

#hilfe_inhalt a,
#hilfe_content a {
    color: #2c2c2c;
}

#hilfe_inhalt a:hover,
#hilfe_inhalt a:focus {
    color: #004b97;
}

#hilfe_inhalt .hilfe-link-ueb a {
    background-color: #2c2c2c;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0;
    padding: 8px;
    text-transform: uppercase;
}

#hilfe_inhalt .hilfe-link-ueb a:hover,
#hilfe_inhalt .hilfe-link-ueb a:focus {
    background-color: #004b97;
}

.hilfe-link-box {
    margin: 10px 0;
    padding: 0;
}

.hilfe-link-box a {
    display: block;
    margin: 5px 0;
    padding: 8px 0 8px 20px;
    position: relative;
}

.hilfe-link-box a i {
    left: 0;
    position: absolute;
    top: 10px;
}

.hilfe-thema {
    display: block;
    font-weight: 600;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

.hilfe-thema-detail {
    display: block;
    font-weight: 600;
    margin: 30px 0 10px 0;
}

#hilfe_content p {
    margin-bottom: 1em;
}

/************************************************************/

/*****************  Vorverkaufsstellen 1042 *****************/

/************************************************************/

.vvk-sort-btn-1 {
    float: left;
    margin: 10px 1% 0 1%;
    width: 48%;
}

.vvk-sort-btn-2 {
    float: right;
    margin: 10px 1% 0 1%;
    width: 48%;
}

#vvk-ergebnis {
    margin: 20px 0;
}

#vvk-ergebnis li {}

#vvk-ergebnis a {
    display: block;
    margin: 10px 0;
    padding: 5px 0 5px 30px;
}

#vvk-ergebnis a:before {
    content: "\f0c8";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 16px;
    margin: 0 6px 0 -20px;
}

#alphabet {
    margin: 20px 0;
}

#alphabet a,
#alphabet span {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    margin: 5px;
    padding: 10px 0;
    text-align: center;
    width: 40px;
}

#alphabet span {
    background-color: #999;
}

#alphabet a {
    background-color: #2c2c2c;
}

#alphabet a:hover,
#alphabet a:focus {
    background-color: #004b97;
}

/************************************************************/

/************  VorverkaufsstellenDetails 1052 ***************/

/************************************************************/

#vvk-details #map_canvas {
    height: 300px;
    width: 100%;
}

#vvk-stelle {
    margin-bottom: 20px;
}

#vvk-nicht-gefunden {
    margin-top: 50px;
}

/************************************************************/

/*****************    Script und Cookie    ******************/

/************************************************************/

.error-message .head {
    font-weight: 600;
}

/************************************************************/

/*****************      Fehlermeldung      ******************/

/************************************************************/

#FEHLERMELDUNG {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    border: none;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9999999;
}

#fehler {
    background-color: #f0f3f2;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 0;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
}

.fehler-kopf {
    font-weight: bold;
    margin-bottom: 15px;
}

.fehler-text {
    margin-bottom: 40px;
}

.fehler-schliessen {
    font-weight: bold;
    text-transform: uppercase;
}

/************************************************************/

/*************  Bestellzusammenfassung 2004 *****************/

/************************************************************/

.news-auswahl table {
    width: 100%;
}

.news-auswahl table td {
    padding: 4px 0;
}

.news-auswahl label {
    width: 80%;
}

.news-auswahl input {
    float: right;
    height: auto;
    margin: 2px 10% 0 0;
    width: auto;
}

.zf-produkte .box {
    margin-bottom: 10px;
}

.zf-produkt {
    background-color: #e1e1e1;
    font-size: 0.9em;
    margin-bottom: 10px;
    padding: 5px;
}

.zf-produkt-bez {
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.zf-produkt-abo-bez {
    font-weight: 600;
    text-transform: uppercase;
}

.zf-preis-bez {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.zf-produkte .wk-zf-summe {
    margin: 0 0 20px 0;
}

.jur-container {
    margin-top: 20px;
}


/************************************************************/

/****************  Bestellbestätigung 2005 ******************/

/************************************************************/

.pdf-box {
    margin-top: 15px;
}

.pdf-btn {
    margin-bottom: 10px;
}

.pdf-btn:last-child {
    margin-bottom: 0;
}

.pdf-text {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
}

.pdf-input {
    display: inline-block;
    width: 100%;
    max-width: 420px;
}

.adobe {
    margin-bottom: 20px;
}

.adobe p {
    font-size: 0.9em;
}

.adobe .button {
    max-width: 200px;
}

.ticket-to-handy {
    margin-bottom: 20px;
}

/************************************************************/

/*************       ZahlungsArt 2006       *****************/

/************************************************************/

#bezahlung .wk-info {
    margin-bottom: 20px;
}

.wk-zf-summe {
    margin: 5px 0;
    text-align: right;
}

/************************************************************/

/*****  E-Zahlungen 2007, 2009, 2011, 2012, 2015, 2016  *****/

/************************************************************/

#LastschriftDaten #button-box input {
    font-size: 0.9em;
}

.e-zahlung-logo {
    margin-bottom: 20px;
    text-align: right;
}

.paypal-logo img {
    width: 150px;
}

.saferpay-logo img {
    width: 52px;
}

.sparkasse-logo img {
    width: 200px;
}

.telecash-logo img {
    width: 234px;
}

.qpay-logo img {
    width: 127px;
}

.e-zahlung-daten {
    line-height: 1.5;
}

.paypalmod_panel_label,
.saferpaymod_panel_label,
.bundscardmod_panel_label,
.Telecashmod_panel_label,
.qpaymod_panel_label {
    font-weight: bold;
}

.e-zahlung-info {
    margin-top: 20px;
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 480px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 480px) {

    .ab-480 {
        display: inline-block;
    }

    /****************** Formulare *****************************/
    /************************************************************/
    /*****************      Header     **************************/
    /************************************************************/
    #logo {}

    #login-btn,
    #suche-btn {}

    /************************************************************/
    /*****************       Paging       ***********************/
    /************************************************************/
    .pagination .zurueck.anfang,
    .pagination .weiter.ende {
        display: inline-block;
    }

    /************************************************************/
    /*************    VstKalender 1004 + 5011    ****************/
    /************************************************************/
    .grid-sizer,
    .grid-item {
        float: left;
        padding: 0 10px;
        width: 50%;
    }

    .vst .vst-header {
        min-height: 87px;
    }

    .vst-box {
        height: 455px;
    }

    /************************************************************/
    /*****************   Aboliste 1057   ************************/
    /************************************************************/
    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    /************************************************************/
    /*************    Abo Zusammenfassung  1061   ***************/
    /************************************************************/
    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    #restzeit-nachricht {
        font-size: 15px;
        text-align: center;
        padding-top: 17px;
    }

    #restzeit-nachricht br {
        display: none;
    }

    /************************************************************/
    /*************  Bestellzusammenfassung 2004 *****************/
    /************************************************************/
    /************************************************************/
    /****************    GutscheinKauf 1033   *******************/
    /************************************************************/
    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-link .desktop {
        display: inline-block;
    }

    /************************************************************/
    /*****************  Vorverkaufsstellen 1042 *****************/
    /************************************************************/
    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    /************************************************************/
    /********************   sidebar links 5500   ****************/
    /************************************************************/
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 600px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 600px) {

    .col-50-l {
        float: left;
        margin-bottom: 0;
        width: 49%;
    }

    .col-50-r {
        float: right;
        width: 49%;
    }

    #button-box .leeren,
    #button-box .zurueck {
        float: left;
        width: 48%;
    }

    #button-box .weiter {
        float: right;
        width: 48%;
    }

    #button-box.ng .leeren,
    #button-box.ng .zurueck {
        width: 38%;
    }

    #button-box.ng .weiter {
        width: 58%;
    }

    /******************** Header ********************************/
    #tools {}

    /************************************************************/
    /************    VstKalender 1004 + 5011   ******************/
    /************************************************************/
    .grid-sizer,
    .grid-item {
        width: 33.33333%;
    }

    .vst .vst-header {
        min-height: 116px;
    }

    .vst-box {
        height: 475px;
    }

    /************************************************************/
    /*****************   Aboliste 1057   ************************/
    /************************************************************/
    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    #abo-bild {
        float: right;
        width: 40%;
    }

    #abo-info-box {
        float: left;
        width: 56%;
    }

    #abo-info-box.noimg {
        float: none;
        max-width: 350px;
        margin: 0 auto;
    }

    .abo-ausweis-box,
    .aw-box-btn {
        margin: 0 auto;
        max-width: 460px;
    }

    .abo-ausweis-box {
        margin-bottom: 20px;
    }

    .abo-vst-tools .abo-wahl {
        border-bottom: 0;
        float: left;
        width: 50%;
    }

    .abo-vst-tools .abo-platz {
        float: right;
        width: 50%;
    }

    /************************************************************/
    /*************    Abo Zusammenfassung  1061   ***************/
    /************************************************************/
    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-bez h1,
    #vst-bez h2,
    #vst-bez h3,
    #vst-bez h4 {
        text-align: left;
    }

    #vst-bild {
        float: right;
        width: 40%;
    }

    #vst-info-box {
        float: left;
        width: 56%;
    }

    #vst-info-box.noimg {
        float: none;
        width: 100%;
    }

    .sponsor {
        margin: 0 0 15px 0;
    }

    #anbieter {
        right: -410px;
        width: 400px;
    }

    /************************************************************/
    /***************     Responsive Tabs    *********************/
    /************************************************************/
    .r-tabs .r-tabs-nav {
        display: block;
        margin: 0;
        padding: 0;
    }

    .r-tabs .r-tabs-tab {
        display: inline-block;
        margin: 0;
        list-style: none;
    }

    .r-tabs .r-tabs-panel {
        padding: 15px;
        display: none;
        border-radius: 0 5px 5px 5px;
        -moz-border-radius: 0 5px 5px 5px;
        -webkit-border-radius: 0 5px 5px 5px;
    }

    .r-tabs .r-tabs-accordion-title {
        display: none;
    }

    .r-tabs .r-tabs-state-default.r-tabs-tab:hover,
    .r-tabs .r-tabs-state-default.r-tabs-tab:focus {
        background-color: #004b97;
    }

    .r-tabs .r-tabs-panel.r-tabs-state-active {
        display: block;
    }

    /* Tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-anchor {}

    /* Accordion anchor */
    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        display: block;
    }

    /************************************************************/
    /***************     BestplatzAuswahl 1006   ****************/
    /************************************************************/
    #bestplatz-container {
        margin: 0 auto;
        width: 100%;
        max-width: 460px;
    }

    /************************************************************/
    /*****************     Saalplan 1064       ******************/
    /************************************************************/
    ul.pg li {
        margin: 0 2% 5px 2%;
        width: 45%;
    }

    /************************************************************/
    /****************    GutscheinKauf 1033   *******************/
    /************************************************************/
    #gs-anb-form-box,
    #gs-art-form-box {
        float: left;
        width: 50%;
    }

    .gs-anbieter {
        float: right;
        margin-top: 0;
        width: 45%;
    }

    #vorschau-klein {
        float: right;
        width: 45%;
        max-width: 180px;
        margin: 25px 5% 0 0;
    }

    /************************************************************/
    /*****************    Warenkorb Kopf       ******************/
    /************************************************************/
    .wk-kopf li {
        width: 20% !important;
    }

    .wk-kopf-zahl {
        display: none;
    }

    .wk-kopf-text {
        display: block;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    .wk-platz > div {
        float: left;
        margin-right: 10px;
    }

    .wk-e-preis-box {
        padding: 10px;
    }

    .wk-produkt .change-btn {
        float: left;
        margin-bottom: 0;
        width: 50%;
    }

    .wk-produkt .change-btn.wk-p-erm-btn {
        border-radius: 0 0 0 5px;
        -moz-border-radius: 0 0 0 5px;
        -webkit-border-radius: 0 0 0 5px;
    }

    .wk-produkt .change-btn.in-erm {
        border-left: 1px solid #2c2c2c;
        border-radius: 0 0 5px 0;
        -moz-border-radius: 0 0 5px 0;
        -webkit-border-radius: 0 0 5px 0;
    }

    .wk-produkt .change-btn.entfernen-btn.no-erm,
    .wk-produkt .wk-t-pers.change-btn {
        border-left: 0;
        float: none;
        width: 100%;
    }

    .wk-produkt .wk-t-pers.change-btn {
        margin-bottom: 1px;
    }

    /************************************************************/
    /*************       ZahlungsArt 2006       *****************/
    /************************************************************/
    /************************************************************/
    /*************  Bestellzusammenfassung 2004 *****************/
    /************************************************************/
    /************************************************************/
    /****************  Bestellbestätigung 2005 ******************/
    /************************************************************/
    .pdf-text {
        display: inline-block;
        padding-top: 8px;
        vertical-align: top;
        width: 200px;
    }

    .pdf-input {
        max-width: none;
        width: auto;
    }

    /************************************************************/
    /*********          ArtikelListe  1012       ****************/
    /************************************************************/
    .art {
        float: left;
        margin-right: 2%;
        width: 49%;
    }

    .art:nth-child(2n) {
        margin-right: 0;
    }

    .art .art-header {
        height: 31px;
        line-height: 23px;
        overflow: hidden;
    }

    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    .art-text-det {
        float: left;
        width: 56%;
    }

    .art-bild-det {
        float: right;
        width: 40%;
        max-width: 300px;
    }

    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-dok-btn-box {
        width: 40%;
        max-width: 100px;
    }

    /************************************************************/
    /*****************     Impressum 46      ********************/
    /************************************************************/
    .imp-box {
        margin-bottom: 20px;

    }

    .imp-links {
        float: left;
        margin-bottom: 0;
        width: 40%;
    }

    .imp-rechts {
        float: right;
        width: 58%;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss {
        padding: 44px 21px;
    }

    #fuss ul {
        margin: 42px 0;
    }

    #fuss .footer-nav li {
        border-bottom: 0;
        border-left: 1px solid #333146;
        display: inline;
    }

    #fuss .footer-nav li:first-child {
        border-top: 0;
        border-left: 0;
    }

    #fuss li a {
        display: inline;
        padding: 0 18px 0 21px;
    }


}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 768px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 768px) {
    body {}

    h1 {
        text-align: left;
    }

    .mobil {
        display: none;
    }

    .desktop {
        display: block;
    }

    #content {}

    #col-center {}

    .back-to-top {
        bottom: 110px;
        right: 50px;
    }

    /****************** Formulare *****************************/
    .formular-box {}

    .label-radio {}

    .input-radio {}

    .label {}

    .input-text {}

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #logo {
        width: 230px;
        height: 76px;
        margin: 15px 0 15px 21px;
    }

    #nav-btn-top {
        height: 60px;
        padding: 41px 0 0 0;
        width: 57px;
    }

    .nav-btn span {
        height: 4px;
        margin-bottom: 6px;
        width: 36px;
    }

    #hintergrund {
        margin-bottom: 107px;
    }

    #toptools.tools {
        background-color: #181828;
        padding-top: 6px;
        position: absolute;
        bottom: -40px;
        height: 40px;
        line-height: normal;
        left: 0;
        width: 100%;
    }

    #toptools #toolbox {
        float: right;
        margin-right: 30px;
    }

    #toptools .tools-btn {
        cursor: pointer;
        color: #fff;
        float: left;
        font-size: 12px;
        font-weight: 400;
        height: 28px;
        margin-left: 10px;
        width: 130px;
    }

    #toptools #wk-btn.tools-btn {
        padding: 5px 10px;
    }

    #toptools .login-btn.tools-btn > span {
        display: block;
        padding: 5px 10px;
    }

    #toptools .login-btn.tools-btn > span.logout {
        padding: 0;
        height: 100%;
    }

    #toptools .login-btn.tools-btn > span.logout a {
        padding: 5px 10px;
    }

    #toptools .login-btn.tools-btn > span.logout a::after {
        content: "\f2f5";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 18px;
        margin-left: 22px;
        position: absolute;
        top: 1px;
        right: 5px;
        vertical-align: middle;
    }

    #toptools .tools-btn a {
        color: #fff;
        display: block;
        padding: 5px 10px 0 10px;
        height: 100%;
        width: 100%;
    }

    #toptools .tools-btn i {
        right: 5px;
        top: 3px;
        font-size: 18px;
    }

    #toptools .tools-btn:hover,
    #toptools .tools-btn:focus {
        background-color: #004b97;
        color: #fff;
    }

    #toptools #wk-btn.tools-btn i {
        top: 6px;
        font-size: 14px;
    }

    #toptools #wk-btn .wk-anzahl {
        height: 26px;
        padding-top: 6px;
        left: auto;
        right: -20px;
        top: -15px;
        width: 26px;
    }

    /*****************      Navigation         ******************/
    /* top */
    #menu-top {
        top: 106px;
        width: 98%;
    }

    /********** Login Popup *************************/
    #login-box {
        display: block;
        background-color: #fff;
        position: absolute;
        left: 50%;
        margin-left: -150px;
        top: -500px;
        width: 300px;
        height: 400px;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        z-index: 999999;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #login-box.aktiv {
        position: fixed;
        top: 100px;
    }

    #login-form {
        background-color: transparent;
        padding: 40px 20px 20px 20px;
        width: 100%;
        height: 100%;
    }

    #login-form h3 {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }

    #login-form p {
        line-height: 1;
        margin: 0;
        text-transform: none;
    }

    #login-form .lf-link {
        display: block;
        margin-bottom: 10px;
    }

    #login-form h3 span {
        display: inline-block;
        font-size: 50px;
        font-weight: 100;
        position: absolute;
        top: -10px;
        right: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        cursor: pointer;
    }

    #login-form h3 span:hover {
        color: #004b97;
    }

    #login-form label {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 10px;
        padding: 0 0 2px 5px;
        display: inline-block;
        color: #999;
    }

    #login-form input {
        margin-bottom: 20px;
        font-size: 16x;
    }

    #login-form input:focus {
        outline: none;
    }

    #login-form .button {
        display: block;
        margin: 15px 0 30px 0;
    }


    /************************************************************/
    /*****************       Suche 1125        ******************/
    /************************************************************/
    #kategorien {
        padding-bottom: 67px;
        text-align: center;
    }

    #kategorien span {
        display: inline-block;
        margin: 10px 5px 0 5px;
    }

    #kategorien input {
        background-color: transparent;
        color: #004b97 !important;
        border: 2px solid #004b97;
        border-radius: 15px 15px 15px 15px;
        -moz-border-radius: 15px 15px 15px 15px;
        -webkit-border-radius: 15px 15px 15px 15px;
        font-weight: 400;
        height: 30px;
        padding: 1px 10px 0 10px;
        text-transform: uppercase;
    }

    #kategorien input:hover,
    #kategorien input:focus,
    #kategorien input.kategorie-check {
        background-color: #004b97;
        color: #fff !important;
    }

    /************************************************************/
    /********************    Slider 5010     ********************/
    /************************************************************/
    #slider {
        display: block;
        font-size: 0.8em;
        margin-bottom: 67px;
    }

    #slider .slide {}

    #slider .slide-text {
        padding: 10px;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        background-image: url(/template/100014/images/atomium-2-s.png);
        background-position: 70px -1px;
        background-repeat: no-repeat;
        background-color: #2c2c2c;
        border-top: 1px solid #535353;
        font-size: 0.9em;
        width: 100%;
    }

    .startseite #rubriken {
        border-top: 0 none;
    }

    #rubriken ul {
        padding: 10px 20px;
        margin: 0;
    }

    #rubriken li {
        display: block;
        float: left;
        margin: 10px 0;
        padding: 0 10px;
        width: 20%;
    }

    #rubriken a {
        background-color: #2c2c2c;
        border: 1px solid #004b97;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        color: #fff;
        display: block;
        padding: 7px 10px;
        text-align: center;
        text-transform: uppercase;
    }

    #rubriken a:hover,
    #rubriken a:focus,
    #rubriken .selected a {
        background-color: #004b97;
    }

    .startseite #rubriken .selected a {
        background-color: #2c2c2c;
    }

    .startseite #rubriken .selected a:hover,
    .startseite #rubriken .selected a:focus {
        background-color: #004b97;
    }

    /************************************************************/
    /************    VstKalender 1004     ***********************/
    /************************************************************/
    .grid-sizer,
    .grid-item {}

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    .seitenzahl {
        text-align: left;
    }

    .suchergebnis .seitenzahl {
        float: left;
    }

    #filter-loeschen {
        float: right;
        text-align: right;
    }


    /************************************************************/
    /*****************   Aboliste 1057   ************************/
    /************************************************************/
    #abonnement .seitenzahl {
        float: left;
        margin-top: 0;
    }

    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    #abo-info-box.noimg {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }

    /************************************************************/
    /*************    Abo Zusammenfassung  1061   ***************/
    /************************************************************/
    #abo-zf .abo-zf-vst .abo-zf-vst-platz .input-text {
        margin: 10px 5% 20px 0;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    /************************************************************/
    /****************    GutscheinKauf 1033   *******************/
    /************************************************************/
    #angerpass #vorschau-bild {
        float: right;
        margin: -30px auto 20px auto;
        width: 45%;
    }

    /************************************************************/
    /****************    Warenkorb OffCanvas 1110   *************/
    /************************************************************/
    #wks {
        display: block;
        background-color: #fff;
        bottom: 0;
        position: fixed;
        right: -410px;
        top: 0;
        width: 400px;
        height: 100%;
        -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        z-index: 999999;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        overflow-x: hidden;
        overflow-y: auto;
    }

    #wks.aktiv {
        right: 0;
    }

    #wks .wk-info {
        font-size: 12px;
        margin: 40px 10px -20px 10px;
    }

    #wks-box {
        font-size: 12px;
        padding: 40px 20px 20px 20px;
    }

    #wks-box h3 {
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }

    #wks-box h3 span {
        font-weight: 700;
        display: inline-block;
        font-size: 50px;
        font-weight: 100;
        position: absolute;
        top: -10px;
        right: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        cursor: pointer;
    }

    #wks-box h3 span:hover {
        color: #004b97;
    }

    .wks-head {
        background-color: #2c2c2c;
        color: #fff;
        font-weight: 600;
        font-size: 12px;
        margin: 20px 0 10px 0;
        text-transform: uppercase;
        padding: 7px;
    }

    .wks-info {}

    #wks-box h4 {
        font-size: 14px;
        margin: 10px 0 5px 0;
    }

    #wks-box .wks-item-box h4 {
        margin: 0 0 10px 0;
    }

    #wks-box p {
        margin-bottom: 0;
    }

    .wks-item-box {
        background-color: #e1e1e1;
        margin-top: 10px;
        padding: 7px;
    }

    .wks-preis {
        font-weight: 600;
        text-align: right;
    }

    .wks-summe {
        background-color: #2c2c2c;
        color: #fff;
        margin-top: 20px;
        padding: 7px;
        text-align: right;
    }

    #wks-box .button {
        font-size: 14px;
        margin-top: 20px;
    }

    #wks-box #geb-hinweis {
        margin-top: 5px;
    }

    #wks-box .cl-grp-tick {
        display: none;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    /************************************************************/
    /*************       ZahlungsArt 2006       *****************/
    /************************************************************/
    /************************************************************/
    /*************  Bestellzusammenfassung 2004 *****************/
    /************************************************************/
    /************************************************************/
    /*****************    KundenLogin 5016     ******************/
    /************************************************************/
    .kunde {}


    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    /************************************************************/
    /*****************  Vorverkaufsstellen 1042 *****************/
    /************************************************************/
    /************************************************************/
    /*****************   AnwenderAnfrage 5029  ******************/
    /************************************************************/
    #kontakt .label {
        width: 30%;
    }

    #kontakt .input-text {
        margin: 0 15% 20px 0;
        width: 50%;
    }

    /************************************************************/
    /*********          ArtikelListe  1012       ****************/
    /************************************************************/
    .artikelliste .seitenzahl {
        float: left;
    }

    .art {
        font-size: 0.9em;
    }


}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 980px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 980px) {

    #content.startseite.fixed {
        padding-top: 110px;
    }

    #col-center {}

    div.datepicker {
        top: 50vh !important;
    }

    .box {
        font-size: 1em;
        padding: 20px;
    }

    /****************** Formulare *****************************/
    .formular {
        padding: 20px;
    }

    .formular-box {}

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #top-anker {}

    #toptools.tools {}

    #toptools .tools-btn {
        margin-left: 20px;
    }

    /************************************************************/
    /********************    Slider 5010     ********************/
    /************************************************************/
    #slider {
        font-size: 1em;
    }

    #slider .slide {
        height: 250px;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        background-image: url(/template/100014/images/atomium-2-l.png);
        background-position: 190px -1px;
    }

    /************************************************************/
    /*************    VstKalender 1004   ************************/
    /************************************************************/
    .grid-sizer,
    .grid-item {
        width: 25%;
    }

    /************************************************************/
    /*****************   Aboliste 1057   ************************/
    /************************************************************/
    /************************************************************/
    /***************     Responsive Tabs    *********************/
    /************************************************************/
    /* Tab anchor */
    .r-tabs .r-tabs-nav .r-tabs-anchor {
        font-size: 1em;
    }

    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    .popup-box {
        margin: 40px auto;
        padding: 40px 20px 20px 20px;
    }

    /************************************************************/
    /*************    Abo Zusammenfassung  1061   ***************/
    /************************************************************/
    #abo-zf-teilnehmer {
        float: left;
        width: 49%;
    }

    #abo-festpreis {
        float: right;
        width: 49%;
    }

    .abo-zf-vst {
        float: left;
        width: 49%;
    }

    .abo-zf-vst:nth-child(2n) {
        margin-left: 2%;
    }

    #abo-zf-ges-preis {
        text-align: right;
    }

    #abo-zf .abo-zf-box,
    .abo-entfernen {
        margin-bottom: 30px;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-basis-info,
    #responsive-tabs,
    #google-map,
    #vst-info {
        margin-bottom: 30px;
    }

    #vst-titelinfo {
        font-size: 1em;
    }

    /************************************************************/
    /***************     BestplatzAuswahl 1006   ****************/
    /************************************************************/
    #bestplatz-container {}

    /************************************************************/
    /***************    Saalplan  1064       ********************/
    /************************************************************/
    /************************************************************/
    /*************       ZahlungsArt 2006       *****************/
    /************************************************************/
    /************************************************************/
    /*************  Bestellzusammenfassung 2004 *****************/
    /************************************************************/
    /************************************************************/
    /*****************    KundenLogin 5016     ******************/
    /************************************************************/
    .kunde {
        font-size: 1em;
    }

    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-dok-btn {
        padding-top: 4px;
    }

    /************************************************************/
    /************  VorverkaufsstellenDetails 1052 ***************/
    /************************************************************/
    #vvk-details #map_canvas {
        height: 400px;
    }

    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    .wk-restzeit {
        width: 60%;
    }

    #restzeit-nachricht {
        padding-top: 6px;
        text-align: left;
    }

    #restzeit-nachricht br {
        display: block;
    }

    /************************************************************/
    /********************  sidebar-links 5500    ****************/
    /************************************************************/
    #nav-btn-left {
        cursor: pointer;
        height: 30px;
        position: absolute;
        top: 12px;
        right: 9px;
        width: 27px;
    }

    #nav-btn-left.nav-btn span {
        background-color: #004b97;
        height: 3px;
        margin-bottom: 5px;
        width: 27px;
        -webkit-transition: all 0.7s linear;
        -moz-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
    }

    .oc-active #nav-btn-left.nav-btn span {
        position: absolute;
        top: 8px;
        margin: auto;
        right: 0;
    }

    .oc-active #nav-btn-left.nav-btn span.m2 {
        opacity: 0;
    }

    .oc-active #nav-btn-left.nav-btn span.m1 {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .oc-active #nav-btn-left.nav-btn span.m3 {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #col-left {
        background-color: #f0f3f2;
        bottom: 0;
        left: -315px;
        /*   overflow: hidden; */
        padding: 55px 15px 55px 66px;
        position: fixed;
        top: 0;
        -webkit-transition: all 0.7s linear;
        -moz-transition: all 0.7s linear;
        -o-transition: all 0.7s linear;
        transition: all 0.7s linear;
        width: 360px;
        height: 100%;
        z-index: 9999;
    }

    #col-left.oc-active {
        left: 0;
    }

    #col-left #logo {
        float: none;
        margin: 30px 0 15px 0;
    }

    #col-left #pin-btn i {
        display: none;
    }

    #col-left #pin-btn .pin-anzahl {
        top: 12px;
    }

    #col-left #parent-menu {
        opacity: 0;
        visibility: hidden;
        font-weight: 700;
        text-transform: uppercase;
    }

    #col-left .kunde {
        visibility: hidden;
    }

    #col-left.oc-active #parent-menu,
    #col-left.oc-active .kunde {
        opacity: 1;
        visibility: visible;
    }

    #col-left > ul > li > a,
    #col-left #pin-btn a {
        color: #004b97;
        display: block;
        font-size: 16px;
        line-height: 25px;
        padding: 12px 0 13px 0;
    }

    #col-left > ul > li.current > a {
        color: #FAB301;
    }

    #col-left > ul > li.current > a:hover,
    #col-left > ul > li.current > a:focus {
        color: #004b97;
    }

    #col-left .parent {
        position: relative;
    }

    #col-left .parent #submenu {
        background-color: #f4f6f7;
        border: 1px solid #dfe5e8;
        opacity: 0;
        transform: translate(0, 20px);
        padding-bottom: 10px;
        position: absolute;
        left: 294px;
        top: 0;
        visibility: hidden;
        width: 62vw;
        height: auto;
        z-index: -1;
    }

    #col-left .parent:hover #submenu {
        opacity: 1;
        transform: translate(0, 0);
        visibility: visible;
        z-index: 99999;
    }

    #col-left #submenu > li {
        float: left;
        margin-left: 12px;
    }

    #col-left #submenu > li:first-child {
        margin-left: 0;
    }

    #col-left #submenu .submenu-header {
        border-bottom: 1px solid #dfe5e8;
        color: #004b97;
        padding: 20px 10px 20px 0;
        margin-left: 20px;
    }

    #col-left #submenu > li ul a {
        display: block;
        color: #5f727f;
        font-size: 14px;
        font-weight: 400;
        padding: 8px 12px 8px 47px;
        position: relative;
        text-transform: none;
    }

    #col-left #submenu > li ul a:hover,
    #col-left #submenu > li ul a:focus,
    #col-left #submenu > li ul li.current a {
        background-color: #004b97;
        color: #fff;
    }

    #col-left #submenu > li ul a i {
        font-size: 10px;
        left: 25px;
        top: 13px;
        position: absolute;
    }

    #side-si {
        margin-top: 35px;
    }

    #side-si a {
        display: inline-block;
        border-radius: 13px 13px 13px 13px;
        -moz-border-radius: 13px 13px 13px 13px;
        -webkit-border-radius: 13px 13px 13px 13px;
        color: #fff;
        height: 26px;
        margin-right: 12px;
        text-align: center;
        width: 26px;
    }

    #side-si .fb {
        background-color: #4e64b5;
    }

    #side-si .tw {
        background-color: #00aced;
    }

    #side-si i {
        font-size: 14px;
    }

    /*************  Kurzsuche in Sidebar  *******************/
    #kurzsuche.ks-side {
        margin: 20px 35px 0 0;
    }

    #kurzsuche.ks-side input.KurzsucheKeyWort {
        background-color: #e0e5e9;
        border: 0;
        color: #004b97;
        font-size: 16px;
    }

    #kurzsuche.ks-side input::placeholder {
        color: #6993bd;
    }

    #kurzsuche.ks-side input::-webkit-input-placeholder {
        color: #6993bd;
    }

    #kurzsuche.ks-side input::-moz-placeholder {
        color: #6993bd;
    }

    #kurzsuche.ks-side input::-ms-input-placeholder {
        color: #6993bd;
    }

    #kurzsuche.ks-side input:-ms-input-placeholder {
        color: #6993bd;
    }

    #kurzsuche.ks-side input.KurzsucheSubmit {
        border: 0;
        background-color: #3d3950;
        color: #fff !important;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 18px;
        text-indent: 0;
    }

    #kurzsuche.ks-side .suchicon {
        background-color: #3d3950;
        color: #fff;
        right: -3px;
        top: 0;
        text-align: center;
        padding-top: 9px;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #col-right {}

    .werbung {
        background-color: #f0f3f2;
        padding: 20px;
        text-align: center;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss {
        padding: 40px 21px 10px 21px;
    }

    #fuss ul {
        margin: 0 0 15px 0;
    }

    #footer-si {
        float: right;
        text-align: right;
        width: 10%;
    }

    #fuss .footer-nav {
        float: left;
        margin-left: 10%;
        width: 80%;
    }


}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1024px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1024px) {

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 1em;
    }

    #wrapper {
        padding-left: 45px;
    }

    #hintergrund {
        margin-bottom: 67px;
    }

    #header {
        display: none;
    }

    #col-left {
        display: block;
    }

    #suche-box {
        bottom: 50px;
        position: absolute;
        width: 270px;
    }


}

@media (max-height: 680px) {

    #suche-box {
        display: none;
    }

}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1280px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1280px) {

    #content {}

    .container {
        margin: 0 auto;
        max-width: 1800px;
    }

    .ver-kal .container {
        max-width: none;
    }

    #col-center {}

    .change-btn a,
    .change-btn button {
        font-size: 14px;
    }

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #top-anker {}

    #hintergrund {
        margin-bottom: 117px;
    }

    #toptools.tools {
        padding-top: 8px;
        bottom: -40px;
        height: 50px;
    }

    #toptools .tools-btn {
        font-size: 14px;
        height: 34px;
        width: 145px;
    }

    #toptools .tools-btn a,
    #toptools #wk-btn.tools-btn {
        padding: 6px 10px 0 10px;
    }

    #toptools .login-btn.tools-btn > span {
        padding: 6px 10px 0 10px;
    }

    #toptools .login-btn.tools-btn > span.logout a {
        padding: 6px 10px;
    }

    #toptools .login-btn.tools-btn > span.logout a::after {
        top: 4px;
    }

    #toptools .tools-btn i {
        top: 6px;
    }

    #toptools #wk-btn.tools-btn i {
        top: 8px;
    }

    /************************************************************/
    /*****************       Suche 1125        ******************/
    /************************************************************/
    #kategorien span {
        margin: 10px 8px 0 8px;
    }

    #kategorien input {
        font-size: 14px;
        padding: 0 10px;
    }

    /************************************************************/
    /********************    Slider 5010     ********************/
    /************************************************************/
    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        font-size: 0.85em;
    }

    #rubriken ul {
        padding: 10px;
    }

    #rubriken li {
        padding: 0 5px;
        width: 10%;
    }

    #rubriken a {
        padding: 10px 5px;
    }

    /************************************************************/
    /************    VstKalender 1004   *************************/
    /************************************************************/
    .vst .vst-header {
        min-height: 87px;
    }

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    .veranstaltungen.default {
        position: relative;
    }

    .veranstaltungen.default h1 {
        margin-bottom: 30px;
    }

    .seitenzahl {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
    }

    .vst-box {
        height: 420px;
    }

    /************************************************************/
    /*****************   Aboliste 1057   ************************/
    /************************************************************/
    /************************************************************/
    /*********          ArtikelListe  1012       ****************/
    /************************************************************/
    .artikelliste h1 {
        margin-bottom: 30px;
    }

    .art {
        margin: 0 2% 20px 0;
        width: 32%;
    }

    .art:nth-child(2n) {
        margin-right: 2%;
    }

    .art:nth-child(3n) {
        margin-right: 0;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-bild {}

    #vst-basis-info {
        font-size: 0.9em;
    }

    #kaufen {
        float: left;
        width: 70%;
    }

    #z-info {
        float: right;
        margin: 67px 0 0 0;
        width: 28%;
    }

    #optionen .col-50-l,
    #optionen .col-50-r {
        float: none;
        width: 100%;
    }

    #weitere-termine a {}

    #weitere-termine i {
        left: auto;
        right: 10px
    }

    #optionen span:nth-child(4n) {
        margin-right: 0;
    }

    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    .art-bild-det {
        margin: 0 2% 30px auto;
    }

    .art-text-det {
        font-size: 0.9em;
        margin-bottom: 30px;
    }

    .art-notiz {
        float: left;
        margin-bottom: 30px;
        width: 56%;
    }

    .art-notiz-box {
        font-size: 1em;
    }

    #art-kaufen {
        float: right;
        margin-bottom: 30px;
        width: 40%;
    }

    #art-kaufen-box {
        padding: 20px;
    }

    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    #abo-bild {
        margin: 0 0 30px 0;
    }

    #abo-basis-info {
        font-size: 0.9em;
        margin-bottom: 30px;
    }

    #abo-informationen,
    #abo-ausweis-container {
        margin-bottom: 30px;
    }

    #abo-vst-info-box {
        margin-bottom: 20px;
    }

    #abo-vst .abo-vst-btn {
        float: left;
        margin-bottom: 20px;
        width: 49%;
    }

    #abo-vst .abo-vst-btn:nth-child(2n) {
        margin-left: 2%;
    }

    .abo-vst-bez {
        height: 25px;
        overflow: hidden;
    }

    .abo-vst-ort {
        height: 24px;
        overflow: hidden;
    }

    .abo-vst-tools .abo-wahl {
        width: 59%;
    }

    .abo-vst-tools .abo-platz {
        width: 40%;
    }

    #abo-vst .button button {
        margin: 0 auto;
        width: 30%;
    }

    /************************************************************/
    /****************    GutscheinKauf 1033   *******************/
    /************************************************************/
    #vorschau,
    .freitext {
        margin: 0 auto;
        max-width: 600px;
    }

    #gs-anbieter,
    .gs-art,
    .gs-art select,
    .gs-pers {
        margin-bottom: 30px;
    }

    .freitext-1.freitext {
        margin-bottom: 20px;
    }

    .gs-anbieter {
        width: 40%;
    }

    #vorschau-klein {
        margin-right: 10%;
    }

    #gutscheine .button {
        margin: 0 auto 30px auto;
        width: 50%;
    }

    #angerpass h2 {
        display: block;
    }

    #angerpass #gs-art-form-box {
        width: 30%;
    }

    #angerpass #vorschau-bild {
        margin: -60px 8% 0 auto;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    .wk-restzeit {
        width: 40%;
    }

    #restzeit-nachricht {
        padding-top: 5px;
    }

    #restzeit-nachricht,
    .wk-ueb {
        font-size: 16px;
    }

    .wk-e-preis-box {
        font-size: 1em;
    }

    /************************************************************/
    /*****************    Warenkorb Kopf       ******************/
    /************************************************************/
    .wk-kopf li {
        font-size: 14px;
        padding: 11px 5px 0 5px;
    }

    /************************************************************/
    /*****************  Vorverkaufsstellen 1042 *****************/
    /************************************************************/
    #vvk-sort {
        max-width: 630px;
    }

    .vvk-sort-label {
        float: left;
        margin: 10px 0;
        padding: 10px 0;
        width: 20%;

    }

    .vvk-sort-btn-1 {
        width: 38%;
    }

    .vvk-sort-btn-2 {
        width: 38%;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #col-left {}

    #col-left .parent #submenu {
        width: 830px;
    }

    /************************************************************/
    /*****************     Impressum 46      ********************/
    /************************************************************/
    .imp-box {
        margin: 20px 0 20px 40px;
        max-width: 800px;
    }

    /************************************************************/
    /*******************   sidebar-rechts 5501   ****************/
    /************************************************************/
    #col-right {}

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1600px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1600px) {

    #wrapper {
        padding-left: 360px;
        max-width: 2280px;
    }

    #content {}

    #col-center {}

    #button-box {
        margin: 20px auto 0 auto;
        width: 60%;
    }

    .max-box {
        margin: 0 auto;
        width: 80%;
    }

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    /************************************************************/
    /*****************       Suche 1125        ******************/
    /************************************************************/
    #kategorien {}

    #kategorien span {}

    #kategorien input {}

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        font-size: 1em;
        background-position: 400px -1px;
    }

    #rubriken ul {
        padding: 10px 20px;
    }

    #rubriken li {
        padding: 0 10px;
    }

    #rubriken a {
        padding: 10px;
    }

    /************************************************************/
    /************    VstKalender 1004   *************************/
    /************************************************************/
    .vst .vst-header {
        min-height: 58px;
    }

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    /************************************************************/
    /*********          ArtikelListe  1012       ****************/
    /************************************************************/
    .art {
        margin: 0 2% 20px 0;
        width: 23.5%;
    }

    .art:nth-child(2n) {
        margin-right: 2%;
    }

    .art:nth-child(3n) {
        margin-right: 2%;
    }

    .art:nth-child(4n) {
        margin-right: 0;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-bild {}

    #vst-basis-info {
        font-size: 1em;
        margin-bottom: 30px;
    }

    #vst-basis-info .basis-info,
    #vst-basis-info .vst-google {
        padding: 6px 10px 6px 0;
    }

    #vst-basis-info .vst-info-icon {
        font-size: 22px;
        width: 40px;
    }

    #vst-basis-info .vst-zart .vst-info-icon,
    #vst-basis-info .vst-merken .vst-info-icon,
    #vst-basis-info .vst-back .vst-info-icon,
    #vst-basis-info .vst-weitersagen .vst-info-icon,
    #vst-basis-info .vst-drucken .vst-info-icon {
        width: 42px;
    }

    #vst-titelinfo {
        margin-bottom: 30px;
    }

    #bestplatz-container {
        max-width: 500px;
    }

    #kaufen {
        width: 67%;
    }

    #z-info {
        margin-top: 72px;
        width: 30%;
    }

    #optionen,
    #veranstalter {
        margin-bottom: 40px;
    }

    #weitere-termine a {
        font-size: 1em;
    }

    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    .art-bild-det {
        margin: 0 8% 30px auto;
    }

    .art-text-det {
        font-size: 1em;
    }

    .art-notiz-box {
        font-size: 1em;
    }

    /************************************************************/
    /***************    Abo Beschreibung  1058   ****************/
    /************************************************************/
    #abo-bild {
        margin: 0 0 30px 0;
    }

    #abo-basis-info {
        font-size: 1em;
        margin-bottom: 30px;
    }

    #abo-basis-info .basis-info {
        padding: 6px 10px;
    }

    #abo-basis-info .abo-ort div {
        padding-left: 46px;
    }

    #abo-basis-info .vst-info-icon {
        font-size: 22px;
        width: 40px;
    }

    .abo-vst-tools .abo-wahl {
        width: 50%;
    }

    .abo-vst-tools .abo-platz {
        width: 50%;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    #wk-leer .button {
        margin: 40px auto;
        width: 25%;
    }

    .wk-restzeit {
        margin-left: 10%;
    }

    .wk-bereich-box,
    #warenkorb .gs-ein,
    #wk-summe-box {
        margin: 0 auto 30px auto;
        width: 80%;
    }

    .wk-bereich-box.wk-b-vst {
        margin-bottom: 10px;
    }

    .wk-produkt {
        float: left;
        margin-bottom: 20px;
        width: 49%;
    }

    .wk-produkt:nth-child(2n) {
        margin-left: 2%;
    }

    .preis .change-btn a,
    .preis .change-btn button {
        font-size: 12px;
        padding: 9px 40px 9px 10px;
    }

    /************************************************************/
    /*****************    Warenkorb Kopf       ******************/
    /************************************************************/
    .wk-kopf li {
        font-size: 16px;
    }

    /************************************************************/
    /****************  Bestellbestätigung 2005 ******************/
    /************************************************************/
    .pdf-text {
        padding-top: 5px;
        width: 240px;
    }

    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-dok-btn {
        padding-top: 4px;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #nav-btn-left {
        display: none;
    }

    #col-left {
        left: 0;
    }

    #col-left #parent-menu,
    #col-left .kunde {
        opacity: 1;
        visibility: visible;
    }

    #col-left .parent #submenu {
        right: -905px;
        width: 890px;
    }

    /************************************************************/
    /********************   sidebar-rechts 5501   ***************/
    /************************************************************/
    #col-right {}

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
}
