/* montserrat-100 - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 100;
    src: url("/template/000000/fonts/montserrat-v25-latin-100.eot");
    /* IE9 Compat Modes */
    src:
        local(""),
        url("/template/000000/fonts/montserrat-v25-latin-100.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/template/000000/fonts/montserrat-v25-latin-100.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-100.woff") format("woff"),
        /* Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-100.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/template/000000/fonts/montserrat-v25-latin-100.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/* montserrat-regular - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("/template/000000/fonts/montserrat-v25-latin-regular.eot");
    /* IE9 Compat Modes */
    src:
        local(""),
        url("/template/000000/fonts/montserrat-v25-latin-regular.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/template/000000/fonts/montserrat-v25-latin-regular.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-regular.woff") format("woff"),
        /* Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-regular.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/template/000000/fonts/montserrat-v25-latin-regular.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/* montserrat-600 - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    src: url("/template/000000/fonts/montserrat-v25-latin-600.eot");
    /* IE9 Compat Modes */
    src:
        local(""),
        url("/template/000000/fonts/montserrat-v25-latin-600.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/template/000000/fonts/montserrat-v25-latin-600.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-600.woff") format("woff"),
        /* Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-600.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/template/000000/fonts/montserrat-v25-latin-600.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/* montserrat-700 - latin */
@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("/template/000000/fonts/montserrat-v25-latin-700.eot");
    /* IE9 Compat Modes */
    src:
        local(""),
        url("/template/000000/fonts/montserrat-v25-latin-700.eot?#iefix") format("embedded-opentype"),
        /* IE6-IE8 */
        url("/template/000000/fonts/montserrat-v25-latin-700.woff2") format("woff2"),
        /* Super Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-700.woff") format("woff"),
        /* Modern Browsers */
        url("/template/000000/fonts/montserrat-v25-latin-700.ttf") format("truetype"),
        /* Safari, Android, iOS */
        url("/template/000000/fonts/montserrat-v25-latin-700.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

/************************************************************/

/*****************        Allgemein        ******************/

/************************************************************/

html {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    width: 100%;
}

body {
    background-color: #e1e1e1;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1em;
}

h1 {
    display: inline-block;
    font-size: 1.6em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-align: center;
    text-transform: uppercase;
}

h2,
.h2 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

h3,
.h3 {
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

.h2,
.h3 {
    display: block;
}

h4 {
    font-weight: 600;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #404040;
}

a:hover,
a:focus {
    color: #dc0a17;
}

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%;
}

fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.focus-visible,
h1:focus,
*:focus-visible {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    outline: 1px solid #404040 !important;
    outline-offset: 3px;
    position: inherit;
    z-index: 99;
}

.wk-produkt button:focus-visible,
.wk-produkt input:focus-visible,
.wk-produkt a:focus-visible,
.gs-ein input:focus-visible,
.basis-info a:focus-visible,
a.basis-info:focus-visible,
.abo-vst-tools button:focus-visible,
.abo-vst-tools input:focus-visible {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 5px #d9f95e inset;
    box-shadow: 0 0 0 5px #d9f95e inset;
    outline: 1px solid #404040 !important;
    outline-offset: -1px;
    z-index: 99;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.skip-link {
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    color: #000 !important;
    position: fixed;
    top: 10px;
    left: 10px;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    z-index: 999999;
}

.skip-link:hover {
    color: #000;
}

.skip-link.sl-2 {
    left: 130px;
}

.skip-link:focus {
    background-color: #fff;
    border: 1px solid #d9f95e;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    font-size: 16px;
    outline: 1px solid #404040 !important;
    outline-offset: 3px;
    left: 5px;
    height: auto !important;
    width: auto !important;
}

.skip-link.sl-2:focus {
    left: 130px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    white-space: nowrap;
}

.visually-hidden {
    position: absolute;
    left: -9999px;
}

i.fa-ticket-alt {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.text-klein {
    font-size: 12px;
}

.b {
    font-weight: 600;
}

.radius {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.r-top {
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.r-bottom {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.r-left {
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
}

.r-right {
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}

.box {
    background-color: #fff;

    padding: 10px;
}

.transition {
    -webkit-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;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#col-left {
    display: none;
}

#skauf-box {
    max-width: 860px;
}

#content {
    padding: 20px;
}

.col-50-l {
    margin-bottom: 20px;
}

.back-to-top {
    color: rgba(220, 10, 23, 0.7);
    display: block;
    font-size: 40px;
    bottom: 20px;
    position: fixed;
    right: 20px;
}

/****************** Formulare *****************************/
input,
button,
select,
textarea {
    background-color: #404040;
    border: 0 none;
    color: #fff !important;
    font-size: 1em;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="checkbox"],
input[type="radio"] {
    background-color: #404040;
    border: 0 none;
    height: 30px;
    width: 30px;
}

button {
    background-color: #404040;
}

button:focus {
    border: 0 !important;
    outline: none !important;
}

input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    outline: 1px solid #404040 !important;
    outline-offset: 3px;
}

select {
    padding: 0 0 0 10px;
    line-height: 36px;
}

option {
    color: #fff;
    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 {}

textarea {}

button {
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.button input,
.button a,
.button button {
    background-color: #dc0a17;
    border: 0 none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.button a i,
.button button i {
    padding-left: 10px;
}

input::-webkit-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 600;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;

    opacity: 1;
}

input::placeholder {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    opacity: 1;
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    opacity: 1;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    opacity: 1;
}

input::-ms-input-placeholder {
    /* Edge */
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    opacity: 1;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    opacity: 1;
}

.button input:hover,
.button a:hover,
.button button:hover,
.button input:focus,
.button a:focus,
.button button:focus {
    background-color: #2c2c2c;
}

.formular input,
.formular select,
.formular textarea {}

.formular input:focus,
.formular select:focus,
.formular textarea:focus {
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 3px #fc8e21;
    box-shadow: 0 0 0 3px #fc8e21;
    outline: 1px solid #404040 !important;
    outline-offset: 3px;
}

.formular {
    background-color: #fff;
    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: 500px;
}

.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;

}

.formular .radio-box .input-radio {
    position: absolute;
    right: 0;
    top: 0;
}

.formular .radio-box .input-radio span {
    display: block;
    height: 36px;
    width: 36px;
}

.formular .input-radio input {
    background-color: #404040;
    margin: 0;
    padding: 0;
    height: 30px;
    width: 30px;
}

.formular legend {
    margin-bottom: 10px;
}

.formular .label {
    font-weight: 600;
    font-size: 1em;
    padding: 0 0 2px 5px;
    display: inline-block;
    color: #000;
}

.formular .label a {
    display: block;
    margin-bottom: 20px;
}

.formular .input-text {
    display: block;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}

.formular .form-plz {
    float: left;
    width: 20%;
}

.formular .form-ort {
    float: right;
    width: 79%;
}


#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;
}

#confirmation-message {
    outline: none !important;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
}

/*****************  Formularvalidierung  *********************/
*[aria-invalid="true"] {
    border: 3px inset #dc0a17;
}

.val-form label {
    position: relative;
    display: inline-block;
    width: 100%;
}

.val-form .radio-box label {
    position: static;
}

.val-form .error-message {
    background-color: #dc0a17;
    border-radius: 0 0 4px 4px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    display: none;
}

.val-form .error-message.visible {
    display: block;
    visibility: hidden;
    height: 0;
}

.val-form .error-message.visible.onfocus {
    visibility: visible;
    height: auto;
    top: 62px;
}

.val-form .error-message.em-plz.visible.onfocus {
    top: 43px;
    white-space: nowrap;
    width: auto;
}

.val-form .error-message.em-ort.visible.onfocus {
    top: 43px;
    white-space: nowrap;
    width: auto;
}

.val-form .radio-box .error-message {
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 18px;
    right: 50px;
    left: auto;
}

.val-form .radio-box .error-message.visible {
    height: auto;
    font-size: 0;
    width: 0;
}

.val-form .radio-box .error-message.visible.onfocus {
    width: auto;
    font-size: 1em;
    top: 4px;
}

.val-form #err-login-3-copy.error-message.visible {
    border-radius: 4px;
    height: auto;
    visibility: visible;
    position: static;
    margin-bottom: 10px;
}

/***********************  Stepper  ***************************/
.stepper {
    text-align: center;
}

.stepper select {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    -webkit-appearance: none;
}

@media all and (-ms-high-contrast: none) {

    /* IE11 */
    *::-ms-backdrop,
    .stepper select {
        width: 70px;
        height: 30px;
        opacity: 1;
        overflow: visible;
        position: static;
        z-index: 0;
    }

    *::-ms-backdrop,
    .jquery-select-step-element {
        display: none;
    }
}

.jquery-select-step-element {
    display: inline-block;
    padding: 0 40px;
    position: relative;
    height: 40px;
    width: 120px;
}

.selectStepValue {
    border-bottom: 1px solid #404040;
    border-top: 1px solid #404040;
    font-size: 20px;
    height: 40px;
    padding-top: 8px;
    width: 40px;
    text-align: center;
}

.decrementStep,
.incrementStep {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    height: 40px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    width: 40px;
}

.decrementStep {
    border-radius: 5px 0 0 5px;
    left: 0;
}

.decrementStep::before {
    content: "\f068";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
}

.incrementStep {
    border-radius: 0 5px 5px 0;
    right: 0;
}

.incrementStep::after {
    content: "\f067";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
}

/********************** Tools Buttons ************************/

.tools-btn {
    background-color: #404040;
    height: 40px;
    position: relative;
    text-transform: uppercase;
}

#side-login-btn.tools-btn,
#login-btn.tools-btn {
    color: #fff;
    cursor: pointer;
    -webkit-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 {
    color: #dc0a17;
}

.tools-btn a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    padding: 7px 0 7px 10px;
}

.sidr .tools-btn a,
#col-left .tools-btn a {
    padding: 11px 0 11px 10px;
}

.tools-btn a:hover,
.tools-btn a:focus {
    color: #dc0a17;
}

.tools-btn a:hover .wk-anzahl,
.tools-btn a:focus .wk-anzahl {
    color: #fff;
}

.tools-btn i {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 22px;
}

#wk-btn.tools-btn i {
    top: 12px;
    font-size: 18px;
}

#pin-btn {
    display: block;
    position: relative;
}

#pin-btn .pin-anzahl,
#wk-btn .wk-anzahl {
    background-color: #dc0a17;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    color: #fff;
    padding-top: 8px;
    position: absolute;
    right: 70px;
    top: 5px;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    text-align: center;
    width: 30px;
}

.change-btn {
    overflow: hidden;
    position: relative;
}

button.change-btn,
.change-btn a,
.change-btn button,
.change-btn input {
    background-color: #2c2c2c;
    border: 0;
    color: #fff;
    display: block;
    font-weight: 600;
    height: auto;
    padding: 8px 40px 8px 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}

button.change-btn:hover,
button.change-btn:focus,
.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: #dc0a17;
}

.change-btn i {
    background-color: #dc0a17;
    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: #dc0a17;
}

.error-message .head {
    padding: 10px;
    font-weight: 600;
    color: #fff;
    background-color: #dc0a17;
    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: #dc0a17;
    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 */
#druckstatusausgabe1 {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.4;
}

#druckstatusausgabe {
    display: none;
    padding: 0;
    left: 45%;
    top: 45%;
    max-width: 400px;
    max-height: 300px;
    overflow: hidden;
    position: fixed;
    background-color: white;
}

#druckstatusausgabe table {
    width: 100%;
    height: 100%;
}

#druckstatusausgabe table td {
    vertical-align: middle;
    text-align: center;
    padding: 0px;
}

#druckstatusausgabe table td > div {
    /*display: inline-block;
    background-color: white;
    max-width: 25%;
    min-width: 200px;*/
}

#druckstatusausgabe #closelink {
    background-color: #dc0a17;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    padding: 10px;
}

#druckstatusausgabe div.drucksendebestaetigung {
    padding: 10px;
}

.meldung-box {
    background-color: #fff;
    position: absolute;
    -webkit-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%;
    -webkit-transform: translate(-50%, -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);
    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: #dc0a17;
    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: #dc0a17;
}

/************************************************************/

/*****************     Tooltips        **********************/

/************************************************************/

.tooltip {
    float: left;
}

.tooltipster-default .tooltipster-content {
    font-size: 1em;
    line-height: 16px;
    padding: 8px 10px;
    overflow: hidden;
}

.tooltipster-icon {
    background-color: #dc0a17;
    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;
    transition-property: opacity;
}

.tooltipster-fade-show {
    opacity: 1;
}

.tooltipster-content-changing {
    opacity: 0.5;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Theme */

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
    color: #2c2c2c;
}

.tooltipster-shadow .tooltipster-content {
    font-family: "Arial", sans-serif;
    font-size: 1em;
    line-height: 16px;
    padding: 8px 10px;
}

/************************************************************/
/********************    Header 3001     ********************/
/************************************************************/

#top-anker {
    height: 60px;
    width: 100%;
}

#header {
    background-image: url(/template/000000/images/atomium-1-s.png);
    background-color: #2c2c2c;
    background-position: left center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 99999;
}

#header.shadow {
    -webkit-box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 2px rgba(0, 0, 0, 0.3);
}

#logo {
    background: url(/template/000000/images/logo-m.png) left 0 no-repeat;
    width: 135px;
    float: left;
    height: 60px;
    position: relative;
}

#logo a {
    display: block;
    height: 100%;
    width: 100%;
}

#nav-btn {
    cursor: pointer;
    float: right;
    height: 60px;
    padding: 0 10px 0 10px;
    width: 60px;
}

#nav-btn span {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-bottom: 7px;
    width: 40px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#nav-btn span:last-child {
    margin-bottom: 0;
}

#nav-btn:hover span,
#nav-btn:focus span {
    background-color: #dc0a17;
}

/*****************      Navigation         ******************/

.sidr {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    width: 300px;
    padding: 80px 15px 40px 10px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-shadow: inset -5px 0 5px -3px #222;
    box-shadow: inset -5px 0 5px -3px #222;
}

.sidr .tools-btn {
    margin-bottom: 20px;
}

#wk-btn .warenkorb-headline:nth-child(2),
#wk-btn .warenkorb-headline:nth-child(3),
#wk-btn .warenkorb-headline:nth-child(4) {
    display: none;
}

.sidr.left {
    right: auto;
    left: -300px;
}

ul.nav {
    margin: 0 0 20px 0;
    padding: 0;
}

ul.nav li a {
    background-color: #404040;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding: 11px 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: #dc0a17;
}

ul.nav li a i {
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 10px;
}

ul.nav li.oc-video a {
    text-transform: none;
}

.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-image: url(/template/000000/images/atomium-3-s.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-color: #2c2c2c;
    color: #9d9d9d;
    padding: 30px 20px;
}

#fuss ul {
    margin: 0;
    padding: 0;
}

#fuss #col-3 .footer-nav {
    margin-bottom: 40px;
}

#fuss .footer-nav li {
    border-bottom: 1px solid #404040;
}

#fuss #col-1 .footer-nav li:first-child {
    border-top: 1px solid #404040;
}

#fuss .footer-nav li a {
    display: block;
    padding: 8px 10px;
}

#fuss li a {
    color: #9d9d9d;
}

#fuss li a:hover,
#fuss li a:focus {
    color: #fff;
}

#fuss ul.footer-ad {
    padding-left: 10px;
}

#info-mwst {
    background-image: url(/template/000000/images/atomium-4-s.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #2c2c2c;
    color: #9d9d9d;
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
}

/*****************   Cookie Hinweis *************************/

#cw #DatenschutzFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(66, 56, 53, 0.8);
    color: #fff;
    z-index: 99999;
    padding: 10px;
    visibility: visible;
}

#cw #DatenschutzFooter p {
    margin: 0;
    line-height: 2em;
}

#cw #DatenschutzFooter .flatButton {
    background: transparent;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #dc0a17;
    text-transform: uppercase;

    line-height: normal;
    margin: 5px 10px;
    padding: 5px;
}

#cw #DatenschutzFooter .flatButton:hover,
#cw #DatenschutzFooter .flatButton:focus {
    background: #dc0a17;
}

#cw #DatenschutzFooter a {
    text-decoration: underline;
}

/************************************************************/
/*****************       Paging       ***********************/
/************************************************************/

.pagination {
    font-weight: 600;
    text-align: center;
    height: 40px;
    margin: 10px 0;
}

.pagination-box {
    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;
    font-size: 0;
}

.pagination-box li {
    background-color: #2c2c2c;
    margin: 0 1px;
    float: left;
    font-size: 16px;
    height: 100%;
    width: 40px;
}

.pagination-box a,
.pagination-box span {
    color: #fff;
    display: block;
    height: 100%;
    text-align: center;
}

.pagination-box .seiten-link a,
.pagination-box .seiten-link span {
    padding-top: 10px;
}

.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: 8px;
}

.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: 8px;
}

.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: #dc0a17;
}

/************************************************************/
/*****************    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: #dc0a17;
    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: #dc0a17;
    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: #dc0a17;
    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: #dc0a17;
    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: #dc0a17;
    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: #dc0a17;
    color: #fff;

    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: #dc0a17;
}

.klapplink .kl-icon {
    background-color: #dc0a17;
    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-rest-aus {
    position: relative;
}

.wk-restzeit {
    background-color: #fff;
    height: 40px;
    font-size: 18px;
    padding: 10px 0 0 50px;
    position: relative;
    margin: 0 auto;
    width: 290px;
}

.wk-restzeit i {
    color: #dc0a17;
    left: 10px;
    position: absolute;
    top: 6px;
    font-size: 28px;
    font-weight: 400;
}



.wk-restzeit #zeit-visuell {
    background-color: #dc0a17;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding-top: 12px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 60px;
}

.wk-restzeit #zeit-visuell.paused {
    background-color: darkgrey;
}

#wk-rest-aus #countdown-toggle {
    background-color: #dc0a17;
    border-radius: 5px;
    display: block;
    margin: 20px auto;
    max-width: 250px;
}

.wk-ueb {
    background-color: #2c2c2c;
    color: #fff;
    font-size: 1em;
    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-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: #fff;

    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: #fff;
    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);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    z-index: 999999 !important;
}

.wk-p-erm-box h4 {
    background-color: #dc0a17;
    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: -8px;
    right: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: transparent;
    height: 44px;
    width: 44px;
}

.p-erm-links a {
    border-bottom: 1px solid #e1e1e1;
    font-size: 1em;
    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;
}

/* Teilnehmer-box */
kundenlogincode #login-form {
    margin-top: 120px;
}

#tn-erfassung {
    margin-top: 80px;
}

/* 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-weight: 600;
    padding: 10px;
    text-transform: uppercase;
}

.wk-ausw-nr {
    float: left;
}

.wk-ausw-preis {
    float: right;
}

.wk-abo-vst {
    background-color: #e1e1e1;

    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: #fff;

    padding: 5px 10px;
    text-align: right;
}

.wk-gs-kauf-wert span {
    font-weight: 600;
}

#warenkorb .WarenKorbGutscheinSubmit {
    cursor: pointer;
}

#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: #dc0a17;
    border: 0;
    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);
    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;
    position: fixed;
    top: 10%;
    width: 100%;
    z-index: 999999;
    max-width: 500px;
    height: 80%;
    vertical-align: middle;
}

#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;
    max-height: 40px;
    height: 10%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#teilnehmer-head a {
    display: block;
    height: 40px;
    position: absolute;
    width: 40px;
    color: #000;
    font-size: 50px;
    font-weight: 400;
    top: 0;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height: 40px;
}

#teilnehmer-cont {
    height: 90%;
}

#teilnehmer-cont iframe {
    border: 0;
    height: 100%;
    width: 100%;
}

#teinehmer-body {
    background-color: #fff;
}

#tn-erfassung #button-box {
    padding-bottom: 10px;
}

#tn-erfassung .button input {
    padding: 10px;
}

/************************************************************/
/*****************      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: #dc0a17;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 10%;
    width: 90%;
}

/************************************************************/
/*****************       Suche 1025        ******************/
/************************************************************/
#suche {
    margin-bottom: 20px;
}

#suche .suchfeld select::-ms-expand {
    display: none;
}

#suche .suchfeld select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/template/000000/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 45px;
}

#suche input,
#suche select {
    margin-bottom: 5px;
    border: 0;
}

#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: 0 8px 0 6px;
    font-size: 14px;
    font-weight: 600;
}

#suchfeld-datum div.bis {
    margin-left: 2%;
}

#suchfeld-datum > div {
    position: relative;
}

#suchfeld-datum .dp-icon {
    background-color: #dc0a17;
    color: #fff;
    cursor: pointer;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 40px;
    padding-top: 7px;
}

#suchfeld-datum .dp-icon i {
    font-size: 23px;
}

#suchfeld-datum .datepicker-opener-table {
    display: none;
}

/***** ersetzt durch browsereigenen Datepicker durch input type="date" per js *****

#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: #dc0a17;
    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 #suchfeld-ort {
    position: relative;
}

#suche #suchfeld-ort:after {
    background-color: #dc0a17;
    color: #fff;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 23px;
    height: 32px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 40px;
}

#suche #suchfeld-ort input {
    padding-right: 45px;
}

#suche .suche-kreis {
    background-color: #2c2c2c;
    color: #fff;
    padding: 8px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

#suche #suchfeld-entfernung {
    position: relative;
}

#suche #suchfeld-entfernung:after {
    background-color: #dc0a17;
    color: #fff;
    content: "\f140";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 23px;
    height: 32px;
    padding-top: 8px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 40px;
}

#suche .button input {
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    margin-bottom: 0;
}

/************************************************************/
/*********************  DataTimePicker  *********************/
/************************************************************/

div.datepicker > div {
    background-color: transparent !important;
}

div.datepicker {
    -webkit-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: absolute;
    text-align: center;
    border: 0;
    font-size: 10px;
    padding: 0;
    left: 50% !important;
    margin-left: -430px;
    top: 20vh !important;
    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: #dc0a17;
    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: #dc0a17;
    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: #dc0a17;
    background-image: url(/template/000000/images/date-active.png);
    background-repeat: no-repeat;
    background-position: top left;
    color: #fff;
}

div.datepicker div.datepicker-footer {
    color: #fff;
    background-color: #dc0a17 !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    ****************/
/************************************************************/

.veranstaltungen {
    margin-bottom: 30px;
}

.veranstaltungen.nocontent {
    display: none;
}

.akt-rubrik {
    background-color: #2c2c2c;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 10px;
    text-transform: uppercase;
}

.akt-rubrik .akt-rubrik-bez {
    display: inline-block;
    padding: 5px 5px 2px 5px;
}

.akt-rubrik .rubrik-link {
    background-color: #dc0a17;
    display: inline-block;
    float: right;
    font-weight: 400;
    text-transform: none;
}

.akt-rubrik a {
    color: #fff;
    display: inline-block;
    padding: 4px 10px;
}

.akt-rubrik a:hover,
.akt-rubrik a:focus {
    color: #2c2c2c;
}

.akt-rubrik a i {
    padding: 3px 0 0 4px;
    vertical-align: top;
}

.seitenzahl {
    color: #fff;

    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: #dc0a17;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    font-weight: 700;
}

.vst {
    background-color: #404040;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

.veranstaltungen.default .vst {
    overflow: visible;
}

.vst a {
    color: #fff;
}

.vst .vst-header {
    background-color: #2c2c2c;
    padding: 5px;
    height: 31px;
    line-height: 23px;
    overflow: hidden;
}

.vst .front {
    float: left;
    height: 0;
    padding-bottom: 30%;
    width: 30%;
}

.default .vst .front.noimg {
    width: 0;
}

.vst .back {
    float: right;

    padding: 5% 5px 0 0;
    width: 66%;
}

.vst .back-video {
    float: right;

    padding: 5px 5px 0 0;
    width: 66%;
}

.default .vst .back.noimg {
    padding: 5% 10px 0 10px;
    width: 100%;
}

.vst .back .vst-datum {
    font-weight: 600;
    margin-bottom: 5px;
}

.vst .vst-ticket-btn {
    background-color: #dc0a17;
    clear: both;
}

.vst .vst-ticket-btn:hover,
.vst .vst-ticket-btn:focus {
    background-color: #2c2c2c;
}

.vst .vst-ticket-btn a {
    display: block;
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.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: #dc0a17;
    color: #fff;
    display: inline-block;
    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;
}

/* Kurzinfo */

.veranstaltungen.default .vst-box {
    position: relative;
}

.vst-kurzinfo-container {}

.vst-kurzinfo-btn {
    background-color: #dc0a17;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 6px;
    text-align: center;
    top: 37px;
    width: 30px;
}

.vst-kurzinfo-btn:hover,
.vst-kurzinfo-btn:focus {
    background-color: #2c2c2c;
}

.vst-kurzinfo-btn i {
    color: #fff;
    font-size: 20px;
    padding-top: 5px;
}

.vst-kurzinfo-box {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    color: #2c2c2c;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: -5%;
    top: 70px;
    width: 110%;
    z-index: 99;
}

.vst-kurzinfo-box.box {
    padding: 10px;
}

.vst-kurzinfo-box.sichtbar {
    visibility: visible;
    opacity: 1;
}

.vst-kurzinfo-head {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

/************************************************************/
/*****************   Aboliste 1057   ************************/
/************************************************************/

#abonnement .vst-ticket-btn a i {
    padding-left: 10px;
    font-size: 18px;
    vertical-align: top;
}

/************************************************************/
/********************    Slider 5010     ********************/
/************************************************************/

#slider {
    background-color: #2c2c2c;
    font-size: 0.7em;
    height: 235px;
    position: relative;
    margin-bottom: 15px;
}

#slider .slider-box {
    line-height: 0;
}

#slider img {
    height: 100%;
    width: auto;
}

#slider a {
    color: #fff;
}

#slider .slide {
    height: 200px;
    line-height: normal;
    position: relative;
}

#slider .slide-text {
    background: rgba(44, 44, 44, 0.8);
    bottom: 0;
    padding: 8px;
    position: absolute;
    width: 100%;
}

#slider .slide-head {
    height: 16px;
    overflow: hidden;
}

#slider .slide-info {
    height: 16px;
    overflow: hidden;
}

#slider .slick-sr-only {
    display: none;
}

#slider .slick-arrow {
    background-color: #2c2c2c;
    border-radius: 50%;
    border: 1px solid #404040 !important;
    height: 40px;
    position: absolute;
    bottom: -30px;
    text-align: center;
    width: 40px;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

#slider .slick-prev {
    left: 20px;
}

#slider .slick-next {
    right: 20px;
}

#slider .pause-slider {
    background-color: #2c2c2c;
    border-radius: 50%;
    border: 1px solid #404040 !important;
    height: 40px;
    position: absolute;
    bottom: 5px;
    right: 50%;
    text-align: center;
    width: 40px;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    z-index: 99;
}

#slider .slick-arrow:hover,
#slider .pause-slider:hover {
    background-color: #dc0a17;
}

#slider .pause-slider i {}

/******* Slick *******/
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[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;
}

/************************************************************/

/******************    Rubriken 1015     ********************/

/************************************************************/
/* Rubrik "Theater" */
#rubriken ul li:nth-child(10) {
    display: none;
}

#rubrik-bezeichnung {
    display: none;
}

.veranstaltungen.default #rubrik-bezeichnung {
    display: inline-block;
}

.veranstaltungen.default #rubriken,
.veranstaltungen #oc-rubriken {
    display: none;
}

.sidr #oc-rubriken {
    color: #fff;
}

.sidr #oc-rubrik-bez {
    padding: 11px 0 11px 10px;
}

.sidr #oc-rubriken .tools-btn {
    overflow: hidden;
}

.sidr #oc-rubriken .dropdown-link {
    background-color: #dc0a17;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

.sidr #oc-rubriken .dropdown-container {
    background-color: #404040;
    display: none;
    margin: -15px 0 20px 0;
    padding: 3px 10px;
}

.sidr #oc-rubriken .dropdown-container a,
.sidr #oc-rubriken .dropdown-container span {
    color: #fff;
    border-bottom: 1px solid #999;
    display: block;
    padding: 7px 5px;
    text-transform: uppercase;
}

.sidr #oc-rubriken .dropdown-container .keine-vst {
    color: #787878;
    cursor: default;
}

.sidr #oc-rubriken .dropdown-container a:last-child,
.sidr #oc-rubriken .dropdown-container span:last-child {
    border-bottom: 0 none;
}

.sidr #oc-rubriken .dropdown-container a:hover {
    color: #dc0a17;
}

.sidr #oc-rubriken .dropdown-container span:hover {
    color: #787878;
}

/************************************************************/
/********************    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;
    width: 100%;
}

/************************************************************/
/*****************   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-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: #fff;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #2c2c2c;
}

/* Tab panel */

.r-tabs .r-tabs-panel {
    background-color: #fff;
    display: none;
    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-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: #dc0a17;
}

/************************************************************/
/***************    Abo Beschreibung  1058   ****************/
/************************************************************/

#abo-bild {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 300px;
    position: relative;
}

#abo-bild a {
    display: block;
}

#abo-basis-info {
    background-color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#abo-basis-info .basis-info {
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 10px 9px 10px;
}

#abo-basis-info a {
    color: #2c2c2c;
    display: block;
}

#abo-basis-info a:hover,
#abo-basis-info a:focus {
    color: #dc0a17;
}

#abo-basis-info .vst-info-icon {
    color: #dc0a17;
    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: #fff;

    padding: 10px;
}

#abo-kaufen {}

#abo-kaufen h2 {
    font-size: 1.3em;
}

#abo-ausweis-container {
    background-color: #fff;
    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: #dc0a17;
    width: 20px;
}

.abo-ausweis-btn-box {
    overflow: hidden;
}

.abo-ausweis-btn-box .ausweis-btn {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;
    display: block;

    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.abo-ausweis-btn-box .ausweis-btn:hover,
.abo-ausweis-btn-box .ausweis-btn:focus {
    background-color: #dc0a17;
}

.abo-ausweis-btn-box .ausweis-btn button {
    background-color: transparent;
    border: 0 none;
    height: 32px;
    padding: 8px 40px 8px 10px;
    text-align: left;
    width: 100%;
}

.abo-ausweis-btn-box .ausweis-btn i {
    background-color: #dc0a17;
    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: #fff;
    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: silver;
    color: red;
    font-weight: bold;
    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: #fff;
    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: #dc0a17;
    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 {
    font-weight: 600;
    padding: 5px 10px 2px 10px;
    text-transform: uppercase;
}

.abo-vst-ort {
    font-weight: 600;
    padding: 2px 10px 5px 10px;
}

.abo-vst-tools {
    background-color: #fff;
    overflow: hidden;
}

.abo-vst-tools .abo-tool-btn {
    border-bottom: 1px solid #e1e1e1;

    font-weight: 600;
    height: 32px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.abo-vst-tools .abo-tool-btn:last-child {
    border-bottom: 0 none;
}

.abo-vst-tools .abo-tool-btn button {
    height: 100%;
}

.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 button {
    background-color: transparent;
    color: #2c2c2c !important;
    border: 0 none;
    font-weight: 400;
    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: #dc0a17;
    color: #fff !important;
}

.abo-vst-tools .nokauf {
    padding: 8px 32px 8px 10px;
}

.abo-vst-tools .nokauf i {
    background-color: #dc0a17;
}

.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: #dc0a17;
    color: #fff !important;
}

.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: #dc0a17;
}

.abo-vst-tools .abo-platz button {
    background-color: transparent;
    border: 0 none;
    color: #2c2c2c !important;
    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: #dc0a17;
    color: #fff !important;
}

#abo-vst .button {
    margin-top: 20px;
}

#abo-vst .button button {
    width: 100%;
}

.abo-ausweis-btn-box:focus-within {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    outline: 1px solid #404040 !important;
    outline-offset: 2px;
}

.abo-tool-btn:focus-within * {
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    outline: 1px solid #404040 !important;
    outline-offset: 2px;
}

.abo-tool-btn input:focus {
    border: none;
}

.abo-vst-tools .abo-tool-btn-1 {
    position: relative;
}

.abo-vst-tools .abo-tool-btn-1 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-wahl input.abopatzadd-checkbox {
    visibility: hidden;
}

div#abo-tn-box h3 {
    display: inline-block;
    position: absolute;
    margin-top: -20px;
}

div#abo-tn h3 {
    display: none;
}

/********* 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 {
    position: absolute;
    right: 15px;
    top: 0;
}

.popup-close-btn button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    color: #2c2c2c !important;
    font-size: 50px;
    font-weight: 400;
    padding: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#abo-tn-box {
    max-width: 500px;
}

#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: #fff;

    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;
}

.abo-zf-aw-nr h4 span {
    float: right;
}

.abo-zf-ermaessigung,
.abo-zf-teilnehmer {
    margin-bottom: 20px;
}

.abo-zf-ausweis-box {
    background-color: #fff;

    padding: 10px;
}

.abo-zf-vst {
    background-color: #404040;
    color: #fff;

    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: #404040;
    padding: 8px 10px;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt {
    background-color: #2c2c2c;
    border: 0;
    color: #fff;

    font-weight: 600;
    text-align: left;
    padding: 10px;
    position: relative;
    width: 100%;
}

.abo-zf-teilnehmer button.add-aboteilnehmer-butt:after {
    background-color: #dc0a17;
    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: #dc0a17;
}

.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: #dc0a17;
}

.abo-entfernen button i {
    background-color: #dc0a17;
    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;
}

div#abo-tn-box h3 {
    display: inline-block;
    position: absolute;
    margin-top: -20px;
}

div#abo-tn h3 {
    display: none;
}

/************************************************************/
/***************     VstBeschreibung 1005    ****************/
/************************************************************/

#vst-bez h1,
#vst-bez h2,
#vst-bez h3,
#vst-bez h4 {
    text-align: center;
}

#vst-bild {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 300px;
    position: relative;
    /*padding-bottom: 15px;*/
}

#vst-bild a {
    display: block;
}

#vst-bild.noimg {
    display: none;
}

#vst-bild-btn-box {
    position: relative;
    line-height: 0;
}

#vst-video-btn-box {
    line-height: normal;
}

#vst-bild-btn {
    background-color: #dc0a17;
    bottom: 0;
    pointer-events: none;
    color: #fff;
    position: absolute;
    right: 0;
    text-align: center;
    padding: 0;
    width: 40px;
}

#vst-video-btn-box video {
    width: 100%;
}

#vst-bild-btn i {
    font-size: 20px;
    padding: 9px 0;
    vertical-align: top;
    width: 40px;
}

#vst-basis-info {
    background-color: #fff;

    margin-bottom: 20px;
    overflow: hidden;
    text-transform: uppercase;
}

#vst-basis-info .vst-info-icon {
    color: #dc0a17;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    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 {
    width: 26px;
}

#vst-basis-info a {
    color: #2c2c2c;
    display: block;
}

#vst-basis-info a:hover,
#vst-basis-info a:focus {
    background-color: #dc0a17;
    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 35px;
    position: relative;
}

#vst-basis-info .basis-info:last-child {
    border-bottom: 0 none;
}

#vst-titelinfo {
    background-color: #fff;

    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px;
}

#kaufen {}

#vst-info {
    margin-bottom: 20px;
}

#vst-info .vst-info-box {
    background-color: #fff;
    padding: 10px;
}

#vst-video {
    margin-bottom: 20px;
}

#vst-video .vst-video-box {}

#vst-video .vst-video {
    background-color: #404040;
    color: #fff;
    margin-bottom: 10px;
}

#vst-video .vst-video-header {
    background-color: #2c2c2c;
    height: 31px;
    line-height: 23px;
    overflow: hidden;
    padding: 5px;
}

#vst-video .vst-video-body {
    position: relative;
}

#vst-video .vst-video-img {
    border-radius: 0 0 0 5px;
    float: left;
    height: 0;
    padding-bottom: 30%;
    width: 44%;
}

#vst-video .vst-video-text {
    height: 100%;
    position: absolute;
    right: 0;
    width: 55%;
}

#vst-video .vst-video-info {
    height: 50%;
    padding: 0 15px 0 10px;
    position: relative;
}

#vst-video .vst-video-preis {
    margin-top: -9px;
    position: absolute;
    top: 50%;
}

#vst-video .video-kurzinfo-container {}

#vst-video .video-kurzinfo-btn {
    background-color: #dc0a17;
    cursor: pointer;
    font-size: 20px;
    height: 30px;
    padding-top: 3px;
    position: absolute;
    right: 5%;
    text-align: center;
    margin-top: -15px;
    top: 50%;
    width: 30px;
}

#vst-video .video-kurzinfo-btn:hover {
    background-color: #2c2c2c;
}

#vst-video .video-kurzinfo-box {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
    color: #2c2c2c;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 5%;
    bottom: 115%;
    width: 173%;
    z-index: 99;
}

#vst-video .video-kurzinfo-box .close-info {
    display: inline-block;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: -10px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    cursor: pointer;
}

#vst-video .video-kurzinfo-box.box {
    padding: 10px;
}

#vst-video .video-kurzinfo-box.sichtbar {
    visibility: visible;
    opacity: 1;
}

#vst-video .video-kurzinfo-head {
    font-weight: 600;
    margin-bottom: 5px;
    padding-right: 30px;
}

#vst-video .video-auswahl-box .button {
    margin: 5px auto 0 auto;
    width: 150px;
}

#vst-video .video-auswahl-box .video-select {
    display: none;
}

#vst-video .video-auswahl-box .button input {
    font-size: 0.8em;
    height: 30px;
    padding: 0 5px;
}

#z-info {
    margin-bottom: 20px;
}

#veranstalter,
#optionen,
#artikelliste {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 10px;
}

#veranstalter {
    margin-top: 20px;
}

#artikelliste .art {
    width: 100%;
}

#artikelliste .zartikel-auswahl-box select {
    border: solid 1px white;
}

#veranstalter p {
    margin-bottom: 0;
}

#zugang-btn,
#anbieter-btn {
    background-color: #fff;
    color: #000 !important;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
}

#zugang-btn i,
#anbieter-btn i {
    background-color: #dc0a17;
    color: #fff;
    font-size: 20px;
    height: 100%;
    padding-top: 9px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 40px;
}

#zugang-btn:hover i,
#anbieter-btn:hover i {
    background-color: #2c2c2c;
}

#zugang-text {
    background-color: #fff;
    padding: 10px;
    display: none;
    margin-top: 10px;
}

#anbieter {
    display: block;
    background-color: #fff;
    bottom: 0;
    position: fixed;
    right: -310px;
    top: 0;
    width: 300px;
    height: 100%;
    -webkit-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;
    transition: all 0.3s linear;
    overflow-x: hidden;
    overflow-y: auto;
}

#anbieter.page {
    position: static;
    width: auto;
    max-width: 500px;
    padding: 20px;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

#anbieter-box {
    padding: 40px 10px;
}

#anbieter.open {
    position: fixed;
    right: 0;
}

#anbieter h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

#anbieter h3 button {
    background-color: transparent;
    font-weight: 700;
    color: #000 !important;
    font-size: 50px;
    font-weight: 100;
    position: absolute;
    top: 0;
    right: 15px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 44px;
    width: 44px;
}

#anbieter h3 span:hover {
    color: #dc0a17;
}

#anbieter .anbieter-header {
    background-color: #2c2c2c;
    color: #fff;

    font-weight: 600;
    padding: 7px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}

#anbieter dl {}

#anbieter dt {
    font-weight: 600;
    text-transform: uppercase;
}

#anbieter dd {
    margin: 0 0 10px 20px;
}

#anbieter .button {

    margin-top: 20px;
}

.ausr-logo img,
.ver-logo img {
    display: inline;
    width: 80px;
}

.ver-logo,
.ausr-logo {
    display: none;
}

#anbieter .pflicht {
    display: inline-block;
    text-align: right;
    margin-top: 10px;
    width: 100%;
}

#anbieter #AnwAnfMeldung > div {
    background-color: #dc0a17;
    border-radius: 5px;
    font-weight: 600;
    margin: 10px 0;
    padding: 10px;
    color: #fff;
    text-align: center;
}

#anbieter textarea {
    height: 100px;
    width: 100%;
}

#anbieter .label {
    display: inline-block;
    font-weight: 600;
    padding: 0 0 2px 5px;
}

#anbieter .input-text {
    margin-bottom: 15px;
    display: block;
}

.AnwAnfrDatenschutz input {
    display: inline-block;
    height: 12px;
    width: 25px;
}

#gesendet {
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0 0 0 3px #d9f95e;
    box-shadow: 0 0 0 3px #d9f95e;
    outline: 1px solid #404040 !important;
    outline-offset: 3px;
    text-align: center;
    overflow: hidden;
    padding: 10px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 350px;
    z-index: 999999;
}

gesendet #closelink a {
    font-weight: 600;
    color: #000;
    margin-top: 20px;
}

#agb-einblenden {
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#agb-text {
    display: none;
}

#anbieter #anwender_agb_div1 {
    display: block;
}

#weitere-termine {
    background-color: #fff;

    margin-bottom: 20px;
    overflow: hidden;
}

#weitere-termine .termin {

    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: #dc0a17;
    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 {
    margin-bottom: 20px;
}

#vst-location-box {
    background-color: #fff;
    padding: 10px;
}

#google-map {
    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 {
    background-size: cover;
    display: block;
    float: left;
    height: 53px;
    margin: 5px 10px;
    width: 70px;
}

/* Icon fÃ¼r "Freikarten" nicht mehr anzeigen */
#optionen span#zartid54,
#optionen span#opt-zartid54 {
    display: none;
}

/* 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,
#opt-zartid38,
#zartid50,
#opt-zartid50,
#zartid68,
#opt-zartid68,
#zartid86,
#opt-zartid86,
#zartid95,
#opt-zartid95,
#zartid116,
#opt-zartid116 {
    background: url(/template/000000/images/paypal.png) right 0 no-repeat;
}

#zartid4,
#opt-zartid4,
#zartid41,
#opt-zartid41,
#zartid33,
#opt-zartid33,
#zartid8,
#opt-zartid8,
#zartid84,
#opt-zartid84 {
    background: url(/template/000000/images/mastercard.png) right 0 no-repeat;
}

#zartid6,
#opt-zartid6,
#zartid3,
#opt-zartid3,
#zartid17,
#opt-zartid17,
#zartid18,
#opt-zartid18,
#zartid9,
#opt-zartid9 {
    background: url(/template/000000/images/lastschrift.png) right 0 no-repeat;
}

#zartid64,
#opt-zartid64 {
    background: url(/template/000000/images/lastschrift-sd.png) right 0 no-repeat;
}

#zartid66,
#opt-zartid66 {
    background: url(/template/000000/images/giro-sol.png) right 0 no-repeat;
}

#zartid7,
#opt-zartid7,
#zartid10,
#opt-zartid10,
#zartid13,
#opt-zartid13,
#zartid14,
#opt-zartid14,
#zartid15,
#opt-zartid15,
#zartid16,
#opt-zartid16 {
    background: url(/template/000000/images/vorkasse.png) right 0 no-repeat;
}

#zartid22,
#opt-zartid22,
#zartid42,
#opt-zartid42,
#zartid26,
#opt-zartid26,
#zartid32,
#opt-zartid32,
#zartid92,
#opt-zartid92 {
    background: url(/template/000000/images/visa.png) right 0 no-repeat;
}

#zartid43,
#opt-zartid43,
#zartid23,
#opt-zartid23,
#zartid28,
#opt-zartid28,
#zartid72,
#opt-zartid72 {
    background: url(/template/000000/images/american-express.png) right 0 no-repeat;
}

#zartid44,
#opt-zartid44,
#zartid24,
#opt-zartid24,
#zartid29,
#opt-zartid29,
#zartid75,
#opt-zartid75 {
    background: url(/template/000000/images/diners-club.png) right 0 no-repeat;
}

#zartid45,
#opt-zartid45,
#zartid25,
#opt-zartid25,
#zartid30,
#opt-zartid30,
#zartid82,
#opt-zartid82 {
    background: url(/template/000000/images/jcb.png) right 0 no-repeat;
}

#zartid47,
#opt-zartid47,
#zartid37,
#opt-zartid37,
#zartid61,
#opt-zartid61,
#zartid79,
#opt-zartid79 {
    background: url(/template/000000/images/giropay.png) right 0 no-repeat;
}

#zartid48,
#opt-zartid48,
#zartid31,
#opt-zartid31,
#zartid83,
#opt-zartid83 {
    background: url(/template/000000/images/maestro.png) right 0 no-repeat;
}

#zartid49,
#opt-zartid49 {
    background: url(/template/000000/images/click-and-buy.png) right 0 no-repeat;
}

#zartid55,
#opt-zartid55,
#zartid59,
#opt-zartid59,
#zartid70,
#opt-zartid70,
#zartid90,
#opt-zartid90 {
    background: url(/template/000000/images/sofortueberweisung.png) right 0 no-repeat;
}

#zartid2,
#opt-zartid2 {
    background: url(/template/000000/images/nachnahme.png) right 0 no-repeat;
}

#zartid1,
#opt-zartid1 {
    background: url(/template/000000/images/rechnung.png) right 0 no-repeat;
}

#zartid5,
#opt-zartid5 {
    background: url(/template/000000/images/reservierung.png) right 0 no-repeat;
}

#zartid11,
#opt-zartid11,
#zartid20,
#opt-zartid20 {
    background: url(/template/000000/images/mobiltelefon.png) right 0 no-repeat;
}

#zartid21,
#opt-zartid21 {
    background: url(/template/000000/images/v-by-visa.png) right 0 no-repeat;
}

#zartid27,
#opt-zartid27 {
    background: url(/template/000000/images/master-secure.png) right 0 no-repeat;
}

#zartid39,
#opt-zartid39,
#zartid56,
#opt-zartid56,
#zartid57,
#opt-zartid57,
#zartid88,
#opt-zartid88,
#zartid89,
#opt-zartid89 {
    background: url(/template/000000/images/postfinance.png) right 0 no-repeat;
}

#zartid52,
#opt-zartid52 {
    background: url(/template/000000/images/maestro-uk.png) right 0 no-repeat;
}

#zartid53,
#opt-zartid53 {
    background: url(/template/000000/images/direktueberweisung.png) right 0 no-repeat;
}

#zartid12,
#opt-zartid12 {
    background: url(/template/000000/images/prepaid.png) right 0 no-repeat;
}

#zartid19,
#opt-zartid19 {
    background: url(/template/000000/images/e-geld.png) right 0 no-repeat;
}

#zartid34,
#opt-zartid34 {
    background: url(/template/000000/images/kk-com.png) right 0 no-repeat;
}

#zartid35,
#opt-zartid35 {
    background: url(/template/000000/images/ls-com.png) right 0 no-repeat;
}

#zartid36,
#opt-zartid36 {
    background: url(/template/000000/images/kk-spar.png) right 0 no-repeat;
}

#zartid40,
#opt-zartid40 {
    background: url(/template/000000/images/telecash.png) right 0 no-repeat;
}

#zartid46,
#opt-zartid46 {
    background: url(/template/000000/images/telecash-ls.png) right 0 no-repeat;
}

#zartid51,
#opt-zartid51 {
    background: url(/template/000000/images/laser.png) right 0 no-repeat;
}

#zartid54,
#opt-zartid54 {
    background: url(/template/000000/images/gratis.png) right 0 no-repeat;
}

#zartid58,
#opt-zartid58 {
    background: url(/template/000000/images/ex-abr.png) right 0 no-repeat;
}

#zartid69,
#opt-zartid69,
#zartid87,
#opt-zartid87 {
    background: url(/template/000000/images/paydirekt-giro.png) right 0 no-repeat;
}

#zartid94,
#opt-zartid94 {
    background: url(/template/000000/images/paydirekt.png) right 0 no-repeat;
}

#zartid111,
#opt-zartid111 {
    background: url(/template/000000/images/govconnect.png) right 0 no-repeat;
}

#opt-zartid112,
#zartid112 {
    background: url(/template/000000/images/apple-pay.png) right 0 no-repeat;
}

#opt-zartid113,
#zartid113 {
    background: url(/template/000000/images/google-pay.png) right 0 no-repeat;
}

#opt-zartid114,
#zartid114 {
    background: url(/template/000000/images/apple-pay.png) right 0 no-repeat;
}

#opt-zartid115,
#zartid115 {
    background: url(/template/000000/images/google-pay.png) right 0 no-repeat;
}

#opt-zartid117,
#zartid117 {
    background: url(/template/000000/images/stripe.png) right 0 no-repeat;
}

#opt-zartid117_1,
#zartid117_1 {
    background: url(/template/000000/images/mastercard.png) right 0 no-repeat;
}

#opt-zartid117_2,
#zartid117_2 {
    background: url(/template/000000/images/visa.png) right 0 no-repeat;
}

#opt-zartid117_3,
#zartid117_3 {
    background: url(/template/000000/images/apple-pay.png) right 0 no-repeat;
}

#opt-zartid117_4,
#zartid117_4 {
    background: url(/template/000000/images/google-pay.png) right 0 no-repeat;
}

#opt-zartid117_5,
#zartid117_5 {
    background: url(/template/000000/images/klarna.png) right 0 no-repeat;
}

/* Icons Lieferung */
#opt-zuartid1,
#zuartid1 {
    background: url(/template/000000/images/selbst.png) right 0 no-repeat;
}

#opt-zuartid2,
#zuartid2 {
    background: url(/template/000000/images/dt-post.png) right 0 no-repeat;
}

#opt-zuartid3,
#zuartid3 {
    background: url(/template/000000/images/dt-post-express.png) right 0 no-repeat;
}

#opt-zuartid4,
#zuartid4 {
    background: url(/template/000000/images/dt-post-nachnahme.png) right 0 no-repeat;
}

#opt-zuartid5,
#zuartid5 {
    background: url(/template/000000/images/ups.png) right 0 no-repeat;
}

#opt-zuartid6,
#zuartid6 {
    background: url(/template/000000/images/ups-express.png) right 0 no-repeat;
}

#opt-zuartid7,
#zuartid7 {
    background: url(/template/000000/images/ups-nachnahme.png) right 0 no-repeat;
}

#opt-zuartid8,
#zuartid8 {
    background: url(/template/000000/images/ups-nn-ex.png) right 0 no-repeat;
}

#opt-zuartid9,
#zuartid9 {
    background: url(/template/000000/images/post.png) right 0 no-repeat;
}

#opt-zuartid10,
#zuartid10 {
    background: url(/template/000000/images/print-home.png) right 0 no-repeat;
}

#opt-zuartid11,
#zuartid11 {
    background: url(/template/000000/images/abendkasse.png) right 0 no-repeat;
}

#opt-zuartid12,
#zuartid12 {
    background: url(/template/000000/images/einschreiben.png) right 0 no-repeat;
}

#opt-zuartid13,
#zuartid13 {
    background: url(/template/000000/images/nachnahme.png) right 0 no-repeat;
}

#opt-zuartid14,
#zuartid14 {
    background: url(/template/000000/images/mobiltelefon.png) right 0 no-repeat;
}

/************************************************************/

/***************         Lightbox        ********************/

/************************************************************/

/* Preload images */

body:after {
    content: url(/template/000000/images/lb-close.png) url(/template/000000/images/lb-loading.gif) url(/template/000000/images/lb-prev.png) url(/template/000000/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;
    border-radius: 3px;
}

.lightbox a img {
    border: 0;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    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/000000/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/000000/images/lb-prev.png) left 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
    opacity: 0.4;
    -webkit-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/000000/images/lb-next.png) right 48% no-repeat;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.4);
    opacity: 0.4;
    -webkit-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%;
    border-bottom-left-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/000000/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;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/************************************************************/
/***************     BestplatzAuswahl 1006   ****************/
/************************************************************/

#bestplatz-container {}

#bestplatz-box {
    margin-top: 30px;
}

.preisgruppe {
    margin-bottom: 5px;
}

.pg-bez {
    background-color: #404040;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    text-align: left;
}

.pg-bez .pg-btn {
    display: inline-block;

    font-weight: 600;
    padding: 7px 45px 7px 10px;
    text-transform: uppercase;
    width: 100%;
}

.pg-bez .pg-btn i {
    background-color: #dc0a17;
    border-left: 1px solid #2c2c2c;
    font-size: 24px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    text-align: center;
    width: 40px;
}

.pg-bez .pg-btn i.fa-chevron-up,
.pg-bez.open .pg-btn i.fa-chevron-down {
    display: none;
}

.pg-bez.open .pg-btn i.fa-chevron-up {
    display: inline-block;
}

.pg-bez:hover,
.pg-bez:focus {
    background-color: #dc0a17;
}

.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 {}

#bestplatz-box select {
    font-size: 1.2em;
    padding: 5px;
}

#sektorenauswahl {
    margin-top: 20px;
}

.sektoren-einblenden {
    background-color: #2c2c2c;
    color: #fff;
    cursor: pointer;

    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: #dc0a17;
    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: #dc0a17;
}

.sektorplan {
    text-align: center;
}

.sektorplan img {
    width: auto;
    max-width: 100%;
}

.sektorliste {}

.sektorliste li {
    background-color: #e1e1e1;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    cursor: pointer;

    padding: 5px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 1px 0;
}

.sektorliste li:hover {
    background-color: #404040;
    color: #fff;
}

#IDSektorOuter {
    display: none;
}

#IDSektorAnsicht {
    height: auto !important;
}

#IDSektorAnsicht h4 {
    padding: 10px 0;
    text-align: center;
}

.sektor-bez-box {
    text-align: center;
}

.sektor-bez {
    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;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 600;
    margin: 20px 0 5px 0;
    padding: 5px 10px;
    text-transform: uppercase;
}

#sektortab .button {

    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 {}

.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: 8px;
    text-align: center;
    width: 40px;
}

#sp-nav .sp-nav-btn:hover,
#sp-nav .sp-nav-btn:focus {
    background-color: #dc0a17;
}

#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: #dc0a17;
}

#sp-wk-btn a {
    background-color: #dc0a17;
    display: block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    color: #fff;
}

/************** Barrierefreies Auswahlfeld ******************/
#platzliste {
    background-color: #e1e1e1;
    padding: 20px;
    margin-bottom: 20px;
}

#platzliste #freie-plaetze {
    border-radius: 5px;
    border: 0;
    display: block;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/template/000000/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 45px;
}

#platzliste label {
    font-size: 1em;
    font-weight: 600;
    text-align: center;
    line-height: 1.5em;
    display: inline-block;
    margin-bottom: 10px;
}

#platzliste option {
    padding: 12px 0;
}

#platzliste option:first-child {
    text-transform: uppercase;
}


/************************************************************/
/*********          ArtikelListe  1012       ****************/
/************************************************************/

.artikelliste {
    margin-bottom: 30px;
    position: relative;
}

#zusatzartikel.artikelliste {
    margin-bottom: 0;
}

.art {
    background-color: #404040;
    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%;
}

.kk-dok .art-img {
    height: 170px;
    width: 170px;
}

.art .art-text {
    float: right;

    padding: 30px 5px 0 0;
    width: 66%;
}

.art .art-text .art-preis {
    font-weight: 600;
    margin-bottom: 5px;
}

.art .art-btn {
    background-color: #dc0a17;
    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;
}

/************************************************************/
/***************  ArtikelBeschreibung 1013  *****************/
/************************************************************/

.art-bild-det {
    line-height: 0;
    margin: 0 auto 20px auto;
    max-width: 300px;
}

.art-bild-det a {
    display: block;
}

.art-text-det {
    background-color: #fff;

    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: #dc0a17;
}

.art-text-det .basis-info i {
    color: #dc0a17;
    font-size: 18px;
    vertical-align: middle;
    width: 24px;
}

.art-notiz {
    margin-bottom: 20px;
}

.art-notiz-box {
    background-color: #fff;

    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: #fff;
    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;

    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;
}

.GutscheinFreitextLabel {
    display: block;
    margin-bottom: 10px;
}

#vorschau-klein {
    margin: 0 auto;
    width: 150px;
}

#gs-tools {
    overflow: hidden;
    position: relative;
}

#gs-tools .refresh input {
    background-color: #2c2c2c;
    color: #fff;
    height: auto;
    padding: 8px 10px;
    text-align: left;
    text-transform: uppercase;
}

#gs-tools .refresh input:hover,
#gs-tools .refresh input:focus {
    background-color: #dc0a17;
}

#gs-tools .refresh i {
    background-color: #dc0a17;
    border-left: 1px solid #2c2c2c;
    color: #fff;
    padding-top: 8px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 32px;
}

/************************************************************/
/*****************     Meine Daten 12      ******************/
/************************************************************/

#kk-bereiche {
    word-wrap: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.kk-kopf {
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.kk-icon {
    background-color: #dc0a17;
    border-right: 1px solid #2c2c2c;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-size: 18px;
    float: left;
    height: 100%;
    left: 0;
    padding-top: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
    z-index: 999;
}

.kk-link {
    background-color: #2c2c2c;
    border-radius: 5px;
    color: #fff;
    padding: 8px 30px 8px 50px;
    width: 100%;
    text-align: left;
}

.kk-link:hover {
    background-color: #dc0a17;
}

.kk-link i {
    font-size: 18px;
    padding-top: 12px;
    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;
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px 30px 11px 50px;
    width: 100%;
}

.kk-pers-daten .kk-link a:hover {
    background-color: #dc0a17;
}

.kk-details {
    width: 100%;
}

.kk-details .box {
    margin: 10px 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-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;
    width: 30%;
    max-width: 67px;
}

.kk-dok-btn {
    background-color: #dc0a17;
    border-radius: 5px;
    float: left;
    height: 100%;
    text-align: center;
    width: 49%;
}

.kk-dok-btn:hover {
    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;
    padding-top: 7px;
}

.kk-inhalt .news-auswahl {
    margin: 20px auto;
}

#kk-bereiche #newsletter .button {
    max-width: 270px;
    margin: 0 auto;
}

.kk-uebersicht .adobe {
    margin-top: 20px;
}

/************************************************************/
/*****************     Impressum 46      ********************/
/************************************************************/

.imp-box {
    margin-bottom: 20px;
}

.imp-links {
    font-weight: 600;
    margin-bottom: 10px;
}

.al {
    background: url(/template/000000/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: #dc0a17;
}

#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: #dc0a17;
}

.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 *****************/
/************************************************************/
#vorverkauf .label {
    width: 100%;
}

.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 .formular-box a,
#alphabet .formular-box 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 .formular-box span {
    background-color: #999;
}

#alphabet a {
    background-color: #2c2c2c;
}

#alphabet a:hover,
#alphabet a:focus {
    background-color: #dc0a17;
}

#alphabet a.vvklst_alphalink_select {
    background-color: red;
}

#alphabet a.vvst-alles {
    width: 89px;
}

/************************************************************/
/************  VorverkaufsstellenDetails 1052 ***************/
/************************************************************/

#vvk-details #map_canvas {
    height: auto;
    width: 100%;
}

#vvk-map {
    max-width: 300px;
    margin: 0 auto;
}

#vvk-stelle {
    margin-bottom: 20px;
}

#vvk-nicht-gefunden {
    margin-top: 50px;
}

/************************************************************/
/*****************    Script und Cookie    ******************/
/************************************************************/

.error-message .head {
    font-weight: 600;
}

/************************************************************/
/*****************      Fehlermeldung      ******************/
/************************************************************/

#FEHLERMELDUNG,
#FEHLERMELDUNG-JS {
    background-color: #dc0a17;
    border-radius: 0 0 5px 5px;
    color: #fff;
    position: fixed;
    height: auto;
    width: calc(100% - 40px);
    top: 0;
    left: 20px;
    padding: 32px 20px 24px 20px;
    text-align: center;
    z-index: 9999999;
}

#teinehmer-body #FEHLERMELDUNG {
    border-radius: 5px;
}

#fehler {}

.fehler-kopf {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

#fehler #err-kd-1,
#fehler #err-kd-2,
#fehler #err-kd-3,
#fehler #err-kd-4,
#fehler #err-kd-5,
#fehler #err-kd-6,
#fehler #err-kd-7,
#fehler #err-kd-8,
#fehler #err-kd-9,
#fehler #err-kd-10,
#fehler #err-kd-11,
#fehler #err-kd-12,
#fehler #err-kd-13,
#fehler #err-kd-14,
#fehler #err-kd-15,
#fehler #err-kd-16,
#fehler #err-kd-17,
#fehler #err-kd-18,
#fehler #err-kd-19,
#fehler #err-kd-20,
#fehler #err-login-1,
#fehler #err-login-2,
#fehler #err-login-3,
#err-teiln-abo-1,
#err-teiln-abo-2,
#err-teiln-abo-3,
#err-teiln-abo-4,
#err-teiln-abo-5,
#err-teiln-abo-6,
#err-teiln-abo-7,
#teinehmer-body #fehler .fehler-text ul {
    display: none;
}

.fehler-schliessen a {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 48px;
    position: absolute;
    top: -10px;
    right: 10px;
    color: #fff;
}

/************************************************************/
/*************  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;

    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 {}

.adobe .button {
    max-width: 200px;
}

.ticket-to-handy {
    margin-bottom: 20px;
}

/************************************************************/
/*************       ZahlungsArt 2006       *****************/
/************************************************************/
.zart-opt,
.zuart-opt {
    background-size: cover !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    margin: 0 50px 5px 0;
    position: relative;
    width: 60px;
}

.zart-opt span,
.zuart-opt span {
    display: block;
    height: 30px;
    position: absolute;
    top: 8px;
    right: -40px;
    width: 30px;
}

.zart-opt span.opt-zartid-checked0,
.zuart-opt span.opt-zartid-checked0 {
    background: url(/template/000000/images/kein-haekchen.png) center no-repeat;
}

.zart-opt span.opt-zartid-checked1,
.zuart-opt span.opt-zartid-checked1 {
    background: url(/template/000000/images/haekchen.png) center no-repeat;
}

.zart-bez,
.zuart-bez {
    display: block;
    font-weight: 600;
    padding-top: 13px;
}

.zart-info,
.zuart-info {
    display: block;
    margin: 5px 0 20px 0;
}

.wk-opt-bereich {
    margin-top: 20px;
}

.wk-opt-item {
    margin-bottom: 20px;
}

.wk-opt-vst {

    font-weight: 600;
    margin-bottom: 10px;
}

.opt-pah,
.opt-tth {
    background-size: cover !important;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    margin: 0 50px 5px 0;
    position: relative;
    width: 60px;
}

.opt-pah {
    background: url(/template/000000/images/print-home.png) right 0 no-repeat;
}

.opt-tth {
    background: url(/template/000000/images/mobiltelefon.png) right 0 no-repeat;
}

.opt-pah span,
.opt-tth span {
    display: block;
    height: 30px;
    position: absolute;
    top: 8px;
    right: -40px;
    width: 30px;
}

.opt-pah span.opt-zartid-checked0,
.opt-tth span.opt-zartid-checked0 {
    background: url(/template/000000/images/kein-haekchen.png) center no-repeat;
}

.opt-pah span.opt-zartid-checked1,
.opt-tth span.opt-zartid-checked1 {
    background: url(/template/000000/images/haekchen.png) center no-repeat;
}

#bezahlung .wk-info {
    margin-bottom: 20px;
}

.wk-zf-summe {
    margin: 5px 0;
    text-align: right;
}

.printhome-auswahl01 {
    visibility: visible;
}

/*
    Blendet den Bereich aus, weil der Kunde aktiv die MÃ¶glichkeit hat PrintAtHome auszuwÃ¤hlen.
    Hier soll es keine selektive AuswahlmÃ¶glichkeit geben.
*/
.opt-printathome0,
.opt-tickettohandy0,
.printhome-handy-auswahl00,
.printhome-auswahl000,
.printhome-auswahl100,
.printhome-auswahl110,
.printhome-auswahl011,
.printhome-auswahl101,
.printhome-auswahl111 {
    display: none;
}

/*
    Blendet den Bereich ein, wenn der Warenkorb aktuell kein Ticket aufs Handy erlaubt,
    weil z.B. Artikel im WK sind.
    Es soll also die MÃ¶glichkeit geschaffen werden, Veranstaltungen mit Ticket aufs Handy
    dennoch auf diese Art zuszustellen.
*/
.handyticket-auswahl001 {
    visibility: visible;
}

/*
    Blendet den Bereich aus, weil der Kunde aktiv die MÃ¶glichkeit hat Ticket aufs Handy auszuwÃ¤hlen.
    Hier soll es keine selektive AuswahlmÃ¶glichkeit geben.
*/
.handyticket-auswahl000,
.handyticket-auswahl100,
.handyticket-auswahl110,
.handyticket-auswahl011,
.handyticket-auswahl101,
.handyticket-auswahl111 {
    visibility: collapse;
}

input.wk_versand_radio,
input.wk_versand_radio:hover,
input.wk_versand_radio:checked {
    width: 100px;
    height: 50px;
    opacity: 0;
}

.za-show-uebersicht {
    display: none;
}

.za-show-uebersicht0011.za-show-uebersicht,
.za-show-uebersicht0010.za-show-uebersicht,
.za-show-uebersicht0001.za-show-uebersicht {
    display: block;
}

/************************************************************/
/*****  E-Zahlungen 2007, 2009, 2011, 2012, 2015, 2016  *****/
/************************************************************/

#LastschriftDaten #button-box input {}

.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;
}

/************************************************************/
/**************** Anbieter Login 999 ************************/
/************************************************************/
.anbieter-login-box {
    margin: 0 auto;
    width: 266px;
}

#video-login-box {
    max-width: 500px;
    margin: auto;
}

.anbieter-login-box .anbieter-login-btn {
    display: block;
    height: 100px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    width: 100px;
}

.anbieter-login-box .btn-01 {
    background-color: #992028;
}

.anbieter-login-box .btn-02 {
    background-color: #ffcb00;
}

.anbieter-login-box .btn-03 {
    background-color: #ee7700;
}

.anbieter-login-box .btn-04 {
    background-color: #dc0a17;
}

.anbieter-login-box .btn-05 {
    background-color: #2eaadd;
}

.anbieter-login-box .btn-06 {
    background-color: #42a62a;
}

.anbieter-login-box .btn-07 {
    background-color: #b3c61f;
}

.anbieter-login-box .btn-08 {
    background-color: #004699;
}

.anbieter-login-box .btn-09 {
    background-color: #601288;
}

.anbieter-login-box .btn-10 {
    background-color: #e6bc68;
}

.anbieter-login-box .btn-11 {
    background-color: #c60086;
}

.anbieter-login-box .btn-12 {
    background-color: #0e1a56;
}

.anbieter-login-box .anbieter-login-btn span {
    background-color: #2c2c2c;
    color: #fff;
    display: block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    height: 36px;
    margin-top: -18px;
    padding: 10px 0 0 50px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    top: 50%;
    left: 16px;
    width: 240px;
}

.anbieter-login-box .btn-01:hover span {
    background-color: #992028;
}

.anbieter-login-box .btn-02:hover span {
    background-color: #ffcb00;
}

.anbieter-login-box .btn-03:hover span {
    background-color: #ee7700;
}

.anbieter-login-box .btn-04:hover span {
    background-color: #dc0a17;
}

.anbieter-login-box .btn-05:hover span {
    background-color: #2eaadd;
}

.anbieter-login-box .btn-06:hover span {
    background-color: #42a62a;
}

.anbieter-login-box .btn-07:hover span {
    background-color: #b3c61f;
}

.anbieter-login-box .btn-08:hover span {
    background-color: #004699;
}

.anbieter-login-box .btn-09:hover span {
    background-color: #601288;
}

.anbieter-login-box .btn-10:hover span {
    background-color: #e6bc68;
}

.anbieter-login-box .btn-11:hover span {
    background-color: #c60086;
}

.anbieter-login-box .btn-12:hover span {
    background-color: #0e1a56;
}

.anbieter-login-box .anbieter-login-btn i {
    font-size: 26px;
    position: absolute;
    left: 10px;
    top: 5px;
}

.anbieter-login-box .anbieter-login-btn img {
    position: absolute;
    left: 0;
    top: -12px;
    width: 53px;
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 480px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 480px) {
    .ab-480 {
        display: inline-block;
    }

    /************************************************************/
    /*****************       Paging       ***********************/
    /************************************************************/
    .pagination .zurueck.anfang,
    .pagination .weiter.ende {
        display: block;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-video .vst-video-img {
        height: 100px;
        padding-bottom: 0;
        width: 190px;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    #restzeit-nachricht {
        font-size: 15px;
        text-align: center;
        padding: 12px 22px 0 0;
    }

    #restzeit-nachricht br {
        display: none;
    }

    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-link .desktop {
        display: inline-block;
    }

}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** 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%;
    }

    /************************************************************/
    /************    VstKalender 1004 + 5011   ******************/
    /************************************************************/
    .vst {
        float: left;
        margin-right: 2%;
        width: 49%;
    }

    .vst:nth-child(2n) {
        margin-right: 0;
    }

    /************************************************************/
    /***************    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%;
    }

    /************************************************************/
    /***************     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%;
    }

    #anbieter {
        right: -410px;
        width: 400px;
    }

    #vst-video .vst-video-box {
        font-size: 1em;
    }

    #vst-video .vst-video-text {
        width: 65%;
    }

    #vst-video .vst-video-info {
        float: left;
        margin-top: 25px;
        width: 40%;
    }

    #vst-video .video-kurzinfo-box {
        bottom: 125%;
        right: -100%;
        width: 290%;
    }

    #vst-video .video-auswahl-box {
        float: right;
        margin-top: 35px;
        width: 60%;
    }

    #vst-video .video-auswahl-box .button {
        margin: 0 auto;
        width: 180px;
    }

    /************************************************************/
    /***************     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: #dc0a17;
    }

    .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: 1px 0;
        border-radius: 5px;
    }

    /************************************************************/
    /****************  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%;
    }

}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 880px *************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 880px) {
    body {}

    h1 {
        text-align: left;
    }

    .mobil {
        display: none;
    }

    .desktop {
        display: block;
    }

    #content {}

    #col-center {
        float: right;
        width: 60%;
    }

    .back-to-top {
        bottom: 110px;
    }

    /****************** Formulare *****************************/
    .formular-box {}

    .label-radio {}

    .input-radio {}

    .label {}

    .input-text {}

    /*********************  Fehlermeldung  **********************/
    #FEHLERMELDUNG,
    #FEHLERMELDUNG-JS {
        width: calc(60% - 23px);
        left: auto;
        right: 20px;
    }

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #header {
        background-position: 70px center;
    }

    #header .tools {
        float: right;

        padding: 16px 30px 0 0;
    }

    #header .tools-btn {
        float: left;
        height: 30px;
        margin-left: 10px;
        width: 140px;
    }

    #header button.tools-btn {
        padding: 0 24px 0 0;
        font-size: 1em;
    }

    #header .tools-btn i {
        top: 5px;
        font-size: 20px;
    }

    #header #wk-btn.tools-btn {
        color: #fff;
        cursor: pointer;
    }

    #header #wk-btn.tools-btn:hover,
    #header #wk-btn.tools-btn:focus {
        color: #dc0a17;
    }

    #header #wk-btn.tools-btn i {
        top: 8px;
        font-size: 16px;
    }

    #header #wk-btn .wk-anzahl {
        height: 26px;
        padding-top: 6px;
        right: -20px;
        top: -10px;
        width: 26px;
    }

    #header #kurzsuche.tools-btn {
        padding: 0;
        width: auto;
    }

    #header #kurzsuche input {
        background-color: transparent;
        font-size: 1em;
        font-weight: 400;
        height: 30px;
        text-transform: uppercase;
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
    }

    #header #kurzsuche input.KurzsucheKeyWort,
    #header #kurzsuche input.KurzsucheArtikelBez {
        vertical-align: top;
        width: 105px;
    }

    #header #kurzsuche input.KurzsucheKeyWort:focus,
    #header #kurzsuche input.KurzsucheArtikelBez:focus {
        border: 0 !important;
        outline: none !important;
        width: 140px;
        text-transform: none;
    }

    #header #kurzsuche input::-webkit-input-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input:-ms-input-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input::placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input::-webkit-input-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input::-moz-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input::-ms-input-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input:-ms-input-placeholder {
        font-size: 1em;
        font-weight: 400;
    }

    #header #kurzsuche input.KurzsucheSubmit {
        cursor: pointer;
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 18px;
        padding: 0;
        width: 35px;
    }

    #header #kurzsuche input.KurzsucheSubmit:hover,
    #header #kurzsuche input.KurzsucheSubmit:focus {
        color: #dc0a17 !important;
    }

    /********** 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);
        box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
        z-index: 999999;
        -webkit-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 #login-close {
        display: inline-block;
        font-size: 50px;
        font-weight: 100;
        position: absolute;
        top: -10px;
        right: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        cursor: pointer;
        color: #2c2c2c !important;
        background-color: transparent;
        width: 50px;
    }

    #login-form #login-close:hover {
        color: #dc0a17;
    }

    #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 1025        ******************/
    /************************************************************/
    #suche {}

    #suche .suchfeld input {}

    #suchfeld-suchwort.suchfeld {}

    #suchfeld-rubrik.suchfeld {}

    #suchfeld-datum.suchfeld {}

    #suchfeld-ort.suchfeld {}

    #suchfeld-haus.suchfeld {}

    #suche .ueberschrift {}

    #suchfeld-umkreis.suchfeld {}

    #suchfeld-entfernung.suchfeld {}

    #suche .button {}

    #suche .button input {}

    /************************************************************/
    /*********************  DataTimePicker  *********************/
    /************************************************************/
    div.datepicker > div {
        background-color: transparent !important;
    }

    div.datepicker {
        top: 30vh !important;
        margin-left: -150px;
    }

    /************************************************************/
    /********************    Slider 5010     ********************/
    /************************************************************/
    #slider {
        font-size: 0.8em;
        height: 250px;
        margin-bottom: 0;
    }

    #slider .slide {
        height: 250px;
    }

    #slider .slide-text {
        padding: 10px;
    }

    #slider .slick-arrow,
    #slider .pause-slider {
        height: 50px;
        width: 50px;
    }

    #slider .pause-slider {
        bottom: -30px;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        background-image: url(/template/000000/images/atomium-2-s.png);
        background-position: 70px -1px;
        background-repeat: no-repeat;
        background-color: #2c2c2c;
        border-top: 1px solid #404040;

        width: 100%;
    }

    .startseite #rubriken {
        border-top: 1px solid transparent;
    }

    #rubriken ul {
        padding: 20px 20px 10px 20px;
        margin: 0;
    }

    #rubriken li {
        display: block;
        float: left;
        margin: 10px 0;
        padding: 0 10px;
        width: 20%;
    }

    #rubriken a,
    #rubriken span {
        background-color: #2c2c2c;
        border: 1px solid #dc0a17;
        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 .keine-vst {
        color: #949494;
    }

    #rubriken a:hover,
    #rubriken .selected a {
        background-color: #dc0a17;
    }

    #rubriken .keine-vst:hover {
        background-color: #2c2c2c;
    }

    .startseite #rubriken .selected a {
        background-color: #2c2c2c;
    }

    .startseite #rubriken .selected a:hover {
        background-color: #dc0a17;
    }

    /************************************************************/
    /************    VstKalender Startseite 1004     ************/
    /************************************************************/
    .akt-rubrik .rubrik-link .desktop {
        display: inline-block;
    }

    .start .vst {
        background-color: transparent;
        height: 0;
        padding-bottom: 48%;
        margin: 0 4% 20px 0;
        overflow: visible;
        position: relative;
        width: 48%;
    }

    .start .vst:nth-child(2n) {
        margin-right: 0;
    }

    .start .vst .front {
        background-color: #404040;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        float: none;
        padding-bottom: 100%;
        width: 100%;
    }

    .start .vst .vst-titel {
        background-color: rgba(44, 44, 44, 0.8);
        bottom: 0;
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;

        padding: 10px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

    .start .vst .back {
        background-color: #404040;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        font-size: 1em;
        height: 0;
        padding: 0 10px 100% 10px;
        width: 100%;
    }

    .start .vst .back .vst-bez {
        text-transform: uppercase;
        padding-top: 30px;
    }

    .start .vst .back .vst-datum {
        margin: 15px 0 0 0;
    }

    .start .vst .vst-ort {}

    .start .vst .vst-ticket-btn {
        background-color: transparent;
    }

    .start .vst .vst-ticket-btn a {
        background-color: #dc0a17;
        position: absolute;
        display: block;
        bottom: 0;
        width: 100%;
        color: #fff;
        text-align: center;
        padding: 10px 0 10px 20px;
        text-transform: uppercase;
        font-weight: 600;
        left: 0;
        border-radius: 0px 0px 5px 5px;
        -moz-border-radius: 0px 0px 5px 5px;
        -webkit-border-radius: 0px 0px 5px 5px;
    }

    .start .vst .vst-ticket-btn a:hover {
        background-color: #2c2c2c;
    }

    .start .vst .vst-ticket-btn a i {
        width: 40px;
        font-size: 15px;
        padding: 0;
        text-align: center;
        vertical-align: middle;
    }

    /* Flip **************************************************/
    .start .vst {
        perspective: 1000px;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        -o-perspective: 1000px;
        -ms-perspective: 1000px;
    }

    .start .vst .vst-box {
        transition: 0.3s ease-out;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        -ms-transition: 0.3s ease-out;
        transform-style: preserve-3d;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        /* content backface is visible so that static content still appears */
        backface-visibility: visible;
        -webkit-backface-visibility: visible;
        -moz-backface-visibility: visible;
        -o-backface-visibility: visible;
        -ms-backface-visibility: visible;
    }

    .start .vst.flip .vst-box {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    .start .vst .vst-box .front,
    .start .vst .vst-box .back {
        /* Backface visibility works great for all but IE. As such, we mark the backface visible in IE and manage visibility ourselves */
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        -ms-backface-visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .start .vst .vst-box .front,
    .start .vst.flip .vst-box .front {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
    }

    .start .vst .vst-box .back,
    .start .vst.flip .vst-box .back {
        transform: rotateY(-180deg);
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
    }

    .start .vst .vst-box .front,
    .start .vst.flip .vst-box .back {
        /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
        animation: stayvisible 0.3s both;
        -webkit-animation: stayvisible 0.3s both;
        -moz-animation: stayvisible 0.3s both;
        -o-animation: stayvisible 0.3s both;
        -ms-animation: donothing 0.3s;
        -ms-transition: visibility 0s linear 0.1s;
        visibility: visible;
    }

    .start .vst.flip .vst-box .front,
    .start .vst .vst-box .back {
        /* IE Hack. Halfway through the card flip, set visibility. Keep other browsers visible throughout the card flip. */
        animation: stayvisible 0.3s both;
        -webkit-animation: stayvisible 0.3s both;
        -moz-animation: stayvisible 0.3s both;
        -o-animation: stayvisible 0.3s both;
        -ms-animation: donothing 0.3s;
        -ms-transition: visibility 0s linear 0.1s;
        visibility: hidden;
    }

    @keyframes stayvisible {
        from {
            visibility: visible;
        }

        to {
            visibility: visible;
        }
    }

    @-webkit-keyframes stayvisible {
        from {
            visibility: visible;
        }

        to {
            visibility: visible;
        }
    }

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    .seitenzahl {
        text-align: left;
    }

    .suchergebnis .seitenzahl {
        float: left;
    }

    #filter-loeschen {
        float: right;
        text-align: right;
    }

    .default .vst {}

    /************************************************************/
    /*****************   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    ****************/
    /************************************************************/
    #optionen span {
        height: 45px;
        margin: 5px;
        width: 60px;
    }

    #optionen #zartid96 {
        height: 70px;
        width: 200px;
    }

    #vst-video .vst-video-img {
        width: 170px;
    }

    /************************************************************/
    /*****************   AnwenderAnfrage 5029  ******************/
    /************************************************************/
    #kontakt .label {
        width: 30%;
    }

    #kontakt .input-text {
        margin: 0 15% 20px 0;
        width: 50%;
    }

    /************************************************************/
    /*********          ArtikelListe  1012       ****************/
    /************************************************************/
    .artikelliste .seitenzahl {
        float: left;
    }

    /************************************************************/
    /********************  sidebar-links 5500    ****************/
    /************************************************************/
    #col-left {
        display: block;
        float: left;
        width: 37%;
    }

    #col-left .tools-btn {
        margin-bottom: 20px;
    }

    #pin-btn .pin-anzahl {
        right: 40px;
    }

    .aktion {
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-radius: 5px 5px 5px 5px;
        line-height: 0;
        overflow: hidden;
        margin-bottom: 20px;
    }

    #last-minute {
        margin-bottom: 20px;
    }

    .side-vst {
        background-color: #404040;

        margin-bottom: 5px;
        padding: 10px;
        position: relative;
    }

    .side-vst:last-child {
        border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        -webkit-border-radius: 0 0 5px 5px;
        margin-bottom: 0;
    }

    .side-vst a {
        color: #fff;
        display: block;
    }

    .side-vst a:hover,
    .side-vst a:focus {
        color: #dc0a17;
    }

    .side-vst a:focus,
    .side-vst a:focus-visible {
        position: unset;
    }

    .side-vst-text {
        width: 85%;
    }

    .side-vst-bez {
        font-weight: 600;
        margin-bottom: 5px;
    }

    .side-vst-icon {
        text-align: center;
        position: absolute;
        top: 40%;
        right: 10px;
    }

    .side-vst-icon i.fa-ticket-alt {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        font-size: 20px;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss {
        background-image: url(/template/000000/images/atomium-3-l.png);
        background-position: 90% bottom;
        border-bottom: 1px solid #404040;
    }

    #fuss .col {
        float: left;
        margin: 0 1.65%;
        width: 30%;
    }

    #fuss #col-4.col {
        width: 100%;
    }

    #fuss .footer-nav li,
    #fuss #col-1 .footer-nav li:first-child {
        border: 0 none;
    }

    #info-mwst {
        background-image: url(/template/000000/images/atomium-4-l.png);
        background-position: 90% top;
    }

    /************************************************************/
    /**************** Anbieter Login 999 ************************/
    /************************************************************/
    .anbieter-login-box {
        width: 600px;
    }

    .anbieter-login-box .anbieter-login-btn {
        float: left;
        margin-right: 196px;
    }

    .wk-bereich-box .formular {}
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1024px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1024px) {
    #content.startseite.fixed {
        padding-top: 160px;
    }

    #col-center {
        width: 68%;
    }

    div.datepicker {
        top: 50vh !important;
    }

    .box {
        font-size: 1em;
        padding: 20px;
    }

    /****************** Formulare *****************************/
    .formular {
        padding: 20px;
    }

    .formular-box {}

    /*********************  Fehlermeldung  **********************/
    #FEHLERMELDUNG,
    #FEHLERMELDUNG-JS {
        width: calc(68% - 27px);
    }

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #top-anker {
        height: 80px;
    }

    #header {
        background-image: url(/template/000000/images/atomium-1-l.png);
        background-position: 190px center;
    }

    #logo {
        background: url(/template/000000/images/logo-l.png) left 0 no-repeat;
        width: 425px;
        height: 80px;
    }

    #header .tools {
        font-size: 1em;
        padding: 20px 30px 0 0;
    }

    #header .tools-btn {
        height: 40px;
        margin-left: 20px;
        width: 160px;
    }

    #header button.tools-btn {
        padding: 0 32px 0 0;
        font-size: 16px;
    }

    .tools-btn a {
        padding: 11px 0 11px 10px;
    }

    #header .tools-btn i {
        top: 9px;
        font-size: 22px;
    }

    #header #wk-btn.tools-btn i {
        top: 11px;
        font-size: 18px;
    }

    #header #wk-btn .wk-anzahl {
        right: -15px;
        top: -15px;
    }

    #header #kurzsuche.tools-btn {
        margin-left: 0;
    }

    #header #kurzsuche input {
        height: 40px;
    }

    #header #kurzsuche input.KurzsucheKeyWort,
    #header #kurzsuche input.KurzsucheArtikelBez {
        width: 120px;
    }

    #header #kurzsuche input.KurzsucheKeyWort:focus,
    #header #kurzsuche input.KurzsucheArtikelBez:focus {
        width: 160px;
    }

    #header #kurzsuche input::-webkit-input-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input:-ms-input-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input::placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input::-webkit-input-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input::-moz-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input::-ms-input-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input:-ms-input-placeholder {
        font-size: 16px;
    }

    #header #kurzsuche input.KurzsucheSubmit {
        font-size: 22px;
        width: 40px;
    }

    /************************************************************/
    /********************    Slider 5010     ********************/
    /************************************************************/
    #slider {
        font-size: 1em;
        height: 300px;
    }

    #slider .slide {
        height: 300px;
    }

    #slider .slide-head,
    #slider .slide-info {
        height: 20px;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        background-image: url(/template/000000/images/atomium-2-l.png);
        background-position: 190px -1px;
    }

    .startseite #rubriken.fixed {
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        border-top: 1px solid #404040;
        position: fixed;
        top: 80px;
        z-index: 99999;
    }

    /************************************************************/
    /*************    VstKalender Startseite 1004   *************/
    /************************************************************/
    .start .vst {
        padding-bottom: 31%;
        margin: 0 3.5% 20px 0;
        width: 31%;
    }

    .start .vst:nth-child(2n) {
        margin-right: 3.5%;
    }

    .start .vst:nth-child(3n) {
        margin-right: 0;
    }

    .start .vst .vst-titel {
        font-size: 0.8em;
    }

    /************************************************************/
    /***************     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;
    }

    div#abo-tn-box h3 {
        display: inline-block;
        position: absolute;
        margin-top: -20px;
    }

    div#abo-tn h3 {
        display: none;
    }

    /************************************************************/
    /***************     VstBeschreibung 1005    ****************/
    /************************************************************/
    #vst-basis-info,
    #responsive-tabs,
    #google-map,
    #vst-info,
    #vst-location {
        margin-bottom: 30px;
    }

    #vst-titelinfo {
        font-size: 1em;
    }

    /************************************************************/
    /*****************    KundenLogin 5016     ******************/
    /************************************************************/
    .kunde {
        font-size: 1em;
    }

    /************************************************************/
    /*****************     Meine Daten 12      ******************/
    /************************************************************/
    .kk-dok-btn {}

    /************************************************************/
    /************  VorverkaufsstellenDetails 1052 ***************/
    /************************************************************/
    #vvk-details #map_canvas {
        height: 400px;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    .wk-restzeit {
        margin: 0 0 30px 0;
    }

    #wk-rest-aus #countdown-toggle {
        margin: 0;
        position: absolute;
        left: 320px;
        top: 0;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #col-left {
        width: 29%;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss .col {
        margin: 0 1%;
        width: 20%;
    }

    #fuss #col-4.col {
        margin: 8px 1% 0 1%;
        width: 32%;
    }

    /************************************************************/
    /**************** Anbieter Login 999 ************************/
    /************************************************************/
    .anbieter-login-box {
        width: 890px;
    }

    .anbieter-login-box .anbieter-login-btn {
        margin-bottom: 30px;
    }
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1280px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1280px) {
    #content {
        padding: 30px;
    }

    #content.startseite.fixed {
        padding-top: 120px;
    }

    #col-center {
        width: 73%;
    }

    button.change-btn,
    .change-btn a,
    .change-btn button {
        font-size: 1em;
    }

    /*********************  Fehlermeldung  **********************/
    #FEHLERMELDUNG,
    #FEHLERMELDUNG-JS {
        width: calc(71% - 17px);
        right: 30px;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken li {
        padding: 0 5px;
        width: 10%;
    }

    #rubriken a,
    #rubriken span {
        padding: 10px 5px;
    }

    /************************************************************/
    /************    VstKalender Startseite 1004   **************/
    /************************************************************/
    .start .vst {
        padding-bottom: 23.5%;
        margin: 0 2% 20px 0;
        width: 23.5%;
    }

    .start .vst:nth-child(2n) {
        margin-right: 2%;
    }

    .start .vst:nth-child(3n) {
        margin-right: 2%;
    }

    .start .vst:nth-child(4n) {
        margin-right: 0;
    }

    .start .vst .back .vst-bez {
        padding-top: 20px;
    }

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    .veranstaltungen.default {
        position: relative;
    }

    .veranstaltungen.default h1 {
        margin-bottom: 30px;
    }

    .seitenzahl {
        position: absolute;
        margin: 0;
        top: 0;
        right: 0;
    }

    .default .vst {
        margin: 0 2% 20px 0;
        width: 32%;
    }

    .default .vst:nth-child(2n) {
        margin-right: 2%;
    }

    .default .vst:nth-child(3n) {
        margin-right: 0;
    }

    /************************************************************/
    /*********          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-info-box {
        width: 70%;
    }

    #vst-bild {
        width: 28%;
    }

    #vst-basis-info {}

    #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 {
        height: 42px;
        width: 55px;
    }

    #optionen span:nth-child(4n) {
        margin-right: 0;
    }

    #vst-video .vst-video-img {
        width: 190px;
    }

    /************************************************************/
    /***************  ArtikelBeschreibung 1013  *****************/
    /************************************************************/
    .art-bild-det {
        margin: 0 2% 30px auto;
    }

    .art-text-det {

        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;
        width: 28%;
    }

    #abo-info-box {
        width: 70%;
    }

    #abo-basis-info {

        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%;
    }

    /************************************************************/
    /*****************  WarenkorbDetails 2002  ******************/
    /************************************************************/
    .wk-e-preis-box {
        font-size: 1em;
    }

    /************************************************************/
    /*****************    Warenkorb Kopf       ******************/
    /************************************************************/
    .wk-kopf li {
        font-size: 1em;
        padding: 11px 5px 0 5px;
    }

    /************************************************************/
    /*****************  Vorverkaufsstellen 1042 *****************/
    /************************************************************/
    #vvk-sort {
        max-width: 630px;
    }

    .vvk-sort-label {
        float: left;
        margin: 10px 0;
        padding: 10px 0;
        width: 24%;
    }

    .vvk-sort-btn-1 {
        width: 36%;
    }

    .vvk-sort-btn-2 {
        width: 36%;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #col-left {
        width: 24%;
    }

    /************************************************************/
    /*****************     Impressum 46      ********************/
    /************************************************************/
    .imp-box {
        margin: 20px 0 20px 40px;
        max-width: 800px;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss {
        background-position: 76% bottom;
    }

    #info-mwst {
        background-position: 76% top;
    }

    /************************************************************/
    /**************** Anbieter Login 999 ************************/
    /************************************************************/
    .anbieter-login-box {
        width: 940px;
    }

    .anbieter-login-box h1 {
        margin-bottom: 25px;
    }

    .anbieter-login-box .anbieter-login-btn {
        margin-right: 210px;
    }
}

/*********************************************************************************************************************************
**********************************************************************************************************************************
*********************************************************************************************************** ab 1680px ************
**********************************************************************************************************************************
**********************************************************************************************************************************/

@media (min-width: 1680px) {
    #content {}

    #content.startseite.fixed {
        padding-top: 125px;
    }

    .container {
        margin: 0 auto;
        max-width: 1700px;
    }

    #col-center {
        width: 77%;
    }

    #button-box {
        margin: 20px auto 0 auto;
        width: 60%;
    }

    .max-box {
        margin: 0 auto;
        width: 80%;
    }

    #suchfeld-datum input {
        font-size: 1em;
    }

    /*********************  Fehlermeldung  **********************/
    #FEHLERMELDUNG,
    #FEHLERMELDUNG-JS {
        width: 1309px;
        -webkit-transform: translateX(850px);
        transform: translateX(850px);
        right: 50%;
    }

    /************************************************************/
    /********************    Header 3001     ********************/
    /************************************************************/
    #header {
        background-position: 400px center;
    }

    /************************************************************/
    /******************    Rubriken 1015     ********************/
    /************************************************************/
    #rubriken {
        font-size: 1em;
        background-position: 400px -1px;
    }

    #rubriken ul {
        padding: 15px 20px;
    }

    #rubriken li {
        padding: 0 10px;
    }

    #rubriken a,
    #rubriken span {
        padding: 10px;
    }

    /************************************************************/
    /************    VstKalender Startseite 1004   **************/
    /************************************************************/
    .akt-rubrik {
        margin-bottom: 30px;
    }

    .start .vst {
        padding-bottom: 15%;
        margin: 0 2% 20px 0;
        width: 15%;
    }

    .start .vst:nth-child(2n) {
        margin-right: 2%;
    }

    .start .vst:nth-child(3n) {
        margin-right: 2%;
    }

    .start .vst:nth-child(4n) {
        margin-right: 2%;
    }

    .start .vst:nth-child(6n) {
        margin-right: 0;
    }

    .start .vst .back .vst-bez {
        padding-top: 10px;
    }

    .start .vst .back .vst-bez,
    .start .vst .back .vst-datum,
    .start .vst .back .vst-ort {}

    /************************************************************/
    /***************    VstKalender 5011     ********************/
    /************************************************************/
    .default .vst {
        margin: 0 2% 20px 0;
        width: 23.5%;
    }

    .default .vst:nth-child(2n) {
        margin-right: 2%;
    }

    .default .vst:nth-child(3n) {
        margin-right: 2%;
    }

    .default .vst:nth-child(4n) {
        margin-right: 0;
    }

    /************************************************************/
    /*********          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-info-box {
        width: 67%;
    }

    #vst-bild {
        width: 30%;
    }

    #vst-basis-info {
        font-size: 1em;
        margin-bottom: 30px;
    }

    #vst-basis-info .basis-info,
    #vst-basis-info .vst-google {
        padding: 6px 10px 6px 40px;
    }

    #vst-basis-info .vst-info-icon {
        font-size: 22px;
        width: 40px;
        left: 0;
    }

    #vst-basis-info .vst-zart .vst-info-icon,
    #vst-basis-info .vst-merken .vst-info-icon,
    #vst-basis-info .vst-back .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 span {
        height: 38px;
        margin: 8px;
        width: 50px;
    }

    #optionen #zartid96 {
        background-image: url(/template/000000/images/paypal-plus-2.png);
        height: 34px;
        width: 310px;
    }

    #optionen,
    #veranstalter {
        margin-bottom: 40px;
    }

    #veranstalter {
        margin-top: 40px;
    }

    #weitere-termine a {
        font-size: 1em;
    }

    #vst-video .vst-video-info {
        width: 30%;
    }

    /************************************************************/
    /***************  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;
        width: 30%;
    }

    #abo-info-box {
        width: 67%;
    }

    #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-bereich-box,
    #warenkorb .gs-ein,
    #wk-summe-box {
        margin: 0 auto 30px auto;
    }

    .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%;
    }

    /************************************************************/
    /*****************    Warenkorb Kopf       ******************/
    /************************************************************/
    .wk-kopf li {
        font-size: 16px;
    }

    /************************************************************/
    /****************  BestellbestÃ¤tigung 2005 ******************/
    /************************************************************/
    .pdf-text {
        padding-top: 5px;
        width: 240px;
    }

    /************************************************************/
    /********************   sidebar-links 5500   ****************/
    /************************************************************/
    #col-left {
        width: 20%;
    }

    /************************************************************/
    /*****************       Footer 3002       ******************/
    /************************************************************/
    #fuss {
        background-position: 95% bottom;
    }

    #info-mwst {
        background-position: 95% top;
    }

    /************************************************************/
    /**************** Anbieter Login 999 ************************/
    /************************************************************/
    .anbieter-login-box {
        width: 1400px;
    }

    .anbieter-login-box .anbieter-login-btn {
        height: 120px;
        margin: 10px 210px 30px 10px;
        width: 120px;
    }

    .anbieter-login-box .anbieter-login-btn span {
        padding: 8px 0 0 50px;
        width: 270px;
    }
}

.soli {
    width: 100% !important;
}

.soli .art-preis table {
    width: 100%;
}

.soli select {
    border: 1px solid white;
    width: auto;
    margin: 5px;
}

.soli input[type="submit"] {
    border: 2px gray outset;
    margin: 5px;
    width: 95%;
}

#checkboxen .label-radio a {
    border-bottom: dotted red 1px;
}

.vst-aufpanfest-0 {
    display: none;
}

.livestream-,
.livestream-0 {
    display: none;
}

.livestream-1 button {
    height: 50px;
    margin: 5px 0;
    line-height: 50px;
    font-size: 15pt;
    background-color: gold;
    color: #2c2c2c !important;
}

#tn-erfassung #button-box .zurueck {
    width: 49%;
    float: left;
}

#tn-erfassung #button-box .weiter {
    width: 49%;
    float: right;
}

.erw-eing-root {
    font-weight: bold;
}

.erw-eing-level {
    padding-left: 10px;
    font-weight: normal;
}

.erw-eing-ausw {
    padding-left: 0px;
    font-weight: normal;
}

.art-erw-eingenschaften td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.art-erw-eingenschaften input[type="checkbox"] {
    height: auto;
}

.erw-eing-ausw table {
    width: 100%;
}

.erw-eing-ausw table td.col_1 {
    width: 10%;
}

.erw-eing-ausw table td.col_2 {
    width: 5%;
}

.erw-eing-ausw table td.col_3 {
    width: 70%;
}

.erw-eing-ausw table td.col_4 {
    width: 5%;
}

.erw-eing-ausw table td.col_5 {
    width: 10%;
    text-align: right;
}

.erw-eing-ausw span.anzahl {
    /* padding: 2px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: silver;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
}

.show-rabatt-0,
.show-rabatt-00 {
    display: none;
}

#credential_picker_container {
    display: none;
}

.abo-pg-fest-10 select {
    color: red !important;
    background-color: silver;
    border: solid 3px red;
}

.abo-pg-fest-10 select option {
    color: #404040;
}
