/* fira-sans-condensed-regular - latin */
@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-condensed-v10-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-condensed-v10-latin-regular.svg#FiraSansCondensed') format('svg'); /* Legacy iOS */
}

/* fira-sans-condensed-italic - latin */
@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-condensed-v10-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-condensed-v10-latin-italic.svg#FiraSansCondensed') format('svg'); /* Legacy iOS */
}

/* fira-sans-condensed-700 - latin */
@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-condensed-v10-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-condensed-v10-latin-700.svg#FiraSansCondensed') format('svg'); /* Legacy iOS */
}

/* fira-sans-condensed-700italic - latin */
@font-face {
    font-family: 'Fira Sans Condensed';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-condensed-v10-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-condensed-v10-latin-700italic.svg#FiraSansCondensed') format('svg'); /* Legacy iOS */
}

/* fira-sans-regular - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-italic - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-600 - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-600.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-600italic - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-600italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-700italic - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-700italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-700 - latin */
@font-face {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/fira-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}

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;
}


:root {

    /*colors:*/
    --bg-color: #FFFFFF;
    --main-color: #00687b;
    --box-color: #dcddde;
    --box-color-full: #00687b;
    --hover-color: #07bc83;
    --text-color: #004B79;
    --grey: #a0a0a4;
    --headline-color: #07bc83;
    --shadow-color: #00000015;

    /*fonts:*/
    /*fallback included*/
    --font: 'Fira Sans', Arial, sans-serif;
    /*images*/
}

/* To make life easier */
*,
*::before,
*::after {
    box-sizing: border-box;
    outline: none;
}

body {
    font-family: var(--font);
    margin: 0;
    font-weight: 400;
    font-size: 110%;
    background-color: var(--bg-color);
    color: var(--text-color);
    overflow-x: hidden;
}

strong {
    font-weight: 700;
}

.btn,
.text .btn {
    border: none;
    color: var(--bg-color);
    background: var(--main-color) 0 0 no-repeat padding-box;
    border-radius: 0 0 20px 0;
    padding: 12px 15px 12px 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    margin-top: 1rem;
    cursor: pointer;
    text-decoration: none;
    line-height: 1.5rem;
    font-size: 100%;
    transition: all 0.2s ease-in-out;
}

.btn svg {
    height: 15px;
    width: 20px;
    margin: -4px 0 0 0;
    fill: #ffffff;
}

.btn:hover {
    background: var(--hover-color);
}

h1 {
    color: var(--headline-color);
    margin: 1.5rem 0;
}

p {
    margin: 0 0 1rem 0;
    line-height: 1.75rem;
}

p:last-child {
    margin-bottom: 0;
}

/*Centering the website*/
.content_wrapper {
    width: 100%;
    overflow: hidden;
}

.content {
    max-width: 1536px;
    margin: auto;
    position: relative;
}

header {
    min-height: 150px;
    padding-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4rem;
}

.elem {
    margin: 0 5rem 0 6.25rem;
}

/* ***** Navigation START ***** */
.nav__button {
    display: none;
}

.nav__list {
    display: flex;
    list-style: none;
    align-items: center;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.nav__item {

}

.nav__link {
    text-decoration: none;
    color: var(--text-color);
    transition: all 0.2s ease-in-out;
}

.nav__link:hover,
.nav__link.active {
    color: var(--hover-color);
}

/* ***** Navigation END ***** */

.logo_wrapper {
    display: flex;
    max-width: 220px;
    background-color: #ffffff;
    padding: 1rem;
}

.logo {
    width: 100%;
    height: auto;
    cursor: pointer;
    color: var(--bg-color);
}

@media screen and (max-width: 670px) {
    .logo {
        max-width: 200px;
    }
}

.top-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -470px;
    margin-bottom: 8rem;
    min-height: 500px;
}

.welcome-box {
    width: 40%;
    padding: 20px 30px 30px 30px;
    background-color: var(--bg-color);
    box-shadow: 0 44px 55px var(--shadow-color);
    border-radius: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    align-items: flex-start;
}

.welcome-title {
    width: 90%;
    margin-bottom: 0.5rem;
}

.welcome-text {
    width: 90%;
    line-height: 1.8rem;
    color: var(--text-color);
    margin: 1rem 0;
}

.login_form {
    width: 100%;
}

.loginbox {
    display: flex;
    width: 60%;
}

.loginbox .input-area {
    margin: 0.5rem 0 0.5rem 0;
}

.loginbox .btn {
    margin: 0;
    border-radius: 0 0 0 10px;
    background: var(--main-color);
}


.form {
    width: 90%;
    display: flex;
    position: relative;
    justify-content: space-evenly;
    margin-bottom: 30px;
}

.input {
    border: none;
    position: absolute;
    left: -25px;
    width: 85%;
    height: 30px;
    color: var(--main-color);
    top: -10px;
    padding-left: 30px;
    border-bottom: 1px solid var(--main-color);
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
    color: var(--text-color);
    outline: transparent;
}

.login-btn {
    border: none;
    color: var(--bg-color);
    position: absolute;
    top: -15px;
    left: 70%;
    background: var(--main-color);
    border-radius: 0 0 0 10px;
    padding: 10px;
    width: 45px;
    height: 40px;
}

.top-video-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 3;
    margin-top: 25%;
    position: relative;
}

.welcome-box,
.top-img-box {
    z-index: 2;
}

.top-video-wrapper iframe {
    width: 560px;
    height: 315px;
    border-radius: 0 0 0 40px;
    z-index: 2;
}

.top-img-box {
    position: relative;
    margin: 50px 100px 0 auto;
    height: 500px;
    width: 48%;
}

.top-img-box img {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    box-shadow: 0 22px 33px var(--shadow-color);
    border-radius: 20px;
}

/*Absolutely positioned boxes for decor*/
.big-bg-box {
    position: absolute;
    top: 0;
    right: 0;
    height: 770px;
    width: 1100px;
    z-index: -1;
    background-color: var(--box-color);
    border-radius: 0 0 0 40px;
}

.small-bg-box-1 {
    position: absolute;
    right: -3rem;
    top: -3rem;
    height: 85px;
    width: 165px;
    border-radius: 0 20px 0 0;
    background: var(--box-color-full);
    z-index: -1;
}

.small-bg-box-2 {
    position: absolute;
    top: 210px;
    right: 506px;
    height: 134px;
    width: 109px;
    background: var(--box-color-full);
    border-radius: 20px 0;
}

.small-bg-box-3 {
    position: absolute;
    height: 134px;
    width: 109px;
    background: var(--box-color-full);
    border-radius: 20px 0;
    z-index: -1;
    bottom: -40px;
    margin: auto;
    left: -3rem;
}

/*big box customization for impressuma and datenschutz*/
.custom-format {
    height: 23rem;
    width: 45%;
}

/* ******************* */

/*big box customization for referenten*/
.big-bg-box.custom {
    height: 30rem;
    width: 100%;
    transform: translateX(43%);
    border-radius: 40px 0 0 40px;
}

.textpage .big-bg-box.custom {
    min-height: 530px;
    height: auto;
}

.textpage_image__wrapper {
    display: block;
    max-width: 700px;
    width: 100%;
    margin: 2rem auto 0 auto;
}

.textpage_image {
    display: block;
    max-width: 700px;
    width: 100%;
    height: auto;
    z-index: 1;
    background-color: transparent;
    box-shadow: 0 22px 33px var(--shadow-color);
    border-radius: 20px 20px 20px 34px;
}

.textpage_image_caption {
    margin-top: .5rem;
    display: inline-block;
}

/* ******************* */
.registration-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    gap: calc(100% - 500px - 43%);
    margin-top: -520px;
}

.registration-text-box_wrapper {
    width: 43%;
}

.registration-text-box {
    margin: 75% 0 0 -4rem;
    padding: 2rem 4rem 4rem 4rem;
    background-color: var(--bg-color);
    z-index: 5;
    display: flex;
    flex-direction: column;
}

/*Registration Form*/
.registration {
    margin-top: 200px;
    margin-bottom: 200px;
    position: relative;
}

.registration-form-wrapper {
    position: relative;
    display: flex;
    background: var(--bg-color);
    box-shadow: 0 44px 55px var(--shadow-color);
    border-radius: 0 0 40px 0;
    padding: 40px 40px 5rem 40px;
    text-align: center;
    width: 500px;
    flex-direction: column;
}

.registration-form-wrapper h1 {
    color: var(--headline-color);
}

.captcha {
    margin-top: 2rem;
}

.input-area,
.captcha input,
select {
    border: none;
    background: none;
    width: 80%;
    height: 30px;
    margin: 10px;
    color: var(--text-color);
    border-bottom: 1px solid var(--grey);
    font-size: 16px;
}

select option {
    background-color: #ffffff;
}

/*.input-area:focus{
outline: #26AFEB;
border: #26AFEB;
}*/
.registration-form-wrapper textarea {
    width: 80%;
}

input:focus textarea:focus {
    outline-color: transparent;
    color: var(--text-color);
}

textarea.input-area {
    min-height: 90px;
    font-family: var(--font);
    line-height: 24px;
}

.checkbox-container {
    display: flex;
    padding: 0 42px;
    margin: 15px auto 15px auto;
    font-size: 1rem;
}

.form_headline {
    color: var(--text-color);
    margin-bottom: 0.5rem;
    width: 100%;
}

.form_headline.bold {
    font-weight: bold;
    font-size: 1.25rem;
}

.radio-container .form_headline {
    font-weight: normal;
}

.radio-container {
    margin-bottom: 1.5rem;
}

.radio-wrapper {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.radio-wrapper div {
    display: flex;
    align-items: center;
}

/* 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 */
    padding-left: 3.0rem;
    /* room for the new boxes */
    text-align: left;
    line-height: 1.5em;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    padding-top: 6px;
}

[type="radio"]:disabled + label {
    color: #AEAEAE;
    cursor: not-allowed;
}

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    padding-left: 2.5rem;
}

[type="radio"]:not(:checked) + label span,
[type="radio"]:checked + label span {
    color: var(--text-color);
}

/* 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;
    border: 1px solid var(--grey);
    transition: all .275s;
}

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
    border-radius: 30px;
}

[type="radio"]:disabled + label::before {
    border: 1px solid #AEAEAE;
}

/* 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: 'X';
    /* speak: never; */
    position: absolute;
    top: 16px;
    left: 9px;
    font-size: 1.5em;
    color: var(--main-color);
    line-height: 0;
    transition: all .2s;
}

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
    content: '•';
    top: 14px;
    left: 8px;
    font-size: 2.5rem;
}

/* 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);
}

.disclaimer-text {
    color: var(--text-color);
    font-size: 12px;
    line-height: 1.7;
    width: 90%;
    margin: 0 0 1rem 0;
}

.disclaimer-text {
    margin: 0;
}

#registration-failed {
    width: 100%;
}

.registration-failed {
    display: inline-block;
    color: #ff0000;
    font-size: 14px;
    border: 1px solid #ff0000;
    padding: 1rem;
    margin: 1rem 0;
}

.captcha span {
    display: block;
    color: var(--main-color);
    font-family: var(--font);
    line-height: 1.7;
    width: 100%;
    font-weight: 700;
}

.captcha input {
    text-align: center;
}

.registration-btn {
    background: var(--main-color);
    border-radius: 0 0 20px 0;
    border: 1px transparent;
    color: var(--bg-color);
    padding: 10px;
    cursor: pointer;
    font-size: 1rem;
    margin-bottom: 1em;
    transition: all 0.2s ease-in-out;
}

.registration-btn:hover {
    background: var(--hover-color);
}

.registration-btn:disabled {
    background: #cccccc;
    cursor: not-allowed;
}

.registration-img-box {
    display: flex;
    overflow: hidden;
    z-index: -2;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 22px 33px var(--shadow-color);
    height: 450px;
    width: 1000px;
}

.registration-img-box img {
    position: absolute;
    width: 100%;
    height: auto;
}

label.error {
    display: block;
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    margin-top: .5rem;
}

.checkbox-container label.error,
.login_error {
    color: #ff0000;
    font-size: 14px;
    font-weight: 700;
    line-height: inherit;
    order: 2;
}

.middleware_error {
    color: #ffffff;
    background: var(--main-color);
    margin: 1rem 0 0 0;
    padding: 1rem;
    display: inline-block;
}

.pflichtfeld {
    color: var(--text-color);
    font-family: var(--font);
    font-size: 12px;
    line-height: 1.7;
    width: 100%;
    margin-top: 10px;
}

.form_group {
    margin-bottom: 3rem;
}

.form_row {
    margin-bottom: 1.25rem;
}

.form_text {
    width: 80%;
    line-height: 1.5rem;
}

/* ***** registration START **** */
.main-speaker-info_reg {
    margin: 2rem auto auto 16rem;
    padding: 25px 30px 30px 30px;
    font-family: var(--font);
    width: 50%;
    position: relative;
    line-height: 1.8rem;
    box-shadow: 0 44px 55px var(--shadow-color);
    border-radius: 0 0 40px 0;
    z-index: 2;
    background-color: var(--bg-color);
}

.main-speaker-info_reg h2 {
    letter-spacing: 0.48px;
    font-weight: 700;
    font-size: 1.3rem;
    margin: 0 0 1rem 0;
    line-height: 1.8rem;
    color: var(--main-color);
    font-weight: bold;
}

.reg_container {
    position: relative;
    display: flex;
    margin: 8rem 8rem 8rem 8rem;
}

.reg_wrapper {
    padding: 40px;
    width: 100%;
    border-radius: 0 40px;
    box-shadow: 0 44px 55px var(--shadow-color);
    background-color: var(--bg-color);
}

.download_wrapper {
    margin-bottom: 2rem;
}

.download_wrapper:last-child {
    margin-bottom: 0;
}

.small-bg-box_reg {
    position: absolute;
    right: -3rem;
    top: -3rem;
    height: 85px;
    width: 165px;
    border-radius: 0 20px 0 0;
    background: var(--main-color);
    z-index: -1;
}

.small-bg-box_reg_bottom {
    position: absolute;
    height: 134px;
    width: 109px;
    background: var(--main-color);
    border-radius: 20px 0;
    z-index: -1;
    bottom: -40px;
    margin: auto;
    left: -3rem;
}

.reg_container .input-area,
.reg_container .captcha input,
.reg_container select {
    margin: 0;
}

.reg_container .checkbox-container {
    padding: 0;
    margin: 1rem auto 0;
    font-size: 1rem;
}

.reg_container .captcha input {
    text-align: left;
}

.reg_container .error {
    border-color: #ff0000;
}

.zammad-form {
    font-size: 110%;
    font-family: var(--font);
}

.zammad-form label {
    color: var(--text-color);
}

.zammad-form input,
.zammad-form textarea {
    font-family: var(--font);
    font-size: 85%;
    color: var(--text-color);
    padding: .25rem;
}

@media screen and (max-width: 1040px) {
    .main-speaker-info_reg {
        margin: 0 5%;
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .reg_container {
        margin: 8rem 5%;
    }

    .small-bg-box_reg {
        right: -2rem;
    }

    .small-bg-box_reg_bottom {
        left: -2rem;
    }
}

/* ***** registration END **** */

/* ***** downloads START **** */
.downloads {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.download_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 6rem;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.download_item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}


.download_name {

}

.download_link {
    flex: 0 0 auto;
    color: var(--main-color);
    transition: all 0.2s ease-in-out;
}

.download_link:hover {
    color: var(--hover-color);
}

@media screen and (max-width: 850px) {
    .download_item {
        flex-flow: column nowrap;
        gap: 1rem;
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
    }
}

/* ***** downloads END **** */

/* ***** BEGIN Programm **** */
.program-info {
    display: flex;
    margin: 0 1rem 5rem 6.5rem;
}

.agenda__day_content {
    display: none;
    padding: 30px 30px 30px 30px;
    width: 100%;
    border-radius: 0 40px;
    box-shadow: 0 44px 55px var(--shadow-color);
    background-color: var(--bg-color);
}

.agenda__day_content.active {
    display: flex;
    flex-flow: column;
}

.agenda__day-nav {
    display: flex;
    flex-flow: column;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.agenda__day-btn {
    border-radius: 0 0 0 20px;
    font-size: initial;
    opacity: 0.5;
    margin: 0;
    width: 100%;
    max-width: 150px;
    text-align: left;
    line-height: 1.25rem;
    margin-bottom: .5rem;
}

.agenda__day-nav_sticky {
    position: sticky;
    top: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.agenda__day-btn:hover {
    background: var(--main-color);
    opacity: 1;
}

.agenda__day-btn.active {
    opacity: 1;
}

.agenda__slot_wrapper {
    display: flex;
    margin-bottom: 2rem;
}

.agenda__slot_wrapper:last-child {
    margin-bottom: 0;
}

.agenda__content_wrapper {
    width: calc(100% - 6rem);
}

.agenda__time_wrapper {
    width: 6rem;
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--main-color);
    line-height: 1.75rem;
}

.agenda__h2 {
    font-weight: 700;
    margin: 0 0 .5rem 0;
    line-height: 1.75rem;
    padding: 0 !important;
}

.sessions .agenda__h2 {
    margin-bottom: 1rem;
}

.sessions h3.agenda__h2 {
    color: var(--main-color);
    margin-bottom: 0.5rem;
}

.agenda__headline_wrapper {
    margin-bottom: 1rem;
}

.agenda__meta_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.agenda__themes_wrapper {
    width: 100%;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

.agenda__theme {
    background-color: #D2F6F6;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 14px;
}

.agenda__type {
    display: inline-block;
    background-color: #000249;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 14px;
    color: #ffffff;
}

.agenda__session_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.agenda__session_container {
    width: 33.33%;
    padding: 0 1.5rem;
    border-right: 1px solid #cccccc;
    margin-bottom: 2rem;
}

.agenda__session_container:nth-child(3n + 1) {
    padding-left: 0;
}

.agenda__session_container:nth-child(3n) {
    padding-right: 0;
    border: none;
}

.sessions .agenda__description {
    display: none;
    padding-bottom: 1rem;
}

.agenda__btn_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.btn.toggle_description {
    background: none;
    border: 1px solid var(--grey);
    color: var(--grey);
    font-size: 14px;
    padding: 10px 13px;
    margin: 0;
}

.btn.toggle_description:hover {
    border-color: var(--main-color);
    color: var(--main-color);
}

.btn.join_zoom {
    margin: 0;
    display: inline-block;
}

@media screen and (max-width: 1400px) {
    .agenda__session_container,
    .agenda__session_container:nth-child(3n) {
        width: 100%;
        padding: 0 0 2rem;
        border: 0;
        border-bottom: 1px solid #cccccc;
    }

    .agenda__session_container:last-child {
        border: 0;
        padding: 0;
    }
}

@media screen and (max-width: 760px) {
    .program-info {
        flex-wrap: wrap;
    }

    .agenda__day-nav {
        width: 100%;
    }

    .agenda__day-nav_sticky {
        margin: 0 0 1rem 0;
        display: flex;
        flex-wrap: wrap;
        gap: .5rem;
        justify-content: center;
    }

    .headline_wrapper_agenda h2 {
        text-align: center;
    }
}

@media screen and (max-width: 560px) {
    .agenda__content_wrapper {
        width: 100%;
    }

    .agenda__slot_wrapper {
        flex-wrap: wrap;
    }

    .agenda__time_wrapper {
        width: 100%;
        padding: 0;
        margin-bottom: 0.25rem;
    }

    .agenda__meta_wrapper {
        flex-flow: column;
    }

    .agenda__type {
        order: 0;
    }

    .agenda__themes_wrapper {
        order: 1;
    }
}

@media screen and (max-width: 560px) {
    .agenda__day_content {
        padding: 20px;
    }
}

/* ***** END Program ***** */

/* ***** Notification Box ***** */
.notification-box {
    max-width: 1115px;
    margin: 8rem auto 6rem auto;
    padding: 3rem 5rem;
    background: var(--box-color-full);
    box-shadow: 0 44px 55px var(--shadow-color);
    border-radius: 20px;
    display: flex;
    gap: 4rem;
    align-items: center;
}

.notification-text {
    width: calc(70% - 2rem);
    color: var(--bg-color);
    font-family: var(--notification-box-text-font-family);
    line-height: 1.5rem;
}

.notification-text a {
    color: var(--bg-color);
    text-decoration: underline;
}

.notification-text a:hover {
    text-decoration: none;
}

.notification-box h2,
.livestream .notification-box h2 {
    font-weight: 10;
    margin: 0 0 1.5rem 0;
    font-size: 1.8rem;
    line-height: 2.3rem;
    padding: 0;
    color: var(--bg-color);
}

.notification-button_wrapper {
    width: calc(30% - 2rem);
    display: flex;
    justify-content: center;
}

.notification-button {
    background: var(--bg-color);
    box-shadow: 0 3px 33px var(--shadow-color);
    border-radius: 20px;
    padding: 20px 50px;
    font-size: 17px;
    text-decoration: none;
    color: var(--box-color-full);
    transition: all 0.2s ease-in-out;
}

.notification-button:hover {
    background: var(--hover-color);
    color: var(--bg-color);
}

/* ****************************** */

/* ***** partners START ***** */

.partners {
    margin: 5rem;
}

.partners_headline {
    text-align: center;
    margin-bottom: 2rem;
}

.partners_wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 4rem;
}

.partners a {
    display: flex;
    align-items: center;
    height: 124px;
}

.partner-img {
    cursor: pointer;
    max-height: 100%;
    width: auto;
    max-width: 200px;
}

/* ***** partner END ***** */


/* ***** workshop table START ***** */
.storytile-details.wide {
    width: 85%;
}

.storytile-details.small_margin {
    margin: 4rem 8rem 100px 8rem;
}

.workshop_table {
    width: 100%;
    margin-bottom: 3rem;
}

.workshop_table th,
.workshop_table td {
    text-align: left;
    padding: .5rem 3rem .5rem 0;
    vertical-align: top;
    border-bottom: 1px solid #cccccc;
}

.workshop_table tr:hover td {
    background: #efefef;
}

.workshop_table .large_cell {
    width: 55%;
}

.workshop_table .small_cell {
    width: 15%;
}

.workshop_table td.green {
    font-weight: bold;
    color: #07e600;
}

.workshop_table td.red {
    font-weight: bold;
    color: #e60005;
}

.workshop_table td.large_cell {
    width: 100%;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    align-items: flex-end;
}

.workshop_table td.large_cell.listing {
    flex-flow: column;
    align-items: flex-start;
}

.workshop_table td.large_cell ul {
    margin: 0;
    padding: 0 0 0 1rem;
}

.workshop_table .ws_id {
    font-weight: bold;
    font-size: .8rem;
    color: #888888;
}

/* ***** workshop table END ***** */

/* ***** footer START ***** */

.footer {
    max-width: 1115px;
    margin: 0 auto;
    text-align: center;
    color: var(--text-color);
    border-top: 1px solid var(--text-color);
    padding: 40px 0 20px 0;
}

.footer_img {
    max-width: 1115px;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.footer_img__img {
    width: 100%;
    height: auto;
    display: block;
}

.nav-footer {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nav-footer li::after {
    content: '|';
    margin: 0 0.5em;
}

.nav-footer li:last-child::after {
    content: '';
    margin: 0;
}

.nav-footer a {
    color: var(--text-color);
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.nav-footer a:hover {
    color: var(--hover-color);
}

/* ***** footer END ***** */

.text {
    line-height: 1.75rem;
}

.text a,
label a {
    color: var(--main-color);
    transition: all 0.2s ease-in-out;
}

.text a:hover,
label a:hover {
    color: var(--hover-color);
}

label a {
    text-decoration: underline;
}

.text ul,
.text ol {
    margin: 0;
    padding-left: 1rem;
}

.text ul li,
.text ol li {
    margin-bottom: 0.5rem;
}


/* ***** Screenreader Only ***** */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

/* ***** Storytile Branding ***** */
.strytl {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 1rem;
}

.strytl a {
    color: #999999;
    font-weight: 700;
    text-decoration: none;
}

.strytl a:hover {
    text-decoration: underline;
}

.strytl span {
    color: var(--main-color);
}

.nav .strytl span {
    color: var(--text-color);
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 20px;
    display: inline-block;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
    background: var(--_g) 0% 50%,
    var(--_g) 50% 50%,
    var(--_g) 100% 50%;
    background-size: calc(100% / 3) 50%;
    animation: l3 1s infinite linear;
}

@keyframes l3 {
    20% {
        background-position: 0% 0%, 50% 50%, 100% 50%
    }
    40% {
        background-position: 0% 100%, 50% 0%, 100% 50%
    }
    60% {
        background-position: 0% 50%, 50% 100%, 100% 0%
    }
    80% {
        background-position: 0% 50%, 50% 50%, 100% 100%
    }
}

.hidden {
    display: none;
}


@media screen and (max-width: 1220px) {
    /* Burger Menu Animation*/
    .small-bg-box-1 {
        right: 3rem;
        top: 10rem;
    }

    .small-bg-box-3 {
        right: 735px;
    }

    .top-img-box {
        margin: 3.5rem 110px 0 auto;;
    }

    .top-video-wrapper {
        margin: 270px 0 0 100px;
    }

    .elem {
        margin: 0 5%;
    }

    .footer {
        width: 90%;
        margin: 0 5%;
    }

    .nav-footer {
        flex-wrap: wrap;
    }

    .top-container {
        margin-top: -470px;
    }

    .welcome-box {
        width: 50%;
    }

    .registration {
        margin: 200px auto 200px 100px;
    }

    .registration-img-box {
        margin: auto;
        width: auto;
    }

    .registration-form-wrapper {
        margin: 0 auto;
        width: 500px;
    }

    .btn {
        width: auto;
    }

    .registration-img-box {
        border-radius: 20px 0 0 20px;
    }

    .registration-container {
        margin-top: -400px;
    }

    footer {
        width: 80%;
    }

    .loginbox {
        width: 100%;
    }

    .storytile-details.small_margin {
        width: 70%;
        margin: 4rem 4rem 100px 4rem;
    }

}


@media screen and (max-width: 1048px) {
    header {
        align-items: center;
        justify-content: space-between;
        min-height: initial;
        gap: 2rem;
    }

    .logo_wrapper {
        flex: 0 1 auto;
    }

    .nav__button {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        z-index: 99999;
        transition: all 0.2s ease-in-out;
    }

    .storytile-details.small_margin {
        width: 90%;
        margin: 2rem auto 100px auto;
    }

    .nav__button:before,
    .nav__button:after,
    .nav__button div {
        background: var(--main-color);
        content: "";
        display: block;
        height: 4px;
        margin: 7px 0;
        transition: 0.5s;
    }

    .nav__button.active:before {
        transform: translateY(12px) rotate(135deg);
        background: var(--bg-color);
    }

    .nav__button.active:after {
        transform: translateY(-12px) rotate(-135deg);
        background: var(--bg-color);
    }

    .nav__button.active div {
        transform: scale(0);
    }

    .nav__button.active {
        position: fixed;
        right: 5%;
        top: 35px;
    }

    /* ***** mobile nav button END ***** */
    .nav_wrapper {
        width: 320px;
        padding: 8rem 2rem 0 2rem;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999;
        height: 100vh;
        background: var(--main-color);
        transform: translateX(400px);
        transition: transform 0.3s ease-out;
    }

    .nav_wrapper.active {
        transform: translateX(0);
    }

    #menue {
        height: 100%;
    }

    .nav__list {
        gap: 1.5rem;
        overflow-y: auto;
        flex-direction: column;
        height: 100%;
        padding-bottom: 2rem;
    }

    .nav__list li {
        color: var(--bg-color);
        transition: opacity 0.3s ease-out;
    }

    .nav__list li {
        opacity: 1;
    }

    .small-bg-box-1 {
        right: 3rem;
        top: 10rem;
    }

    .small-bg-box-3 {
        right: 650px;
    }

    .top-container {
        width: 90%;
        margin: 3rem auto 0 4rem;
        display: block;
        position: relative;
        z-index: 5;
    }

    .welcome-box {
        width: 50%;
    }

    .welcome-title {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }

    .welcome-text {
        font-size: 1rem;
        width: 100%;
    }

    .top-img-box {
        margin: 3.5rem 5rem 0 2rem;
        width: 89.5%;
        height: auto;
    }

    .top-video-wrapper {
        margin: 50px 0 0 0;
    }

    .top-video-wrapper iframe {
        box-shadow: 0 44px 55px var(--shadow-color);
    }

    .registration {
        margin: 100px auto 0 100px;
    }

    .registration-img-box {
        margin: auto;
        width: auto;
    }

    .registration-container {
        margin-top: -300px;
        margin-bottom: 100px;
        flex-flow: column;
    }

    .registration-text-box_wrapper {
        order: 1;
        margin: 6rem auto 0 auto;
        box-shadow: 0 44px 55px var(--shadow-color);
    }

    .registration-form_container {
        order: 0;
    }

    .registration-text-box {
        margin: 0 0 0 0;
    }

    .registration-text-box_wrapper {
        width: 550px;
    }

    .disclaimer-text,
    .registration-failed {
        width: 100%;
    }

    .btn {
        width: auto;
    }


}

@media screen and (max-width: 850px) {
    .top-container {
        margin-top: 2rem;
    }

    .welcome-box {
        width: 70%;
    }

    .notification-box {
        padding: 2rem;
        flex-flow: column;
        gap: 2rem;
    }

    .notification-text {
        width: 100%;
    }

    .notification-button_wrapper {
        width: 100%;
    }

    .partners {
        gap: 2rem;
    }

    .partners a {
        height: 80px;
    }

}

@media screen and (max-width: 800px) {
    .btn {
        width: auto;
    }

    .top-img-box {
        width: 90%;
        margin: 3rem auto 0 auto;
    }

    .small-bg-box-1,
    .small-bg-box-2,
    .small-bg-box-3 {
        display: none;
    }

    .top-container {
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .welcome-box {
        width: 100%;
    }

    .top-video-wrapper {
        width: 100%;
    }

    .top-video-wrapper iframe {
        width: 100%;
        height: 400px;
    }

    .registration {
        margin: 100px 0 0 0;
    }

    .registration-form-wrapper {
        margin: -15rem auto 20rem;
    }

    .registration-img-box {
        border-radius: 0;
    }

    .registration-form-wrapper {
        width: 90%;
        margin: 0 auto 0;
        padding: 10px 10px 30px 10px;
    }

    .registration-container {
        margin-top: -350px;
        margin-bottom: 100px;
    }

    .registration-text-box_wrapper {
        width: 90%;
    }

    .input-area,
    .form_text,
    select {
        width: 100%;
    }

    .checkbox-container {
        padding-left: 15px;
    }

    .loginbox {
        width: 60%;
    }

}

@media screen and (max-width: 480px) {
    .top-container {
        margin-top: 1rem;
    }

    .loginbox {
        width: 100%;
    }

    .reg_wrapper {
        padding: 20px;
    }

    .radio-wrapper {
        flex-flow: column;
        gap: 1rem;
        align-items: flex-start;
    }
}

/* ***** livestream START ***** */
.header_img {
    width: 60%;
    height: auto;
    display: block;
    border-radius: 40px;
    margin: 1rem auto 0 auto;
}

.livestream .row {
    position: relative;
}

.livestream .big-bg-box {
    position: absolute;
    top: -20px;
    height: 640px;
    border-radius: 0 40px 0 40px;
}

.row_intro {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin: 0 auto 6rem auto;
    width: 60%;
    text-align: center;
}

.row_hint {
    margin-top: 2rem;
}

.row_hint_margin {
    margin-top: 5rem;
}

.headline_wrapper_agenda {
    margin: 6rem 120px 0 130px;
}

.agenda_introtext {
    padding-left: 30px;
    margin-bottom: 1rem;
}

.livestream h1 {
    margin: 3rem 0 .25rem 0;
}

.subline {
    font-size: 24px;
    font-style: italic;
}

.headline_wrapper {
    margin-bottom: 1.5rem;
}

.livestream h2 {
    font-size: 1.8rem;
    color: var(--headline-color);
    padding-left: 30px;
    margin: 0 0 1rem 0;
}

/* Begin Streams + Chat + Questions*/
.stream-container {
    margin: 40px 120px 0 130px;
    position: relative;
}

/* Stream Switchers*/
.flag-container {
    position: absolute;
    left: -100px;
    top: 25px;
    width: 131px;
}

.flag {
    cursor: pointer;
    color: var(--bg-color);
    width: 100%;
    background: var(--main-color);
    border-radius: 0 0 0 20px;
    padding: 10px;
    opacity: 0.5;
    font-family: var(--font);
    font-size: 0.95em;
    margin-bottom: 7px;
}

.flag.active {
    opacity: 1;
}

.stream {
    /* Wrapper for Video + Chat*/
    display: flex;
    padding-left: 30px;
    flex-direction: row;
    align-items: center;
}

.stream-wrapper {
    flex: 1 0 0;
}

.img_stream {
    width: 100%;
    height: auto;
    display: block;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    display: none;
    min-width: 720px;
}

.video-container.active {
    display: block;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.start_livestream {
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    background: #fac3af;
    left: 0;
    top: 0;
}

.start_livestream.active {
    display: flex;
}

body .start_livestream .btn {
    font-size: 1rem;
    padding: .75rem 1rem;
}

/*Begin Chat*/
.chat {
    /*iframe for chat*/
    width: 100%;
    max-width: 350px;
    height: 500px;
    border: none;
    border-radius: 0 20px;
    z-index: 3;
    background-color: var(--bg-color);
    position: relative;
    overflow: hidden;
    padding-top: 20px;
}

.chat iframe {
    width: 100%;
}

.chat-name {
    font-family: var(--font);
    color: var(--main-color);
    font-weight: 700;
    padding: 0 30px 15px 30px;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.5px;
    margin: 0;
}

.storytile-sites-public-chat-login-required {
    margin: 0 30px;
    color: var(--bg-color);
    background: var(--main-color);
    padding: 0.2rem .5rem;
    line-height: 1.15rem;
}

.storytile-sites-public-chat-messages {
    flex-direction: column;
    height: 358px;
    padding: 0 20px 0 30px;
    display: flex;
    margin: 0 20px 10px 0;
    overflow: auto;
}

.storytile-sites-public-chat-message {
    margin-bottom: 15px;
    line-height: 1.5rem;
}

.storytile-sites-public-chat-message-time {
    display: none;
}

.storytile-sites-public-chat-message a {
    color: var(--main-color);
}

.storytile-sites-public-chat-message a:hover {
    text-decoration: none;
}

.storytile-sites-public-chat-message-user {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--font);
    display: block;
}


/*.storytile-sites-public-chat-message-text::before {
    content: "\007c";
    margin: 0 5px;
}*/

.storytile-sites-public-chat-message-text {
    display: inline;
    font-size: 14px;
    font-family: var(--font);
    overflow-wrap: break-word;
}

.storytile-sites-public-chat-inputs {
    position: absolute;
    width: 100%;
    bottom: 10px;
}

.storytile-sites-public-chat-input-text {
    border: 1px solid transparent;
    resize: none;
    padding: 0 25px 5px 20px;
    width: calc(100% - 70px);
    font-family: var(--font);
    font-size: 0.9em;
    border-bottom: 1px solid var(--main-color);
    background: var(--bg-color);
    border-radius: 0 0 0 15px;
    overflow: hidden;
    color: var(--text-color);
}

.storytile-sites-public-chat-input-button {
    border: none;
    background: var(--main-color);;
    border-radius: 0 0 0 20px;
    padding: 8px;
    right: 0;
    width: 70px;
    height: 50px;
    position: absolute;
    color: rgba(255, 255, 255, 0);
    line-height: 0;
    cursor: pointer;
}

.storytile-sites-public-chat-input-button:before {
    content: url("../images/icon_arrow-right.svg");
    display: block;
}

.storytile-sites-public-chat-input-text:focus {
    outline: 1px solid transparent;
}

.storytile-sites-public-chat-input-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--text-color);
    position: absolute;
    left: 20px;
}

.storytile-sites-public-chat-input-text::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    outline: transparent;
}

.storytile-sites-public-chat-input-text::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--text-color);
}

.storytile-sites-public-chat-input-text:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--text-color);
}

.storytile-sites-public-chat-input-text:-moz-placeholder {
    /* Firefox 18- */
    color: var(--text-color);
}

.storytile-sites-emoji-menu {
    position: absolute;
    top: 0;
    right: 71px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    background: transparent;
    cursor: pointer;
}

.storytile-sites-emoji-menu[data-open] {
    overflow: visible;
}

.storytile-sites-emoji-menu-list {
    position: absolute;
    bottom: 25px;
    right: 0;
    background: #ffffff;
    width: 200px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.storytile-sites-emoji-menu-list > span {
    position: relative;
    padding: 0.25em;
    background: transparent;
}

.storytile-sites-emoji-proposal {
    position: absolute;
    bottom: 25px;
    left: 0;
    box-sizing: border-box;
    background-color: #e0e0e0;
    border: 1px solid #ddd;
    padding: 0.5em;
}

.storytile-sites-emoji-proposal > span {
    position: relative;
    padding: 0.25em;
    background: transparent;
}

.storytile-sites-emoji-proposal > span.storytile-sites-emoji-proposal-selected {
    background: #0F9FDF;
}


/* ***** Scrollbar Adjustments START ***** */
/* FIREFOX */
.chat *,
textarea {
    scrollbar-width: thin;
    scrollbar-color: var(--main-color);
}

/* width */
.chat ::-webkit-scrollbar,
textarea ::-webkit-scrollbar {
    width: 10px;
}

/* button */
.chat ::-webkit-scrollbar-button,
textarea ::-webkit-scrollbar-button {
    display: none;
}

/* Handle */
.chat ::-webkit-scrollbar-thumb,
textarea ::-webkit-scrollbar-thumb {
    background: var(--main-color);
}

/* Handle on hover */
.chat ::-webkit-scrollbar-thumb:hover,
textarea ::-webkit-scrollbar-thumb:hover {
    background: var(--main-color);
}

/* Track */
.chat::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track {
    background: var(--main-color);
}

/* ***** Scrollbar Adjustments END ***** */
/*End chat*/

.one-time__wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-radius: 0 0 0 20px;
}

.login_wrapper {
    background-color: var(--box-color);
    border-radius: 0 0 0 40px;
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    min-height: 200px;
}

.login_wrapper .plenary_h2 {
    padding: 0;
}

.login_text {
    text-align: center;
    margin-bottom: 1.5rem;
    margin-bottom: 1.5rem;

}

.form {
    margin: unset;
}

.questions-container-text {
    color: var(--main-color);
    font-weight: bold;
    margin: 0 30px;
    font-family: var(--font);
    line-height: 1.3rem;
}

.one-time__wrapper .questions-container-text {
    padding: 10px 0;
}

.one-time__wrapper.error {
    background: var(--main-color);
    color: #ffffff;
    text-align: center;
    padding: .5rem 1rem;
    display: inline-block;
    margin-top: 1rem;
}

.one-time__wrapper.error a {
    color: #ffffff;
}

.one-time__wrapper.error a:hover {
    text-decoration: none;
}

.questions form {
    display: flex;
    align-items: center;
}

.storytile-sites-user-questions-question form,
.one-time__wrapper form {
    display: flex;
}

.one-time__wrapper form {
    flex-wrap: wrap;
    z-index: 100;
    gap: 10px 0;
    justify-content: center;
}

.one-time__wrapper form .error {
    display: block;
    flex: 0 0 100%;
    margin-top: 1rem;
    font-size: 12px;
    font-weight: bold;
    padding-left: 20px;
    color: #ff0000;
}

.storytile-sites-user-questions-input-text,
.one-time__wrapper input {
    border: 1px solid transparent;
    resize: none;
    padding-left: 0;
    width: 100%;
    height: 60px;
    font-family: var(--font);
    font-size: 0.9em;
    border-bottom: 1px solid var(--main-color);
    background: var(--bg-color);
    line-height: 1.5rem;
    overflow: hidden;
}

.one-time__wrapper input {
    height: 46px;
    width: auto;
    padding-left: 20px;
}

.storytile-sites-user-questions-input-button,
.one-time__wrapper button {
    border: none;
    background: var(--main-color);
    border-radius: 0 0 0 20px;
    padding: 15px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
    line-height: 0;
}

.one-time__wrapper button {
    line-height: initial;
    color: var(--bg-color);
    border-radius: 0 0 20px 0;
}

.storytile-sites-user-questions-input-button:before {
    content: url("../images/icon_arrow-right.svg");
    display: block;
}

.storytile-sites-user-questions-input-text:focus {
    outline: 1px solid transparent;
}

/*End questions*/

/*Begin EPG*/
#epg-wrapper {
    text-align: center;
    margin: 6rem 2rem 0 2rem;
}

.epg-title {
    margin: 0 auto 1rem;
    font-weight: bold;
    color: var(--text-color);
}

.epg-text {
    max-width: 80%;
    margin: 0 auto 30px auto;
}

.session {
    line-height: 3em;
}

#epg {
    display: flex;
    justify-content: center;
    color: var(--main-color);
    overflow: hidden;
}

#epg #timeline {
    position: absolute;
    top: 0;

}

#epg #timeline span {
    display: block;
    position: absolute;
    width: 70px;

    color: var(--text-color);
    font-weight: 400;
    z-index: 3;
    line-height: 1;
}

#studio-prog {
    position: absolute;

    height: calc(100% - 55px);
    width: 2px;
    top: 27px;

}

#next {
    content: "";
    height: 50px;
    width: 50px;
    background-color: var(--main-color);
}

#stage-prog {
    position: absolute;
    height: calc(100% - 55px);
    width: 2px;
    top: 87px;

}

.session {
    position: absolute;
    width: 250px;
    top: 2px;
    color: var(--bg-color);
    padding: 15px 20px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;

}

.session:nth-child(odd) {
    border-radius: 40px 40px 0 40px;
}

.session:nth-child(even) {
    border-radius: 0 40px 40px 40px;
}

#program {
    position: relative;
    top: 0;
    left: 0;
    overflow-y: hidden;
    overflow-x: auto;
    width: calc(87.9% - 250px);
    float: right;

}

#arrows {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 20px;
}

.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: 8px;
}

.storytile-sites-agenda-small {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    font-size: 14px;
}

.storytile-sites-agenda-small * {
    box-sizing: border-box;
    user-select: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    color: var(--main-color);
    width: 100%;
    text-align: left;
    --storytile-sites-agenda-time-progress: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day:not([data-visible]) {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage,
.storytile-sites-agenda-small .storytile-sites-agenda-day-select {
    position: relative;
    display: grid;
    width: 100%;
    grid-template-columns: 6rem 1fr 2rem;
    grid-template-rows: minmax(2rem, auto);
    grid-template-areas: "stage slots arrow";
    column-gap: 1rem;
    align-items: center;
    justify-items: stretch;
    --storytile-sites-agenda-stage-height: 3rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector-box {
    position: relative;
    display: flex;
    grid-area: slots;
    flex-flow: row wrap;
    margin-bottom: 0.5rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector {
    position: relative;
    display: inline-block;
    padding: 0 1rem;
    line-height: 2rem;
    border-radius: 1rem;
    border: 1px solid var(--shadow-color);
    margin-right: .5rem;
    cursor: pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector:hover {
    background-color: var(--main-color);
    color: var(--bg-color);
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector:first-child {
    border-bottom-left-radius: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector:last-child {
    border-top-right-radius: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-selector-selected {
    background-color: var(--main-color);
    color: var(--bg-color);
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    position: relative;
    grid-area: stage;
    overflow: hidden;
    min-height: 3rem;
    min-height: var(--storytile-sites-agenda-stage-height);
    line-height: 3rem;
    line-height: var(--storytile-sites-agenda-stage-height);
    align-self: end;
    text-align: right;
    color: var(--text-color);
}

.storytile-sites-agenda-small .storytile-sites-agenda-timezone-info {
    position: relative;
    grid-area: stage;
    overflow: hidden;
    min-height: 3rem;
    min-height: var(--storytile-sites-agenda-stage-height);
    line-height: 3rem;
    line-height: var(--storytile-sites-agenda-stage-height);
    align-self: end;
    text-align: right;
    opacity: 0.7;
    color: transparent;
    font-family: var(--notification-box-text-font-family);
    font-size: 11px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox {
    /* Don't use "border" here! That causes a display issue of the live time visualisation */
    position: relative;
    grid-area: slots;
    overflow: hidden;
    height: 3rem;
    height: var(--storytile-sites-agenda-stage-height);
}

.storytile-sites-agenda-small .storytile-sites-agenda-slotbox-with-hr .storytile-sites-agenda-slots::before {
    position: absolute;
    display: block;
    content: "";
    top: calc(50% - 1px);
    left: 0;
    right: 0;
    height: 1px;
    background-color: var(--grey);
    opacity: 0.15;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    border-right: 1px solid #f00;
    width: var(--storytile-sites-agenda-time-progress);
    background-color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots {
    position: absolute;
    height: 100%;
    min-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    white-space: nowrap;
    padding: 0.5rem 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child,
.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots {
    --storytile-sites-agenda-stage-height: 2rem;
    padding: 0;
    overflow: hidden;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    position: relative;
    display: inline-block;
    padding: 0 0.5rem;
    text-align: left;
    line-height: 2rem;
    color: var(--text-color);
    font-weight: 400;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
    position: absolute;
    display: block;
    padding: 0 1.25rem;
    text-align: left;
    line-height: 2rem;
    color: var(--bg-color);
    background-color: var(--main-color);
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 1rem;
    font-size: 90%;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.storytile-sites-agenda-favorite-slot::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background-color: #f80;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot[onclick] {
    cursor: pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot:nth-child(even) {
    border-top-left-radius: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot:nth-child(odd) {
    border-bottom-right-radius: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.ws {
    background-color: var(--grey);
    pointer-events: none;
}

.storytile-sites-agenda-sessionslot.ws.booked {
    background-color: var(--main-color);
    pointer-events: initial;
    cursor: pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
    position: relative;
    justify-self: center;
    align-self: center;
    line-height: 0;
    color: var(--main-color);
}

.storytile-sites-agenda-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    color: var(--text-color);
    background-color: var(--bg-color);
    display: none;
    /*
        use the transform to change position of the
        tooltip relative to the mouse pointer
    */
    transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip {
    font-size: 0.9rem;
}

.storytile-sites-agenda-tooltip::before {
    position: absolute;
    display: block;
    content: "";
    background-color: inherit;
    width: 1.4rem;
    height: 1.4rem;
    transform: rotate(45deg);
    left: 25%;
    top: -0.7rem;
}

.storytile-sites-agenda-tooltip-title {
    position: relative;
    font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
    position: relative;
    margin-bottom: 0.5rem;
}

.storytile-sites-agenda-tooltip-body {
    position: relative;
}

.storytile-sites-agenda-timezone-info {
    color: var(--text-color);
    text-align: right;
}

.storytile-sites-agenda-tooltip {
    font-size: 0.9rem;
}

.storytile-sites-agenda-tooltip-title {
    font-weight: bold;
}

.storytile-sites-agenda-tooltip-time {
    margin-bottom: 0.5rem;
}

/*End EPG*/

@media screen and (max-width: 1050px) {
    .login_wrapper {
        max-width: 60%;
    }
}

@media screen and (max-width: 760px) {
    .row_intro,
    .headline_wrapper_agenda {
        width: 90%;
    }

    .headline_wrapper_agenda {
        width: 90%;
        margin: 6rem auto 0 auto;
    }

    .headline_wrapper_agenda h2 {
        padding: 0;
        text-align: center;
    }

    .agenda_introtext {
        padding: 0;
        text-align: center;
        margin-bottom: 3rem;
    }

    .login_wrapper {
        max-width: 90%;
    }

}

/* Begin In case of need for program tooltips */
.storytile-sites-agenda-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    background-color: var(--bg-color);
    box-shadow: 0 44px 55px var(--shadow-color);
    display: none;
    transform: translateX(calc(-25% - 0.5rem)) translateY(1.5rem);
}

.storytile-sites-agenda-tooltip::before {
    position: absolute;
    display: block;
    content: "";
    background-color: inherit;
    width: 1.4rem;
    height: 1.4rem;
    transform: rotate(45deg);
    left: 25%;
    top: -0.7rem;
}

/* End In case of need of program tooltips*/
.arrow-circle {
    margin: auto;
}

.arrow-down {
    padding: 100px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    position: absolute;
}

.arrow {
    position: absolute;
}

#arrow-down {
    margin-left: 5px;
}

.iframe_wrapper {
    position: relative;
    width: 80%;
    margin: 8rem auto;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    box-shadow: 0 9px 25px var(--shadow-color);
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 769px) {
    .big-bg-box {
        width: 100%;
        min-height: 57rem;

    }

    .storytile-sites-agenda-small .storytile-sites-agenda-day-selector {
        margin-bottom: .5rem;
    }

    .storytile-sites-agenda-small .storytile-sites-agenda-stage {
        grid-template-columns: 5rem 1fr 4rem;
    }

    .storytile-sites-agenda-small .storytile-sites-agenda-day-select {
        grid-template-columns: 1rem 1fr 4rem;
    }

    .storytile-sites-user-questions-question {
        margin: auto;
    }

    .storytile-sites-user-questions-input-button {
        padding: 0.5rem;
    }

}


@media screen and (max-width: 1220px) {
    .streams-container {
        margin-top: 5rem;
    }

    .stream-container {
        margin: 40px auto 0 auto;
    }

    .flag-container {
        position: relative;
        display: flex;
        gap: 30px;
        left: inherit;
        top: inherit;
        width: 90%;
        margin: 0 auto;
    }

    .chat_margin {
        margin-top: 1rem;
    }

    .row_hint_margin {
        margin-top: 2rem;
    }

    .flag {
        margin: 0;
        padding: 10px 40px 6px 20px;
        border-radius: 20px 0 0 0;
        width: auto;
    }

    .flag:first-child {
        margin-left: 20px;
    }

    .stream {
        display: block;
        margin: 0 auto;
        width: 90%;
        padding: 0;
    }

    .questions-container,
    .one-time__wrapper {
        margin-bottom: 15px;
        justify-content: center;
    }

    .questions-container {
        width: 100%;
    }

    .video-container {
        min-width: auto;
    }

    .chat {
        max-width: initial;
        width: 100%;
        margin-left: 0;
        box-shadow: 0 9px 25px var(--shadow-color);
    }

    .big-bg-box {
        width: 100%;
        min-height: 59rem;
        right: 0;
    }

    .custom-format {
        width: 80%;
        min-height: 4rem;
        margin-bottom: 2rem;
    }

    .page .big-bg-box {
        min-height: initial;
    }

    .storytile-sites-user-questions-question {
        margin: auto;
    }

    .storytile-sites-user-questions-input-button {
        padding: 0.5rem;
    }
}

/* ***** livestream END ***** */

/* ***** Speaker START ***** */

/* Begin Main Speaker*/
.main-speaker {
    position: relative;
}

.main-speaker-wrapper {
    padding: 60px 150px 0 150px;
    display: flex;
    align-items: center;
}

.main-speaker-img {
    max-width: 640px;
    height: auto;
    z-index: 1;
    background-color: transparent;
    box-shadow: 0 22px 33px var(--shadow-color);
    overflow: hidden;
    border-radius: 20px 20px 20px 34px;
}

.main-speaker-event-info {
    font-family: var(--font);
    margin-left: 40px;
}

.main-speaker-event-info h1 {
    font-size: 35px;
    font-weight: bolder;
    color: var(--headline-color);
    margin-top: 0;
}

[class*="event"] {
    margin-right: 10px;
}

.event-name {
    color: var(--main-color);

    font-weight: bold;
}

.event-location {
    color: var(--main-color);
}

.event-date {
    color: var(--text-color);
    font-weight: bold;
    display: inline-block;
}

/* Begin Main Speaker */
.main-speaker-info {
    margin: -2rem auto auto 6rem;
    padding: 25px 30px 30px 30px;
    font-family: var(--font);
    width: 42%;
    position: relative;
    box-shadow: 0 44px 55px var(--shadow-color);
    border-radius: 0 0 40px 0;
    z-index: 2;
    background-color: var(--bg-color);
}

.main-speaker-name {
    letter-spacing: 0.63px;
    font-weight: bold;
    font-size: 1.3rem;
    margin: 0;
    line-height: initial;
    color: var(--main-color);
    font-weight: bold;
}

.main-speaker-occupation {
    letter-spacing: 0.42px;
    color: var(--text-color);
    display: flex;
    justify-content: space-between;
}

.main-speaker-title {
    color: var(--text-color);
    font-size: 14px;
    font-weight: bold;
}

.learn-more,
.learn-more_speakers {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    font: var(--font);
    color: var(--text-color);
    cursor: pointer;
    font-size: 0.8rem;
    transition: all 0.2s ease-in-out;
}

.learn-more svg {
    fill: var(--text-color);
    transform: rotate(90deg);
    height: 18px;
    width: 18px;
    margin-left: 0.3rem;
    transition: all 0.2s ease-in-out;
}

.learn-more:hover,
.learn-more_speakers:hover {
    color: var(--main-color);
}

.learn-more:hover svg,
.learn-more_speakers:hover svg {
    fill: var(--main-color);
}

.learn-more.opened svg {
    transform: rotate(-90deg);
}


.more-info {
    display: none;
    overflow: hidden;
    background-color: var(--bg-color);
}

/* ************* */

/* Begin speakers */
.speakers {
    margin: 8rem 1rem 8rem 6rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.speaker {
    position: relative;
    display: flex;
    gap: 30px;
    flex: 0 0 46%;
    transition: all 0.2s ease;
}

.speaker-name {
    margin: unset;
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.3rem;
    line-height: initial;
}

.occupation_wrapper {
    margin: 5px auto 20px;
    color: var(--text-color);
}

.speaker-occupation,
.speaker-occupation-extended {
    font-weight: bold;
}

.speaker-occupation-extended,
.speaker-description-long {
    display: none;
}

.speaker-close {
    cursor: pointer;
    display: none;
    position: absolute;
    color: var(--main-color);
    right: 0;
    top: 1rem;
    font-size: 1.5rem;
}

.speaker-text {
    color: var(--text-color);
    font-size: 0.9rem;
    line-height: 1.5rem;
    flex: 2 0 0;
}

.speaker-img_wrapper {
    flex: 0 0 250px;
}

.speaker-img {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-shadow: 0 22px 33px var(--shadow-color);
    border-radius: 0 20px 0 40px;
}

.learn-more_speakers {
    display: flex;
    align-items: center;
}

.learn-more_speakers svg {
    fill: var(--text-color);
    height: 18px;
    width: 18px;
    margin-left: 0.5rem;
    transition: all 0.2s ease-in-out;
}

.speaker_contact {
    position: relative;
    display: none;
}

.speaker_contact__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.speaker_contact svg {
    width: 25px;
    height: 25px;
    fill: var(--main-color);
    transition: all 0.2s ease;
}

.speaker_contact .icon_instagram svg {
    stroke: var(--main-color);
}

.speaker_contact a:hover svg {
    fill: var(--hover-color);
}

.speaker_contact .icon_instagram:hover svg {
    stroke: var(--hover-color);
}

.speaker.opened {
    flex: 0 0 100%;
    padding: 4rem 15% 4rem 15%;
    border-bottom: 1px solid var(--shadow-color);
    border-top: 1px solid var(--shadow-color);
}

.speaker.opened:first-of-type {

}


.speaker.opened .speaker-occupation-extended,
.speaker.opened .speaker-description-long {
    display: block;
}

.speaker.opened .speaker_contact {
    display: flex;
}

.speaker.opened .speaker-text {
    order: 1;
}

.speaker.opened .speaker-image_wrapper {
    order: 0;
}

.speaker.opened .speaker-img_wrapper {
    flex: 0 0 50%;
}

/* End speakers*/

@media screen and (max-width: 1350px) {
    .speakers {
        gap: 4rem;
    }

    .speaker {
        gap: 15px;
        flex-flow: column;
    }

    .speaker-img_wrapper {
        order: 0;
        flex: 0 0 auto;
    }

    .speaker-text {
        order: 1;
    }

    .speaker-img_wrapper {
        width: 100%;
    }

    .speaker.opened .speaker-img_wrapper {
        flex: 0 0 auto;
    }

}

@media screen and (max-width: 1220px) {
    .main-speaker-wrapper {
        padding: 60px 5% 0 5%;
    }

    .program-info {
        margin: 1rem 5% 5rem 5%;
    }

}


@media screen and (max-width: 1048px) {
    .nav__link {
        color: var(--bg-color);
    }

    .nav__link:hover,
    .nav__link.active {
        font-weight: bold;
        color: var(--bg-color);
    }

    .main-speaker-img {
        max-width: 100%;
        border-radius: 40px 0 40px 0;
        margin-bottom: 2rem;
    }

    .main-speaker-wrapper {
        flex-direction: column;
        margin: 1rem auto;
        text-align: center;
        padding: 60px 5% 0 5%;
    }

    .main-speaker-info {
        width: 90%;
        margin: 0 5%;

    }

    .main-speaker-event-info {
        margin: 0;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }

    .arrow-circle {
        margin: auto auto 5rem auto;
    }

    .speakers {
        margin: 8rem 5% 4rem 5%;
        gap: 5%;
    }

    .speaker {
        flex-wrap: wrap;
        flex: 0 0 47.5%;
        margin-bottom: 3rem;
    }

    .speaker.opened {
        padding: 4rem 0% 4rem 0%;
    }

    .main-speaker-event-info h1 {
        margin-bottom: 0;
    }

    [class*="event"]:last-child {
        margin-right: 0;
    }

    #epg-wrapper {
        width: 90%;
        margin: 6rem auto 0 auto;
    }

    .iframe_wrapper {
        width: 90%;
    }

    .partners {
        margin: 5rem 5%;
    }

}

@media screen and (max-width: 670px) {
    .speakers {
        margin: 8rem 5% 2rem 5%;
    }

    .speaker {
        flex: 0 0 100%;
    }

}


@media screen and (max-width: 550px) {

    .speaker {
        flex-flow: column;
    }

    .speaker-text {
        order: 2;
    }

    .main-speaker-event-info h1 {
        font-size: 1.8rem;
    }
}

/* ***** Speaker END ***** */


/* ***** Page START ***** */
.page .big-bg-box {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    height: 400px;
    width: 45%;
    background-color: var(--main-color);
    border-radius: 0 0 0 40px;
}

.page-title {
    position: absolute;
    color: var(--headline-color);
    bottom: 50px;
    left: 90px;
    margin: 0;
}


.storytile-details {
    width: 60%;
    margin: 350px 8rem 100px 8rem;
    line-height: 1.75rem;
}

.support_text {
    margin-bottom: 3rem;
}

@media screen and (max-width: 1048px) {
    .page .big-bg-box {
        width: 80%;
    }

    .page .page-title {
        bottom: 40px;
    ^ left: 5 %;
    }

    .storytile-details {
        width: auto;
        margin: 350px 5% 100px 5%;
    }
}

@media screen and (max-width: 480px) {
    .custom-format {
        display: flex;
        align-items: flex-end;
        width: 100%;
        justify-content: center;
        position: relative;
        margin-top: -130px;
    }

    .chat {
        border-radius: 0 0 0 20px;
    }

    .page-title {
        position: relative;
        left: initial;
        bottom: initial;
        margin-bottom: 50px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }

    .storytile-details {
        margin: 40px 5% 100px 5%;
    }
}

/* ***** Page END ***** */