.modal-dialog-centered {
    top: 300px;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 15px;
    outline: 0;
}
.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.fa {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
}
body {
    background-color: #f0f0f0;
    color: #000;
    padding: 15px;
    cursor: default;
}
h1,
h2,
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    font-size: 200%;
}
h2 {
    font-size: 150%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 110%;
}
.display-hide {
    display: none !important;
}
:focus,
a:focus {
    outline: none;
    border-color: #6881b1;
    box-shadow: 0 0 3px #6881b1;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.tl-radio input:focus ~ .checkmark,
.tl-checkbox input:focus ~ .checkmark {
    outline: none;
    border-color: #6881b1;
    box-shadow: 0 0 3px #6881b1;
}
label.tl-radio.disabled {
    opacity: 0.5;
}
#tl_logo > a:focus {
    box-shadow: none;
}
#tl_header {
    margin-bottom: 15px;
    background-color: transparent;
    background-repeat: no-repeat;
}
#tl_header > h1 {
    display: none;
}
#tl_content,
#tl_sidebar {
    background-color: #fff;
    box-shadow: 0 1px 10px #c7c7c7;
    padding: 15px;
    position: relative;
    min-height: 1px;
}
#tl_print {
    background-color: #fff;
}
#tl_sidebar,
#tl_footer {
    margin-top: 5px;
}
body.frame #tl_sidebar,
.tl_only_content #tl_sidebar {
    display: none;
}
.tl_only_content #tl_content,
.tl_only_content #tl_footer {
    max-width: 825px;
    margin-left: auto;
    margin-right: auto;
}
body.frame #tl_content,
body.frame #tl_footer {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}
#tl_sidebar h3 {
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
}
#tl_sidebar .content h3:first-child {
    margin-top: 0;
}
#tl_sidebar .content .adr > dd {
    margin-top: 1em;
}
#tl_sidebar .content .ds > dt {
    display: none;
}
#tl_sidebar .content .open table {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #e9e9e9;
}
#tl_sidebar .content .open table th,
#tl_sidebar .content .open table td {
    padding: 2px 10px;
}
#tl_sidebar .content .open table th {
    width: 20%;
}
#tl_sidebar .content .open table tr.alt {
    background: #fff;
}
#tl_logo {
    display: none;
}
@media only screen and (min-width: 1200px) {
    #tl_sidebar .content .open table th,
    #tl_sidebar .content .open table td {
        padding: 2px 15px;
    }
}
#tl_footer ul {
    list-style: none;
    margin: 0 15px;
    padding: 0;
}
#tl_footer ul > li {
    display: inline;
}
#tl_footer ul > li.conceal {
    color: transparent;
}
#tl_footer ul > li.service {
    float: right;
}
#tl_footer ul > li.service img {
    height: 1.5em;
    vertical-align: bottom;
}
#tl_footer ul > li.service a:focus {
    box-shadow: none;
}
#tl_content div.security {
    padding: 0;
}
#tl_content div.imprint {
    padding: 0;
    text-align: right;
}
#tl_content div.imprint ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#tl_content div.imprint ul > li {
    display: inline;
    white-space: nowrap;
}
#tl_content div.imprint li::before {
    content: " - ";
}
#tl_content div.imprint li:first-child::before {
    content: "";
}
a.disabled,
a[disabled],
fieldset[disabled] a,
a.disabled:hover,
a[disabled]:hover,
fieldset[disabled] a:hover,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover {
    cursor: default;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.error,
.error a {
    color: #e73d4a;
}
h4.storno,
h4.saved {
    color: #e73d4a;
    line-height: 2;
}
h4.saved i,
h4.storno i {
    font-size: 2em;
    position: relative;
    top: 7px;
}
h4.saved {
    color: #54b36a;
}
.cursor-wait,
.cursor-wait-only {
    cursor: wait !important;
}
#tl-waiting {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#tl-waiting.cursor-wait {
    display: block;
}
#tl-waiting.cursor-wait-only {
    display: block;
    background-color: transparent;
}
.div-hide {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    cursor: default !important;
}
.div-hide .tl-radio,
.div-hide .tl-checkbox,
.div-hide .form-control[disabled],
.div-hide fieldset[disabled] .form-control {
    cursor: default !important;
}
@media only screen and (min-width: 768px) {
    .is-table-row {
        display: table;
        width: 100%;
    }
    #tl_sidebar,
    #tl_content {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    #tl_sidebar {
        margin-top: 0;
        right: calc(70% + 2px);
        width: 30%;
    }
    #tl_logo {
        display: block;
    }
    #tl_content {
        width: 70%;
        left: calc(30% + 2px);
    }
    body.frame #tl_content,
    .tl_only_content #tl_content {
        float: none;
        display: block;
        left: auto;
        width: auto;
    }
}
@media only screen and (min-width: 1024px) {
    #tl_sidebar {
        margin-top: 0;
        right: calc(75% + 2px);
        width: 25%;
    }
    #tl_content {
        width: 75%;
        left: calc(25% + 2px);
    }
}
.oi-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
}
.oi-icon.hp:before {
    content: "";
}
.oi-icon.mailto:before {
    content: "";
}
.oi-icon.impress:before {
    content: "";
}
.oi-icon.recht.ds:before {
    content: "";
}
.oi-icon.cookie:before {
    content: "";
}
.oi-icon.popovers:before {
    content: "";
}
.oi-icon.upl-doc:before {
    content: "";
}
.oi-icon.recht.agb:before {
    font-family: sans-serif;
    content: "§";
    padding: 0 3px;
}
.oi-icon.dlg-attribute:before {
    content: "";
}
.oi-icon.dlg-calendar:before {
    content: "";
}
.oi-icon.dlg-schedule:before {
    content: "";
}
.oi-icon.dlg-fields:before {
    content: "";
}
.oi-icon.dlg-payment:before,
.oi-icon.dlg-payment2:before {
    content: "";
}
.oi-icon.dlg-doubleoptin:before {
    content: "";
}
.oi-icon.dlg-summary:before {
    content: "";
}
.oi-icon.dlg-mollie:before {
    content: "";
}
.oi-icon.dlg-info:before {
    content: "";
}
.oi-icon.info:before {
    content: "";
}
.oi-icon.warning:before {
    content: "";
}
.oi-icon.danger:before {
    content: "";
}
.oi-icon.question:before {
    content: "";
}
.oi-icon.success:before {
    content: "";
}
div.ssl:before,
div.smstan:before,
div.doi:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 100%;
    color: #808080;
    content: "";
    display: inline-block;
    margin-right: 5px;
}
div.ssl:before {
    content: "";
}
div.multilang,
div.login {
    text-align: right;
}
div.flags {
    display: inline-block;
    margin-left: 15px;
}
.note {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    color: #000;
}
.note h5 {
    font-weight: 600;
    margin-bottom: 0.8em;
}
.note b,
.note strong {
    font-weight: 600;
}
.note br {
    content: "";
    display: block;
    margin: 0.5em;
}
.note.note-success {
    background-color: #f2fcf6;
    border-color: #5cb85c;
}
.note.note-success strong {
    color: #439943;
}
.note.note-warning {
    background-color: #fefbf0;
    border-color: #f3cc31;
}
.note.note-warning strong {
    color: #d0a40c;
}
.note.note-danger {
    background-color: #fef7f8;
    border-color: #f0868e;
}
.note.note-danger strong {
    color: #e52d39;
}
.note.note-info {
    background-color: #f5f8fd;
    border-color: #8bb4e7;
}
.note.note-info strong {
    color: #4888da;
}
.bordered {
    border: 1px solid #d0d0d0;
}
.ribbon {
    display: none;
}
.portlet.light.portlet-fit > .portlet-title {
    min-height: 48px;
    background-color: #f5f5f5;
    margin-bottom: 1px;
}
.portlet.light > .portlet-title > .caption {
    color: #666;
    padding: 15px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
}
portlet.light > .portlet-title > .caption > .caption-subject {
    font-size: 16px;
}
.text-danger {
    color: #e73d4a;
}
.portlet.light > .portlet-title > .caption > i {
    font-size: 26pt !important;
    vertical-align: middle;
    margin-right: 15px !important;
    font-weight: 300;
    display: inline-block;
}
.portlet.light.portlet-fit > .portlet-body {
    padding: 15px;
    font-size: 14px;
    background-color: #fff;
    color: #333;
}
.welcome {
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 1px solid #e5e5e5;
    padding: 7px 0 0 0;
}
.tl-center .panel-footer,
.panel-footer.tl-center {
    text-align: center;
}
.panel-input {
    border-color: #ccc;
    background-color: transparent;
}
.panel-input > .panel-heading,
.panel-input > .panel-footer {
    background-color: #f5f5f5;
    border-color: #ccc;
}
.panel-input.hint > .panel-heading span.info {
    float: right;
    font-size: small;
    padding: 10px 0;
}
.panel-input.hint > .panel-heading i {
    font-size: xx-large;
    vertical-align: middle;
    margin-right: 10px;
}
.panel-input > .panel-heading .hint {
    padding: 0.5em 0 0 0;
}
#step60.panel-heading {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}
#step60.panel-heading > div.header-action {
    margin-left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #step60.panel-heading {
        display: table-column;
    }
    #step60.panel-heading > div {
        display: table-cell;
    }
    #step60.panel-heading > div.header-action {
        vertical-align: bottom;
    }
}
@media (max-width: 480px) {
    #step60.panel-heading,
    #step60.panel-heading > div {
        display: block;
    }
    #step60.panel-heading > div.header-action {
        text-align: center;
    }
    #step60.panel-heading > div.header-action .btn {
        width: auto;
    }
}
.sample,
.ddl_ol,
.ddl_info {
    color: #888;
    padding-top: 8px;
    font-style: italic;
    font-size: 12px;
}
.valsum,
.valsum ul {
    margin-top: 0.4em;
}
.btn {
    font-size: 112%;
    padding: 8px 14px;
    min-width: 100px;
}
.btn-primary {
    color: #fff;
    background-color: #f80;
    border-color: #e67a00;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle,
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    color: #fff;
    background-color: #ff9d2e;
    border-color: #e67a00;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #ff9d2e;
    border-color: #e67a00;
}
.btn-next:after,
.btn-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 22px;
}
.btn-next:after {
    content: "";
}
.btn-prev:before {
    content: "";
}
.form-horizontal > h3 {
    margin-left: 15px;
    margin-right: 15px;
}
.row > fieldset legend {
    padding-top: 15px;
    font-size: 100%;
    color: #000;
}
.row > fieldset:first-child legend {
    padding-top: 0;
}
.row > fieldset legend > .col-label {
    font-weight: 500;
    text-align: left;
}
.row > fieldset legend > .col-label,
.row > fieldset legend > .col-control {
    padding: 7px 15px 0 15px;
}
.row > fieldset legend > .col-control:empty {
    min-height: unset;
}
.panel-body fieldset.box {
    margin-bottom: 15px;
}
.panel-body fieldset.box:last-child {
    margin-bottom: 0;
}
.row > fieldset.box {
    border-bottom: none;
    padding: 0 15px;
}
.row > fieldset.box > div {
    padding: 7px 20px 0;
}
.row > fieldset.box > div.ind > div {
    padding-top: 7px;
}
.row > fieldset.box > div:first-child,
.row > fieldset.box > div.ind > div:first-child {
    padding-top: 0;
}
.row > fieldset.box > div.pdata {
    padding-top: 0;
}
.row > fieldset.box > div.pdata .form-row {
    padding-bottom: 0;
}
.row > fieldset.box > div.pdata .form-row .control-label {
    text-align: left;
}
.form-row > .col-control.form-control-static {
    font-weight: 600;
    padding-top: 7px;
}
.row > fieldset.box > div.pdata .form-row .form-control-static {
    min-height: 1em;
}
.row > fieldset.box > div.pdata .form-row.mwst .form-control-static,
.row > fieldset.box > div.pdata .form-row.normal .form-control-static {
    font-weight: normal;
}
.row > fieldset.box > div.pdata .form-row.field-group,
.row > fieldset.box > div.pdata .form-row.field-line {
    padding-left: 0;
    padding-right: 0;
}
.row.row-pay {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.input-group-plus {
    display: table-cell;
}
.input-group-plus > .form-control:last-child {
    border-radius: 0 4px 4px 0;
}
.row > fieldset.box legend {
    padding: 15px 0 0 0;
    color: #000;
    border-bottom: none;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 120%;
    font-weight: 500;
}
.row > fieldset.box:first-child legend {
    padding-top: 0;
}
.row > fieldset.box h4 span.hint {
    color: #e73d4a;
    display: block;
}
.row > fieldset.box.payment .form-row.stat1 {
    visibility: hidden;
}
.row > fieldset.box.payment div.text-center {
    margin: auto;
}
.row > fieldset.box.adr .adr,
.row > fieldset.box.hints .adr,
.row > fieldset.box.termin .termin {
    font-weight: 600;
}
.panel-read .form-row > .col-control ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.panel-read .termin span,
.row > fieldset.box .termin span {
    display: block;
}
span.termin-hint {
    display: block;
    font-weight: normal;
}
.row > fieldset.box .adr span {
    font-weight: 500;
}
.row.payinfo {
    border-top: 1px solid #ccc;
}
.row > fieldset.box.email legend,
.row > fieldset.box.vcal legend {
    border-top: 1px solid #e5e5e5;
}
.info_send:before,
.info_spam:before {
    display: block;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 16px/1;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 200%;
    float: left;
    width: auto;
    margin-right: 10px;
}
.info_send:before {
    content: "";
    color: #565656;
}
.info_spam:before {
    content: "";
    color: #565656;
}
.form-row {
    display: table;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.form-row.selected {
    background-color: #f9f9f9;
}
.form-row.selected label.tl-radio,
.form-row.selected label.tl-checkbox {
    font-weight: 600;
}
.form-row > .col-label {
    padding: 7px 15px;
}
.form-row > .col-label,
.form-row > .col-label > label {
    font-weight: normal;
}
.form-row > .col-label.group {
    padding-bottom: 15px;
}
.form-row > .col-label[aria-hidden] {
    display: none;
}
label {
    margin-bottom: 0.1em;
}
label.tl-radio,
label.tl-checkbox {
    margin-bottom: 5px;
}
label.tl-radio.img .checkmark,
label.tl-checkbox.img .checkmark {
    top: 15px;
}
label.tl-radio.img img,
label.tl-checkbox.img img {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
}
.tl-radio.img input:checked ~ img {
    border-color: #999;
}
.form-row > .col-control {
    padding: 0 15px 0 15px;
}
.form-row > .col-control-full {
    padding: 0 15px 0 15px;
}
.form-row > .col-control-full i.popovers,
.form-row > .col-control i.popovers {
    margin-left: 5px;
}
fieldset legend > .col-control.form-control-static {
    font-size: 1.15rem;
}
span.price {
    float: right;
    font-weight: normal;
}
.form-row > .col-action {
    text-align: center;
    padding: 5px 15px 0 15px;
}
span.nextap {
    display: table;
    font-size: 75%;
    font-weight: normal !important;
    line-height: initial;
    padding: 2px 4px;
    border-radius: 5px;
    color: #000;
}
span.nextap.red {
    background-color: #fbb;
}
span.nextap.green {
    background-color: #bfb;
}
span.nextap.yellow {
    background-color: #ffffab;
}
.form-row.section,
.form-row.group {
    margin-bottom: 0;
}
.form-row.group > .col-label {
    text-align: left;
}
.form-row label[for] img {
    cursor: pointer;
}
.form-row.field-blank {
    height: 1em;
}
.form-row.field-group {
    padding: 7px 15px 0 15px;
}
.form-row .field-group-body {
    font-size: 105%;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.form-row.field-line {
    padding: 7px 15px 10px 15px;
}
.form-row .field-line-body {
    border-bottom: 1px solid #ccc;
}
.panel-body .form-row.required label.control-label:after,
.panel-body .form-row.required label.tl-checkbox::after {
    content: "*";
    padding-left: 5px;
}
.panel-body.tl-center .form-row.required label.tl-checkbox::after {
    display: none;
}
input[type="checkbox"],
input[type="radio"] {
    margin: 0;
    margin-top: 1px\9;
    line-height: normal;
    height: 1.4em;
}
ul.vcal {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.vcal li {
    display: inline-block;
    padding: 10px 20px 0 0;
}
ul.vcal li[class^="li-"]:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Brands";
    width: 1.3em;
    color: #595959;
}
ul.vcal li.li-any:before,
ul.vcal li.li-outlook:before {
    font-family: "Font Awesome 5 Pro";
    content: "";
}
ul.vcal li.li-any:before {
    content: "";
}
li.li-google:before {
    content: "";
}
li.li-yahoo:before {
    content: "";
}
li.li-ical:before {
    content: "";
}
.tl-wizard {
    border-top: 1px solid #e5e5e5;
    padding: 7px 0 0 0;
    margin-top: 10px;
    display: flex;
}
.tl-wizard:before,
.tl-wizard:after {
    content: " ";
    display: table;
}
.tl-wizard:after {
    clear: both;
}
.tl-wizard > .tl-wizard-step {
    padding: 0;
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
}
.tl-wizard > .tl-wizard-step .tl-wizard-stepnum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
    text-align: center;
}
.tl-wizard > .tl-wizard-step .tl-wizard-stepnum > label {
    font-weight: normal;
    overflow: hidden;
    margin: 0;
    display: unset;
}
.tl-wizard > .tl-wizard-step .tl-wizard-info {
    color: #999;
    font-size: 14px;
}
.tl-wizard > .tl-wizard-step > .tl-wizard-dot {
    position: absolute;
    width: 36px;
    height: 36px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    display: block;
    background: #f80;
    top: 45px;
    left: 50%;
    margin-top: -7px;
    margin-left: -20px;
    border-radius: 50%;
}
.tl-wizard > .tl-wizard-step > .progress {
    position: relative;
    border-radius: 0;
    height: 4px;
    box-shadow: none;
    margin: 31px 0;
    background-color: #e5e5e5;
    overflow: hidden;
}
.tl-wizard > .tl-wizard-step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #f80;
}
.tl-wizard > .tl-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.tl-wizard > .tl-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.tl-wizard > .tl-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}
.tl-wizard > .tl-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}
.tl-wizard > .tl-wizard-step.disabled > .tl-wizard-dot {
    background-color: #e5e5e5;
}
.tl-wizard > .tl-wizard-step.disabled > .tl-wizard-dot:after {
    opacity: 0;
}
.tl-wizard > .tl-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.tl-wizard > .tl-wizard-step:last-child > .progress {
    width: 50%;
}
.tl-wizard > .tl-wizard-step.disabled a.tl-wizard-dot {
    pointer-events: none;
}
.tl-wizard-dot .oi-icon.dlg-attribute:before {
    content: "?";
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana,
    sans-serif;
}
.tl-wizard-dot .oi-icon.dlg-info:before {
    content: "";
}
.tl-wizard-dot .oi-icon.dlg-fields:before {
    content: "";
}
@media (max-width: 767px) {
    .tl-wizard > .tl-wizard-step .tl-wizard-stepnum {
        display: none !important;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot {
        top: 20px;
    }
}
ul.chart {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 80%;
    float: left;
    min-width: 10em;
    max-width: 80%;
}
ul.chart li.selected > label.tl-radio {
    font-weight: 600;
}
.vertretung {
    margin-top: 15px;
}
.vertretung .adr {
    font-weight: 600;
    margin: 0.8em 0 0.4em 0;
}
.panel-input a:not(.oi-icon)[target="_blank"][href]::after {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
    content: "";
}
.form-control.ddl-group {
    margin-bottom: 0.4em;
}
.col-label.calendar {
    vertical-align: top;
}
.col-label.calendar > div {
    width: 250px;
    margin: auto;
}
#calendar:focus-within {
    outline: none;
    border-color: #6881b1;
    box-shadow: 0 0 3px #6881b1;
}
#calendar :focus {
    outline: none;
    border: none;
    box-shadow: none;
}
#calendar.ax .datepicker-days {
    opacity: 0.3;
}
#ax_calendar {
    font-size: 200%;
    text-align: center;
    position: relative;
    top: -140px;
    height: 0;
}
.datepicker table tr td,
.datepicker table tr th {
    width: 14.2%;
}
.datepicker table tr td.today:before {
    border-bottom-color: #f80;
}
.datepicker table tr td.selected,
.datepicker table tr td.active {
    border-color: #f80;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:active {
    border-color: #ff9d2e;
}
.datepicker table tr td.day.free {
    background-color: #d3ffd1;
}
.datepicker table tr td.day.old.free,
.datepicker table tr td.day.new.free {
    background-color: #e8ffe7;
}
.datepicker table tr td.day.represent {
    background-color: #ffe5cc;
}
.datepicker table tr td.day.old.represent,
.datepicker table tr td.day.new.represent {
    background-color: #fff1e4;
}
.datepicker table tr td.day.proxy {
    background-color: #f3f3f3;
}
.datepicker table tr td.day.old.proxy,
.datepicker table tr td.day.new.proxy {
    background-color: #f9f9f9;
}
.datepicker table tr td.day.weekend {
    color: #e73d4a;
}
.datepicker table tr td.day.old.weekend,
.datepicker table tr td.day.new.weekend,
.datepicker table tr td.day.disabled.weekend {
    color: #f6b9be;
}
.calLegende {
    padding: 15px 0;
    text-align: left;
}
.calLegende ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.calLegende ul li {
    padding: 4px;
}
.calLegende li span.box:before {
    content: "?";
    display: inline-block;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    border: 2px solid transparent;
    width: 28px;
    height: 24px;
    line-height: 24px;
}
.calLegende span.box.today:before {
    border: 1px solid #ddd;
    width: 30px;
    height: 26px;
    font-weight: 600;
    line-height: 26px;
}
.calLegende span.box.active:before {
    border-color: #f80;
}
.calLegende span.box.free:before {
    background-color: #d3ffd1;
}
.calLegende span.box.busy:before {
    background-color: #cce5ff;
}
.calLegende span.box.represent:before {
    background-color: #ffe5cc;
}
.calLegende span.box.proxy:before {
    background-color: #f3f3f3;
}
.table-row {
    display: table;
    width: 100%;
}
.table-cell {
    display: table-cell;
}
.tl-radio,
.tl-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
    line-height: 21px;
}
.tl-radio input,
.tl-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #fff;
    border: 1px solid #93a1bb;
}
.tl-radio .checkmark {
    border-radius: 50%;
}
.tl-radio:hover input ~ .checkmark,
.tl-radio:focus input ~ .checkmark,
.tl-checkbox:hover input ~ .checkmark,
.tl-checkbox input:focus ~ .checkmark {
    border-color: #6881b1;
}
.tl-radio input:checked ~ .checkmark,
.tl-checkbox input:checked ~ .checkmark {
    border-color: #666;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.tl-radio input:checked ~ .checkmark:after,
.tl-checkbox input:checked ~ .checkmark:after {
    display: block;
}
.tl-radio .checkmark:after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    background: #666;
    border-radius: 50%;
}
.tl-checkbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid #666;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input.multi {
    padding-right: 20px;
}
input.nl,
a.multi.nl,
.input-group.nl {
    margin-top: 3px;
}
a.multi {
    text-decoration: none;
    height: 34px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 6px;
    font-weight: bold;
    color: #555;
    z-index: 9;
}
a.multi:hover {
    text-decoration: none;
}
a.multi::before {
    content: " + ";
}
a.moreless:before,
a.more:before,
a.less:before {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Pro";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a.moreless.collapsed:before,
a.more:before {
    content: "";
}
a.moreless:before,
a.less:before {
    content: "";
}
.form-row > .col-label {
    text-align: left;
}
.tl-center .form-row > .col-label {
    text-align: left;
    display: inline-block;
}
.tl-center .form-row > .col-label.calendar {
    display: block;
}
.ft_prev {
    opacity: 0.5;
}

.description {
    display: none;
    font-size: 1.15rem;
    opacity: 0;
    transition: opacity 0.45s ease;

    margin-left: 2rem;
    margin-top: 0.5rem;
    padding: 0.75rem;
    //background-color: #f7f7f7;
    //border-left: 3px solid #007bff;
    //border-radius: 4px;
}

.tl-radio:has(input[type="radio"]:checked) .description {
    display: block; /* Beschreibung wird eingeblendet */
    opacity: 1;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
    .tl-center .form-row > .col-label,
    .tl-center .form-row > .col-control {
        display: table-cell;
        vertical-align: top;
    }
    .tl-center .form-row > .col-label {
        text-align: right;
        width: 40%;
        padding: 7px 0 0 0;
    }
    .tl-center .form-row.required label.control-label:after {
        display: none;
    }
    .tl-center .form-row.required label.control-label:before,
    .form-row div.control-label label.required:before {
        content: "*";
        padding-right: 5px;
    }
    .tl-center .form-row > .col-label > img {
        margin-top: -7px;
    }
    .panel-read.tl-center .form-row > .col-label > img {
        margin-top: 0;
    }
    .tl-center .form-row.group > .col-label {
        padding: 7px 15px 0 15px;
    }
    .tl-center .form-row > .col-control {
        width: 60%;
    }
    .tl-center.panel-read .form-row > .col-control {
        width: calc(60% - 120px);
    }
    .tl-center.panel-read .form-row > .col-action {
        text-align: left;
        display: table-cell;
        width: 120px;
        vertical-align: top;
    }
    .tl-center .form-row > .col-control.tl-radio,
    .tl-center .form-row > .col-control-full.tl-radio,
    .tl-center .form-row > .col-control.tl-checkbox,
    .tl-center .form-row > .col-control-full.tl-checkbox {
        padding-top: 7px;
    }
    .tl-center .form-row > .col-control.tl-radio,
    .tl-center .form-row > .col-control.tl-checkbox {
        vertical-align: middle;
    }
    .tl-center .row > fieldset.box > div.pdata > .row {
        margin-left: 0;
        margin-right: 0;
    }
    .row > fieldset.box legend > label {
        font-weight: 500;
        display: inline-block;
    }
    .row > fieldset.box legend > span.action {
        display: block;
        width: auto;
        float: right;
        padding: 0;
        font-size: 90%;
    }
    .row > fieldset.box > div {
        max-width: 700px;
    }
    .tl-radio-list label.tl-radio {
        display: inline-block;
        margin-right: 30px;
    }
}
@media (min-width: 480px) {
    .row > fieldset.box.termin {
        position: relative;
    }
    .row > fieldset.box.termin > div.qrcode {
        position: absolute;
        padding: 0;
        width: 200px;
        text-align: center;
        top: 0;
        right: 15px;
    }
    .row > fieldset.box.termin > div.qrcode-hint {
        padding-right: 200px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
    .col-label.calendar > div {
        width: 300px;
        margin: auto;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 480px) {
    body,
    .container {
        padding: 0;
    }
    #tl_content_footer .table-row,
    #tl_content_footer .table-cell {
        display: block;
    }
    #tl_content_footer div.imprint {
        text-align: left;
    }
    #tl_footer ul > li {
        display: block;
    }
    #tl_footer ul > li.service {
        float: none;
    }
    #tl_footer ul > li.conceal {
        display: none;
    }
    #fsCalendar .panel-body {
        padding-left: 0;
        padding-right: 0;
    }
    .col-label.calendar > div {
        width: 100%;
    }
    .col-control.chart > div {
        width: calc(100% - 10px);
        margin: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .calLegende {
        padding-left: 15px;
        padding-right: 15px;
    }
    .col-control.chart h4 em {
        display: block;
    }
    .datepicker-inline {
        border-left: none;
        border-right: none;
        border-radius: unset;
        font-size: 130%;
    }
    .datepicker table tr td {
        padding: 0.4em;
    }
    .btn {
        padding: 8px 14px;
        width: 45%;
        margin: 5px;
    }
    .tl-wizard {
        margin-left: -15px;
        margin-right: -15px;
    }
    .panel-read,
    .panel-input {
        margin-left: -15px;
        margin-right: -15px;
        border-left: none;
        border-right: none;
        border-radius: unset;
    }
}
.form-row.collapse {
    display: none;
}
body.frame {
    background-color: transparent;
    padding: 0;
    margin: 0;
}
body.frame > .container {
    width: auto;
}
body.frame #tl_header {
    display: none;
}
body.frame #tl_form > h1 {
    display: none;
}
body.frame .welcome,
body.frame .tl-wizard {
    border-top-style: none;
}
body.frame .welcome + .tl-wizard {
    border-top-style: solid;
}
body.frame .multilang {
    display: none;
}
@media screen and (-ms-high-contrast: active) {
    .checkmark {
        display: none;
    }
    .tl-radio input,
    .tl-checkbox input {
        opacity: 1;
        height: 16px;
        width: 16px;
        top: 2px;
        left: 0;
    }
    .datepicker table tr td.day.free {
        font-weight: bold;
    }
    .tl-wizard > .tl-wizard-step > .progress {
        visibility: hidden;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot > i::before {
        content: "Ok" !important;
        font-size: 14px;
        font-family: Arial, Helvetica, sans-serif;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot > i {
        display: none;
    }
    .tl-wizard > .tl-wizard-step.complete > .tl-wizard-dot > i {
        display: inline-block;
        position: relative;
        top: -4px;
    }
}
@media screen and (-ms-high-contrast: black-on-white) {
    .tl-wizard > .tl-wizard-step .tl-wizard-stepnum {
        color: #000 !important;
    }
    .tl-wizard > .tl-wizard-step .tl-wizard-info {
        color: #999;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot {
        background-color: #000 !important;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot a {
        color: #fff !important;
    }
    .tl-wizard > .tl-wizard-step.disabled > .tl-wizard-dot {
        background-color: #fff !important;
        border: 1px solid #000 !important;
    }
}
@media screen and (-ms-high-contrast: white-on-black) {
    .tl-wizard > .tl-wizard-step .tl-wizard-stepnum {
        color: #fff !important;
    }
    .tl-wizard > .tl-wizard-step .tl-wizard-info {
        color: #999;
    }
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot,
    .tl-wizard > .tl-wizard-step > .tl-wizard-dot i {
        background-color: #fff !important;
    }
    .tl-wizard > .tl-wizard-step.disabled > .tl-wizard-dot {
        background-color: #000 !important;
        border: 1px solid #fff !important;
    }
}
[data-whatinput="keyboard"] :focus,
[data-whatinput="keyboard"] a:focus,
[data-whatinput="keyboard"] label.tl-radio:focus-within,
[data-whatinput="keyboard"] label.tl-checkbox:focus-within,
[data-whatinput="keyboard"] #calendar:focus-within {
    box-shadow: 0 0 0 2px #2673b5 !important;
    outline: none !important;
}
[data-whatinput="keyboard"] #calendar :focus {
    box-shadow: none !important;
}
span.nl:before {
    content: " ";
    display: block;
}
.form-row > .col-control.form-control-static.fileupload {
    font-weight: normal;
}
.fileupload div.add-on {
    float: right;
}
.fileupload a:not([href]):not([data-target]) {
    color: #000;
    text-decoration: none;
    cursor: default;
}
.fileupload div.add-on a {
    text-decoration: none;
    cursor: pointer;
}
@media print {
    a.mailto[href]:after,
    a.hp[href]:after {
        content: "";
    }
}
