/* ***** Normalise CSS START ***** */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

*:focus-visible {
    outline: none;
}

hr {
    background-color: currentColor;
    border: 0;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

p {
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

ol ::marker {
    font-weight: bold;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bold;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -1.3rem;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    line-height: inherit;
    white-space: normal;
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

iframe {
    width: 100%;
    margin-bottom: 0;
}

/* ***** Normalise CSS END ***** */


/* ***** Font START ***** */
@font-face {
    font-display: swap;
    font-family: 'equipregular';
    src: url('../fonts/equipreg-webfont.woff2') format('woff2'), url('../fonts/equipreg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'equipthin';
    src: url('../fonts/equipthi-webfont.woff2') format('woff2'), url('../fonts/equipthi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'equipbold';
    src: url('../fonts/equipbol-webfont.woff2') format('woff2'), url('../fonts/equipbol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'equip_extendedregular';
    src: url('../fonts/equipextreg-webfont.woff2') format('woff2'), url('../fonts/equipextreg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'equip_extendedextrabold';
    src: url('../fonts/equipextxbol-webfont.woff2') format('woff2'), url('../fonts/equipextxbol-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* ***** Font END ***** */

:root {
    --color-bg: #06041F;
    --color-highlight: #47D7AC;
    --color-highlight-hover: #badcd3;
    --color-text: #ffffff;
    --color-overlay-bg: #142A4B;
    --color-error: #d74747;
    --equipregular: 'equipregular', Arial, sans-serif;
    --equipthin: 'equipthin', Arial, sans-serif;
    --equipbold: 'equipbold', Arial, sans-serif;
    --equip_extendedregular: 'equip_extendedregular', Arial, sans-serif;
    --equip_extendedextrabold: 'equip_extendedextrabold', Arial, sans-serif;
    --scale-hover: scale(1.1);
    --transition: all .3s ease;
}

html,
body {
    min-height: 100%;
    height: 100%;
}

html {
    font-size: 10px;
    line-height: 10px;
}

body {
    color: var(--color-text);
    background: url("../images/bg_start.jpg") left top no-repeat var(--color-bg);
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: var(--equip_extendedregular);
    position: relative;
}

body.page {
    background: url("../images/bg_page.jpg") center top no-repeat var(--color-bg);
    background-size: cover;
}

h1 {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
}

h2 {
    font-family: var(--equip_extendedextrabold);
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 2.8rem;
}

h3 {
    font-size: 3rem;
    line-height: 3.5rem;
}

a {
    color: var(--color-text);
    text-decoration: none;
    transition: var(--transition);
}

strong {
    font-weight: bold;
}

.btn,
a.btn,
.storytile-sites-user-questions-input-button {
    display: inline-block;
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding: 1rem 3rem;
    width: 100%;
    color: var(--color-bg);
    background-color: var(--color-highlight);
    border-radius: 20px;
    transition: var(--transition);
    text-decoration: none;
    border: none;
}

.btn:hover,
a.btn:hover,
.storytile-sites-user-questions-input-button:hover {
    background-color: var(--color-highlight-hover);
}

p,
.margin_bottom {
    margin-bottom: 2.8rem;
}

.text a {
    text-decoration: underline;
    white-space: nowrap;
}

.text a:hover,
.resend_code.active a {
    color: var(--color-highlight);
}

.text ul,
.text ol {
    margin: 0 0 2.8rem 1rem;
    padding-left: 1rem;
}

.text li {
    margin-bottom: 1.4rem;
}

.text_small {
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.3rem;
}

.text_middle {
    font-family: var(--equipregular);
    font-size: 2rem;
    line-height: 2.8rem;
}

#page {
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

.row {
    width: 100%;
    padding: 11.5rem 32rem;
}

body .no_padding_top {
    padding-top: 0;
}

.col {
    width: 100%;
    max-width: 925px;
}

.col_flex {
    display: flex;
    gap: 3.5rem;
}

.col_left {
    flex: 0 0 16rem;
}

.bg_blue {
    background-color: var(--color-overlay-bg);
}

.bg_white {
    background-color: var(--color-text);
    color: var(--color-bg);
}

.bg_white .text a {
    color: var(--color-bg);
}

.bg_white .text a:hover {
    color: var(--color-highlight);
}

.bg_white svg {
    fill: var(--color-bg);
}

/* ********** header START ********** */
.logo_wrapper {
    display: flex;
    gap: 1.5rem;
}

.logo {
    flex: 0 0 auto;
}

.header_line__wrapper {
    position: relative;
    width: 13rem;
}

.header_line {
    position: absolute;
    top: 2rem;
    width: 100%;
    height: 1px;
    background-color: var(--color-text);
}

.headline_logo {
    font-family: var(--equip_extendedextrabold);
    font-size: 2.8rem;
    line-height: 3.6rem;
}

.subline_logo {
    font-family: var(--equip_extendedregular);
    font-size: 2.4rem;
    line-height: 3.1rem;
}

/* ********** header END ********** */


/* ********** login START ********** */
#login_form {
    display: inline-flex;
    margin-top: 2.8rem;
}

#login_form input {
    width: 75%;
    flex: 1 0 auto;
    border-radius: 20px 0 0 20px;
}

#login_form .btn {
    border-radius: 0 20px 20px 0;
    padding: 1rem 2.1rem;
}

.resend_code {
    display: inline-block;
    margin: .5rem 0 0 2.1rem;
}

#resend_code {
    display: none;
    margin-top: 2.8rem;
    background-color: var(--color-overlay-bg);
    padding: 3.2rem;
    border-radius: 20px;
    font-family: var(--equipregular);
}

.feedback {
    color: var(--color-highlight);
    margin: .5rem 0 0 2.1rem;
}

.error {
    color: var(--color-error);
}

/* ********** login END ********** */

/* ********** agenda START ********** */
.agenda {
    display: flex;
    flex-flow: column nowrap;
    gap: 8.4rem;
}

.col_agenda .time {
    color: var(--color-highlight);
}

.agenda_headline {
    align-items: flex-end;
    border-bottom: 1px solid var(--color-text);
    padding-bottom: .75rem;
    margin-bottom: 2.8rem;
}

.col_agenda h2 {
    margin-bottom: 0;
}

.agenda_speaker {
    display: flex;
    flex-wrap: wrap;
    gap: 2.8rem 5.6rem;
    margin-top: 2.8rem;
}

.agenda_speaker__elem {
    width: 180px;
}

.agenda_speaker__image {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    border-radius: 1.2rem;
    overflow: hidden;
    background-color: var(--color-overlay-bg);
}

.agenda_speaker__image svg {
    fill: var(--color-highlight);
    opacity: .75;
}

.agenda_speaker__text {
    margin-top: .8rem;
}

.agenda.sessions .btn {
    margin-top: 2.8rem;
}

/* ********** agenda END ********** */

/* ****** livestream ****** */
.livestream .text_row__stream {
    padding-bottom: 3rem;
}

.livestream .text_row__stream .col_flex {
    width: 100%;
    max-width: initial;
}

.livestream .text_row__stream .col_right {
    flex: 1 0 auto;
}

.text_row__stream {
    padding-top: 0;
    align-items: flex-start;
    position: relative;
}

.livestream_wrapper {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16/9;
    border: 1px solid var(--color-text);
}

.livestream_wrapper .img_stream {
    height: 100%;
    width: 100%;
    background-size: cover;
}

.livestream_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.emojy_animation_wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    width: 25%;
    height: 0;
    background: #00ff00;
}

.livestream #emojis_reaktion {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    justify-content: center;
    width: 100%;
}

.livestream .emojis_row_1,
.livestream .emojis_row_2 {
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.livestream .emoji {
    height: 25px;
    width: 25px;
    cursor: pointer;
    transition: .3s;
}

.livestream .emoji img {
    width: 100%;
    display: block;
}


.livestream #emojis_reaktion .emoji.stop {
    pointer-events: none;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: gray;
}

.emojy_animation_wrapper .reaction {
    position: absolute;
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    background: none;
}

.emojy_animation_wrapper .reaction img {
    width: 100%;
}

.emojy_animation_wrapper .reaction.done {
    opacity: 0;
}

@keyframes fly {
    0% {

        transform: translateY(-2.5vw);
    }
    12.5% {
        transform: translateX(10px) translateY(-8.75vw);
    }
    25% {
        opacity: 100;
        transform: translateX(-10px) translateY(-15vw);
    }
    37.5% {
        transform: translateX(10px) translateY(-21.25vw);
    }
    50% {
        opacity: 0;
        transform: translateX(-10px) translateY(-27.5vw);
    }
    62.5% {
        transform: translateX(10px) translateY(-33.75vw);
    }
    75% {
        transform: translateX(-10px) translateY(-40vw);
    }
    87.5% {
        transform: translateX(10px) translateY(-46.24vw);
    }
    100% {
        opacity: 0;
        transform: translateX(-10px) translateY(-52.5vw);
    }
}

.emoji.fly {
    opacity: 100%;
    animation: fly 4.5s normal linear;
}

/* ****** teilnehmer ****** */
.sidebar {
    display: flex;
    height: 100%;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3rem;
}

.teilnehmer_wrapper {
    width: 100%;
}

.anzahl_teilnehmer {
    font-weight: bold;
    font-family: var(--equip_extendedextrabold);
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    text-align: right;
}

.teilnehmer_slider {
    width: 100%;
    position: relative;
    display: block;
    font-size: 1.6rem;
    line-height: 2.4rem;
    overflow: hidden;
}

.teilnehmer_slider__elem {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    height: 1.8rem;
    line-height: 2.4rem;
    margin: 1.4rem 0;
    transition: top 0.3s, color 0.3s;
    transition-timing-function: ease-out;
    color: rgba(145, 245, 74, .15);
    width: 100%;
}

.teilnehmer_slider__elem_name {
    flex: 0 1 auto;
    overflow: hidden; /* Versteckt den überlaufenden Text */
    white-space: nowrap; /* Verhindert Zeilenumbruch */
    text-overflow: ellipsis;
}

.teilnehmer_slider__elem.elem_0,
.teilnehmer_slider__elem.elem_8,
.slider_active .teilnehmer_slider__elem.elem_1,
.slider_active .teilnehmer_slider__elem.elem_9,
.slider_active .teilnehmer_slider__elem.elem_10 {
    color: rgba(255, 255, 255, .25);
}

.teilnehmer_slider__elem.elem_1,
.teilnehmer_slider__elem.elem_7,
.slider_active .teilnehmer_slider__elem.elem_2,
.slider_active .teilnehmer_slider__elem.elem_8 {
    color: rgba(255, 255, 255, .4);
}

.teilnehmer_slider__elem.elem_2,
.teilnehmer_slider__elem.elem_6,
.slider_active .teilnehmer_slider__elem.elem_3,
.slider_active .teilnehmer_slider__elem.elem_7 {
    color: rgba(255, 255, 255, .6);
}

.teilnehmer_slider__elem.elem_3,
.teilnehmer_slider__elem.elem_5,
.slider_active .teilnehmer_slider__elem.elem_4,
.slider_active .teilnehmer_slider__elem.elem_6 {
    color: rgba(255, 255, 255, .8);
}

.teilnehmer_slider__elem.elem_4,
.slider_active .teilnehmer_slider__elem.elem_5 {
    color: var(--color-text);
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage,
.storytile-sites-agenda-small .storytile-sites-agenda-day-select {
    --storytile-sites-agenda-stage-height: 7rem !important;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
    padding: .5rem .95rem !important;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
    background-color: var(--color-overlay-bg);
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
    font-size: 1.8rem;
    line-height: 2.6rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    border-right: 2px solid #fff !important;
}

.storytile-sites-agenda-pixel-per-minute {
    /*
        The width of this element determines the number of pixels used for each minute
        in the agenda's timeline. Default is 6px per minute
    */
    width: 25px !important;
}


.row_questions {
    padding-top: 0;
}

.row_questions .col_flex,
.row_questions .col_right {
    width: 100%;
    max-width: initial;
}

.storytile-sites-user-questions-question form {
    display: flex;
}

.storytile-sites-user-questions-input-text {
    flex: 1 1 89%;
    height: 4rem;
    resize: none;
    padding-right: 6rem;
}

.storytile-sites-user-questions-input-button {
    margin-left: -4rem;
    flex: 0 0 0;
}

.livestream .sessions h2 {
    color: var(--color-text);
}

.sessions_link {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: var(--equip_extendedextrabold);
    color: var(--color-highlight);
    margin-top: 3rem;
}

.sessions_link svg {
    width: 25px;
    height: 15px;
    stroke: var(--color-highlight);
    transition: var(--transition);
    flex: 0 0 auto;
}

.sessions_link:hover {
    color: var(--color-highlight-hover);
}

.sessions_link:hover svg {
    stroke: var(--color-highlight-hover);
}


/* ********** padlet START ********** */
.row_padlet .col,
.row_padlet .col_right {
    max-width: initial;
    width: 100%;
}

.padlet {
    height: 600px;
}

/* ********** padlet END ********** */


/* ********** sessions START ********** */
.sessions h2,
.session_registration_success,
.session_registration_done {
    color: var(--color-highlight);
}

.session_registration_success a {
    color: var(--color-highlight);
    text-decoration: underline;
}

.session_registration_success a:hover {
    color: var(--color-highlight-hover);
}

.sessions_wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 2.8rem;
}

.session_headline {
    font-family: var(--equip_extendedextrabold);
}

.session_label_wrapper {
    transition: var(--transition);
}

.session_label_wrapper:hover,
.session_label_wrapper.selected {
    color: var(--color-highlight);
}

.session_label_wrapper.disabled {
    pointer-events: none;
    opacity: .5;
}

.session_content input {
    pointer-events: none;
}

.session_content .error {
    margin-left: 4.5rem;
}

/* ********** sessions END ********** */

/* ********** registration START ********** */
.registration {
    font-family: var(--equipregular);
}

.registration h2,
.support h2,
.registration h3,
.support h3 {
    color: var(--color-highlight);
}

.registration form {
    font-size: 1.6rem;
    line-height: 2.3rem;
}

/* ********** registration END ********** */


/* ********** faq START ********** */
.faq .col_right {
    flex: 1 1 auto;
}

.faq_wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
}

.faq_intro {
    margin-bottom: 5.6rem;
}

.faq_elem {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2rem;
}

.faq_question {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: .5rem;
}

.faq_question svg {
    height: 30px;
    width: 30px;
    transition: var(--transition);
}

.faq_question.active svg {
    transform: rotate(90deg);
}

.faq_answer {
    padding: 1rem 0 0 3.5rem;
    display: none;
}

/* ********** faq END ********** */


/* ********** form START ********** */
.form_row {
    width: 100%;
    margin-bottom: 2.8rem;
}

.form_row label.error,
.registration_error,
.middleware_error {
    margin: .5rem 0 0 2.1rem;
}

.middleware_error {
    text-align: center;
}

.captcha {
    display: flex;
    flex-flow: column nowrap;
}

input,
textarea {
    width: 100%;
    border: none;
    border-radius: 20px;
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.1rem;
    padding: 1rem 2.1rem;
}

.select_wrapper {
    position: relative;
    border-radius: 20px;
    background-color: var(--color-text);
}

.select_wrapper .icon_arrow {
    height: 11px;
    width: 18px;
    fill: var(--color-bg);
    position: absolute;
    right: 1.5rem;
    top: calc(50% - 5px);
}

select {
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.1rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background: none;
    color: var(--color-bg);
    padding: 1rem 2.1rem;
}

.captcha_input {
    margin-top: 1rem;
}

.pflichtfeld {
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.1rem;
}

button:disabled,
button:disabled:hover {
    background-color: #cccccc;
    cursor: not-allowed;
    opacity: .5;
}

/* better solution for styling the checkboxes */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
    /* hide the checkbox without making it hidden for
    the screen readers */
    position: absolute;
    left: 0;
    opacity: 0.01;
}

/* styling the label and making room for the boxes */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative; /* make label the reference to position the custom boxes */
    cursor: pointer;
    padding-left: calc(30px + 1.5rem);
    line-height: 30px;
}

[type="radio"]:disabled + label span,
[type="radio"]:disabled + label span,
[type="radio"]:disabled + label span {
    color: #AEAEAE;
    cursor: not-allowed;
}

/* styling the new boxes*/
[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before,
[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: var(--color-text);
    border-radius: 10px;
    transition: var(--transition)
}

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
    border-radius: 50%;
}

/* the checked box */
[type="checkbox"]:not(:checked) + label::after,
[type="checkbox"]:checked + label::after,
[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
    content: '';
    background: url('../images/icon_check.svg') center center no-repeat;
    background-size: 20px auto;
    height: 20px;
    width: 20px;
    position: absolute;
    top: 5px;
    left: 6px;
    transition: all .2s;
}

/* how a no check state should look like  */
[type="checkbox"]:not(:checked) + label::after,
[type="radio"]:not(:checked) + label::after {
    opacity: 0;
    transform: scale(0) rotate(45deg);
}

/* how a check should look like */
[type="checkbox"]:checked + label::after,
[type="radio"]:checked + label::after {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.btn_send {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    height: 20px;
    width: 32px;
}

/* ********** form / registration END ********** */

/* ********** footer START ********** */
footer {
    bottom: 0;
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-family: var(--equipregular);
}

footer .row {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: var(--color-bg);
}

footer .col_right {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 2.8rem 3rem;
}

.nav_footer {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav_footer li:after {
    content: '|';
    padding: 0 1.5rem;
}

.nav_footer li:last-child:after {
    content: '';
}

.nav_footer a:hover,
.agenda_speaker__name {
    color: var(--color-highlight);
}

.strytl {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--color-highlight);
}

.strytl svg {
    height: 19px;
    width: 17px;
}

.strytl a {
    color: var(--color-highlight);
    text-decoration: underline;
}

.strytl a:hover {
    color: var(--color-highlight-hover);
}

/* ********** footer END ********** */


/* ********** zammad START ********** */
body .zammad-form-modal-backdrop {
    background-color: var(--color-bg);
}

body .zammad-form-modal-body {
    border-radius: 0;
    background-color: var(--color-overlay-bg);
    font-family: var(--equipregular);
    font-size: 1.6rem;
    line-height: 2.3rem;
    color: #8893A5;
    box-shadow: 3px 0px 36px rgba(0, 0, 0, .7);
}

body .zammad-form label {
    padding: 0 0 .5rem 2.1rem;
}

body .zammad-form-thankyou {
    color: var(--color-text);
}

/* ********** zammad END ********** */

.hidden,
.form_row__onsite {
    display: none;
}

.notransition {
    transition: none;
}

@media screen and (max-width: 1560px) {

    .row {
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .livestream .row {
        padding-left: 16rem;
        padding-right: 16rem;
    }

    .col {
        margin: 0 auto;
    }

}

@media screen and (max-width: 1400px) {
    .livestream .row {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media screen and (max-width: 1200px) {
    .livestream .row {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}


@media screen and (max-width: 1170px) {

    .livestream .row {
        padding-left: 6%;
        padding-right: 6%;
    }

    .text_row__stream .col_flex {
        flex-flow: column nowrap;
        gap: 3rem;
    }

    .text_row__stream .col_left {
        order: 1;
        flex: 0 0 auto;
    }

    .text_row__stream .col_right {
        order: 0;
    }

    .teilnehmer_wrapper,
    .row_questions .col_left {
        display: none;
    }

    .reaktion_wrapper {
        width: 100%;
    }

    .livestream #emojis_reaktion {
        flex-flow: row nowrap;
    }

    .livestream .emoji {
        height: 30px;
        width: 30px;
    }
}

@media screen and (max-width: 900px) {
    body {
        font-size: 1.8rem;
        line-height: 2.6rem;
    }

    .row {
        padding: 9.5rem 6rem;
    }

    header .row {
        padding-top: 6rem;
    }

    h2 {
        font-size: 2.2rem;
        line-height: 2.6rem;
    }

    .col_flex {
        flex-flow: column nowrap;
    }

    .col_left {
        order: 1;
        flex: 1 1 auto;
    }

    .intro .col_left .btn {
        width: auto;
    }

    .intro .col_right {
        order: 0;
    }

    .agenda .col_left {
        order: 0;
    }

    .agenda_headline {
        align-items: flex-start;
        gap: .5rem;
    }

    .agenda_content {
        gap: 0;
    }

    .headline_logo {
        font-size: 2.4rem;
        line-height: 3.2rem;
    }

    .header_line__wrapper {
        width: 6rem;
    }

    .subline_logo {
        font-size: 2.0rem;
        line-height: 2.7rem;
    }

    footer .col_left,
    .session_content .col_left,
    .col_agenda:last-child .col_left {
        display: none;
    }

    .text_row__stream,
    .row_questions {
        padding-top: 0;
    }

}

@media screen and (max-width: 760px) {

    .row {
        padding: 9.5rem 6%;
    }

    .logo_wrapper {
        flex-flow: column nowrap;
        align-items: center;
        gap: 2.8rem;
    }

    .header_line__wrapper {
        width: 12rem;
        display: none;
    }

    .headline_logo,
    .subline_logo {
        text-align: center;
    }

    footer .col_right {
        flex-flow: column nowrap;
    }

    .nav_footer {
        flex-wrap: wrap;
        gap: .5rem 0;
        justify-content: center;
    }

    .text_row__stream,
    .row_questions {
        padding-top: 0;
    }

}

@media screen and (max-width: 480px) {

    .row {
        padding: 6rem 6%;
    }

    .text_row__stream,
    .row_questions {
        padding-top: 0;
    }

    #resend_code {
        padding: 2rem;
    }

}