/* ***** normalise css start ***** */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    font-size: 62.5%;
}

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;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

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;
}

[hidden] {
    display: none !important;
}

iframe {
    width: 100%;
    margin-bottom: 0;
}

/* ***** normalise css end ***** */

/* fira-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/fira-sans-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/fira-sans-v18-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/fira-sans-v18-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-500italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 500;
    src: url('../fonts/fira-sans-v18-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/fira-sans-v18-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* fira-sans-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Fira Sans';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/fira-sans-v18-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
    --color-text: #000249;
    --color-cyan: #428793;
    --color-cyan-dark: #1A7383;
    --color-cyan-light: #E2EEEF;
    --color-red: #D5566B;
    --color-red-hover: #BD4C5F;
    --color-white: #ffffff;
    --color-eggwhite: #F5F8F4;
    --color-grey: #686d6e;
    --font: 'fira sans', arial, sans-serif;
    --transition: all 0.2s ease-in-out;
    --transition-bradius: border-radius 0.2s ease-in-out;
    --marker-size: 40px;
    --marker-size-desc: 50px;
    --header-col-margin-top: 6rem;
}

html, body {
    min-height: 100%;
    height: 100%;
}

body {
    font-family: var(--font);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: var(--color-text);
}

body.fixed {
    overflow: hidden;
}

#page {
    max-width: 1920px;
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}

h1 {
    font-weight: 700;
    font-size: 2.75rem;
    line-height: 3.25rem;
    margin-bottom: 0;
}

h2 {
    font-weight: 700;
    font-size: 2.50rem;
    line-height: 3.00rem;
    margin-bottom: 2rem;
}

h3 {
    font-weight: 700;
    font-size: 2.0rem;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

form hr {
    margin: 2rem 0;
    color: #a9a9a9;
}

a {
    text-decoration: none;
    color: var(--color-text);
}

strong {
    font-weight: 700;
}

p {
    margin-bottom: 2.5rem;
}

p,
.text {
    line-height: 2.75rem;
}

.text h2,
.text h3,
.text h4 {
    margin-bottom: 1rem;
}

.text ul {
    margin: 2.5rem 0;
    list-style-type: none;
    padding: 0;
}

.text ul li {
    display: table;
    margin-bottom: 1rem;
}


.text ul li:last-child {
    margin-bottom: 0;
}

.text ul li::before {
    content: '•';
    padding: 0 1rem;
    font-size: 3rem;
    display: table-cell;
    vertical-align: top;
}

.text a {
    color: var(--color-red);
    transition: var(--transition)
}

.text a:hover {
    /*text-decoration: underline;*/
    color: var(--color-red-hover);
}

.text p {
    margin-bottom: 2.5rem;
}

.text p:last-child {
    margin-bottom: 0;
}

.btn,
a.btn {
    display: inline-block;
    color: var(--color-white);
    background-color: var(--color-cyan);
    font-weight: 500;
    padding: .5rem 1rem;
    border-radius: 0 5px 5px 5px;
    border: none;
    transition: var(--transition);
    text-decoration: none;
    cursor: pointer;
}

.btn:hover,
a.btn:hover {
    background-color: var(--color-cyan-dark);
    color: var(--color-white);
}

.btn.textlink {
    display: inline-flex;
    gap: .75rem;
    background: none;
    padding: 0;
    color: var(--color-text);
}

.btn.textlink .icon_arrow {
    margin-top: 7px;
    fill: var(--color-text);
}

.btn.textlink:hover {
    background: none;
    color: var(--color-cyan-dark);
}

.btn.textlink:hover .icon_arrow {
    fill: var(--color-cyan-dark);
}

.error {
    color: #e00;
}

input.error {
    color: initial;
}

.success {
    color: var(--color-cyan);
}

main {
    margin-bottom: 6rem;
}

.page main {
    position: relative;
    width: 61.25%;
    margin-bottom: 12rem;
}

.page.iframe main,
.page.agenda main {
    width: 100%;
}

.row {
    width: 100%;
}

.col {
    padding: 0 8rem;
    width: 100%;
}

.page main .col {
    display: flex;
    gap: 4rem;
}

iframe {
    width: 100%;
}


/* ***** index START ***** */
header {
    position: relative;
}

header .row {
    margin-bottom: 6rem;
}

header .col {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    padding: var(--header-col-margin-top) 10.5rem 0 10.5rem;
}

.page header .col {
    gap: 8rem;
    padding: var(--header-col-margin-top) 8rem 0 10.5rem;
}

.index h1 {
    margin: 0;
    padding: 0;
    line-height: 0;
    text-indent: -9999px;
}

.index .logo,
.index .logo_ah__wrapper {
    position: relative;
    z-index: 10;
}

.index .logo_gdp__headline_wrapper,
.headline__wrapper {
    position: relative;
    margin-top: 4rem;
    font-size: 2.75rem;
    line-height: 3.25rem;
    z-index: 100;
}

.page .headline__wrapper {
    margin-top: 9rem;
}

.page .logo_gdp__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}

.logo_headline__wrapper {
    width: 56%;
}

.page .logo,
.page .logo_ah__wrapper {
    flex: 0 0 auto;
}

.index .logo_gdp__headline_action_wrapper {
    position: absolute;
}

.logo img {
    width: 211px;
}

.logo_ah__wrapper img {
    width: 180px;
}

.header_image__container {
    position: relative;
    flex: 1 1 auto;
}

.header_image__wrapper {
    position: absolute;
    left: 0;
    margin-top: calc(0px - var(--header-col-margin-top) - 11.3rem);
}

.action__container {
    position: relative;
    z-index: 100;
}

.action__wrapper > .btn {
    position: relative;
    z-index: 100;
}

.logo_gdp__headline_bold {
    font-weight: 700;
}

.link_registration {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-text);
    font-weight: 500;
    transition: var(--transition);
}

.icon_arrow {
    height: 12px;
    width: 8px;
    fill: var(--color-text);
    transition: var(--transition);
}

.icon_arrow.select {
    transform: rotate(90deg);
}

.link_registration:hover,
.login__resend_code a:hover {
    color: var(--color-cyan-dark);
}

.link_registration:hover svg {
    fill: var(--color-cyan-dark);
}

.index .action__wrapper {
    margin-top: 2rem;
}

#login_form {
    display: flex;
    width: 200px;
}

.login_form input[type="text"] {
    border-width: 1px 0 1px 1px;
}

.login_btn_submit {
    border-radius: 0 5px 5px 0;
}

.login_btn_submit .icon_arrow {
    fill: var(--color-white);
}

.feedback {
    margin-top: .25rem;
}

.login__resend_code {
    margin-top: .25rem;
}

.login__resend_code a {
    text-decoration: underline;
    transition: var(--transition);
}

.index main .col {
    padding-right: 0;
}

.main__content_wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.map__container {
    width: 98%;
    margin-top: -78px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.map__container::-webkit-scrollbar, /* Chrome */
.map__container::-webkit-scrollbar-button {
    display: none;
}

.map {
    position: relative;
    width: 100%;
    padding-bottom: 72%;
}

/* MARKER */
.marker {
    position: absolute;
    cursor: pointer;
    width: var(--marker-size);
    height: var(--marker-size);
    border-radius: 50%;
    background-color: rgba(44, 127, 142, .90);
    z-index: 90;
}

.marker.active {
    z-index: 110;
}

.marker::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid var(--color-cyan);
    width: var(--marker-size);
    height: var(--marker-size);
    border-radius: 50%;
    opacity: 0;
    animation: pulse 1s ease-out infinite;
}

.marker__container {
    position: absolute;
    width: var(--marker-size);
    height: var(--marker-size);
}

.marker__container.marker__description {
    width: var(--marker-size-desc);
    height: var(--marker-size-desc);
}

.marker__container.marker__description .marker {
    width: var(--marker-size-desc);
    height: var(--marker-size-desc);
    background-color: rgba(255, 255, 255, .90);
}

.marker__container.marker__description .marker::before {
    border: 3px solid var(--color-white);
    width: var(--marker-size-desc);
    height: var(--marker-size-desc);
}

.page .marker__container {
    left: 50%;
    top: 50%;
}

.marker__container.show .tooltip__container {
    display: block;
}

.tooltip {
    background-color: var(--color-eggwhite);
    padding: 4.5rem 4rem 4rem 4rem;
    position: relative;
    border-radius: 0 20px 20px 20px;
}

.page .tooltip {
    /* background-color: rgba(231, 241, 242, .65);
     backdrop-filter: blur(5px);*/
    background-color: var(--color-eggwhite);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.20);

}

.tooltip__container {
    width: 575px;
    max-width: 40vw;
    position: absolute;
    z-index: 80;
    top: calc(var(--marker-size) / 2);
    left: calc(var(--marker-size) / 2);
    display: none;
}

.tooltip__container.active {
    z-index: 100;
}

.tooltip__left {
    left: initial;
    right: calc(var(--marker-size) / 2);
}

.tooltip__left .tooltip {
    border-radius: 20px 0 20px 20px;
}

.tooltip__left .tooltip__close {
    right: initial;
    left: 0;
    border-radius: 20px 0 10px 0;
}

.tooltip__top {
    top: initial;
    bottom: calc(var(--marker-size) / 2);
}

.tooltip__top .tooltip {
    border-radius: 20px 20px 20px 0;
}

.tooltip__left.tooltip__top .tooltip {
    border-radius: 20px 20px 0 20px;
}

.tooltip__headline {
    font-weight: 700;
    margin-bottom: 1.5rem;
    width: 95%;
}

/* ***** partner START ***** */
.partner_wrapper {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 2rem;
    bottom: 17%;
    right: 10.5rem;
    width: 80%;
}

.partner__headline {
    flex: 1 0 auto;
    display: flex;
    justify-content: flex-end;
    font-weight: 700;
    color: var(--color-cyan);
    width: 175px;
}

.partner__headline_text {
    text-align: right;
}

#logoslider {
    width: calc(100% - 175px);
}

/* *** Prevent flickering Slick Slider *** */
#logoslider,
#footerslider {
    visibility: hidden;
}

#logoslider.slick-initialized,
#footerslider.slick-initialized {
    visibility: visible;
}

.slick-slider * {
    mix-blend-mode: multiply
}

.slick-slider .slide {
    display: flex;
    justify-content: center;
    margin: 0 4rem;
}

.slick-slider .slick-track {
    display: flex;
    align-items: center;
}

.slick-slider .slide img {
    height: auto;
    max-height: 85px;
    max-width: 100%;
}

/* ***** Footerslider ***** */
#footerslider {
    width: 100%;
}

footer .partner_wrapper {
    width: 840px;
    position: relative;
    bottom: initial;
    right: initial;
    flex-flow: column nowrap;
    background: url("../images/bg_footer_slider.png") left top no-repeat;
    padding: 7rem 11.5rem 2rem 6rem;
    background-size: 105% auto;
}

footer .partner__headline {
    font-size: 14px;
    position: absolute;
    right: 209px;
    top: 30px;
    width: initial;
}

footer .slick-slider .slide img {
    max-height: 85px;
    max-width: 100%;
}


/* ***** content START ***** */
.content_main__wrapper {
    display: flex;
    flex-flow: column;
    gap: 6rem;
    width: 80%;
}

.support .content_main__wrapper {
    gap: 3rem;
}

.content__wrapper:first-child {
    width: 80%;
}

.page.iframe .content_main__wrapper {
    flex: 1 1 auto;
    gap: 3rem;
}

.page.iframe .introtext,
.page.agenda .content__wrapper {
    width: 100%;
    max-width: 50%;
}

.ot_iframe__wrapper {
    position: relative;
}

.page_iframe__wrapper {
    aspect-ratio: 16/9;
}

.page_iframe__wrapper iframe {
    height: 100%;
    width: 100%;
}

#overlay_hider {
    position: absolute;
    bottom: 0;
    background-color: #ffffff;
    width: 100%;
}


/* ***** navigation START ***** */
.nav_main__wrapper {
    position: relative;
    z-index: 500;
    display: block;
}

.index .nav_main__wrapper {
    display: flex;
    margin-top: 6rem;
    transform: translateX(-2.5rem);
}

nav {
    width: 100%;
    max-width: 180px;
    min-width: 180px;
    color: var(--color-white);
    font-weight: 500;
    border-radius: 20px 20px 0 20px;
    background-color: rgba(26, 115, 131, .80);
    backdrop-filter: blur(5px);
    z-index: 500;
    position: relative;
}

.nav_main__section_wrapper {
    width: 100%;
    display: block;
}

.nav_main__headline {
    border-bottom: 1px solid var(--color-white);
    padding: 1.5rem 2.5rem 1rem 2.5rem;
    line-height: 2.25rem;
}

.nav_main__live {
    width: 100%;
    display: block;
    background: var(--color-red);
    color: var(--color-white);
    padding: 1rem 2.5rem 1rem 2.5rem;
    line-height: 2.25rem;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    transition: var(--transition);
}

.nav_main__live_title {
    display: flex;
    gap: 1rem;
}

.nav_main__live_title:before {
    content: "•";
    color: var(--color-white);
    font-size: 3rem;
}

.nav_main__live:hover,
.nav_main__live.active {
    background: var(--color-red-hover);
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav_main {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    padding: 1.5rem 0;
}

.index nav.loggedout .nav_main {
    min-height: 220px;
}

.nav__item {
    position: relative;
    line-height: 2.25rem;
    padding: 0 2.5rem;
}

.nav__link,
.subnav__link {
    color: var(--color-white);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
}

/*.nav__link:hover,*/
.nav__link.active,
.nav__link.current_page,
    /*.subnav__link:hover,*/
.subnav__link.active,
.subnav__link.current_page {
    border-color: var(--color-white);
}

.nav__my_event {
    display: block;
    width: 205px;
    margin-left: -25px;
    padding: .75rem 2.5rem .75rem calc(2.5rem + 25px);
    border-radius: 20px 0 0 20px;
    color: var(--color-white);
    background-color: var(--color-cyan-dark);
    transition: var(--transition);
}

.nav__my_event.current_page,
.nav__my_event:hover {
    background-color: var(--color-red);
}

.nav__my_event.current_page:hover {
    background-color: var(--color-red-hover);
}

.nav__my_event .nav_main__section_wrapper {
    position: relative;
}

.icon_heart {
    position: absolute;
    top: 4px;
    left: -33px;
    fill: var(--color-white);
    height: 16px;
    width: 17px;
}

.subnav__wrapper {
    display: none;
    width: 180px;
    position: absolute;
    top: -1.5rem;
    left: 180px;
    padding-left: 10px;
}

.subnav__list {
    display: flex;
    flex-flow: column;
    gap: .75rem;
    border-radius: 20px 20px 20px 0;
    /*background-color: rgba(26,115,131,.80);*/
    background-color: rgba(44, 127, 142, .90);
    backdrop-filter: blur(5px);
    padding: 1.5rem 2.5rem;
}

.page .subnav__list {
    background-color: #488f9c;
}

.subnav__item {
    line-height: 2.25rem;
}

.introtext_event__wrapper {
    margin-top: 4rem;
    background: rgba(245, 248, 244, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 0 20px 0 0;
    height: calc(100% - 4rem);
    min-height: 180px;
    transition: var(--transition-bradius);
}

.introtext_event.open {
    position: absolute;
    left: 180px;
}

.introtext_event.open .introtext_event__wrapper {
    padding: 4.5rem 4rem 4rem 4rem;
    border-radius: 0 20px 20px 20px;
}


.introtext_event__text_wrapper {
    max-width: 100%;
    width: 0;
}

.introtext_event__text {
    display: none;
}

.introtext_event__closed {
    height: 100%;
    cursor: pointer;
    max-width: 33px;
}

.introtext_event__closed_wrapper {
    display: flex;
    flex-flow: row;
    position: relative;
    height: 100%;
    padding: 2rem 1.25rem 2rem 1.25rem;
}

.introtext_event__closed_text {
    transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    top: 162px;
    left: 3px;
    width: 130px;
    font-weight: 500;
}

.introtext_event__hide {
    display: inline-flex;
    gap: 1rem;
    text-align: right;
}

.introtext_event__hide .icon_arrow {
    fill: var(--color-white);
    transform: rotate(180deg);
    margin-top: 4px;
    flex: 1 0 auto;
}

/* ***** livestream START ***** */
.livestream_wrapper {
    position: relative;
    width: 100%;
    display: flex;
    border-radius: 0 15px 15px 0;
}

.iframe__zoom {
    width: 70%;
    position: relative;
    background-color: var(--color-cyan-light);
}

.iframe_wrapper {
    aspect-ratio: 16/9;
}

.iframe__zoom.fullwidth {
    width: 100%;
}

.iframe__zoom iframe {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/*.translation_hint {
    !*display: none;*!
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: -79px;
    background: var(--color-red);
    color: #fff;
    padding: 0.5rem 1rem;
    width: 220px;
    text-align: center;
    pointer-events: none;
}

.translation_hint:before {
    content: '';
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 15px 25px 15px;
    border-color: transparent transparent var(--color-red) transparent;
    position: absolute;
    top: -24px;
    right: 73px;
}

.translation_hint span {
    text-decoration: underline;
}

.iframe_wrapper:hover .translation_hint,
.translation_hint.active {
    !*display: block;*!
    opacity: 1;
    transition: all 0.5s ease;
}*/
/* ***** livestream END ***** */

/* ** Chat START ** */
.livestream__sidebar {
    width: 30%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    background-color: var(--color-cyan-light);
}

.liveevent__sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.liveevent__sidebar #chat-msg {
    height: 560px;
    overflow-y: auto;
    margin-bottom: 30px;
}

.liveevent__sidebar #chat-msg .msg {
    border-bottom: 1px solid var(--color-text);
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 2.6rem;
}

.liveevent__sidebar #chat-msg .msg:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.liveevent__sidebar #chat-msg .msg .author {
    font-weight: bold;
    display: block;
}

.storytile-sites-public-chat-messages {
    height: 100%;
    /*min-height: 390px;*/
    max-height: 445px;
    overflow: auto;
    padding-right:1.5rem;
}

.storytile-sites-public-chat-message-text a {
    color: var(--color-red);
}

.storytile-sites-public-chat-message-text a:hover {
    text-decoration: underline;
}

.storytile-sites-public-chat-message-user {
    font-weight: bold;
    margin-bottom: 3px;
    display: inline-block;
    cursor: pointer;
    transition: var(--transition);
}

.storytile-sites-public-chat-message-user:hover {
    color: var(--color-cyan-dark);
}

.storytile-sites-public-chat-message-time {
    font-size: 0.8em;
    margin-bottom: -5px;
}

.storytile-sites-public-chat-message {
    /*margin: 0 10px 15px 0;*/
    margin: 0 0 8px 0;
    border-bottom: 1px solid #999999;
    /*padding: 0 0 20px 0;*/
    padding: 0 0 8px 0;
    line-height: 2.5rem;
}

.storytile-sites-public-chat-message:last-child {
    margin: 0;
    border-bottom: none;
    padding: 0 10px 0 0;
}

.storytile-sites-public-chat-inputs {
    margin-top: 25px;
}

.storytile-sites-public-chat-inputs form .storytile-sites-emoji-menu {
    right: 56px;
}

.storytile-sites-emoji-menu {
    position: absolute;
    top: 11px;
    right: 55px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.storytile-sites-emoji-menu[data-open] {
    overflow: visible;
}

.storytile-sites-emoji-menu-list > span {
    position: relative;
    padding: 0.25rem;
    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;
}

.storytile-sites-public-chat-login-required {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #ffe18e;
}

.storytile-sites-public-chat-login-required-text {
    position: relative;
    display: inline-block;
    line-height: 25px;
}

.action__tab.active a {
    color: #fff;
}

.storytile-sites-user-questions-question {
    width: 100%;
}

.storytile-sites-public-chat-inputs form {
    position: relative;
    align-items: flex-start;
    display: flex;
    border-radius: 3px;
}

textarea.storytile-sites-public-chat-input-text {
    width: calc(100% - 80px);
    min-width: 100px;
    height: 45px;
    min-height: 45px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 10px 38px 10px 10px;
    overflow: hidden;
    font-size: 1.5rem;
    line-height: 2.3rem;
    background: #fff;
    border:1px solid var(--color-cyan);
    border-radius: 0 0 0 7px;
}

button.storytile-sites-public-chat-input-button {
    border: none;
    background-color: var(--color-cyan);
    color: transparent;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transition: all 0.2s ease;
    width: 50px;
    height: 45px;
    flex: 0 0 50px;
    padding: 0;
}

button.storytile-sites-public-chat-input-button:hover {
    background: var(--color-cyan-dark);
}

button.storytile-sites-public-chat-input-button:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/icon_send.svg") center center no-repeat;
    background-size: 15px auto;
}

textarea.storytile-sites-public-chat-input-text {
    width: calc(100% - 40px);
}

.liveevent__chat {
    position: relative;
    height: 100%;
    /*min-height: 500px;*/
}

.liveevent__chat * {
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.liveevent__chat__headline {
    padding: 1rem 15px 1rem 30px;
    margin-bottom: 0;
    background-color: var(--color-cyan);
    color: var(--color-white);
    font-size: 16px;
    line-height: 2.6rem;
}

#chat {
    position: relative;
    padding: 30px 15px 15px 30px;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    height: calc(100% - 46px);
}
/* ** Chat END ** */

.zoom-info .btn{
    margin-bottom: 1rem;
}

.iframe__iframe {
    margin-top: 6rem;
}

.iframe__iframe iframe {
    width: 100%;
    height: 75vh;
}

.socialmedia_text {
    width: 100%;
    margin-top: 6rem;
    display: flex;
    justify-content: space-between;
    gap: 6rem;
}

.socialmedia_text__text_wrapper {
    flex: 0 1 60%;
}

.socialmedia_text__link_wrapper {
    flex: 0 1 25%;
}

.aside__social {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-text);
    font-weight: 500;
    transition: var(--transition);
    margin-bottom: 1rem;
    line-height: initial;
}

.aside__social svg {
    width: 25px;
    height: 25px;
    fill: var(--color-text);
    transition: all 0.2s ease-in-out;
}

.aside__social.instagram svg {
    stroke: var(--color-text);
}

.aside__social:hover {
    color: var(--color-red);
}

.aside__social:hover svg {
    fill: var(--color-red);
}

.aside__social.instagram:hover svg {
    stroke: var(--color-red);
}


/* ***** my event START ***** */
.intro_agenda_myEvent {
    margin-bottom: 6rem;
}

.downloads {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}

.downloads_wrapper {
    display: inline-flex;
    flex-flow: column nowrap;
    gap: .75rem;
}

.downloads_wrapper a {
   text-decoration: underline;
    color: var(--color-text);
}

.download_filetype {
    text-transform: uppercase;
}
/* ***** my event END ***** */

/* ***** agenda START ***** */
.agenda_filter {
    display: inline-block;
    margin-bottom: 6rem;
}

.agenda_filter__headline {
    display: inline-block;
    background: var(--color-cyan);
    border-radius: 7px 7px 0 0;
    color: var(--color-white);
    font-weight: 700;
    padding: .25rem 2rem;
}

.agenda_filter__wrapper {
    display: inline-flex;
    gap: 3rem;
    background: var(--color-cyan-light);
    border-radius: 0 0 0 7px;
    padding: 1rem 2rem;
}

.agenda_filter__wrapper_elem {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.agenda_filter__wrapper_elem label {
    font-weight: 700;
}

.select_wrapper {
    position: relative;
    border-radius: 0 0 0 5px;
    background-color: var(--color-cyan-light);
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-cyan);
}

.agenda .select_wrapper,
.participants .select_wrapper {
    border: none;
    background: var(--color-white);
    border-radius: 7px 0 0 0;
}

.select_wrapper select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border: 0;
    background: none;
    padding: .5rem 2.5rem .5rem 1.5rem;
}

.select_wrapper .icon_arrow {
    position: absolute;
    right: 1rem;
    top: calc(50% - 4px);
}

.agenda__container {
    margin-left: calc(180px + 4rem);
}

.agenda__wrapper {
    display: flex;
    flex-flow: column;
    gap: 6rem;
}

.agenda__day-nav {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.agenda__day-btn {
    background: var(--color-cyan-light);
    color: var(--color-text);
    padding: .5rem 3rem;
    font-size: 18px;
    font-weight: 400;
}

.agenda__day-btn.active {
    background: var(--color-red);
    color: var(--color-white);
    font-weight: 700;

}

.agenda__day-btn.active:hover {
    background: var(--color-red);
}

.agenda__day-content {
    display: none;
    width: 90%;
}

.agenda__day-content.active {
    display: block;
}

.agenda__slot {
    position: relative;
    display: flex;
    margin-bottom: 10rem;
}

.agenda__slot:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.agenda__slot-left {
    position: absolute;
    transform: translateX(-100%);
    left: -4rem;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    flex: 0 0 auto;
    padding-bottom: 4rem;

}

.agenda__slot-time {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    background: var(--color-cyan);
    color: #ffffff;
    border-radius: 8px 8px 0 8px;
    padding: 5px 10px;
    line-height: 2.3rem;
}

.agenda__slot-place {
    font-size: 12px;
    line-height: 1.7rem;
}

.agenda__regional_focus {
    margin: .5rem 0 0 0;
}

.agenda__tag_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.agenda__place {
    display: inline-block;
    background: none;
    white-space: nowrap;
    font-weight: 700;
    font-size: 14px;
}

.agenda__place.in_person {
    color: var(--color-red);
}

.agenda__slot-type {
    color: var(--color-cyan-dark);
    font-size: 14px;
    background-color: var(--color-cyan-light);
    border-radius: 0 0 0 8px;
    padding: 3px 10px;
    width: 85%;
    text-align: right;
}

.agenda__slot-right {
    flex: 1 0 0;
}

.agenda__slot-session {
    max-width: 1100px;
}

.agenda__slot-headline_wrapper {
    margin-bottom: 1rem;
}

.agenda__slot-headline {
    margin-bottom: 0;
    font-size: 2rem;
    line-height: 2.8rem;
}

.agenda__slot-btn-wrapper {
    display: inline-flex;
    flex-flow: column;
    gap: 2rem;
    margin-top: 1.5rem;
}

.agenda__slot-btn {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 7px 7px 7px 0;
}

.agenda__slot-btn:last-child {
    margin-right: 0;
}

.agenda__slot-btn.more {
    cursor: pointer;
    padding: 0;
    transition: var(--transition);
    display: none;
    font-weight: bold;
    color: var(--color-cyan);
}

.agenda__slot-btn.more:hover {
    color: var(--color-cyan-dark);
}

.agenda__slot-btn.join {
    transition: var(--transition);
    background: var(--color-cyan);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: .5rem 4rem;
}

.agenda__slot-btn.join:hover {
    background: var(--color-red);
    color: #ffffff;
}

.agenda__slot-btn.calendar {
    background: var(--color-text);
    color: #ffffff;
}

.agenda__slot-btn.calendar:hover {
    background: var(--color-light-blue);
    border-color: var(--color-light-blue);
    color: #ffffff;
}

/*.agenda__slot-description__text {
    margin-bottom: 3rem;
}*/

.agenda__slot-session-wrapper .agenda__slot-description__text {
    margin-bottom: 0;
}

.agenda__slot-speaker_flex {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin-top: 3rem;
}

.agenda__slot-speaker_container:last-child {
    margin-bottom: 0;
}

.agenda__slot-speaker-headline {
    font-weight: 700;
}

ul.agenda__slot-speaker-wrapper {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

ul li.agenda__slot-speaker {
    margin-bottom: .25rem;
}

.agenda__slot-speaker-name {
    /*font-weight: bold;*/
}

.agenda__slot-speaker-linkedin svg {
    height: 20px;
    width: 20px;
    fill: var(--color-text);
    transition: all 0.2s ease-in-out;
    margin: -3px 0 0 .5rem;
}

.agenda__slot-speaker-linkedin:hover svg {
    fill: var(--color-light-blue);
}

.agenda__slot-session-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
}

.agenda__slot-session-wrapper .agenda__slot-session {
    flex: 0 0 calc(33.33% - 6rem);
}


.agenda__slot-session-wrapper .agenda__slot-headline {
    font-size: 2rem;
    line-height: 2.8rem;
}

.agenda__slot-session-wrapper .agenda__slot-description {
    display: none;
    margin: 0 0 .25rem 0;
    border-bottom: 1px solid #CFE4E6;
    padding-bottom: 1rem;
}

.agenda__slot-session-wrapper .agenda__slot-btn.more {
    display: inline-block;
}

.agenda__slot-session-wrapper .agenda__slot-speaker_flex {
    flex-flow: column;
    gap: 3rem;
}

.agenda__meta_wrapper {
    display: inline-flex;
    gap: 2rem;
    border-width: 1px 0;
    border-style: solid;
    border-color: #CFE4E6;
    padding: 1rem 2rem 1rem 0;
    margin-top: 1rem;
    min-width: 60%;
}

.agenda__meta_elem {
    display: flex;
    gap: .8rem;
    align-items: center;
    color: var(--color-cyan-dark);
    transition: var(--transition);
    transition: var(--transition);
}

.agenda__meta_elem svg {
    flex: 0 0 auto;
    transition: var(--transition);
}

.agenda__meta_elem span {
    line-height: 2rem;
    overflow-wrap: break-word;
}

.icon_add_calendar {
    height: 20px;
    width: 20px;
    fill: var(--color-cyan-dark);
}

.icon_fav {
    height: 18px;
    width: 19px;
    stroke: var(--color-cyan-dark);
    fill: none;
}

.icon_place {
    height: 20px;
    width: 20px;
    stroke: var(--color-cyan-dark);
    fill: none;
}

.icon_focus {
    height: 20px;
    width: 13px;
    fill: var(--color-cyan-dark);
}

.icon_type {
    height: 21px;
    width: 21px;
    fill: var(--color-cyan-dark);
}

.agenda__meta_elem_calendar:hover {
    cursor: pointer;
    color: var(--color-red);
}

.agenda__meta_elem_fav:hover {
    cursor: pointer;
    color: var(--color-red);
}

.agenda__meta_elem_calendar:hover svg {
    fill: var(--color-red);
}

.agenda__meta_elem_fav:hover svg {
    stroke: var(--color-red);
}

.agenda__meta_elem_fav.active svg {
    stroke: var(--color-red);
    fill: var(--color-red);
}

/* ***** agenda END ***** */

/* ***** session_leads START ***** */
.ot_sessions__headline {
    font-size: 20px;
}

.ot_session_wrapper ul {
    margin: 1rem 0 3rem 0;
}

.ot_session_wrapper .text ul li::before {
    content: '';
    margin-right: 0;
    padding: 0;
}

/* ***** session_leads END ***** */

/* ***** Teilnehmerliste START ***** */
.attendees {
    margin-left: calc(180px + 4rem);
    width: 56%;
}

.participants .agenda_filter {
    max-width: 50%;
}

.participants .agenda_filter__wrapper {
    display: flex;
    flex-flow: column;
    gap: 1.5rem;
    padding: 2rem;
}

.attendees__search {
    display: flex;
    flex-flow: column;
    border: 1px solid var(--color-red);
    border-radius: 3px;
    padding: 30px;
    margin-bottom: 30px;
}

.attendees__search-wrapper {
    display: flex;
    border-radius: 7px 0 0 0;
    width: 100%;
    overflow: hidden;
}

.participants input[type="text"] {
    background-color: var(--color-white);
}

.participants .agenda_filter__wrapper_elem label {
    flex: 1 0 0;
}

.participants .agenda_filter__wrapper_elem .attendees__search-wrapper,
.participants .agenda_filter__wrapper_elem .select_wrapper {
    flex: 3 1 0;
}

#attendeeSearch {
    width: 30%;
    border: none;
    flex: 1 0 0;
}

.attendees__search__button {
    display: flex;
    align-items: center;
    height: 41px;
    width: 41px;
    justify-content: center;
    background-color: var(--color-cyan);
    transition: all 0.3s ease-out;
    cursor: pointer;
    flex: auto 0 0;
}

.attendees__search__button:hover {
    background-color: var(--color-cyan-dark);
}

.attendees__search__button.red {
    background-color: var(--color-red);
}

.attendees__search__button.red:hover {
    background-color: var(--color-red-hover);
}


.attendees__search__button svg {
    width: 100%;
    height: 100%;
    padding: .9rem;
    fill: #ffffff;
    transition: all 0.3s ease-out;
}

#attendees__search__button__close {
    display: none;
}

.attendees__filter-wrapper label {
    font-weight: bold;
    text-transform: uppercase;
}

/* ** Pfeile Sortierung START ** */

.btn-sort {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.btn-sort .after {
    margin-left: 10px;
}

.btn-sort .after .neutral {
    font-weight: bold;
}

.btn-sort .after .icon {
    height: 12px;
    width: 8px;
    display: none;
    transform: rotate(90deg);
}

.btn-sort .after .icon.up {
    transform: rotate(-90deg);
}

/* ** Pfeile Sortierung END ** */


.table__row {
    display: flex;
    transition: all 0.2s ease;
    padding: 0 1.5rem;
    gap: 4%;
}

.table__row.data {
    flex-direction: column;
    border: 1px solid transparent;
    padding: 0;
    gap: 0;
    border-radius: 0 0 0 7px;
    overflow: hidden;
}

.table__row.odd_row {
    background-color: var(--color-cyan-light);
    border: 1px solid var(--color-cyan-light);
}

.table__row.sorting {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 15px;
}

.table__row.open,
.table__row.open:nth-child(even) {
    background: none;
    border-color: var(--color-cyan);
}

.participant {
    padding: 1rem 1.5rem;
}

.participant__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4%;
}

.table__cell.first {
    flex: 3 0 0;
}

.table__cell.colored {
    flex: 4 0 0;
    background-color: var(--color-cyan-light);
    padding: .5rem 1rem;
    border-radius: 0 0 0 7px;
}

.attendees__organization {
    flex: 4 0 0;
}

.attendees__place {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-end;
}

.attendees__action {
    flex: 1 0 0;
    display: flex;
    justify-content: flex-end;
}

.attendees__name {
    font-weight: bold;
}

.attendees__name_position {
    font-weight: initial;
}

.participant .table__cell:last-child {
    margin-bottom: 0;
}

.attendees__button {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: .25rem 1.5rem;
}

.attendees__button svg {
    transform: rotate(90deg);
    fill: var(--color-white);
}

.attendees__button.open svg {
    transform: rotate(270deg);
}

.attendees__place span {
    display: flex;
    align-items: center;
    background: none;
    color: var(--color-light-blue);
    height: 30px;
    border-radius: 3px;
    padding: 0 10px;
    white-space: nowrap;
    border: 1px solid var(--color-light-blue);
}

.attendees__info {
    margin: 10px 0 0 0;
    display: none;
}

.attendees__info__content {
    margin-bottom: 20px;
    padding: 0 1.5rem;
}

.attendees__row {
    display: flex;
    gap: 4%;
    margin-bottom: 5px;
    align-items: center;
}

.attendees__row:last-child {
    margin-bottom: 0;
}

.attendees__social {
    position: relative;
    display: flex;
    align-items: center;
    background: var(--color-cyan);
    padding: 1rem 1.5rem;
}

.attendees__social-headline {
    color: #ffffff;
    margin-right: 30px
}

.attendees__social_icon-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.attendees__social a:last-child {
    margin-right: 0;
}

.attendees__social svg {
    width: 24px;
    height: 24px;
    fill: #ffffff;
    transition: all 0.2s ease;
}

.attendees__social .icon_instagram svg {
    stroke: #ffffff;
}

.attendees__social a:hover svg {
    transform: translateY(-.5rem);
}

.attendee__chat {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 8px;
    top: -40px;
    background: none;
    border: none;
    padding: 0;
}

.attendee__chat svg {
    width: 80px;
    height: 80px;
    fill: var(--color-red);
}

.attendee__chat > div {
    position: absolute;
    top: 21px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    color: #ffffff;
}

.attendee__chat:hover svg {
    fill: var(--color-red-hover);
}

.attendees__admin_headline {
    font-weight: bold;
    margin-top: 1rem;
}

/* ***** Teilnehmerliste END ***** */


/* ***** Footer START ***** */
footer .col {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    align-items: flex-end;
}

.nav_footer__wrapper {
    display: inline-block;
    background-color: var(--color-cyan);
    padding: 1rem 2.5rem;
    border-radius: 20px 20px 0 0;
}

.nav_footer {
    display: flex;
    gap: 2rem;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.nav_footer a {
    color: var(--color-white);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    transition: var(--transition);
}

.nav_footer a:hover {
    border-bottom-color: var(--color-white);
}

/* ***** modal START ***** */
.modal__backdrop {
    display: none;
    position: fixed;
    min-height: 100%;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(26, 108, 123, .8);
    backdrop-filter: blur(5px);
    overflow-y: auto;
    z-index: 600;
}

.modal__backdrop_wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: flex;
    /*justify-content: center;*/
    /*align-items: center;*/
}

.modal__overlay_wrapper {
    padding: 2rem;
    margin: auto;
}

.modal__overlay {
    position: relative;
    width: 100%;
    max-width: 600px;
    background-color: var(--color-white);
    border-radius: 20px 20px 20px 0;
    padding: 4rem;
    box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.15);
}

.modal__close,
.tooltip__close,
.introtext_event__close,
.introtext_event__close_mobile {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background-color: rgba(72, 157, 168, .75);
    border-radius: 0 20px 0 10px;
    height: 40px;
    width: 40px;
    cursor: pointer;
    transition: var(--transition);
}

.modal__close:hover,
.tooltip__close:hover,
.introtext_event__close:hover {
    background-color: var(--color-cyan-dark);
}

.icon_close {
    height: 13px;
    width: 13px;
    fill: var(--color-white);
}

.resend_code__headline {
    font-size: 2.50rem;
    line-height: 3.00rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

fieldset {
    margin-bottom: 3rem;
}

fieldset:last-child {
    margin-bottom: 0;
}

.form__group-headline {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
}

fieldset.nomargin__bottom,
.form_row.nomargin__bottom {
    margin-bottom: 0;
}

.form_row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}

.form_col {
    display: flex;
    flex-flow: column;
    flex: 0 0 48%;
}

.form_col_100 {
    display: flex;
    flex-flow: column;
    width: 100%;
    flex: 0 0 auto;
}

#profile label {
    line-height: 2.5rem;
    margin-bottom: .5rem;
}

.form_row {
    width: 100%;
    margin-bottom: 1.5rem;
}

.form_row_headline {
    font-weight: 500;
}

input[type="text"],
input[type="email"],
input[type="url"],
textarea {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color-cyan);
    background-color: var(--color-cyan-light);
    border-radius: 0 0 0 5px;
    padding: .5rem 1rem;
}

input:disabled,
textarea:disabled {
    background-color: #efefef;
    border-color: #cccccc;
    cursor: not-allowed;
}

/* 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;
}

/* 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-width: 1px;
    border-style: solid;
    border-color: var(--color-cyan);
    background-color: var(--color-cyan-light);
    border-radius: 0 0 0 5px;
    transition: var(--transition)
}

/* 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);
}

.captcha span {
    display: block;
}

.max-length {
    font-size: 1.5rem;
    color: var(--color-grey);
    margin-left: .5rem;
}

.pflichtfeld {
    font-size: 1.5rem;
    color: var(--color-grey);
}

.zammad-form-modal-body {
    color: var(--color-text) !important;
}

@keyframes pulse {
    0% {
        transform: scale(0.1, 0.1);
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: scale(1.5, 1.5);
        opacity: 0;
    }
}

/* ********** Private Chat START ******** */
#private-chat {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 54px;
    height: 54px;
    background: var(--color-cyan);
    border-radius: 8px;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    z-index: 400;
}

#private-chat .storytile-sites-private-chat-anchor {
    pointer-events: initial;
    position: relative;
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
}

#private-chat .storytile-sites-private-chat-anchor::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 54px;
    width: 54px;
    display: block;
    background: #ffffff;
    mask-image: url("../images/icon_chat.svg");
    -webkit-mask-image: url("../images/icon_chat.svg");
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center center;
    mask-position: center center;
    mask-size: 35px 35px;
    -webkit-mask-size: 35px 35px;
    z-index: 1;
}

#private-chat .storytile-sites-private-chat-indicator {
    text-align: center;
    line-height: 49px;
    color: var(--color-light-blue);
    font-weight: bold;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 2;
}

#private-chat .storytile-sites-private-chat-messenger {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 800px;
    height: 500px;
    border-color: var(--color-cyan);
    border-style: solid;
    border-width: 5px 5px 0 5px;
    background-color: var(--color-cyan);
    z-index: 999;
    box-shadow: 0 0 50px rgb(0, 0, 0, .2);
    cursor: auto;
}

#private-chat .storytile-sites-private-chat-close-messenger {
    position: absolute;
    display: grid;
    place-items: center;
    top: -1em;
    left: -1em;
    width: 2em;
    height: 2em;
    background-color: var(--color-red);
    border-radius: 7px;
    z-index: 1;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: var(--transition);
}

#private-chat .storytile-sites-private-chat-close-messenger:hover {
    background-color: var(--color-red-hover);
}

#private-chat .storytile-sites-private-chat-close-messenger::before {
    position: relative;
    display: block;
    content: '\00d7';
    font-size: 3rem;
    margin-top: -3px;
    color: #ffffff;
}

#private-chat .storytile-sites-private-chat-contacts {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    z-index: 9;
    background: var(--color-cyan);
    color: #ffffff;
    cursor: pointer;
}

#private-chat .storytile-sites-private-chat-contact {
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    color: #ffffff;
}

#private-chat .storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages {
    font-weight: bold;
    color: #fff;
}

#private-chat .storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages:before {
    content: '+ ';
}

/*#specialchat .storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-selected:before {
  content: '> ';
}*/
#private-chat .storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-selected {
    font-weight: bold;
    color: var(--color-light-blue);
    cursor: pointer;
}

#private-chat .storytile-sites-private-chat-messages {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #fff;
    border-radius: 3px;
    padding: 10px;
    box-sizing: border-box;
    cursor: auto;
}

#private-chat .storytile-sites-private-chat-inputs {
    position: absolute;
    display: flex;
    bottom: 10px;
    left: 0;
    padding: 0 10px;
    width: calc(75% - 8px);
    min-width: 170px;
    height: 45px;
    overflow: hidden;
}

#private-chat .storytile-sites-private-chat-input-text {
    box-sizing: border-box;
    min-width: 455px;
    height: 45px;
    border: none;
    padding: 1rem 4rem 1rem 1.5rem;
    overflow: hidden;
    border-radius: 0 0 0 7px;
    line-height: 22px;
    background: var(--color-white);
}

#private-chat .storytile-sites-private-chat-input-button {
    width: 80px;
    height: 45px;
    border: none;
    background-color: var(--color-red);
    color: transparent;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    transition: all 0.2s ease;
}

#private-chat .storytile-sites-private-chat-input-button:hover {
    background: var(--color-red-hover);
}

#private-chat .storytile-sites-private-chat-input-button::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url("../images/icon_send.svg") center center no-repeat;
    background-size: 15px auto;
}

#private-chat .storytile-sites-private-chat-message {
    position: relative;
    padding: 0.5em;
}

#private-chat .storytile-sites-private-chat-message.storytile-sites-private-chat-message-self {
    text-align: right;
}

#private-chat .storytile-sites-private-chat-message-user {
    display: none;
}

#private-chat .storytile-sites-private-chat-message-text {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    background: var(--color-light-blue);
    padding: 5px 10px;
    border-radius: 4px;
    max-width: 80%;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#private-chat .storytile-sites-private-chat-message-text a {
    color: var(--color-red);
}

#private-chat .storytile-sites-private-chat-message-text a:hover {
    text-decoration: underline;
}

#private-chat .storytile-sites-private-chat-message-time {
    /* display: none; */
}

#private-chat .storytile-sites-private-chat-message-self .storytile-sites-private-chat-message-text {
    background: var(--color-cyan-light);
    color: var(--color-text);
}

#private-chat .storytile-sites-private-chat-message-text {
    background: var(--color-cyan);
    color: #ffffff;
}

#private-chat .storytile-sites-private-chat-message-text a {
    color: #ffffff;
    text-decoration: underline;
}

#private-chat .storytile-sites-private-chat-message-self .storytile-sites-private-chat-message-text a {
    color: var(--color-text);
    text-decoration: underline;
}

#private-chat .storytile-sites-private-chat-indicator.storytile-sites-private-chat-indicator-unread-messages {
    display: block;
}

.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-menu,
.storytile-sites-private-chat-inputs .storytile-sites-emoji-menu {
    right: 91px;
    top: 7px;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
}

.storytile-sites-emoji-menu {
    position: absolute;
    top: 11px;
    right: 55px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
}

.storytile-sites-emoji-menu-list {
    position: absolute;
    bottom: 25px;
    right: 0;
    background: var(--color-eggwhite);
    width: 200px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    padding: 5px;
    font-size: 22px;
}

.storytile-sites-private-chat-input-text {
    resize: none;
}

#private-chat .storytile-sites-private-chat-inputs {
    overflow: visible;
}

.storytile-sites-emoji-menu[data-open] {
    overflow: visible;
}

/* ***** Private Chat END ***** */

/* ***** scrollbar adjustments start ***** */
/* firefox */
#chat *,
.nav-wrapper,
#stickyagenda {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
}

/* width */
#chat *::-webkit-scrollbar,
#stickyagenda::-webkit-scrollbar,
.nav-wrapper::-webkit-scrollbar {
    width: 5px;
}

/* button */
#chat *::-webkit-scrollbar-button,
#stickyagenda::-webkit-scrollbar-button,
.nav-wrapper::-webkit-scrollbar-button {
    display: none;
}

/* handle */
#chat *::-webkit-scrollbar-thumb,
#stickyagenda::-webkit-scrollbar-thumb,
.nav-wrapper::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
}

/* handle on hover */
#chat *::-webkit-scrollbar-thumb:hover,
#stickyagenda::-webkit-scrollbar-thumb:hover,
.nav-wrapper::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.1);
}

/* track */
#chat *::-webkit-scrollbar-track,
#stickyagenda::-webkit-scrollbar-track,
.nav-wrapper::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

/* ***** scrollbar adjustments end ***** */
.invisible {
    display: none;
}

.hidden,
.nav_mobile_overlay,
.nav_mobile_btn,
.introtext_event_mobile {
    display: none;
}

@media screen and (max-width: 1690px) {
    .index header .col {
        padding: 6rem 6.5rem 0 6.5rem;
    }

    .index footer .col {
        padding: 0 4rem;
    }

    .index .partner_wrapper {
        right: 6.5rem;
    }

    .index .logo_gdp__headline_wrapper {
        font-size: 2.45rem;
        line-height: 2.95rem;
    }

    .page main {
        width: 71.25%;
    }

    .agenda__slot-session-wrapper .agenda__slot-session {
        flex: 0 0 calc(50% - 6rem);
    }

    .attendees {
        width: 65%;
    }

    .participants .agenda_filter {
        max-width: 60%;
    }
}

@media screen and (max-width: 1480px) {
    .partner_wrapper {
        bottom: 16%;
    }

    #logoslider .slide {
        margin: 0 3rem;
    }

    .index {
        font-size: 14px;
        line-height: 2.2rem;
    }

    .index header .col {
        padding: 5rem 6.5rem 0 6.5rem;
    }

    .index .logo_gdp__headline_wrapper {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }

    .logo {
        width: 180px;
    }

    .logo_ah__wrapper {
        width: 160px;
    }

    .introtext_event__closed_text {
        left: 6px;
        top: 153px;
    }

    .map__container {
        margin-top: -48px;
    }

    .page main {
        width: 81.25%;
    }

    footer .partner_wrapper {
        width: 740px;
    }

    footer .partner__headline {
        right: 166px;
    }

    .attendees {
        width: 75%;
    }

    .participants .agenda_filter {
        max-width: 70%;
    }
}

@media screen and (max-width: 1300px) {
    :root {
        --marker-size: 30px;
    }

    .partner_wrapper {
        bottom: 15%;
    }

    .map__container {
        width: 94%;
    }

    .page main {
        width: 91.25%;
    }

    .page.iframe .introtext,
    .page.agenda .content__wrapper {
        max-width: 60%;
    }

    .agenda__day-content {
        width: 100%;
    }

    .agenda__slot-session-wrapper {
        gap: 6rem 5%;
    }

    .agenda__slot-session-wrapper .agenda__slot-session {
        flex: 0 0 calc(50% - 5%);
    }

    .attendees {
        width: 85%;
    }

    .participants .agenda_filter {
        max-width: 80%;
    }
}

/* ***** MOBILE START ***** */
@media screen and (max-width: 1150px) {
    .index header .col {
        padding: 5rem 3.5rem 0 3.5rem;
    }

    .index footer .col {
        padding: 0 3.5rem;
    }

    .nav_main__wrapper,
    .index .nav_main__wrapper {
        position: fixed;
        right: -250px;
        top: 0;
        margin-top: 0;
        transform: translateX(0);
        padding: 140px 0 0 0;
        height: 100%;
        transition: var(--transition);
    }

    .index nav.loggedout .nav_main {
        min-height: initial;
    }

    .nav_main__scroll_container {
        overflow-y: auto;
        height: 100%;
        padding-bottom: 1.5rem;
        border-radius: 0 0 0 20px;
    }

    .nav_main__container {
        background-color: rgba(26, 115, 131, .80);
        backdrop-filter: blur(5px);
        border-radius: 0 0 0 20px;
    }

    .nav {
        padding-bottom: 1.5rem;
        height: 100%;
        background: none;
        backdrop-filter: initial;
        border-radius: 0;
        max-width: 250px;
        min-width: 250px;
    }

    .nav_main__wrapper.opened {
        right: 0;
    }

    .nav_mobile_btn {
        display: block;
        border: none;
        position: absolute;
        width: 56px;
        top: 0;
        left: -56px;
        border-radius: 20px 0 0 20px;
        background: var(--color-cyan);
        padding: 2rem 1rem 2rem 1.5rem;
        cursor: pointer;
    }

    .nav_main__wrapper.opened .nav_mobile_btn {
        background: var(--color-cyan-dark);
    }

    .icon_nav_open {
        height: 16px;
        width: 17px;
    }

    .icon_nav_close {
        height: 14px;
        width: 21px;
    }

    .nav_main__live {
        border-radius: 0;
    }

    .nav__my_event {
        margin-left: 0;
        width: 100%;
        border-radius: 0;
    }

    .nav_mobile_overlay {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(3px);
        z-index: 200;
    }

    .subnav__wrapper {
        display: none;
        width: 100%;
        position: relative;
        top: initial;
        left: initial;
        padding: 0;
        margin-top: .75rem
    }

    .subnav__list {
        background-color: var(--color-cyan-dark);
        border-radius: 0 15px 15px 15px;
        padding: 1rem 1.5rem;
    }

    .introtext_event {
        display: none;
    }

    .introtext_event_mobile {
        display: block;
        position: fixed;
        left: 0;
        top: 50vh;
        z-index: 150;
        width: 33px;
    }

    .introtext_event_mobile .introtext_event__wrapper {
        margin: 0;
    }

    .introtext_event_mobile.open .introtext_event__wrapper {
        width: 95%;
        height: 50vh;
        min-height: initial;
        padding: 4.5rem 4rem 2rem 4rem;
    }

    .introtext_event_mobile.open .introtext_event__text_wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        height: 100%;
    }

    .introtext_event_mobile.open {
        position: fixed;
        left: initial;
        width: auto;
    }

    .introtext_event_mobile.open .introtext_event__text_wrapper {
        width: 100%;
    }

    .index .logo_gdp__headline_action_wrapper {
        position: relative;
    }

    .map__container {
        width: 100%;
        overflow-x: auto;
        overflow-y: auto;
    }

    .map {
        padding-bottom: 97%;
        background-position: center center;
        background-size: contain;
        position: relative;
        cursor: move;
        width: 130%
    }

    .index main .col {
        padding: 0;
    }

    .tooltip__container {
        max-width: 48vw;
    }

    .tooltip {
        padding: 4.5rem 2rem 2rem 2rem;
    }

    .page.iframe .introtext,
    .page.agenda .content__wrapper {
        max-width: 80%;
    }

    .page .col {
        padding: 0 8rem 0 4rem;
    }

    .page header .col {
        padding: var(--header-col-margin-top) 8rem 0 4rem;
    }

    .page main {
        width: 100%;
    }

    footer .col {
        flex-flow: column nowrap;
        gap: 0;
        align-items: center;
    }

    .nav_footer__container {
        order: 1;
        position: relative;
        margin-top: -46px;
        z-index: 10;
    }

    .index .nav_footer__container {
        margin-top: 0;
    }

    footer .partner_wrapper {
        width: 100%;
        order: 0;
        padding: 10rem 16% 8rem 10%;
        background-size: cover;
    }

    footer .partner__headline {
        top: 65px;
        right: initial;
    }

    .agenda__container {
        margin-left: 0;
    }

    .agenda__slot {
        flex-flow: column;
        margin-bottom: 3rem;
        padding-bottom: 3rem;
        border-bottom: 1px solid #d5d5d5;
    }

    .agenda__slot-left {
        display: inline-flex;
        position: relative;
        transform: translateX(0);
        left: initial;
        align-items: flex-start;
        padding-bottom: 2rem;
    }

    .agenda__slot-time-place_wrapper {
        display: flex;
        flex-flow: column nowrap;
        align-items: flex-end;
    }

    #private-chat .storytile-sites-private-chat-messenger {
        width: 95%;
        height: 420px;
    }

    #private-chat .storytile-sites-private-chat-input-text {
        min-width: initial;
    }

    #private-chat .storytile-sites-private-chat-messages {
        height: 350px;
    }

    .attendees {
        width: 100%;
        margin: 0;
    }

    .livestream_wrapper {
        flex-flow: column;
        gap: 1rem;
    }

    .iframe__zoom,
    .livestream__sidebar {
        width: 100%;
    }

    #chat {
        height: 300px;
    }

}

@media screen and (max-width: 1020px) {
    .marker__container {
        display: none;
    }

    .page header .row {
        margin-bottom: 4rem;
    }

    .page header .col {
        flex-flow: column nowrap;
        gap: 0;
    }

    .page .logo_headline__wrapper {
        width: 100%;
    }

    .page .headline__wrapper {
        margin-top: 4rem;
        width: 62%;
    }

    .header_image__container {
        display: flex;
        justify-content: flex-end;
        margin-top: -8rem;
    }

    .header_image__wrapper {
        position: relative;
        left: initial;
        margin-top: 0;
        width: 30%;
    }

    footer .partner__headline {
        top: 60px;
    }

    .agenda__slot-session-wrapper .agenda__slot-session {
        flex: 0 0 calc(100%);
    }

}

@media screen and (max-width: 760px) {
    .index header .col,
    .page header .col {
        padding: 3rem 2rem 0 2rem;
    }

    .page .col {
        padding: 0 2rem;
    }

    .header_image__wrapper {
        margin-right: 6%;
    }

    .content__wrapper:first-child {
        width: 100%;
    }

    .page.iframe .introtext,
    .page.agenda .content__wrapper {
        max-width: 100%;
    }

    .index footer .col {
        padding: 0 2rem;
    }

    .footer_wrapper {
        padding: 1rem 2.5rem .75rem 2.5rem;
    }

    .map {
        padding-bottom: 111%;
        width: 150%;
    }

    footer .partner__headline {
        top: 50px;
    }

    footer .partner_wrapper {
        padding: 9rem 16% 8rem 10%;
    }

    .agenda__tag_wrapper {
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

    .agenda__meta_wrapper {
        flex-wrap: wrap;
        gap: 1rem 2rem;
    }

    .participant__wrapper {
        flex-direction: column;
        align-items: inherit;
    }

    .table__row {
        flex-flow: column;
        gap: 1rem;
    }

    .attendees__row {
        flex-direction: column;
        align-items: flex-start;
        gap: .5rem;
    }

    .attendees__row .table__cell {
        width: 100%;
    }

    .attendee__chat {
        position: relative;
        width: 45px;
        height: 45px;
        right: initial;
        top: initial;
    }

    .attendee__chat svg {
        width: 45px;
        height: 45px;
    }

    .attendee__chat > div {
        top: 5px;
        font-size: 14px;
    }

    .participants .agenda_filter {
        max-width: 100%;
    }

    .socialmedia_text {
        flex-flow: column nowrap;
    }

}

@media screen and (max-width: 600px) {
    .form_row {
        gap: 1.5rem;
    }

    .form_col {
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 500px) {
    .map {
        width: 200%;
        padding-bottom: 154%;
    }

    .partner__headline_text {
        font-size: 12px;
        line-height: 1.8rem;
    }

    .page .headline__wrapper {
        width: 100%;
    }

    .page header .row {
        margin-bottom: 3rem;
    }

    .header_image__container {
        margin-top: 0;
        justify-content: flex-start;
    }

    .header_image__wrapper {
        width: 170px;
        margin: 0;
    }

    .page header .col {
        gap: 2rem;
    }
}

@media screen and (max-width: 480px) {
    .page header .col,
    .index header .col {
        gap: 3rem;
        padding: 3rem 4% 0 4%;
    }

    .page .col {
        padding: 0 4%;
    }

    .logo {
        width: 160px;
    }

    .logo_ah__wrapper {
        width: 140px;
    }

    .page .logo_gdp__wrapper {
        gap: 3rem;
    }

    .page .logo_ah__wrapper {
        flex: 0 1 auto;
    }

    .index .logo_gdp__headline_wrapper {
        margin-top: 3rem;
    }

    .introtext_event.open .introtext_event__wrapper {
        padding: 4.5rem 2rem 4rem 2rem;
    }

    .page footer .col {
        padding: 0;
    }

    footer .partner_wrapper {
        padding: 9rem 10% 8rem 10%;
    }

    #footerslider {
        width: 240px;
    }

    .agenda_filter__wrapper_elem {
        flex-flow: column nowrap;
        align-items: initial;
    }

    .participants .agenda_filter__wrapper_elem .attendees__search-wrapper {
        flex: 1 1 auto;
    }
}