/* ***** Normalise CSS START ***** */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex='-1']:focus:not(:focus-visible) {
    outline: 0 !important;
}

*:focus-visible {
    outline: none;
}

hr {
    background-color: currentColor;
    border: 0;
}

hr:not([size]) {
    height: 1px;
}

h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

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: bold;
}

sub,
sup {
    position: relative;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -1.3rem;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

img {
    max-width: 100%;
    height: auto;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
    cursor: pointer;
}

button:focus {
    outline: none;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    line-height: inherit;
    white-space: normal;
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type='search'] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

iframe {
    width: 100%;
    margin-bottom: 0;
}

/* ***** Normalise CSS END ***** */

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-300italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-300italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-600italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local(''),
    url('../fonts/open-sans-v34-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/open-sans-v34-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: 'OCR A Std';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: local('OCR A Std'),
    url('../fonts/ocrastd.woff') format('woff');
}


/* ***** Definition Farben START ***** */
:root {
    --color-text: #2C3133;
    --color-headline: #575656;
    --sick-grey: #737F85;
    --color-text-dark: #000000;
    --color-background: #e5f1f8;
    --color-box-background: #ffffff;
    --sick-orange: #F39200;
    --sick-orange-dark: #dc8403;
    --sick-blue: #007CC1;
    --sick-blue-dark: #025180;
    --sick-background-grey: #eff0f1;
}

/* ***** Definition Farben END ***** */

body {
    background-color: var(--color-background);
    color: var(--color-text);
    font-size: 100%;
    line-height: 1.5rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 400;
    position: relative;
}

body.start,
body.page {
    background-color: #ffffff;
}

h1,
.h1 {
    font-weight: 300;
    color: var(--sick-blue);
    line-height: 6.5rem;
    margin-bottom: 4rem;
    font-size: 5rem;
    text-align: center;
}

.h1 {
    margin-bottom: 0;
}

h2,
h3 {
    color: var(--color-text);
    line-height: 2.5rem;
    margin-bottom: 3rem;
    font-size: 1.81rem;
}

h2.big {
    font-family: "OCR A Std", Arial, sans-serif;
    color: var(--color-text);
    line-height: 3.5rem;
    margin-bottom: 4rem;
    font-size: 2.5rem;
}

.h1_oob {
    color: #000000;
    text-align: center;
    margin-bottom: 4rem;
}

.headline__tag:before,
.btn_registration span:before,
.pe_textpage h2:before {
    content: '<';
    margin-right: 0.25rem;
}

.headline__tag:after,
.btn_registration span:after,
.pe_textpage h2:after {
    content: '>';
    margin-left: 0.25rem;
}

.pe_headline .headline__tag {
    text-align: center;
    font-size: 3rem;
    line-height: 3.5rem;
    color: var(--color-headline);
    margin: 0;
}

.topline {
    text-align: center;
    text-transform: uppercase;
    color: var(--sick-blue);
    font-weight: 400;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
    font-size: 1.34rem;
    line-height: 2.0rem;
}

.topline.border {
    border-left: 5px solid var(--sick-blue);
    padding-left: 1rem;
}

.stage .introtext {
    font-size: 1.34rem;
    line-height: 2.0rem;
    margin-top: 3rem;
    text-align: center;
}

.grey {
    background-color: var(--sick-background-grey);
}

.light_blue {
    background-color: var(--color-background);
}

.blue {
    background-color: var(--sick-blue);
}


a {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

.fancybox-content iframe {
    border: none !important;
}

.text {
    font-size: 1.44rem;
    line-height: 2.1rem;
}

.text a {
    color: var(--sick-blue);
    transition: all 0.2s ease;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
}

.text a:hover {
    border-color: var(--sick-blue);
}

.blue .text a {
    color: var(--sick-orange);
}

.blue .text a:hover {
    border-color: var(--sick-orange);
}

a.fancybox:hover {
    border: 0;
}

.blue {
    color: var(--sick-blue);
}

.color-grey {
    color: var(--sick-grey);
}

.color-orange {
    color: var(--sick-orange);
}

.color-white {
    color: #ffffff;
}

.btn,
a.btn {
    display: inline-block;
    background-color: var(--sick-orange);
    color: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.btn:hover,
a.btn:hover {
    border-bottom: none;
    background-color: var(--sick-orange-dark);
}

.btn[disabled],
.a.btn[disabled] {
    filter: grayscale(100%);
}

.text ul {
    margin: 2.0rem 0;
    list-style-type: none;
    padding: 0;
}

.text ul li {
    display: table;
    margin-bottom: 0.5rem;
}

.text ul li:last-child {
    margin-bottom: 0;
}

.text ul li::before {
    content: '>';
    font-weight: 600;
    color: var(--sick-grey);
    padding: 0 1rem 0 3rem;
    font-size: 2.5rem;
    display: table-cell;
    vertical-align: top;
}

.row {
    display: flex;
    gap: 3rem;
    margin-bottom: 6rem;
}

.first-element-padding-top,
.row:first-child {
    padding-top: 4rem;
}

.row.pe_slider:first-child,
.row.pe_textimage_box {
    padding-top: 0;
}

.start .first-element-padding-top {
    padding-top: 7rem;
}

.row.padding-top {
    padding-top: 6rem;
}

.row.padding-bottom {
    padding-bottom: 6rem;
}

.row.padding-bottom_small {
    padding-bottom: 3rem;
}

.row.no_margin {
    margin-bottom: 0;
}

.row.half_margin {
    margin-bottom: 1rem;
}

.row.nogap {
    gap: initial;
}


.inline-block {
    display: inline-block;
}

.text-align-center {
    text-align: center !important;
}

.flex {
    display: flex;
}

.gap {
    gap: 6rem;
}

.gap_small {
    gap: 3rem;
}

.flex-end {
    justify-content: flex-end;
}

.flex-column {
    flex-flow: column;
}

.space-between {
    justify-content: space-between;
}

.flex-center {
    justify-content: center;
}

.flex-wrap {
    flex-flow: wrap;
}

.flex-align-center {
    align-items: center;
}

.relative {
    position: relative;
}

.col {
    max-width: 1400px;
}

.col.center {
    display: flex;
    justify-content: center;
}

.col.margin_auto {
    margin: 0 auto;
}

.col-100 {
    width: 100%;
}

.col-70 {
    width: 75%;
}

.col-60 {
    width: 65%;
}

.col-65 {
    width: 65%;
}

.col-50 {
    width: 50%;
}

.col-30 {
    width: 30%;
}

.col-35 {
    width: 35%;
}

.col-40 {
    width: 40%;
}

.col.gallery_slider,
.agenda_col {
    max-width: 100%;
}


/* ***** header START ***** */
.stage {
    width: 100%;
    min-height: 1114px;
    background-repeat: no-repeat;
    background-position: left top;
    display: inline-block;
}

.start .stage {
    min-height: 1114px;
    background-image: url("../images/bg_start_wide.jpg");
    background-position: right top;
}

.registration .stage {
    min-height: 1114px;
    background-image: url("../images/bg_pattern.jpg");
}

.registration.hacker .stage {
    width: 100%;
    background-image: url("../images/bg_pattern_hackcenter.jpg");
}

.page .stage {
    min-height: 716px;
    background-image: url("../images/bg_page.jpg");
    background-position: center top;
}

.page .stage.hackcenter {
    background-image: url("../images/bg_page_hackcenter.jpg");
}

.live .stage {
    background-image: url("../images/bg_live.jpg");
}

header {
    width: 100%;
    padding: 2.8rem;
    display: flex;
    justify-content: space-between;
}

.logo__wrapper {
    margin-right: 6rem;
}

#logo {
    width: 210px;
    height: auto;
}

/* ***** Navigation START ***** */
nav {
    z-index: 9999;
}

.nav-wrapper {
    display: flex;
    gap: 35px;
}

.nav__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 35px;
    font-size: 1.1rem;
    font-weight: 600;
}

.nav__list:last-child {
    margin-bottom: 0;
}

.nav__item {
    position: relative;
    margin-top: 20px;
    height: 24px;
}

a.nav__link {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
    font-weight: 700;
}

a.nav__link.active {
    color: #ffffff;
    border-bottom: 3px solid #ffffff;
}

.nav__item:hover a.nav__link {
    color: var(--sick-orange);
}

.nav__item:hover a.nav__link.active {
    border-bottom: 3px solid var(--sick-orange);
}

a.nav__link:after {
    content: '';
    mask-image: url("../images/icon_arrow-down.svg");
    -webkit-mask-image: url("../images/icon_arrow-down.svg");
    mask-size: 20px 13px;
    -webkit-mask-size: 20px 13px;
    width: 20px;
    height: 13px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background-color: var(--sick-orange);
    display: none;
    opacity: 0;
    margin: 0 auto;
    padding-top: 2rem;
    transition: all 0.2s ease;
}

.nav__item:hover .nav__link.has__children:after {
    opacity: 1;
    display: block;
}

.subnav__wrapper {
    position: absolute;
    right: 0;
    width: 250px;
    text-align: right;
    opacity: 0;
    display: none;
    transition: all 0.2s ease;
}

.nav__item:hover .subnav__wrapper {
    opacity: 1;
    display: block;
}

.subnav__list {
    list-style: none;
    padding: 0 0.7rem 0 0;
    margin: 0.5rem 0 0 0;
    border-right: 3px solid var(--sick-orange);
}

.subnav__item {
    margin-bottom: 0.5rem;
}

.subnav__link {
    color: #ffffff;
    background-color: rgba(0, 124, 193, 0.9);
    padding: 0.3rem 0.5rem;
    display: inline-block;
    transition: all 0.2s ease;
}

.subnav__link:hover,
.subnav__link.active {
    /*color: var(--sick-orange);*/
    background-color: rgba(243, 146, 0, 0.9);
}

.nav__hackcenter > a > span {
    background-color: var(--sick-blue);
    padding: 1rem 1.5rem;
    transition: all 0.2s ease;
}

.nav__hackcenter:hover > a > span,
.nav__hackcenter:hover > a > span,
.nav__hackcenter.active > a > span {
    color: #ffffff;
    background-color: var(--sick-orange);
}

.subnav__hackcenter a:hover,
.subnav__hackcenter a.active {

}

.nav__hackcenter a.nav__link::after {
    mask-position: left 1.9rem;
    -webkit-mask-position: left 1.9rem;
    padding-top: 3rem;
}

#private-chat .storytile-sites-private-chat-anchor:hover::after {
    background-color: var(--sick-blue-dark);
}

/* ***** mobile nav button START ***** */
.nav__button {
    display: none;
    width: 40px;
    height: 45px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}

.nav__button:before,
.nav__button:after,
.nav__button span {
    background: #ffffff;
    content: "";
    display: block;
    height: 5px;
    margin: 7px 0;
    transition: 0.5s;
}

.nav__button.active:before {
    transform: translateY(12px) rotate(135deg);
    background: #ffffff;
}

.nav__button.active:after {
    transform: translateY(-12px) rotate(-135deg);
    background: #ffffff;
}

.nav__button.active SPAN {
    transform: scale(0);
}

/* ***** mobile nav button END ***** */
/* ***** Navigation END ***** */
/* ***** header END ***** */


/* ***** Startseite START ***** */
.startbox_wrapper {
    margin-right: 5%;
}

.startbox_wrapper .col {
    width: 500px;
}

.startbox {
    background-color: rgba(0, 124, 193, 0.8);
    padding: 2rem;
}

.startbox.white,
.startbox.white h2 {
    color: #ffffff;
}

.startbox.margin-top {
    margin-top: 150px;
}

.startbox__headline {
    font-family: "OCR A Std", Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 3.0rem;
    text-align: left;
    color: #ffffff;
    margin-bottom: 1rem;
}

.startbox__subline {
    line-height: 2.3rem;
    font-size: 1.81rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
}

.start__registrierung {
    margin-top: 3rem;
}

.start__registrierung__headline {
    margin-bottom: 2rem;
    color: var(--sick-orange);
}

.start__registrierung__text {
    margin-bottom: 3rem;
}

.start__registrierung.login .btn {
    width: 165px;
    text-align: center;
}

.loginbox {
    display: flex;
    margin-bottom: 0.25rem;
}

.loginbox input[type="text"] {
    background-color: var(--sick-blue-dark);
    border: none;
    width: calc(100% - 165px);
    color: #ffffff;
    padding: 1rem 1.5rem;
}

.loginbox input[type="text"]::placeholder {
    color: #ffffff;
}

.loginbox input[type="text"]:focus {

}

.loginbox__no-code {
    text-align: right;
    font-size: 1.2rem;
}

.login_error {
    color: #ff0000;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 600;
}

.login_overlay .login_error {
    margin-top: .5rem;
}

.error_box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ff0000;;
    color: #ff0000;
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 2rem;
    text-align: center;
}

.success_box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--sick-blue);
    border:3px solid var(--sick-blue);
    font-weight: 600;
    margin-bottom: 2rem;
    padding: 2rem;
    text-align: center;
}

#points__voting_closed {
    color: var(--sick-orange);
    border-color: var(--sick-orange);
}

#points_error,
#points_success,
#points__voting_closed,
#points_hacked,
#vote_sent,
#not_loggedin,
#update_error {
    display: none;
}

#submit_vote {
    display: none;
}

#submit_vote.hidden {
    display: none!important;
}

.partnerlogo__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
}

.partnerlogo img {
    max-height: 50px;
    width: auto;
    max-width: 170px;
}

.numbers_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
}

.number {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 220px;
    height: 220px;
    background: var(--sick-blue);
    color: #ffffff;
}

.number_int {
    font-weight: 300;
    font-size: 5rem;
    line-height: 5rem;
}

.number_text {
    margin-top: 1rem;
    font-weight: 600;
    font-size: 1.25rem;
}


/* *** Typewriter START *** */
.typewriter {
    color: var(--sick-orange);
    text-transform: uppercase;
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin-top: 3rem;
}

.typewriter_text {
    display: inline;
}

.typewriter_text::after {
    color: var(--sick-blue);
    /*transform: translateY(-3px);*/
    display: inline-block;
    border-left: 5px solid var(--sick-blue);
    color: transparent;
    margin-left: 0.5rem;
}

/* *** Typewriter END *** */

/* ***** Startseite END ***** */

/* ***** Textpage START ***** */
.textpage__wrapper {
    padding: 9rem 16%;
}

.textpage__intro_wrapper {
    border-left: 2px solid var(--sick-blue);
    padding-left: 2rem;
}

.textpage__intro_container {
    margin-bottom: 4rem;
}

.textpage h1 {
    margin-bottom: 2rem;
    color: var(--sick-blue);
}

.textpage__cta-wrapper {
    display: flex;
    gap: 2rem;
    width: 100%;
    justify-content: flex-end;
    margin-top: 2rem;
}

.textpage h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-bottom: 2px solid var(--sick-blue);
    padding-bottom: 1rem;
}

.textpage h3 {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
    line-height: initial;
}

.textpage__introtext {
    display: block;
}

.textpage__mainimage {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
}

.textpage__has_subline {
    line-height: initial;
}

.textpage__subline {
    font-size: 1.25rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 600;
}

.textpage__image {
    margin-bottom: 2rem;
}

.textpage__image.position__left {
    float: left;
    width: 60%;
    height: auto;
    margin: 0 2rem 2rem -8rem;
}

.textpage__image.position__right {
    float: right;
    width: 60%;
    height: auto;
    margin: 0 -8rem 2rem 2rem;
}

.textpage__text {
    margin-bottom: 4rem;
}

.textpage__text.border_top {
    border-top: 4px solid var(--sick-grey);
    padding-top: 2rem;
}


.textpage__gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
}

.textpage__gallery a {
    flex: 0 1 calc(33.33% - 1rem);
}

.textpage__gallery img {
    border: 3px solid transparent;
    transition: all 0.2s ease;
}

.textpage__gallery a:hover img {
    border-color: var(--sick-orange);
}

.textpage__wrapper.failed h1 {
    color: #ff0000;
}

.textpage__wrapper.failed .textpage__intro_wrapper {
    border-left: 2px solid #ff0000;
}

.article .article_wrapper {
    margin-top: -600px;
}

.article__time {
    background: var(--sick-blue);
    padding: 0.3rem 0.5rem;
    display: inline-block;
    color: #ffffff;
}

.textpage__intro_wrapper.has__time {
    padding-top: 1rem;
}

a.article__btn_back {
    display: inline-block;
    background-color: var(--sick-orange);
    color: #ffffff;
    padding: 1rem 1.5rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

a.article__btn_back:hover {
    border: none;
    background-color: var(--sick-orange-dark);
}

.strytl_blog {
    padding: 0;
    margin-top: -12rem;
}

/* ***** Textpage END ***** */

/* ***** Registrierung START ***** */
.form__wrapper {
    width: 850px;
    margin: 0 auto;
}

.form__wrapper h1 {
    margin-bottom: 4rem;
}

.form_breadcrumb {
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 3rem;
}

.form_breadcrumb_wrapper {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}

.form_breadcrumb__element {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    color: var(--sick-blue);
}

.form_breadcrumb__element.active {
    color: var(--sick-orange);
}

.form_breadcrumb__number {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--sick-blue);
    color: #ffffff;
    padding: 0 0.5rem;
    height: 33px;
    width: 33px;
}

.form_breadcrumb__element.active .form_breadcrumb__number {
    background: var(--sick-orange);
}

.form_breadcrumb__check {
    stroke: #ffffff;
    height: 17px;
    width: 17px;
}

.form_breadcrumb__arrow {
    width: 24px;
    height: 17px;
    fill: var(--sick-blue);
}

.form_breadcrumb__text {
    letter-spacing: 0.15rem;
}

.form__upload {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

/* ***** Registrierung END ***** */


/* ***** People START ***** */
.searchfilter {
    display: flex;
    gap: 4rem;
}

.filter__select {
    width: 30%;
}

.filter__select::before {
    content: '';
    background: url("../images/icon_filter.svg") left center no-repeat;
    height: 30px;
    width: 33px;
    display: block;
    position: absolute;
    top: 3px;
}

.filter__select select {
    padding-left: 43px;
}

.attendees__search-wrapper {
    display: flex;
    border-bottom: 1px solid var(--sick-grey);
    width: 30%;
    overflow: hidden;
}

#attendeeSearch {
    border: none;
}

input#attendeeSearch::placeholder {
    color: var(--sick-grey);
}

#attendees__search__button__lupe {
    height: 30px;
    width: 30px;
    fill: var(--sick-grey);
}

#attendees__search__button__close {
    display: none;
    font-size: 2rem;
    color: var(--sick-orange);
    cursor: pointer;
}

.people_box {
    margin-bottom: 1.5rem;
    --people_box__image: 100px;
}

.people_box__wrapper {
    display: flex;
    align-items: center;
    gap: 3rem;
    border-bottom: 1px solid var(--sick-grey);
}

.people_box:last-child {
    margin-bottom: 0;
}

.people_box__image {
    width: var(--people_box__image);
}

.people_box__name {
    width: calc(45% - var(--people_box__image) - 3rem);
}

.private_chat {
    transform: translateY(-8px);
    margin-left: .5rem;
    border: none;
    display: inline-block;
    mask-image: url("../images/icon_chat.svg");
    -webkit-mask-image: url("../images/icon_chat.svg");
    mask-size: 25px 21px;
    -webkit-mask-size: 25px 21px;
    width: 25px;
    height: 21px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background-color: var(--sick-blue);
    transition: all 0.2s ease;
}

.private_chat:hover {
    background-color: var(--sick-orange);
}

.people_box__info {
    width: calc(40% - 3rem);
}

.people_box__image img,
.people_box__image svg {
    width: var(--people_box__image);
    height: var(--people_box__image);
    fill: var(--sick-grey);
}

.people_box__more {
    width: calc(15% - 3rem);
    display: flex;
    align-items: center;
    gap: .5rem;
    justify-content: flex-end;
    color: var(--sick-blue);
    cursor: pointer;
    transition: all 0.2s ease;
}

.people_box__more:hover {
    color: var(--sick-orange);
}

.people_box__more svg {
    height: 20px;
    width: 15px;
    transition: all 0.2s ease;
}

.people_box__more.open svg {
    transform: rotate(180deg);
}

.people_box__content {
    padding: 1.5rem 0 3rem calc(100px + 3rem);
}

.people_box__top_wrapper {
    display: flex;
    gap: 3rem;
}

.people_box__top_wrapper .right {
    width: calc(35% - 1.5rem);
}

.people_box__top_wrapper .left {
    width: calc(65% - 1.5rem);
}

.people_box__top_container {
    margin-bottom: 1.5rem;
}

.people_box__content_company {
    color: var(--sick-blue);
}

.people_box__content_linkbox {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    line-height: 30px;
    min-height: 30px;
}

.partner .people_box__content_linkbox {
    margin-top: 1.5rem;
}

.people_box__content_linkbox a {
    border-bottom: none;
}

.people_box__content_linkbox a:last-child {
    margin-right: 0;
}

.people_box__content_linkbox svg {
    width: 30px;
    height: 30px;
    fill: var(--sick-blue);
    transition: all 0.2s ease;
}

.people_box__content_linkbox .icon_instagram svg {
    stroke: var(--sick-blue);
}

.people_box__content_linkbox a:hover {
    border-bottom: none;
}

.people_box__content_linkbox a:hover svg {
    fill: var(--sick-orange);
}

.people_box__content_linkbox .icon_instagram:hover svg {
    stroke: var(--sick-orange);
}

.people_box__content_hashtag {
    text-align: right;
}

.people_box__bottom_wrapper {
    margin-top: 3rem;
}

.people_box__abilities_headline {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

/* ***** People END ***** */


/* ***** Listing START ***** */
.listing_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 3%;
    justify-content: center;
}

.listingbox {
    width: 31.33%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.listingbox_wrapper {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    border: 1px solid var(--sick-grey);
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.listingbox_wrapper:hover {
    border-color: var(--sick-orange);
}

.listingbox.active .listingbox_wrapper:hover {
    border-color: var(--sick-grey);
}

.listingbox .headline__tag {
    margin: 0;
    text-align: center;
    word-break: break-word;
    font-size: 1.75rem;
    line-height: 2.25rem;
}

.listingbox_image {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner .listingbox_image {
    padding: 3rem;
}

.partner .listingbox_image img {
    max-height: 100%;
}

.listingbox_image svg {
    padding: 1.5rem;
    width: auto;
    height: 100%;
}

.listingbox_headline {
    padding: 1.5rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingbox__bridge {
    display: none;
    border-width: 0 1px;
    border-style: solid;
    border-color: var(--sick-grey);
    position: absolute;
    left: -1px;
    bottom: calc(-1.5rem - 2px);
    height: calc(1.5rem + 2px);
    background-color: #ffffff;
    width: calc(100% + 2px);
}

.listingbox.active {
    border-bottom: 0;
    background-color: #ffffff;
    z-index: 100;
}

.listingbox.active .listingbox__bridge {
    display: block;
    z-index: 100;
}

.listingbox_content {
    display: none;
    position: absolute;
    left: 0;
    padding: 3rem;
    margin-top: 1.5rem;
    border: 1px solid var(--sick-grey);
    background-color: #ffffff;
    width: 100%;
    z-index: 10;
}

.listingbox_content.text a {
    border-color: var(--sick-blue);
}

.listingbox_content.text a:hover {
    border-color: var(--sick-orange);
    color: var(--sick-orange);
}

.listingbox_content__less {
    width: auto;
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: 1.5rem;
}

.listingbox_content__less span {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--sick-blue);
    transition: all 0.2s ease;
}

.listingbox_content__less:hover span {
    border-color: var(--sick-orange);
}

.listingbox_content__less svg {
    transform: rotate(180deg);
}

.listingbox_content__text {
    display: flex;
    gap: 3rem;
}

.partner .listingbox_content__usecase {
    margin-bottom: 3rem;
}

.partner .listingbox_content__usecase:last-child {
    margin-bottom: 0;
}

.listingbox_content__usecases_headline {
    color: var(--sick-blue);
    font-weight: 400;
    font-size: 1.34rem;
    line-height: 2.0rem;
    text-transform: uppercase;
    letter-spacing: 0.15rem;
    margin-bottom: 1.5rem;
}

.listingbox_content__usecase_title {
    font-weight: 600;
    margin-bottom: .5rem;
}

.listingbox_content__challenges_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin-bottom: 3rem;
}

.challenge {
    background-color: var(--sick-blue);
    color: #ffffff;
    padding: 0.5rem 1rem;
    font-size: 1.22rem;
    line-height: 1.9rem;
    font-weight: 600;
}

.listingbox_content__technology_wrapper {
    margin-bottom: 3rem;
}

.listingbox_content__members {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
    margin-top: 6rem;
}

.partner .listingbox_content__members,
.usecase .listingbox_content__members {
    display: block;
}

.partner .listingbox_content__members_wrapper,
.usecase .listingbox_content__members_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 3rem;
}

.listingbox_content__members .people_box__wrapper {
    width: calc(50% - 1.5rem);
}

.listingbox_content__members .people_box__image {
    width: 100px;
    height: 100px;
}

.listingbox_content__members .people_box__name {
    color: var(--color-text);
    transition: color 0.2s ease;
    font-weight: 600;
}

.listingbox_content__members a.people_box__wrapper:hover .people_box__name,
.listingbox_content__members a.people_box__wrapper:hover .team_name__name {
    color: var(--sick-orange);
}

.listingbox_content__members .people_box__image.teambox__image {
    aspect-ratio: 4 / 3;
    width: auto;
}

.listingbox_content__members .people_box__image svg {
    height: 100px;
    width: 100%;
}

.listingbox_content__members .team_name__name {
    font-weight: normal;
    color: var(--color-headline);
    font-size: 1.44rem;
    line-height: 2.1rem;
    margin-bottom: .5rem;
    transition: all 0.2s ease;
}

.listingbox_content__partner_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

a.listingbox_content__partner {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.listingbox_content__partner img {
    max-width: 180px;
    max-height: 50px;
}


/* ***** Listing END ***** */


/* ***** Participants START ***** */
a.profile__edit-link {
    position: absolute;
    right: 0;
    color: #000000;
    border-bottom: 1px solid #000000;
}

a.profile__edit-link:hover {
    border: none;
}

.participants .attendees__search-wrapper {
    border-color: #000000;
}

.participants #attendees__search__button__lupe {
    fill: #000000;
}

.participants #attendeeSearch,
.participants #attendees__search__button__close,
.participants #attendeeSearch::placeholder {
    color: #000000;
}

/* ***** Participants END ***** */

/* ***** Livestream START ***** */
#livestream .col-70 {
    max-width: 1400px;
}

.video_wrapper {
    width: 75%;
    display: flex;
}

.video_wrapper.fullwidth {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.video_container {
    position: relative;
    z-index: 0;
    width: 100%;
}

.video_container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iframe_wrapper {

}

.iframe_wrapper iframe {
    aspect-ratio: 16/9;
    display: block;
}

/*.iframe_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/

#btn_iframe {
    position: absolute;
    bottom: 3rem;
    left: 0;
    z-index:999;
    opacity: .75;
    display: none;
}

#btn_iframe:hover {
    opacity: 1;
    background: var(--sick-orange);
}

#registration_public {
    background-image: url("../images/bg_pattern_footer.jpg");
    margin: 0;
    padding-bottom: 6rem;
    background-repeat: no-repeat;
    background-size: cover;
}

.live .textpage__wrapper {
    padding: 6rem;
    position: relative;
}

#pitches.row {
    margin: 0 0 6rem 0;
    padding: 3rem 0 0 0;
}

.voting .textpage__wrapper{
    position: relative;
}

.voting__headline_wrapper {
    text-align: center;
    margin-bottom: 4rem;
}

.voting__headline_wrapper .topline {
    margin-bottom: .25rem;
}

#voting_form {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.voting__info_wrapper {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border-bottom: 1px solid var(--sick-blue);
    padding-bottom: 1rem;
    margin-bottom: 4rem;
}

.voting__team_wrapper {
    width: 100%;
    transition: all 0.2s ease;
}

.voting__team_container {
    margin-bottom: 3rem;
}

.voting__teambox {
    display: flex;
    gap: 4rem;
    border-top: 1px solid var(--sick-blue);
    width: 100%;
    padding: 3rem 0;
}

.voting__teambox:last-child {
    border-bottom: 1px solid var(--sick-blue);
}

.voting__teambox_left,
.voting__teambox_right {
    flex: 1 0 calc(50% - 2rem);
}

.voting__teambox_left {
    display:flex;
    align-items: center;
}

.voting__teambox_topline {
    margin-bottom: 0.5rem;
}

.voting .voting__teambox_teamname {
    font-size: 2rem;
    line-height: 2.5rem;
    word-break: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: left;
}

.voting__count_button {
    background: rgba(0 ,124, 193, .10);
    width: 30px;
    height:28px;
    border: none;
    color: var(--sick-blue);
    display:flex;
    justify-content: center;
    line-height: 24px;
    transition: all 0.2s ease;
}

.voting__count_button:hover {
    background: rgba(243 ,146, 0, .10);
    color: var(--sick-orange);
}

.voting__point {
    margin: 0 1rem;
}

.voting__pointbox {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
    border-bottom: 1px solid var(--sick-blue);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.voting__pointbox:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.voting__pointbox_points {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.voting__number {
    width: 14px;
    padding: 0;
    -moz-appearance: textfield;
    border: none;
    background: none;
    pointer-events: none;
    font-weight: 600;
    color: var(--color-headline);
}

.voting__number::-webkit-outer-spin-button,
.voting__number::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.live .hidden {
    display: none;
}

.live .visible {
    display: block !important;
}

/* ***** Livestream END ***** */

/* ********** EPG START ********** */
#agenda-container {
    position: relative;
    width: 100%;
}

.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: 12px;
}

.storytile-sites-agenda-small {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
}

.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;
    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: 0rem 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: 3.1rem;
}

.storytile-sites-agenda-small .storytile-sites-agenda-day-select {
    display: none;
}

.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 {
    display: inline-block;
    color: #6b7280;
    border: 1px solid #6b7280;
    font-size: 0.85rem;
    text-transform: uppercase;
    padding: .75rem 1rem;
    margin: 0 5px 15px 0;
    cursor: pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stagename {
    position: relative;
    grid-area: stage;
    line-height: var(--storytile-sites-agenda-stage-height);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: transparent;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timezone-info {
    /* position: relative;
     grid-area: stage;
     overflow: hidden;
     min-height: var(--storytile-sites-agenda-stage-height);
     line-height: var(--storytile-sites-agenda-stage-height);
     align-self: end;
     text-align: right;
     opacity: 0.7;
     font-size: 11px;*/
    grid-area: stage;
    height: 0;
    overflow: hidden;
}

.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: 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% - 2px);
    left: 0;
    right: 0;
    height: 2px;
    background-color: #CCCCCC;
    opacity: 1;
}

.storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    /*border-right: 1px solid var(--sick-orange);*/
    width: var(--storytile-sites-agenda-time-progress);
    pointer-events: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-stage:first-child .storytile-sites-agenda-slots::after {
    mask-image: url("../images/icon_epg_arrow.svg");
    -webkit-mask-image: url("../images/icon_epg_arrow.svg");
    mask-size: 21px 17px;
    -webkit-mask-size: 21px 17px;
    height: 17px;
    min-width: 21px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: right center;
    -webkit-mask-position: right center;
    background: var(--sick-orange);
    transform: translateX(10px);
}

.relive .storytile-sites-agenda-small .storytile-sites-agenda-slots::after {
    display: none;
    border-right: 0;
    background: none;
    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;
}

.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: 1rem;
    overflow: hidden;
    padding: 0;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-timeslot {
    position: relative;
    /*display: inline-block;*/
    display: none;
    /*padding: 0 0.5rem;*/
    padding: 1rem 0 0 0.5rem;
    text-align: left;
    line-height: 2rem;
    font-size: 0.9rem;
}

.storytile-sites-agenda-timeslot::after {
    display: none;
    content: '';
    left: 26px;
    height: 100px;
    background: transparent;
    position: absolute;
    top: -78px;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot {
    position: absolute;
    display: block;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    text-align: left;
    background: var(--sick-blue);
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: url("../images/epg_cursor_hover.svg") 12 20, pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot:active {
    cursor: url("../images/epg_cursor_drag.svg") 12 20, pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-sessionslot.active {
    background-color: var(--sick-orange);
    color: #ffffff;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow {
    position: relative;
    justify-self: flex-start;
    align-self: center;
    line-height: 0;
    height: var(--storytile-sites-agenda-stage-height);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow::after {
    content: '';
    mask-image: url("../images/icon_arrow-down.svg");
    -webkit-mask-image: url("../images/icon_arrow-down.svg");
    mask-size: 20px 13px;
    -webkit-mask-size: 20px 13px;
    width: 20px;
    height: 13px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background-color: var(--sick-blue);
    transform: rotate(-90deg);
    transition: all 0.2s ease;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow:hover::after {
    background-color: var(--sick-orange);
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg {
    display: none;
}

.storytile-sites-agenda-tooltip {
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 1rem;
    background-color: #d2f6f6;
    color: #000249;
    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 {
    background-color: var(--sick-blue);
    color: #ffffff;
}

.storytile-sites-agenda-tooltip-body {
    display: none !important;
}

.storytile-sites-agenda-tooltip-title {
    font-size: 1.25rem;
}

.relive .storytile-sites-agenda-tooltip-time {
    display: none;
}

.storytile-sites-agenda-small .storytile-sites-agenda-arrow svg path {
    fill: #0095d6;
    cursor: pointer;
}
/* ********** EPG END ********** */

/* ********** Ranking START ********** */
.total_votes {
    font-family: "OCR A Std", Arial, sans-serif;
    padding: 1.5rem 1.5rem;
    background-color: var(--sick-blue);
    color: #ffffff;
    display: inline-block;
    margin: 4rem 0 2rem 0;
}

ul.ranking {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin: 4rem 0 8rem 0;
}

ul.ranking li.ranking_row {
    margin: 0;
    display: flex;
    gap: 4rem;
    border-bottom: 1px solid var(--sick-grey);
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

ul.ranking li.ranking_row:last-child {
    margin-bottom: 0
}

ul.ranking li.ranking_row.ranking_headline {
    font-family: "OCR A Std", Arial, sans-serif;
    color: var(--sick-blue);
    margin-bottom: 2rem;
    padding-bottom: 0;
    border: none
}

ul.ranking li.ranking_row .ranking_team {
    flex: 1 0 auto;
    width: calc(100% - 10.3rem);
    word-break: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

ul.ranking li.ranking_row .ranking_points {
    flex: 1 0 auto;
    width: 6.3rem;
    text-align: center;
}

ul.ranking li::before {
    content: '';
    padding: 0;
    display: none;
}

/* ********** Ranking END ********** */

/* ***** Support START ***** */
.support .row,
.press .row {
    gap: 0;
}

.support__cta_box {
    background-color: #000000;
    padding: 2rem;
    display: flex;
    flex-flow: column;
    width: 350px;
    border-width: 2px 2px 0 2px;
    border-style: solid;
    border-color: var(--sick-blue);
}

.support__cta_box span {
    display: block;
    margin-bottom: 2rem;
    font-family: "OCR A Std", Arial, sans-serif;
    color: var(--sick-orange);
}

.support__cta_text {
    background: var(--sick-background-grey);
    padding: 2rem;
    border: 2px solid var(--sick-blue);
}

.support .startimage__big {
    border-right: 0;
}

.support__cta_text h1 {
    margin: 2rem 0 2rem 0;
}

body .zammad-form-modal-backdrop {
    background-color: rgba(43, 180, 255, 0.6);
    backdrop-filter: blur(3px);
}

body .zammad-form-modal-body {
    background: #ffffff;
    border-radius: 0;
    max-width: 40em;
}

.zammad-form label {
    display: none;
}

body .zammad-form input,
body .zammad-form textarea {
    padding: 0 0 0.3rem 0;
    border-color: var(--sick-grey);
    font-size: 1.44rem;
    line-height: 2.1rem;
}

body .zammad-form-group {
    margin-bottom: 1.5rem;
}

body .zammad-form input::placeholder,
body .zammad-form textarea::placeholder {
    color: var(--sick-grey);
}

.zammad-form .btn {
    line-height: initial;
    font-size: 1.44rem;
    line-height: 2.1rem;
}

/* ***** Support END ***** */


/* ***** Hackerteam START ***** */
.hackerteam .enablerbox {
    justify-content: flex-start;
    padding: 0;
    height: auto;
    background: rgba(0, 0, 0, 0.9);
    overflow: hidden;
}

.hackerteam .enablerbox__more {
    padding: 0.75rem 1.5rem;
    border-top: 2px solid var(--sick-orange);
}

.enablerbox .hackerbox__name_wrapper {
    width: 100%;
}

.enablerbox .hackerbox__name_wrapper img {
    width: 100%;
}

.enablerbox:hover .hackerbox__name_wrapper {
    transition: all 0.2s ease;
    opacity: 0.5;
}

.hackerteam .hackerbox__name {
    width: 100%;
    text-align: left;
    color: #ffffff;
    padding: 0.75rem 1.5rem;
    border-top: 2px solid var(--sick-blue);
    word-break: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

/* ***** Hackerteam END ***** */


/* ***** form START ***** */
.page__form {
    width: 100%;
}

.form__group {
    padding: 4rem 4rem 3rem 4rem;
    margin-bottom: 2rem;
    background: var(--color-box-background);
    width: 100%;
}

.form__group .topline {
    text-align: left;
}

.form__group:last-of-type {
    margin-bottom: 0;
}

.form__group p {
    color: #000000;
    margin-bottom: 2rem;
}

.profil .form__group {
    margin-bottom: 50px;
}

.form__group-headline {
    font-family: "Fira Sans", sans-serif;
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 3.2rem;
    margin-bottom: 15px;
}

.form__group.nomargin__bottom {
    margin-bottom: 0;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
    width: 100%;
}

.form-row.margin-top {
    margin-top: 1rem;
}

.form-row.profile_pic__row {
    align-items: center;
}

.form-row .margin-bottom_small {
    margin-bottom: 1rem;
}

.form-row.border_bottom {
    border-bottom: 1px solid var(--sick-grey);
    margin-bottom: 1.5rem;
}

.form-col {
    display: flex;
    flex-flow: column;
    flex: 0 0 48%;
    margin-bottom: 2rem;
}

.form-col.felx-row {
    flex-flow: row;
}

.form-col-100 {
    display: flex;
    flex-flow: column;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 1.5rem;
}

.form-rows.center,
.form-col.center {
    align-items: center;
}

.form-col.captcha span {
    margin-bottom: 5px;
    color: #000000;
}

.page__form label {
    color: var(--sick-grey);
}

.page__form .form__headline {
    color: var(--color-text);
}

.page__form label.error {
    color: #ff0000;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 1.3rem;
    padding: 5px 0 0 0;
    text-transform: none;
}

.page__form span.required {
    display: block;
}

.page__form span.required.error {
    color: #ff0000;
    font-weight: bold;
}

.registration-failed {
    color: #ff0000;
    font-weight: 600;
    border: 3px solid #ff0000;
    padding: 1rem;
    text-align: center;
    margin-top: 1rem;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='phone'],
textarea,
select {
    font-family: 'Open Sans', 'arial', sans-serif;
    padding: 0 0 1rem 0;
    background: none;
    border: none;
    border-bottom: 1px solid var(--sick-grey);
    color: var(--sick-grey);
    width: 100%;
}

input[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
input[type='phone']::placeholder,
textarea::placeholder,
select::placeholder {
    color: var(--sick-grey);
    opacity: 1;
    font-weight: 400;
}

input[type='text']:focus,
input[type='email']:focus,
textarea:focus,
input[type='url']:focus,
input[type='phone']:focus,
select:focus {
    color: var(--sick-orange);
}

.hashtag {
    color: var(--sick-orange);
    margin-right: 1rem;
}

select {
    cursor: pointer;
}

.select {
    position: relative;
    display: block;
}

.select::after {
    content: '';
    mask-image: url("../images/icon_arrow-down.svg");
    -webkit-mask-image: url("../images/icon_arrow-down.svg");
    mask-size: 20px 13px;
    -webkit-mask-size: 20px 13px;
    width: 20px;
    height: 13px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background-color: var(--sick-grey);
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    pointer-events: none;
}

.select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select.disabled select {
    cursor: not-allowed;
    pointer-events: none;
}

.select option {
    color: var(--sick-grey);
    cursor: pointer;
    background: var(--sick-background-grey);
}

.select option[disabled] {
    color: rgba(0, 0, 0, 0.3);
    background: var(--sick-background-grey);
}

input[type='checkbox'] {
    margin-right: 1rem;
    cursor: pointer;
}

input[type='checkbox'] ~ label {
    display: inline;
    cursor: pointer;
}

input.error,
select.error,
textarea.error {
    border-bottom: 2px solid #ff0000;
}

.checkbox-headline {
    margin-bottom: 1.0rem;
}

.form-col.disabled {
    opacity: 0.5;
}

form .max-length {
    margin-left: 1rem;
    color: #999999;
    font-size: 1.3rem;
}

/* 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: 46px;
    line-height: 29px;
}

/* 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(--sick-grey);
    transition: all .275s;
}

[type="radio"]:not(:checked) + label::before,
[type="radio"]:checked + label::before {
    border-radius: 30px;
}

/* 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: 30px auto;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .2s;
}

[type="radio"]:not(:checked) + label::after,
[type="radio"]:checked + label::after {
    top: -2px;
    left: 5px;
}

/* 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);
}


.page__form textarea {
    width: 100%;
    min-height: 86px;
}

.page__form input[type='submit'],
.page__form button[type='submit'] {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 1.5rem 1.5rem;
    background-color: var(--sick-blue);
    width: 100%;
    transition: all 0.2s ease-out;
}

.page__form input[type='submit']:hover,
.page__form button[type='submit']:hover {
    background-color: var(--sick-blue-dark);
}

#hacker_team.page__form button[type='submit'] {
    position: relative;
    height: 80px;
    transition: all 0.2s ease;
    overflow: hidden;
}

.page__form button[type='submit'].submit_success {
    background: #00C182;
    pointer-events: none;
}

.page__form button[type='submit'].submit_error {
    background: #C10000;
    pointer-events: none;
}

.page__form button[type='submit'] span {
    position: absolute;
    transition: all 0.5s ease;
}

.page__form button[type='submit'] .check,
.page__form button[type='submit'] .btn_error {
    transform: translateY(-60px);
}

.page__form button[type='submit'].submit_success .send,
.page__form button[type='submit'].submit_error .send {
    transform: translateY(60px);
}

.page__form button[type='submit'].submit_success .check,
.page__form button[type='submit'].submit_error .btn_error {
    transform: translateY(0);
}

.pflichtfeld {
    color: #999999;
    font-size: 1.25rem;
    margin-top: 0.5rem;
    display: block;
    text-align: center;
}

/* *** Target pages START *** */
.target__group {
    color: #ffffff;
    display: flex;
    flex-flow: column;
    align-items: center;
    padding: 6rem;
    margin-bottom: 2rem;
    width: 100%;
}

.target__group.blue {
    background: var(--sick-blue);
}

.target__group.grey_dark {
    background: var(--sick-grey);
}

.target__group a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}

.target__group a:hover {
    color: #ffffff;
    border-bottom: 0;
    color: var(--sick-orange);
}

.target_icon {
    margin-bottom: 1.5rem;
    fill: #ffffff;
    width: 100px;
    height: 100px;
}

.target_headline {
    font-weight: 300;
    font-size: 4rem;
    line-height: 4.75rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.target_introtext {
    text-align: center;
    margin-bottom: 6rem;
}

/* *** Target pages END *** */


/* *** profile picture START *** */
.profile_picture__upload_wrapper {
    display: flex;
    flex-flow: column;
    align-items: center;
}

label.profile_picture__upload {
    cursor: pointer;
    align-items: center;
}

label.profile_picture__upload * {
    transition: all 0.2s ease;
}

.profile_picture__upload_wrapper .headline__tag {
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.9rem;
}

.profile_picture__upload_wrapper .drag_drop {
    font-weight: 400;
    font-size: 1.44rem;
    line-height: 2.1rem;
}

.page__form .drag_drop_data {
    font-weight: 400;
    font-size: 1.14rem;
    line-height: 1.5rem;
    color: var(--sick-grey);
    text-decoration: none;
}

.profile_picture__upload_wrapper .description_text {
    text-align: center;
    color: var(--sick-blue);
    text-decoration: underline;
}

.profile_picture__upload_wrapper .description_text.nolink {
    color: var(--sick-grey);
    text-decoration: none;
}

.profile_picture__upload_wrapper svg {
    fill: var(--sick-grey);
    margin: 1.0rem 0 2rem 0;
}

label.profile_picture__upload:hover,
label.profile_picture__upload:hover .nolink,
label.profile_picture__upload:hover svg {
    color: var(--sick-blue);
    fill: var(--sick-blue);
}

.video-file {
    display: none;
    border: 1px solid var(--sick-grey);
    padding: 1rem;
    gap: 1rem;
    justify-content: space-between;
    color: var(--sick-grey);
    margin-top: 1.5rem;
}

.show .video-file {
    display: flex;
}

#dropzone {
    border: 5px dashed var(--sick-grey);
    padding: 1rem;
}

#dropzone:hover {
    border-color: var(--sick-blue);
}

#dropzone.drag-over {
    border-color: var(--sick-orange);
    background: #F3920010;
}

.video-file__delete,
.dropzone__remove {
    background: none;
    padding: 0;
    border: 0;
}

.video-file__delete svg,
.dropzone__remove svg {
    height: 20px;
    width: 20px;
    fill: #ff0000;
}

label.profile_picture__upload:hover .dropzone__remove svg {
    fill: #ff0000;
}

.dropzone__item {
    display: flex;
    border: 1px solid var(--sick-grey);
    padding: 1rem;
    gap: 1rem;
    justify-content: space-between;
    color: var(--sick-grey);
    margin-top: 1.5rem;
}

.profile_picture_image {
    width: 200px;
    height: 200px;
}

.profile_picture_image_team {
    width: 100%;
}

.hacker_team .profile_picture_image {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.profile_picture_image.default {
    fill: var(--sick-grey);
}

.profile_picture_image.hidden,
.profilepic_delete.hidden,
.voting.hidden {
    display: none;
}

.profilepic_wrapper {
    position: relative;
}

.profilepic_delete {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #ff0000;
    height: 30px;
    width: 30px;
    border-radius: 100px;
    transition: all 0.2s ease;
    cursor: pointer;
}

#svg_loader {
    width: 200px;
    display: none;
}


.hacker_team .profilepic_delete {
    top: -15px;
    right: -15px;
}

.profilepic_delete svg {
    fill: #ffffff;
    height: 15px;
    width: 15px;
}

label.profile_picture__upload:hover .profilepic_delete svg {
    fill: #ffffff !important;
}

.profilepic_delete:hover {
    background: #d30000;
}

/* *** profile picture END *** */

#hacker__team_id {
    display: none;
}

h1.headline__tag.margin-bottom_small {
    margin-bottom: 0.75rem;
}

.profile__introtext {
    margin-bottom: 4rem;
}

/* *** WYSIWYG START *** */
form .easyeditor-toolbar {
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
}

.easyeditor-toolbar ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.easyeditor-toolbar ul li {
    margin: 0;
}

.easyeditor-toolbar ul li:before {
    content: '';
    margin: 0;
    padding: 0;
}

form .easyeditor-toolbar li button {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
    border-radius: 0;
    color: var(--sick-grey);
    background: rgba(0, 0, 0, 0.6);
    border-color: var(--sick-grey);
    line-height: initial;
    transition: all 0.2s ease;
}

form .easyeditor-toolbar li button:hover {
    color: #ffffff;
    background: var(--sick-orange);
    border-color: var(--sick-orange);
}

/* *** WYSIWYG END *** */

/* ***** form END ***** */

/* ***** Challanges START ***** */
.challanges {
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
}

.challange {
    display: flex;
    flex-flow: column;
    align-items: center;
    flex: 1 1 calc(50% - 4rem);
    border: 2px solid var(--sick-blue);
    padding: 2rem;
}

.challange img {
    height: 160px;
    margin-bottom: 4rem;
}

/* ***** Challanges END ***** */

/* ***** Hackcenter START ***** */
#page {
    margin: 0 auto;
}

.textpage #page {
    max-width: 90%;
    margin: 2rem 5% 0 5%;
}

.headline__hackcenter {
    display: flex;
}


/* ***** Agenda START ***** */
.agenda h1 {
    margin-bottom: 0.5rem;
}

.agenda__day-nav {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.agenda__day-btn {
    background: rgba(0, 0, 0, 0.8);
}

.agenda__day-btn:hover {
    background: rgba(0, 0, 0, 1);
}

.agenda__day-btn.active {
    background: var(--sick-orange-dark);
}

.agenda__day-btn.active:hover {
    background: var(--sick-orange);
}

.agenda__day-content {
    display: none;
}

.agenda__day-content.active {
    display: block;
}

.agenda__box {
    display: flex;
    margin-left: -6rem;
    width: calc(100% + 6rem);
    margin-bottom: 4rem;
}

.agenda__bx:last-child {
    margin-bottom: 0;
}


.agenda__time {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
    width: 6rem;
    /*height: 6rem;*/
    background: rgba(0, 0, 0, 0.8);
    border-width: 2px 0 2px 2px;
    border-style: solid;
    border-color: var(--sick-blue);
    color: var(--sick-orange);
    font-weight: 600;
    text-align: center;
    line-height: initial;
}

.agenda__headline {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--sick-blue);
}

.agenda__content {
    padding: 2rem;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid var(--sick-blue);
}

/* ***** Agenda END ***** */
/* ***** Hackcenter END ***** */

/* ***** Page Elements START ***** */
.pe .topline {
    text-align: left;
    margin-bottom: 3rem;
    padding: 0 3rem;
}

/* *** pe_text *** */
.pe_text .text_image_wrapper {
    display: flex;
}

.pe_text .text_image_wrapper.image_unten {
    flex-flow: column;
}

.pe_text .text_image_wrapper.image_unten .image_wrapper {
    margin-top: 3rem;
}

.pe_text .text_image_wrapper.image_unten .image_wrapper.no_margin {
    margin-top: 0;
}

.pe_text .text_image_wrapper.image_unten {
    flex-flow: column;
}

.pe_text .text_image_wrapper.image_links,
.pe_text .text_image_wrapper.image_rechts {
    gap: 2rem;
}

.pe_text .text_image_wrapper.image_links .text_wrapper,
.pe_text .text_image_wrapper.image_links .image_wrapper,
.pe_text .text_image_wrapper.image_rechts .text_wrapper,
.pe_text .text_image_wrapper.image_rechts .image_wrapper {
    width: calc(50% - 1rem);

}

.pe_text .text_image_wrapper.image_links .image_wrapper.small,
.pe_text .text_image_wrapper.image_rechts .image_wrapper.small,
.pe_text .text_image_wrapper.image_links .text_wrapper.small,
.pe_text .text_image_wrapper.image_rechts .text_wrapper.small {
    width: calc(40% - 1rem);
}

.pe_text .text_image_wrapper.image_links .image_wrapper.big,
.pe_text .text_image_wrapper.image_rechts .image_wrapper.big,
.pe_text .text_image_wrapper.image_links .text_wrapper.big,
.pe_text .text_image_wrapper.image_rechts .text_wrapper.big {
    width: calc(60% - 1rem)
}

.text_image_wrapper.image_unten img {
    width: 100%;
}

.pe_text .text_image_wrapper.image_links .text_wrapper {
    order: 1;
}

.pe_text .text_image_wrapper.image_links .image_wrapper {
    order: 0;
}

.start .pe_text_small {
    margin-top: -5rem;
}

.pe_text_small {
    margin-top: 1.5rem;
}

.pe_text_small .text {
    font-size: 1rem;
}

/* *** pe_textimage_box *** */
.pe_textimage_box {
    gap: 0;
}

.pe_textimage_box .left {
    padding: 3rem;
}

.pe_textimage_box .margin_auto {
    padding: 3rem 0;
}

.pe_textimage_box .topline.border {
    padding-left: 1.5rem;
    text-transform: none;
    color: var(--color-text);
    font-weight: 600;
    font-size: 1.44rem;
    line-height: 2.1rem;
    margin-bottom: 2rem;
}

.pe_textimage_box .text_wrapper {
    padding-left: calc(1.5rem + 5px);
}

.pe_textimage_box .btn {
    margin: 2rem 0 0 calc(1.5rem + 5px);
}

.pe_textimage_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pe_textimage_box.image_left .right {
    order: 0;
}

.pe_textimage_box.image_left .left {
    order: 1;
}

/* *** pe_icon_text *** */
.pe_icon_text,
.pe_video_gallery {
    padding: 6rem 0;
    gap: 3rem;
}

.pe_icon_text .topline {
    text-align: center;
    margin-bottom: 1.5rem;
}

.pe_icon_text .icon_box {
    width: calc(50% - 3rem);
    display: flex;
    flex-flow: column;
    align-items: center;
}

.pe_icon_text .icon_box_text {
    border-left: 5px solid var(--sick-blue);
    padding-left: 1.5rem;
}

.icon_box_text {
    width: 100%;
}

.pe_icon_text img {
    margin-bottom: 1.5rem;
    max-width: 100px;
    max-height: 100px;
}

.pe_icon_text .headline__tag {
    margin-bottom: 3rem;
}

/* *** pe_switch_button *** */
.pe_switch_button img {
    width: 100%;
    height: auto;
    max-width: inherit;
    max-height: inherit;
}

.pe_switch_button .pe_headline {
    flex-flow: column;
    align-items: center;
    margin-bottom: 3rem;
}

.pe_switch_button .headline__tag {
    margin-bottom: 1.5rem;
}

.switch_wrapper {
    display: flex;
    gap: 1rem;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: var(--sick-blue);
    font-weight: 400;
    letter-spacing: 0.1rem;
}

.switch_wrapper_bottom {
    align-items: center;
    justify-content: center;
    margin-top: 3rem;
}

/* https://www.w3schools.com/howto/howto_css_switch.asp */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch_slider {
    background-color: var(--sick-blue);
}

input:focus + .switch_slider {
    box-shadow: 0 0 1px var(--sick-blue);
}

input:checked + .switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch_slider.round {
    border-radius: 34px;
}

.switch_slider.round:before {
    border-radius: 50%;
}


/* *** pe_video_gallery *** */
.pe_video_gallery .video_box {
    width: calc(50% - 1.5rem);
    display: flex;
    flex-flow: column;
    align-items: center;
}

.pe_video_gallery .topline {
    width: 100%;
}

.pe_video_gallery .topline.border,
.live .pe .topline.border {
    padding-left: 1.5rem;
    text-transform: none;
    color: var(--color-headline);
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
}

.live #pitches .pe .topline.border {
    margin-bottom: 3rem;
}

.pe_video_gallery .iframe_container {
    margin-top: 2rem;
    position: relative;
    width: 100%;
}

/* *** pe_video_gallery *** */
.pe_textpage h2 {
    font-size: 3rem;
    line-height: 3.5rem;
    color: var(--color-headline);
}

.pe_textpage h3 {
    padding-left: 1.5rem;
    text-transform: none;
    color: var(--color-headline);
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 1.5rem;
    border-left: 5px solid var(--sick-blue);
}

/* *** pe_infobox *** */
.pe_infobox {
    padding: 4rem 0;
    color: #ffffff;
}

.pe_infobox .col {
    text-align: center;
}

.pe_infobox .topline {
    color: #ffffff;
    padding: 0 0 0 1rem;
    display: inline-block;
    margin-bottom: 2rem;
}

.pe_infobox .topline.border {
    border-left: 5px solid var(--sick-orange);
}

.pe_infobox .headline__tag {
    font-size: 3rem;
    line-height: 3.5rem;
    color: #ffffff;
}

/* *** pe_download *** */
body .pe_download .topline.border {
    margin-bottom: 3rem;
}

a.download {
    color: var(--color-text);
    display: table;
    margin-bottom: 1.5rem;
    border: none;
}

a.download:last-child {
    margin-bottom: 0;
}

a.download > div {
    display: table-cell;
    padding-left: 1rem;
    vertical-align: middle;
}

a.download span {
    color: var(--sick-grey);
    font-size: 1rem;
    padding-left: 1rem;
    display: inline-block;
}

.download svg {
    fill: var(--sick-blue);
    width: 23px;
    height: 31px;
    margin: 0;
    display: table-cell;
    transition: all 0.2s ease;
}

a.download:hover {
    border: 0;
    color: var(--sick-orange);
}

aside a.download:hover {
    color: #ffffff;
}

a.download:hover svg {
    fill: var(--sick-orange);
}

/* *** pe_faq *** */
.faq_group {
    margin-bottom: 6rem;
}

.faq_group:last-child {
    margin-bottom: 0;
}

.faq_question__container {
    margin-bottom: 1rem;
}

.faq_question {
    color: var(--sick-blue);
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.faq_question_time {
    color: var(--color-text);
}

.pitch_answer p {
    padding-left: 2.35rem;
}

.faq_question:hover {
    color: var(--sick-orange);
}

.faq_question:before {
    content: "";
    mask-image: url("../images/icon_arrow-down.svg");
    -webkit-mask-image: url("../images/icon_arrow-down.svg");
    mask-size: 25px 15px;
    -webkit-mask-size: 25px 15px;
    width: 25px;
    height: 15px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: left center;
    -webkit-mask-position: left center;
    background-color: var(--sick-blue);
    transform: rotate(-90deg);
    transition: all 0.2s ease;
}

.faq_question:hover::before {
    background-color: var(--sick-orange);
}

.faq_question.open:before {
    transform: rotate(0);
}

.text .faq_answer__container {
    margin: 0;
    padding: 2rem 0;
}

.faq_question__container.text:last-child .faq_answer__container {
    padding: 2rem 0 0 0;
}

.text .faq_answer {
    margin-bottom: 1.5rem;
}

.faq_answer__image {
    max-width: 100%;
}

/* ***** Page Elements END ***** */

/* ***** Backend START ***** */
.backend .row {
    padding: 0 2.8rem;
    display: flex;
    gap: 3rem;
}

.backend .col.left {
    width: calc(25% - 1.5rem);
}

.backend .col.left > div {
    position: sticky;
    top: 2rem;
}

.backend .col.right {
    width: calc(75% - 1.5rem);
}

.backend_list {
    height: 60vh;
    overflow-y: auto;
}

.backend_list,
.backend_content_item {
    background: #ffffff;
}

.backend_list_headline {
    color: var(--sick-blue);
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
    margin-top: 1rem;
    font-weight: 600;
}

.backend_list_headline:first-of-type {
    margin: 0;
}

.backend_list_item {
    padding: 0.5rem 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    align-content: center;
    gap: 0.5rem;
}

.backend_list_item span {
    display: flex;
    align-items: center;
}

.backend_list_item svg {
    height: 20px;
    width: 20px;
}

.backend .check {
    fill: #00C127;
}

.backend .denied {
    fill: #C10000;
}

.backend .neutral {
    fill: var(--sick-grey);
}

.backend_list_item:hover {
    color: var(--sick-blue);
}

.backend_list_item.active {
    background: var(--sick-blue);
    color: #ffffff;
}

.backend_list_item.active svg {
    fill: #ffffff;
}

.backend_row {
    display: flex;
    gap: 0.5rem;
    width: 100%;
    margin-bottom: 0.5rem;
}

.backend_row span:first-child {
    flex: 0 0 auto;
}

.backend_col.col-50 {
    width: calc(50% - 1rem);
}

.backend_col.note {
    font-size: 1.2rem;
    line-height: 1.6rem;
    border: 3px solid var(--sick-orange);
    color: var(--sick-orange);
    background: #ffffff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1rem;
}

.backend_group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
    gap: 2rem;
}

.backend_group:last-of-type {
    margin-bottom: 2rem;
}

.backend_row.headline {
    color: var(--color-headline);
    font-size: 1.8rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--sick-grey);
    padding-bottom: 0.5rem;
}

.backend_row.margin_bottom {
    margin-bottom: 1rem;
}

.backend_row a {
    line-break: anywhere;
}

.backend_row a:hover {
    padding: 0;
    text-decoration: underline;
    border: 0;
}

.backend_content_item {
    display: none;
    padding: 2rem 2rem 0.001rem 2rem;
}

.backend_content_item.active {
    display: block;
}

.backend [type="radio"]:not(:checked) + label::before,
.backend [type="radio"]:checked + label::before {
    width: 0;
    height: 0;
    border: none;
}

.backend [type="radio"]:not(:checked) + label::after,
.backend [type="radio"]:checked + label::after {
    content: '';
    background: none;
    background-size: 0;
    height: 0;
    width: 0;
}

.backend [type="radio"]:not(:checked) + label,
.backend [type="radio"]:checked + label {
    position: relative;
    cursor: pointer;
    padding-left: 0;
    line-height: 0;
}

.backend_row input[type="checkbox"][disabled],
body .backend_status.disabled {
    cursor: not-allowed;
}

.backend_row textarea {
    height: 200px;
}

.backend form {
    display: flex;
    gap: 0.5rem;
    margin-left: 1rem;
    align-items: center;
}

.backend label svg {
    height: 40px;
    width: 40px;
}

.backend [type="radio"]:not(:checked) + label {
    opacity: 0.25;
    transition: all 0.2s ease;
}

.backend [type="radio"]:not(:checked) + label:hover {
    opacity: 0.5;
}

.backend .btn {
    padding: 0.25rem 1rem;
    margin-left: 1rem;
}

.backend .ssu_link {
    font-size: 1.2rem;
    border: 1px solid var(--sick-grey);
    padding: 0.25rem 0.5rem;
}

.backend .select {
    width: 70%;
}

.backend .mail {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

.backend .mail svg {
    fill: var(--sick-blue);
    height: 25px;
    width: 25px;
    margin-right: 0.25rem;
}

.backend .mail.error {
    color: #C10000;
}

.backend .mail.error svg {
    fill: #C10000;
}

.backend .filter_list {
    display: flex;
    gap: 1rem;
}

.backend .filter_list .select {
    width: 100%;
    background: #ffffff;
    padding: 1rem;
    margin-bottom: 1rem;
}

.backend .filter_list .select select {
    padding: 0;
    border: none;
}

.backend .filter_list .select::before {
    right: 1rem;
    top: 50%;
}

/* ***** Backend END ***** */

/* ***** scrollbar adjustments START ***** */
/* firefox */
#chat *,
#private-chat * {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.1);
}

/* width */
#chat *::-webkit-scrollbar,
#private-chat *::-webkit-scrollbar {
    width: 5px;
}

/* button */
#chat *::-webkit-scrollbar-button,
#private-chat *::-webkit-scrollbar-button {
    display: none;
}

/* handle */
#chat *::-webkit-scrollbar-thumb,
#private-chat *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
}

/* handle on hover */
#chat *::-webkit-scrollbar-thumb:hover,
#private-chat *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* track */
#chat *::-webkit-scrollbar-track,
#private-chat *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}

/* ***** scrollbar adjustments END ***** */


/* ***** Footer START ***** */
footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 80px;
    background-color: var(--sick-background-grey);
}

.btn_registration {
    font-size: 1.44rem;
    line-height: 2.1rem;
}

.nav__footer {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 2.8rem;
}

.footernav__item:after {
    content: '/';
    font-weight: 600;
    color: var(--sick-blue);
    margin: 0 1rem;
}

.footernav__item:last-child::after {
    content: '';
    margin: 0 0 0 1rem;
}

.footernav__link {
    color: var(--sick-grey);
    transition: all 0.2s ease;
}

.hakcer .footernav__link {
    color: #ffffff;
}

.footernav__link:hover {
    color: var(--sick-blue);
}

/* ***** Footer END ***** */


/* ********** Public Chat START ******** */
.chat_wrapper {
    position: relative;
    width: 25%;
}

.chat_container {
    position: relative;
    height: 100%;
}

.chat {
    position: absolute;
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.aside__headline {
    padding-bottom: 3rem;
    margin: 0;
}

.chat .aside__headline {
    text-align: center;
    font-size: 1.44rem;
    line-height: 2.1rem;
    padding: 1.5rem 1rem;
}

#chat {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    height: 100%;
}

#chat * {
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#chat form {
    display: flex;
}

.storytile-sites-public-chat-messages {
/*    min-height: 370px;
    max-height: 400px;*/
    height: calc(100% - 150px);
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 1rem;
}

.storytile-sites-public-chat-messages .storytile-sites-public-chat-message:first-child {
    border-top: 0;
}

.storytile-sites-public-chat-message {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem 0;
    /*margin-bottom: 1rem;*/
    color: var(--color-headline);
    font-size: 1rem;
    line-height: 1.5rem;
    border-bottom: 1px solid #cccccc;
}

.storytile-sites-public-chat-message:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.storytile-sites-public-chat-message-user {
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: .25rem;
    cursor: pointer;
    transition: color 0.2s ease;
    line-height: 1.25rem;
}

.storytile-sites-public-chat-message-user:hover {
    color: var(--sick-orange);
}

.storytile-sites-public-chat-message-text {
    position: relative;
}

.storytile-sites-public-chat-message-text a {
    text-decoration: none;
    color: var(--sick-blue);
}

.storytile-sites-public-chat-message-time {
    font-size: 0.9rem;
    color: var(--sick-grey);
    line-height: 1rem;
}

.storytile-sites-public-chat-login-required {
    padding: 1rem;
    font-size: 1rem;
    color: transparent;
}

.storytile-sites-public-chat-inputs {
    background: none;
    padding: 1rem 0 0 1rem;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.storytile-sites-public-chat-input-text {
    box-sizing: border-box;
    height: 53px;
    background: none;
    outline: none;
    width: calc(100% - 80px);
    padding: 10px 40px 10px 0;
    border: none;
    color: var(--sick-grey);
    font-size: 1rem;
    line-height: 1.25rem;
}

.storytile-sites-public-chat-input-text::placeholder {
    font-family: "Open Sans", Arial, sans-serif;
    font-style: italic;
    font-size: 1rem;
    line-height: 2.1rem;
    color: var(--sick-grey);
}

#chat .storytile-sites-public-chat-input-button {
    width: 80px;
    height: 53px;
    border: none;
    font-weight: 600;
    background: var(--sick-orange);
    color: #ffffff;
    transition: all 0.2s ease;
}

#chat .storytile-sites-public-chat-input-button:hover {
    background: var(--sick-orange-dark);
}

#chat .storytile-sites-emoji-menu {
    position: absolute;
    top: 28px;
    right: 88px;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    background: none;
    user-select: none;
}

#chat .storytile-sites-emoji-menu[data-open] {
    overflow: visible;
}

.login_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(3px);
    background: rgba(255, 255, 255, 0.75);
    z-index: 999;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    gap: 3rem;
}

.login_overlay__banner{
    width: 100%;
    display: flex;
    justify-content: center;
}

.login_overlay__banner .login_overlay {
    position: relative;
    background: var(--sick-blue);
    color: var(--color-box-background);
}

.voting .login_overlay {
    padding-top: 8rem;
    justify-content: flex-start;
    background: rgba(239, 240, 241, 0.75);
}

.voting .login_overlay .login_overlay_sticky {
    position: sticky;
    top: 6rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    padding-bottom: 6rem;
}

.login_overlay__text {
    text-align: center;
}

.login_overlay__loginbox {
    display: flex;
}

.btn_login {
    background: none;
    font-family: 'Open Sans', 'arial', sans-serif;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--sick-grey);
    color: var(--color-headline);
    padding-bottom: 1rem;
    font-weight: bold;
    transition: color 0.2s ease;
}

.btn_login:hover {
    color: var(--sick-orange);
}

.login_overlay__loginbox input,
.login_overlay__loginbox input::placeholder {
    color: var(--color-headline);
    padding-right: 1rem;
}

/* ********** Public Chat END ******** */


/* ********** Private Chat START ******** */
#private-chat {
    z-index: 998;
}

#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: '';
    width: 53px;
    height: 53px;
    border-radius: 100px;
    display: block;
    background-image: url("../images/icon_chat.svg");
    position: relative;
    z-index: -1;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: var(--sick-blue);
    transition: all 0.2s ease;
}

#private-chat .storytile-sites-private-chat-indicator {
    position: absolute;
    display: none;
    right: -6px;
    top: -13px;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--sick-orange);
    color: #ffffff;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer;
    font-weight: 600;
}

#private-chat .storytile-sites-private-chat-messenger {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 97%;
    max-width: 800px;
    height: 500px;
    border-color: var(--sick-grey);
    border-style: solid;
    border-width: 1px;
    background-color: #e1e1e1;
    z-index: 999;
    box-shadow: 0 0 50px rgb(0 0 0 / 20%);
    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(--sick-orange);
    z-index: 1;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#private-chat .storytile-sites-private-chat-close-messenger::before {
    position: relative;
    display: block;
    content: '\00d7';
    font-size: 1.5rem;
    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(--sick-blue);
    color: #ffffff;
    cursor: auto;
}

#private-chat .storytile-sites-private-chat-contact {
    position: relative;
    display: block;
    padding: 5px;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    color: #ffffff;
    cursor: pointer;
}

#private-chat
.storytile-sites-private-chat-contact.storytile-sites-private-chat-contact-unread-messages {
    font-weight: 600;
}

#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;
    cursor: pointer;
    color: var(--sick-orange);
}

#private-chat .storytile-sites-private-chat-messages {
    position: absolute;
    top: 0;
    left: 0;
    width: 75%;
    height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
    background: var(--sick-background-grey);
    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;
    width: calc(100% - 90px);
    height: 45px;
    border: none;
    background: var(--sick-background-grey);
    color: var(--color-text);
    padding: 10px 40px 10px 10px;
    overflow: hidden;
    line-height: inherit;
}

#private-chat .storytile-sites-private-chat-input-button {
    max-width: 90px;
    height: 45px;
    background-color: var(--sick-orange);
    border: 1px solid var(--sick-orange);
    padding: 10px 15px;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    overflow: hidden;
    transition: all 0.2s ease;
}

#private-chat .storytile-sites-private-chat-input-button:hover {
    background: var(--sick-orange-dark);
    border-color: var(--sick-orange-dark);
}

#private-chat .storytile-sites-private-chat-input-button::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
}

#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;
    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 {
    text-decoration: underline;
}

#private-chat .storytile-sites-private-chat-message-text a:hover {
    text-decoration: none;
}

#private-chat .storytile-sites-private-chat-message-time {
    color: var(--sick-grey);
    font-size: 0.9rem;
}

#private-chat
.storytile-sites-private-chat-message-self .storytile-sites-private-chat-message-text {
    background: var(--sick-orange-dark);
    color: #fff;
}

#private-chat .storytile-sites-private-chat-message-text {
    background: var(--sick-blue);
    color: #ffffff;
}

#private-chat .storytile-sites-private-chat-message-text a {
    color: #ffffff;
}

#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-private-chat-inputs .storytile-sites-emoji-menu {
    right: 110px;
    top: 9px;
    cursor: pointer;
}

.storytile-sites-emoji-menu {
    position: absolute;
    top: 11px;
    right: 55px;
    width: 26px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    overflow: hidden;
    cursor: pointer;
    font-size: 1.3rem;
}

.storytile-sites-emoji-menu-list {
    position: absolute;
    bottom: 25px;
    right: 0;
    background: rgba(0, 124, 193, 0.8);
    width: 200px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    cursor: pointer;
    padding: 5px;
    font-size: 1.3rem;
    display: flex;
    flex-wrap: wrap;
}

.storytile-sites-emoji-menu-list > span {
    padding: 0.2rem;
}

.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 ***** */

/* **** Spinner START **** */
.spinner {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
}

.spinner div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.backend .spinner div {
    margin-left: 1rem;
    border: 8px solid var(--sick-orange);
    border-color: var(--sick-orange) transparent transparent transparent;
}

.spinner div:nth-child(1) {
    animation-delay: -0.45s;
}

.spinner div:nth-child(2) {
    animation-delay: -0.3s;
}

.spinner div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* **** Spinner END **** */

/* ***** Scroll to top START ***** */
.fixed-wrapper {
    position: fixed;
    bottom: 20px;
    right: 15px;
    display: flex;
    gap: 1rem;
    align-items: center;
    z-index: 6000;
}

#scroll-to-top {
    display: none;
    cursor: pointer;
    width: 53px;
    height: 53px;
    border-radius: 100px;
    background-color: var(--sick-blue);
    transition: background-color 0.2s ease;
}

#scroll-to-top .svg-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scroll-to-top svg {
    width: 27px;
    height: 17px;
    fill: #ffffff;
    transform: rotate(180deg);
}

#scroll-to-top:hover {
    background-color: var(--sick-blue-dark);
}

.fixed-wrapper.stop {
    position: absolute;
}

/* ***** Scroll to top END ***** */

.invisible,
.hidden {
    display: none;
}

/* ***** Screenreader Only ***** */
.sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.dropdown_container {
    display: none;
}

/* ***** Storytile Branding ***** */
.strytl {
    font-size: 12px;
    color: #999999;
    margin: 0 2.8rem;
}

.strytl a {
    color: #999999;
    font-weight: 600;
}

.strytl a:hover {
    text-decoration: underline;
}

.strytl span {
    color: var(--sick-blue);
}

.nav .strytl {
    margin: 5.5rem 0 0 0;
}

.nav .strytl,
.nav .strytl a,
.nav .strytl span {
    color: var(--sick-grey);
}

@media screen and (min-width: 1921px) {
    .stage {
        background-size: 100% auto;
    }

    .start .stage {
        background-size: auto;
    }
}

@media screen and (min-width: 3050px) {
    .start .stage {
        background-size: 100% auto;
    }
}

@media screen and (max-width: 1600px) {
    .textpage #page {
        max-width: 100%;
        margin: 2rem 0 0 0;
    }

    .textpage__wrapper {
        padding: 7rem 16%;
    }

    .storytile-sites-public-chat-message-time {
        position: relative;
        right: initial;
        top: initial;
    }

    .storytile-sites-public-chat-message-user {
        max-width: 100%;
    }
}

@media screen and (max-width: 1450px) {
    #livestream.row {
        flex-wrap: wrap;
        padding-left: 3%;
        padding-right: 3%;
    }

    #livestream .col-70 {
        width: 100%;
    }
}

@media screen and (max-width: 1400px) {
    .textpage #page {
        max-width: 100%;
        margin: 2rem 0 0 0;
    }

    .textpage__wrapper {
        padding: 7rem 16%;
    }

    .people .row {
        padding-left: 3%;
        padding-right: 3%;
    }

    .people .col-60 {
        width: 100%;
    }
}

@media screen and (max-width: 1280px) {
    .storytile-sites-public-chat-message-time {
        position: relative;
        right: initial;
        top: initial;
    }

    .storytile-sites-public-chat-message-user {
        max-width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .row {
        flex-wrap: wrap;
        padding-left: 3%;
        padding-right: 3%;
    }

    .row.pe_slider,
    .row.pe_textimage_box {
        padding-left: 0;
        padding-right: 0;
    }

    .enabler .row {
        flex-wrap: nowrap;
    }

    .agenda_col .first-element-padding-top {
        padding-top: 0;
    }

    .col-60,
    .col-40,
    .col-70 {
        width: 100%;
    }

    .enabler .col-70 {
        width: initial;
    }

    h1,
    .h1 {
        line-height: 5.5rem;
        font-size: 4rem;
    }

    #page {
        margin: 0;
        padding: 0;
    }

    .agenda #page {
        padding: 0 3% 0 8rem;
    }

    .startbox_wrapper {
        margin-right: 0;
    }

    .startbox_wrapper .col-30 {
        width: auto;
        max-width: 100%
    }

    .start .col-35 {
        width: auto
    }

    header {
        padding: 2rem 3% 4rem 3%;
    }

    #logo {
        width: 180px;
        padding-right: 1rem;
    }

    nav {
        display: flex;
        align-items: flex-start;
        gap: 20px;
    }

    .nav__button {
        display: block;
        z-index: 10000;
        margin-top: 6px;
    }

    #menue {
        position: fixed;
        z-index: 9999;
        right: 0;
        top: 0;
        height: 100%;
        width: 300px;
        background-color: var(--sick-blue-dark);
        padding-top: 120px;
        transform: translateX(300px);
        transition: all 0.3s ease-out;
    }

    #menue .nav__list {
        height: 100%;
        flex-flow: column;
        align-items: center;
        overflow-y: auto;
        padding: 0 2rem 2rem 2rem;
    }

    #menue .subnav__wrapper {
        opacity: 1;
        display: block;
        position: relative;
        width: auto;
    }

    #menue.active {
        transform: translateX(0);
    }

    #menue .nav__item {
        height: auto;
        text-align: center;
        margin-top: 0;
    }

    #menue a.nav__link.has__children:after {
        opacity: 1;
        display: block;
    }

    #menue .nav__item a.nav__link.active {
        border: none;
        color: var(--sick-orange);
    }

    #menue .nav__hackcenter_name {
        display: block;
        opacity: 1;
    }

    .nav__footer {
        padding: 0 3%;
    }

    .textpage__wrapper {
        padding: 4rem 4rem;
    }

    .partnerlogo img {
        max-height: 40px;
    }

    .textpage__image.position__right {
        width: 50%;
        margin: 0 0 1rem 2rem;
    }

    .textpage__image.position__left {
        width: 50%;
        margin: 0 2rem 1rem 0;
    }

    .strytl {
        margin: 0 3%;
    }

    .challanges {
        gap: 2rem;
    }

    .challange {
        flex: 1 1 calc(50% - 2rem);
    }

    .support .col-60 {
        order: 1;
    }

    .support .col-40 {
        order: 0;
    }

    .participants .searchfilter {
        gap: 4rem;
        flex-flow: wrap;
    }

    a.profile__edit-link {
        position: relative;
    }

    .live .profile__introtext {
        margin-bottom: 4rem;
    }

    .live .col-30 {
        width: 100%;
    }

    .live .textpage__wrapper {
        padding: 4rem;
    }

    .voting__wrapper {
        padding: 4rem;
    }

    .press .col-60 {
        order: 1;
    }

    .press .col-40 {
        order: 0;
    }

    .startbox.white.press__text {
        margin-top: 0;
    }

    .pre-pitches .textpage__cta-wrapper {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .pe_textimage_box .right {
        order: 0;
        width: 100%;
    }

    .pe_textimage_box .left {
        order: 1;
        width: 100%;
        padding: 3rem 3%;
    }

}

@media screen and (max-width: 1000px) {
    #livestream > .col {
        flex-wrap: wrap;
    }

    .video_wrapper {
        width: 100%;
    }

    .chat_wrapper {
        height: 400px;
        width: 100%;
        -webkit-box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.10);
        box-shadow: 0px 5px 15px 5px rgba(0,0,0,0.10);
    }

    #livestream.row {
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 960px) {
    .start .stage {
        background-size: 1920px auto;
    }

    .startbox_wrapper {
        justify-content: center;
    }

    .startbox_wrapper .col {
        align-items: center;
    }

    .startbox.margin-top {
        margin-top: 0;
    }

    .start .first-element-padding-top {
        padding-top: 8rem;
    }

    h1,
    .h1 {
        line-height: 4.5rem;
        font-size: 3rem;
    }

    .pe_headline .headline__tag,
    .pe_infobox .headline__tag {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .textpage__image.position__right,
    .textpage__image.position__left {
        float: none;
        width: 100%;
        margin: 0 0 1rem 0;
    }

    .textpage__gallery a {
        flex: 0 1 calc(50% - 1rem);
    }

    footer {
        height: auto;
        padding: 1rem 0;
        flex-flow: column;
        justify-content: center;
    }

    .nav__footer {
        justify-content: center;
    }

    .strytl {
        margin-top: 1rem;
    }

    .challange {
        flex: 1 1 100%;
    }

    .participant__box.hidden,
    .enablerbox.hidden {
        display: none !important;
    }

    .voting__teambox {
        flex-flow: column;
    }

    .voting__teambox_left {
        border-bottom: 2px solid var(--sick-grey);
        padding-bottom: 2rem;
    }

    .pe_video_gallery .video_box {
        width: 100%;
    }

    .pe_icon_text .icon_box {
        width: 100%;
    }

    .pe_text .text_image_wrapper.image_links,
    .pe_text .text_image_wrapper.image_rechts {
        flex-wrap: wrap;
    }

    .pe_text .text_image_wrapper.image_links .image_wrapper,
    .pe_text .text_image_wrapper.image_rechts .image_wrapper,
    .pe_text .text_image_wrapper.image_links .text_wrapper,
    .pe_text .text_image_wrapper.image_rechts .text_wrapper {
        width: 100% !important;
    }

    .listingbox {
        width: 48.5%;
    }

    .listingbox_content__text {
        flex-wrap: wrap;
    }

    .listingbox_content__text .col-50 {
        width: 100%;
    }

}

@media screen and (max-width: 900px) {
    .searchfilter {
        flex-flow: column;
    }

    .attendees__search-wrapper,
    .filter__select {
        width: 100%;
    }

    .people_box__wrapper {
        flex-flow: column;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .people_box {
        --people_box__image: 200px;
    }

    .people_box__image img,
    .people_box__image svg {
        width: var(--people_box__image);
        height: var(--people_box__image);
    }

    .people_box__name,
    .people_box__info,
    .people_box__more {
        width: auto;
    }

    .people_box__content {
        padding: 1.5rem 0 3rem 0;
    }

    .people_box__top_wrapper {
        flex-flow: column;
        align-items: center;
    }

    .people_box__top_wrapper .left,
    .people_box__top_wrapper .right {
        width: 100%;
    }

    .people_box__content_company,
    .people_box__content_country,
    .people_box__content_hashtag,
    .people_box__info,
    .people_box__name {
        text-align: center;
    }

    .people_box__content_linkbox {
        justify-content: center;
    }

    .people_box__abilities_headline {
        text-align: center;
    }

    .listingbox_content__members .people_box__wrapper {
        flex-flow: row;
        gap: 1.5rem;
        padding-bottom: 0;
        width: 100%;
    }

    .listingbox_content__members .team_name__headline,
    .people_box__name.team_name {
        text-align: left;
    }
}

@media screen and (max-width: 850px) {
    .page .stage {
        min-height:300px;
    }

    .strytl_blog {
        margin-top: 0;
    }

    .form__wrapper {
        width: 100%;
    }

    .form__group {
        padding: 2rem 2rem 1rem 2rem;
    }

    .form_breadcrumb {
        display: flex;
        justify-content: center;
    }

    .form_breadcrumb_wrapper {
        flex-flow: column;
        gap: 0.5rem;
    }

    .form_breadcrumb__arrow {
        display: none;
    }
}

@media screen and (max-width: 760px) {
    h1,
    h2.big,
    .target_headline {
        font-size: 2.2rem;
        line-height: 2.8rem;
    }

    .target__group {
        padding: 2rem;
    }

    .footernav__item {
        margin-bottom: 0.5rem;
    }

    .row.padding-top {
        padding-top: 3rem;
    }

    .start .start__registrierung {
        width: 100%;
    }

    .form-col {
        flex: 0 0 100%;
        flex-wrap: wrap;
    }

    .partnerlogo img {
        max-height: 30px;
    }

    .partnerlogo__wrapper {
        gap: 2rem;
    }

    .agenda #page {
        padding: 0 3%;
    }

    .agenda__box {
        margin-left: 0;
        width: 100%;
        flex-wrap: wrap;
    }

    .agenda__time {
        border-width: 2px 2px 0 2px;
        padding: 1rem 1rem;
        height: 4rem;
    }

    .participants .searchfilter {
        gap: 2rem;
    }

    .participants .attendees__search-wrapper {
        width: 90%;
    }

    .voting__teambox_left {
        text-align: center;
    }

    .live .textpage__wrapper,
    .voting__wrapper {
        padding: 2rem;
    }

    .voting__pointbox {
        flex-flow: column;
    }

    .voting__pointbox_title {
        text-align: center;
    }

    .startbox.white.press__text {
        padding: 4rem 2rem;
    }

    .fixed-wrapper {
        flex-wrap: wrap;
        right: 0;
        bottom: 10px;
        width: 100%;
        padding: 0 3%;
        justify-content: center;
    }

    .fixed-wrapper .btn_registration {
        text-align: center;
        padding: 0.5rem 1rem;
        font-size: 1.3rem;
        line-height: 2.0rem;
    }

    #scroll-to-top {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .logo__wrapper {
        margin: 0;
    }

    .loginbox {
        flex-wrap: wrap;
    }

    .loginbox input {
        width: 100% !important;
    }

    .textpage__wrapper {
        padding: 2rem 2rem;
    }

    .textpage__intro_wrapper {
        border-left: 0;
        padding-left: 0;
    }

    .stage {
        background-size: cover;
    }

    .nav__footer {
        width: 100%;
        flex-flow: column;
        align-items: center;
    }

    .footernav__item::after {
        content: "";
        margin: 0;
    }

    .footernav__item:last-child::after {
        margin: 0;
    }

    .textpage__gallery a {
        flex: 0 1 100%;
    }

    .support__cta_box {
        width: 100%;
    }

    .press .support__cta_box {
        display: flex;
        flex-flow: column;
        align-items: center;
    }

    .press__contactbox_image {
        margin: 0 0 2rem 0;
    }

    ul.ranking li.ranking_row {
        gap: 2rem;
    }

    ul.ranking li.ranking_row .ranking_team {
        width: calc(100% - 8.3rem);
    }

    .storytile-sites-public-chat-message-time {
        position: relative;
        right: initial;
        top: initial;
    }

    .storytile-sites-public-chat-message-user {
        max-width: 100%;
    }

    .listingbox_content {
        padding: 1.5rem;
    }

    .listing_wrapper {
        gap: 0;
    }

    .listingbox {
        width: 100%;
        flex-flow: column;
    }

    .listingbox_wrapper {
        height: auto !important;
        margin: 0 !important;
    }

    .listingbox_content {
        position: relative;
        top: initial !important;
    }

    .listingbox_content__members .people_box__wrapper {
        flex-flow: column;
        gap: 1.5rem;
        padding-bottom: 1.5rem;
        width: 100%;
    }

    .listingbox_content__members .team_name__headline,
    .people_box__name.team_name {
        text-align: center;
    }

}