/*event+route*/
body {
    border-top: 0 solid #e10000;
    border-bottom: 28px solid #e10000;
    position: relative;
    width: 100%;
    height: auto;
}

* {
    font-family: 'Roboto', sans-serif;
}
.branding-logo{
    opacity: 0.60;
    height: 24px
}
.branding-block{
    position: absolute;
    right: 0;
    bottom: -100px;
    padding-bottom: 32px;
}
.subevent-button .icon-apa-add-person {
    font-size: 1.5rem;
}
div h1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 48px;
    color: rgba(0, 0, 0, 0.87);
    padding: 26px 24px 18px;
    margin-bottom: 0;
}

a.skip-main {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

a.skip-main:focus,
a.skip-main:active {
    left: auto;
    top: -80px;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 0.375rem 0.75rem;
    z-index: 999;

    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;

    color: #FFFFFF;
    background-color: #00A600;
    border: 1px solid #00A600;
    border-radius: 0.25rem;
}

.answer-public {
    background-color: #FFFFE0;
}
.answer-public > .text::before {
    border-right-color: #f5f5d7 !important;
}

div h5 {
    font-weight: 400;
}

.time1 {
    margin-bottom: 4px;
    font-weight: 700;
}

.time-indiv {
    font-weight: normal;
    margin-bottom: -2px;
}

.time-indiv p {
    margin-bottom: 0;
}

.time-indiv p:first-child {
    display: block;
    margin-bottom: 4px !important
}

.time-indiv p:only-child {
    display: block;
    margin-bottom: 0px !important
}

.time_text {
    line-height: 20px;
}

.location_text {
    line-height: 20px;
}

.location-indiv {
    line-height: 22px;
    margin-bottom: -2px;
}

.time_text_single_line {
    display: flex;
    align-items: center;
    max-height: 40px;
    margin-bottom: 0;

}

.time_text_single_line .time-indiv {
    line-height: 22px;
}

.time_text_single_line > .time1,
.time_text_single_line > .time1 > p >strong {
    margin-bottom: 0 !important;
}

.empfehlen-block {
    padding-top: 0 !important;
}

.custompage {
    padding-bottom: 0 !important;
}

.time1.small {
    display: block;
}
.time1.med {
    display: none;
}

div.cover-image img {
    width: 100%;
    height: auto;
}
a {
    color: black;
}
.time, .location {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    margin-bottom: 15px;
}
.time {
    margin-left: -2px !important;
}
.icon-apa-calender {
    margin-right: 2px !important;
}
.location p {
    margin-bottom: 0;
}
.location:last-child {
    margin-bottom: 0;
}
.location1-default {
    margin-bottom: 4px;
}

div.time1, div.location1 {
    margin-left: 18px;
    font-size: 16px;
    display: block;
}

div.location1 span.location1-bold {
    font-weight: 700;
    font-size: 16px;
}
div.time2, div.location2 {
    margin-left: 18px;
    line-height: 1;
    font-size: 16px;
    display: block;
}

.termin {
    padding-left: 30px;
    padding-right: 28px;
    padding-bottom: 23px;
    font-family: 'Roboto', sans-serif;
}

@media (min-width: 576px) {
    .termin {
        padding-bottom: 28px;
    }
}

.termin a {
    color: rgb(33, 37, 41)
}

.termin a:hover,
.termin a:focus {
    color: rgba(33, 37, 41, .7)
}

.termin .icon-link {
    color: transparent;
}
.location .icon-link {
    color: transparent;
    text-decoration: none;
}

@media (min-width: 768px) {
    .termin .stream-icon-link .icon-apa-live-stream {
        margin-left: 4px;
    }
}

.termin .icon-apa {
    font-size: 2.5rem;
    color: #00A600;
}

form.form-horizontal {
    margin: 6% 5% 3%;
}
form .begleitung {
    color: black;
    display: grid;
}
form .anmeldung_begleitungen_row {
    padding-top: 10px;
}
form .anrede {
    font-weight: 600;
}
.form-label.required {
    font-weight: 600 !important;
    color: black !important;
}
.form-check-label p{
    display: inline;
}

select:invalid:required,
select:required option[value=""] {
    font-weight: 600 !important;
    color: black !important;
}
/*
.chip > * {
    color: #757373;
}
.chip input {
    display: none;
}
.chip.chip-checkbox,
.chip.chip-toggle,
.chip.clickable{
    cursor: pointer;
}
.chip.active {
    background-color: #d3d2d2;
    border-color:#c3c2c2;
    box-shadow: 0 1px 1px rgba(0,0,0,0.12)
}
.chip:hover, .chip:focus {
    border: 1px solid #00A600;
    background: rgba(0, 166, 0, 0.08);
}
.chip:active:focus{
    background-color: #d3d2d2;
}
.chip {
    border-radius: 30px;
    border: 1px solid #d3d2d2;
    display: inline-flex;
    align-items:center;
    padding: 2px 6px 2px 6px;
    margin-right:6px;
    margin-bottom:6px;
}*/

.form-check-input:checked{
    background-color: #00A600;
    border-color: #00A600;
}
#abmeldung_signout_all.form-check-input:checked {
    background-color: #E10000;
    border-color: #E10000;
}
#abmeldung_signout_all.form-check-input:focus {
    border-color: #E10000;
    box-shadow: none;
    outline: 1px solid #E10000;
    outline-offset: 3px;
}
.form-switch .form-check-input:hover {
    cursor: pointer;
}
.programm_auswahl_input_switch {
    border: 1px solid rgba(0,0,0,.25) !important;
}

form .confirm {
    font-size: 14px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

button.btn-primary,
a.btn-primary,
button.btn-success,
a.btn-success{
    background: #00A600;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

div.section-part3 {
    background: rgba(0, 0, 0, 0.04);
}

div.event,
div.impressum-section {
    padding: 23px 24px 33px;
}

.home .event {
    padding-bottom: 1px;
}

@media (min-width: 768px) {
    div.event,
    div.impressum-section {
        padding-top: 40px;
    }

    .home .event {
        padding-top: 23px;
    }
}

.tinymce-image-text {
    margin-bottom: 0;
    padding-bottom: 1rem;
    width: 100%;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.6);
}

.tinymce-image-text:last-of-type {
    padding-bottom: 0;
}

.event . weiteren_kontakt_anmelden_block {
    margin-right: 13px;
    margin-bottom: 13px
}

.event .weiteren_kontakt_anmelden {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px 14px;
    border-color: #00A600;
    background-color: #00a600;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
}


.event a.terminexport {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #ffffff;
    margin-right: 13px;
    margin-bottom: 13px;
    padding: 10px 14px;
    border-color: #00A600;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.event a,
.txt-kontakt a,
.tinymce-image-text a {
    color: #C90000
}

.event a:hover,
.event a:focus {
    color: #000000;
}

.event.event-section:not(:last-of-type) {
    padding-top: 29px;
    padding-bottom: 0;
}

.event.event-section:last-of-type {
    padding-bottom: 33px;
}

.event.event-section p:last-of-type {
    margin-bottom: 0;
}

.event.event-section h6 {
    margin-bottom: 8px;
}

.event.event-section .anfahrt-info,
.event.event-section .txt-kontakt {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.87);
}

.event.event-section .anfahrt-info,
.event.event-section .txt-kontakt {
    margin-bottom: 19px;
}

div.event h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: .15px;
    margin-bottom: 18px;
    color: rgba(0, 0, 0, 0.87);
}

@media (min-width: 768px) {
    div.event h5 {
        font-weight: 400;
        font-size: 24px;
        letter-spacing: 0.18px;
        margin-bottom: 32px;
    }
}

div.event h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
}

.info-anmelden-programm p {
    margin-bottom: 12px;
}

.series {
    margin-bottom: 29px;
}

.series .series-heading {
    margin-top: 24px;
    margin-bottom: 0;
}

.series .series-option {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .series .series-option {
        margin-bottom: 0;
    }
}

.series .series-option h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.87);
}

@media (min-width: 576px) {
    .series .series-option h6 {
        font-size: 20px;
        line-height: 24px;
    }
}

.series .series-option .btn-option {
    margin-top: 15px;
}

.series .series-option .icon-apa-add-person {
    line-height: 16px;
    font-size: 1.5rem;
}

.event.event-impressum {
    padding-bottom: 0;
}

.event.video {
    background-image: url('/img/apa/vb.jpg');
}
div.video_text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}
div.programm_punkte {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0.1rem;
    column-gap: 10px;
    align-items: baseline;
    padding-right: 0;
}
div.programm_punkte.essen {
    color: rgba(0, 0, 0, 0.6);
}
div.programm_descr {
    color: rgba(0, 0, 0, 0.6);
}
.programm_descr > p {
    margin-bottom: 0;
}
div.programm_organisatorisch {
    color: #626262;
}
div.anfahrt {
    margin-top: 6%;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;

    display: flex;
    align-items: flex-end;
    letter-spacing: 0.15px;

    color: rgba(0, 0, 0, 0.87);
}
div.video_text a, a.email-adr {
    color: #e10000!important;
}
.btn-tag {
    background-color: #ECEFF1!important;
    text-transform: capitalize !important;
    margin-bottom: 10px;
    box-shadow: none;
}
.btn-rounded {
    border-radius: 10rem!important;
}
button.btn-outline-secondary {
    color: #00A600;
    border-color: #e1e1e1;
    width: 100%;
    display: flex;
}
i.bi.bi-map {
    margin-top: 1.1%;
    margin-right: 5%;
}
i.bi.bi-chat-square-dots {
    margin-top: 1.1%;
    margin-right: 5%;
}
.route-planen {
    font-family: 'Roboto', sans-serif;
    line-height: 16px;
    letter-spacing: 1.25px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #00A600 !important;
    border-color: #e1e1e1 !important;
    text-align: left;
    padding: 10px;
}

.route-planen .icon-apa,
.veranstaltung-empfehlen .icon-apa-chat {
    line-height: 16px;
    font-size: 1.5rem;
}

.btn-option {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    /*line-height: 16px;*/
    letter-spacing: 1.25px;
    text-transform: uppercase;
    text-align: left;
    color: #00A600 !important;
    border-color: #e1e1e1 !important;
    padding: 8px;
}
.veranstaltung-empfehlen {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    color: #00A600 !important;
    border-color: #e1e1e1 !important;
    text-align: left;
    padding: 10px;
}
.veranstaltung-empfehlen i.icon-apa-chat {
    line-height: 16px;
}

.btn-outline-secondary:hover {
    color: #018301 !important;
    background-color: rgba(0, 166, 0, 0.08) !important;
    border-color: #018301 !important;
}
.btn.btn-success {
    text-transform: uppercase;
}

.btn.btn-success .icon-apa-person-check {
    font-size: 1.5rem;
}
.btn.btn-absagen .icon-apa-remove-person {
    font-size: 1.5rem;
}

.anmeldung_submit_block .btn-absagen {
    margin-bottom: 0;
}


.anmeldung_submit_block{
    margin-top: 10px;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #bceebc !important;
    color: #007500 !important;
}

/*confirmation page*/
div.event.event-zusagen,
div.event.event-absagen,
div.event.event-warten {
    padding-top: 36px;
}

.anmeldung-erfolgreich {
    display: flex;
    margin-bottom: 10px;
}

.event-zusagen i,
.event-absagen i,
.event-warten i {
    font-size: 1.3rem;
    margin-right: 7px;
    line-height: inherit;
}

.anmeldung-erfolgreich .icon-apa-add-person {
    font-size: 2.5rem;
    color: #00A600;
    margin-right: 16px;
    line-height: 24px;
}

.anmeldung-erfolgreich .icon-apa-person-check {
    font-size: 2.5rem;
    color: #00A600;
    margin-right: 16px;
    line-height: 24px;
}

.anmeldung-erfolgreich .icon-apa-remove-person {
    font-size: 2.5rem;
    color: #E10000;
    margin-right: 16px;
    line-height: 24px;
}

.anmeldung-zugesagt-text {
    margin-bottom: 33px;
}

button.btn-absagen,
a.btn-absagen {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    background-color: #FFFFFF;
    color: #E10000;
    border-color: #d5d5e9;
    padding: 10px 14px;
    margin-bottom: 13px;
}

button.btn-absagen i,
a.btn-absagen i {
    line-height: inherit;
}

button.btn-absagen:hover,
button.btn-absagen:focus,
a.btn-absagen:hover,
a.btn-absagen:focus {
    background-color: #E10000;
    color: #FFFFFF;
    border-color: #E10000;
}

/*options page*/
button.option  {
    text-transform: uppercase;
    margin-top: 2%;
    color: #00A600;
    background-color: white;
    border: 1px solid #dadada;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    max-width: 100%;
}
section-part2 i.bi.bi-person-plus {
    font-weight: 500;
}

/*abmelden page*/
form[name='abmeldung'] .form-group:not(:last-of-type) {
    margin-bottom: 12px;
}

#abmelden-first-input-block {
    margin-bottom: 8px;
}

.form-check-input#first:checked {
    background-color: rgba(0, 0, 0, 0.38)!important;
    border-color: #ffffff!important;
}
.form-check-input#second:checked {
    background-color: #E10000!important;
    border-color: #ffffff!important;
}

.abmelden-button button {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    margin-top: 33px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.14), 0 2px 1px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    border: 1px solid #00A600;
}

.abmelden-button button:hover,
.abmelden-button button:focus {
    border: 1px solid #00A600;
}

/*datenschutz page*/
button.btn-cookie-settings {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding: 8px 12px;
    margin-top: .5em;
    background-color: #FFFFFF;
    color: #00A600;
    border-color: #e1e1e1;
}

button.btn-cookie-settings:hover,
button.btn-cookie-settings:focus {
    color: #018301 !important;
    background-color: rgba(0, 166, 0, 0.08) !important;
    border-color: #018301 !important;
}

button.btn-cookie-settings .icon-apa-cookie {
    margin-right: 4px;
    font-size: 1.2rem;
    line-height: inherit;
}

/*chat page*/
video.cover-video {
    margin-top: 4%!important;
}
div.event-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}
button.button-on-air {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    border-radius: 16px;
    color: #ffffff;
    background-color: #E10000;
    border: 1px solid #E10000;
    min-width: 60px;
    height: 32px;
    padding: 6px 12px 6px 10px;
    margin-left: 24px;
}
.section-part2 .row {
    display: block;
}
button.frage-stellen {
    letter-spacing: 1.25px;
    width: 100%;
}

#streaming-addinfo-block {
    padding-right: 24px;
    padding-left: 24px;
}

.streaming_text p {
    padding-left: 24px;
    padding-right: 24px;
}

.streaming_text_bottom p {
    margin-bottom: 0;
}

#viewer_info_text{
    background-color: #3f3f3f;
    color: white;
}

.streaming-voting-iframe-block{
    padding-right: 24px;
    padding-left: 24px;
}

.streaming-qanda-iframe-block{
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 45px;
}

/*chat design*/
.chat-body .answer.left {
    text-align: left;
    float: left;
    margin-bottom: 5px;
}
.chat-body .answer {
    position: relative;
    max-width: 600px;
    width: 100%;
    clear: both;
}
.chat-body .answer.left .text {
    background: rgba(0, 0, 0, 0.04);
    color: #333333;
    border-radius: 8px 8px 8px 0;
}
.chat-body .answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.chat-body .answer.left .text:before {
    left: -6px;
    border-right-color: rgba(0, 0, 0, 0.04);
    border-right-width: 12px;
    transform: rotate(90deg) scaleX(-1);
    bottom: -24px;
}
.chat-body .answer .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.chat-body .mod-answer.mod-left {
    text-align: left;
    float: left;
    margin-bottom: 5%;
}
.chat-body .mod-answer {
    position: relative;
    max-width: 600px;
    width: 100%;
    clear: both;
}
.chat-body .mod-answer.mod-left .text,
.chat-body .mod-answer.mod-right .text {
    background: rgba(0, 0, 0, 0.04);
    color: #333333;
    border-radius: 8px 8px 8px 0;
}

.chat-body .mod-answer.mod-right {
    text-align: right;
    float: right;
    margin-bottom: 8%;
}

.chat-body .mod-answer.mod-right .text {
    background: rgba(0, 166, 0, 0.04);
    color: #333333;
    border-radius: 8px 8px 0 8px;
    width: 90%;
    margin-left: 10%;
}

.chat-body .mod-answer .text {
    padding: 12px;
    font-size: 16px;
    line-height: 26px;
    position: relative;
}
.chat-body .mod-answer.mod-left .text:before {
    left: -6px;
    border-right-color: rgba(0, 166, 0, 0.04);
    border-right-width: 12px;
    transform: rotate(90deg) scaleX(-1);
    bottom: -24px;
}

.chat-body .mod-answer.mod-right .text::before {
    right: -6px;
    border-right-color: rgba(0, 166, 0, 0.04);
    border-right-width: 12px;
    transform: rotate(-90deg);
    bottom: -24px;
}

.chat-body .mod-answer .text::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    border: 18px solid transparent;
    border-bottom-width: 0;
}
.chat-body .answer.left .chat-time {
    float: right;
    color: rgba(0, 0, 0, 0.38);
    background-color: #fff;
    width: 100%;
    text-align: right;
}
.chat-body .answer chat-.time {
    font-size: 16px;
    line-height: 36px;
    position: relative;
    padding-bottom: 1px;
}

.tinymce-image {
    display: block;
    width: 100%;
}

.tinymce-image img {
    width: 100%;
}
@media (min-width: 576px) {
    body {
        width: 100%;
        height: auto;
    }
    nav .navbar-left {
        margin-left: 0%;
    }
    nav .navbar-right {
        margin-right: 0%;
    }
    div.time1, div.location1 {
        font-size: 16px;
        display: block;
    }
    div.time2, div.location2 {
        line-height: 1;
        display: block;
    }
    .time_text.confirmation {
        margin-top: 1%;
    }
    label.begleitung-anzahl {
        margin-right: 1%;
    }
    button.btn-outline-secondary {
        width: 80%;
    }
    button.btn-success {
        margin-bottom: 0;
    }

    /*chat page*/
    .section-part2 .row {
        display: flex;
    }

    .tinymce-image-text {
        width: 83.33333333%;
    }
    .tinymce-image {
        display: block;
        width: 83.33333333%;
    }
}

@media (min-width: 768px) {
    body {
        max-width: 1000px;
        margin-right: auto !important;
        margin-left: auto !important;
    }

    div h1 {
        max-width: 75%;
    }

    div.time1, div.location1 {
        font-size: 16px;
        display: block;
    }

    div.time2, div.location2 {
        line-height: 1;
        display: block;
    }

    .termin {
        display: flex;
    }

    .time, .location {
        display: contents;
    }

    .time_text {
        width: 50%;
        margin-top: 0;
        line-height: 20px;
    }

    .location_text {
        width: 35%;
        margin-top: 0;
        line-height: 20px;
    }

    div.time1.small {
        display: none;
    }

    div.time1.med {
        display: block;
    }

    form .begleitung {
        display: flex;
    }

    .begleitung {
        margin-bottom: 1%;
    }

    label.teilnahme-art {
        margin-left: 14.5%;
        margin-right: 1%;
    }

    div.video {
        width: 50%;
    }

    div.video_text {
        width: 50%;
    }

    .col-12.col-sm-10.event.programm_punkte {
        width: 50%;
    }

    button.btn-outline-secondary {
        width: 40%;
    }

    i.bi.bi-map {
        margin-top: 0.6%;
        margin-right: 4%;
    }

    i.bi.bi-chat-square-dots {
        margin-right: 4%;
        margin-top: 1%;
    }

    /*confirmation page*/
    svg.camera {
        width: 40px;
        height: 40px;
    }

    .time_text.confirmation {
        width: 50%;
        margin-left: 2%;
        margin-top: 1%;
    }

    .location_text.confirmation {
        width: 35%;
        margin-top: 0.8%;
    }

    /*options page*/
    .time_text.options {
        width: 40%;
    }

    .location_text.options {
        width: 50%;
    }
    .option.web {
        width: 60%;
    }

    .icon-apa-live-stream {
        margin-left: 4px;
    }
    /*chat page*/
    div.event-title {
        max-width: 70%;
    }
    video.cover-video {
        background-image: url("/img/apa/vb.jpg");
    }
    button.button-on-air {
        position: absolute;
        right: 24px;
        top: 32px;
    }

    .tinymce-image-text {
        width: 60%;
    }
    .tinymce-image {
        display: block;
        width: 60%;
    }
}
.form-check-input{
    margin-bottom: 0 !important;
}

#typen_block legend {
    padding: 0;
}

.chip input[type="radio"] {
    /*display: none;*/
    opacity: 0;
    position: absolute;
    z-index: -1;
}

input[type="radio"] {
    border-color: rgba(0, 0, 0, 0.6);
    border-width: 2px;
}

input[type="checkbox"]:not(:checked) {
    border-color: rgba(0, 0, 0, 0.6);
    border-width: 2px;
}

.confirm p {
    margin-bottom: 10px;
}

.checkbox-typen label {
    margin-right: 10px;
}

#abmeldung_submit {
    line-height: 1.5em;
}

.chip input[type="radio"] + label {
    display: inline-flex;
    align-items: center;

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;

    padding: 6px 12px;
    margin-right: 6px;
    margin-bottom: 6px;

    border-radius: 30px;
    border: 1px solid #fff;
    color: rgba(0, 0, 0, 0.87);
    background-color: rgba(33, 33, 33, 0.08);

    cursor: pointer;

    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;

    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.chip input[type="radio"]:checked + label {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #018301;
    background: rgba(0, 166, 0, 0.08);
    color: #018301;
}

.chip input[type="radio"]:hover + label,
.chip input[type="radio"]:focus + label {
    border: 1px solid #018301;
    background: rgba(0, 166, 0, 0.08);
    color: #018301;
}

.chip input[type="radio"]:disabled:hover + label,
.chip input[type="radio"]:disabled:focus + label,
.chip input[type="radio"]:disabled:checked + label {
    border: 1px solid white;
    background: rgba(33, 33, 33, 0.08);
    color: rgba(0, 0, 0, 0.87);
    cursor: not-allowed;
}
.chip .form-check {
    padding-left: 0;
}

.chip fieldset {
    margin-bottom: 0 !important;
}

#anmeldung_typen {
    display: flex;
    flex-wrap: wrap;
}

.typen-title {
    max-width: 180px;
    min-width: 145px;
    padding-right:0;
    margin-right: 10px;
    word-break: normal;
}
.begleitperson {
    margin-bottom: 15px;
}
.begleitpers-title {
    margin-right: 12px !important;
    word-break: normal;
}
.form-floating>.form-control,
.form-floating>.form-select {
    height:calc(2.5rem + 2px);
    line-height:1;
}
.form-floating>textarea.form-control {
    height: 6.5em;
}
.form-floating>label {
    padding:0.5rem;
}
.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top:.8rem;
}
.form-floating>.form-select {
    padding-top:1rem;
    padding-bottom:0.5rem;
}
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    height: fit-content !important;
    width: fit-content !important;
    max-width: 100% !important;
    opacity:1;
    transform:scale(.85) translateY(-.65rem) translateX(.15rem);
    background-color: white;
    padding: 0 0.25em;
}
.form-select:focus,
.form-control:focus {
    border-color: #00A600;
    box-shadow: none;
}
.form-check-input:focus {
    border-color: #00A600;
    box-shadow: none;
    outline: 1px solid #00A600;
    outline-offset: 3px;
}

/*+
Qanda
 */
.qanda-blockquote {
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: 2px solid #eee;
    border-left: none;
    padding: 10px 0;
}
.qanda-blockquote footer, .qanda-blockquote small, .qanda-blockquote .small{
    line-height: 1;
    color: #666;
}
.question-cards{
    margin-top: -10px;
    width: 100%;
}
.card-archive,
.card-archive footer{
    color: #777;
}
.qanda-card {
    border: none !important;
}
.qanda-card-body {
    padding: 0;
}
#qanda-list{
    margin: 0;
}
.customcontent{
    padding: 0;
}
#qanda_frage {
    width: 100% !important;
}

/* placeholder */
.form-floating > .form-label
{
    color: #656565 !important;
}

/* text eingabe */
input.form-control {
    color: #262626 !important;
}

.top-area {
    /*margin-bottom: 10px;*/
    min-height: 84px;
    padding-bottom: 10px;
    padding-top: 15px;
}

@media only screen and (max-width: 576px) {
    .top-area {
        padding-left: 14px;
        padding-right: 14px;
    }
}

.apa_logo {
    height: 36px;
}

.top-area-right {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: right;
}


body {
    border-top: 0px solid #e10000;
    border-bottom: 28px solid #e10000;
}

.top-area {
    background-color: #e10000;
}

@media (min-width: 576px) {
    body {
        border: 28px solid #e10000;
        border-top: 0px solid #e10000;
    }
}svg.calender {
    max-width: 36px;
    max-height: 40px;
}
svg.ort {
    max-width: 32px;
    max-height: 40px;
}#header-grafik{
    width: 100%;
}

.home {
    background-color: #f5f5f5;
    text-align: left
}
.programm {
    background-color: #f5f5f5;
    text-align: left;
}

.programm h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.15px;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 18px;
}

.mb-3.row {
    margin-bottom: 15px;
}
.programm_radio_button {
    display: flex;
    column-gap: 15px;
}
input,
select,
.input-group-text {
    margin-bottom: 1rem !important;
}

@media (min-width: 575px) {
    .form-date select.form-select,
    .form-time select.form-select {
        max-width: 156px;
    }
}

.program-time {
    max-width: 89px !important;
    min-width: 89px !important;
    white-space: nowrap;
}
@media (max-width: 575px) {
    .program-details {
        max-width: calc(100% - 89px) !important;
    }
}
.anmelde-ersatzperson {
    margin-top: 28px;
    margin-bottom: 28px;
}
.anmelde-ersatzperson > div:first-of-type {
    padding-bottom: 25px !important;
}

/** article embed list */
.article-list {
    background-color: transparent !important;
}
.article-list .article-entry-title {
    color: var(--main-tertiary-text-color);
    font-weight: bold;
    font-size: calc(var(--content-font-size) + 2px);
    margin-bottom: 12px;
    padding-top: 33px;
}
.article-list .article-entry-without-image .article-entry-title,
.article-list .article-entry-without-image .article-entry-body {
    padding-left: 70px !important;
    padding-right: 70px !important;
}
.article-list .article-entry-title-left {
    padding-left: 70px;
    padding-right: 37px;
}
.article-list .article-entry-title-right {
    padding-left: 37px;
    padding-right: 70px;
}
.article-list .article-entry-body {
    color: var(--main-tertiary-text-color);
}
.article-list .article-entry-body canvas {
    width: 100% !important;
    height: auto !important;
}
.article-list .article-entry-body-right {
    padding-left: 37px;
    padding-right: 70px;
}
.article-list .article-entry-body-left {
    padding-left: 70px;
    padding-right: 37px;
}
.article-list .article-entry {
    color: var(--main-secondary-text-color);
    background-color: var(--main-secondary-color-light) !important;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, .1);
    margin-bottom: 40px;
}
.article-list .article-entry-footer {
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 42px;
    padding-bottom: 21px;
}
.article-list .article-entry-date {
    padding-top: 10px;
    color: var(--main-tertiary-text-color);
    font-size: 16px;
    text-align: center;
    width: 130px;
    border-top: 1px solid var(--main-primary-color);
    line-height: 1 !important;
}
.article-list .article-entry-buttons {
    font-size: 16px;
    text-align: center;
    width: 182px;
    position: relative;
    line-height: 1 !important;
    margin-top: 1px;
}
.article-list .article-entry-button {
    color: var(--main-primary-color) !important;
    text-transform: uppercase;
    line-height: 1 !important;
    vertical-align: inherit;
    padding-top: 10px;
    padding-bottom: 9px;
    display: inline-block;
}
.article-list .article-entry-button::after {
    content: ' \e913';
    font-weight: normal;
    font-style: normal;
    font-family: em-icons;
    vertical-align: top;
    transform: matrix(1, 0, 0, 1, 0, 0) !important;
    display: inline-block;
    margin-left: 10px;
    transition: all .2s;
}
.article-list .article-entry-button:hover::after  {
    transform: matrix(1.4, 0, 0, 1, 0, 0) !important;
}
.article-list .article-entry-buttons .article-border-animation {
    animation-fill-mode: both;
}
.article-list .article-entry-buttons:hover .article-border-animation {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-primary-color);
    animation: article-button-border-move-down 0.2s forwards;
}
.article-list .article-entry-buttons:not(:hover) .article-border-animation {
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--main-primary-color);
    animation: article-button-border-move-up 0.2s forwards;
}
@keyframes article-button-border-move-down {
    0% {
        top: -1px;
    }
    100% {
        top: 100%;
    }
}
@keyframes article-button-border-move-up {
    0% {
        top: 100%;
    }
    100% {
        top: -1px;
    }
}
.article-list .article-entry-spacer {
    color: var(--main-primary-color);
    font-size: 16px;
    line-height: 1 !important;
    padding-top: 10px;
}
.article-entry-image {
    max-width: 320px;
    width: 100%;
}
.article-entry-image img {
    width: 100%;
}
.article-entry-image-left {
    padding-left: 70px;
    min-width: 200px;
}
.article-entry-image-left img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-top: -20px;
}
.article-entry-image-right {
    padding-right: 70px;
    min-width: 200px;
}
.article-entry-image-right img {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: -20px;
}

@media only screen and (max-width: 1050px) {
    .article-entry-image {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .article-entry-content {
        flex-wrap: wrap;
    }

    .article-entry-body,
    .article-entry-body-right,
    .article-entry-body-left,
    .article-entry-title,
    .article-entry-title-right,
    .article-entry-title-left {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .article-entry-image img {
        max-height: 150px;
        object-fit: cover;
        border-radius: 8px;
    }
    .article-list .article-entry-footer {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 32px;
        padding-bottom: 21px;
        justify-content: center !important;
    }
    .article-entry-content-left {
        flex-direction: column-reverse;
    }

    .article-list .article-entry-without-image .article-entry-title,
    .article-list .article-entry-without-image .article-entry-body {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}footer {
    background-color: #f5f5f5;
    font-family: Open\20 Sans, Open Sans, Arial;
    padding: 25px 24px 24px;
}

footer .footer-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
    margin-bottom: 15px;
}

footer .footer-img {
    height: 28px;
    margin-bottom: 15px;
}

footer .impressum {
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    footer .impressum {
        padding-bottom: 0;
    }
}

footer .copyright,
footer .impressum,
footer .impressum a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

footer .impressum a:hover,
footer .impressum a:focus {
    color: rgba(0, 0, 0, 0.9);
}

#footer-row{
    padding: 10px 0 10px 0;
    margin: 0;
}
#footer-left-column{
    text-align:left;
    padding-left: 0;
}

#footer-right-column {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.25px;
    color: rgba(0, 0, 0, 0.6);
}

@media (min-width: 768px) {
    #footer-right-column {
        text-align: right;
    }
}

#footer-powered-by{
    margin-top: -5px;
}

footer .footer-img {
    height: 21px;
}.program-time {
    white-space: nowrap;
}


/*+
apa icons
 */
@font-face {
    font-family: 'apa-icons';
    src:  url('/img/apa/icons/apa-icons.eot?iuzy1g');
    src:  url('/img/apa/icons/apa-icons.eot?iuzy1g#iefix') format('embedded-opentype'),
    url('/img/apa/icons/apa-icons.ttf?iuzy1g') format('truetype'),
    url('/img/apa/icons/apa-icons.woff?iuzy1g') format('woff'),
    url('/img/apa/icons/apa-icons.svg?iuzy1g#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'apa-icons' !important;
    display: inline-block;
    font-size: inherit;
    line-height: 1;
    text-rendering: auto;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    vertical-align: bottom;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-apa-arrow-upward:before {
    content: "\e900";
}
.icon-apa-gallery:before {
    content: "\e901";
}
.icon-apa-cookie:before {
    content: "\e902";
}
.icon-apa-calender:before {
    content: "\e903";
}
.icon-apa-download:before {
    content: "\e904";
}
.icon-apa-chat:before {
    content: "\e905";
}
.icon-apa-person-check:before {
    content: "\e906";
}
.icon-apa-map:before {
    content: "\e907";
}
.icon-apa-add-person:before {
    content: "\e908";
}
.icon-apa-remove-person:before {
    content: "\e909";
}
.icon-apa-location:before {
    content: "\e90a";
}
.icon-apa-play:before {
    content: "\e90b";
}
.icon-apa-live-stream:before {
    content: "\e90c";
}

#codeform-top-div {
    background-color: #e10000;
    height: 28px;
    margin-left: -15px;
    margin-right: -15px;
}
.em-chart {
    max-height: 400px;
    min-height: 400px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: crisp-edges;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    min-height: unset;
}
