@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
    src: url(https://cdn.boersenmedien.com/static/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* ---- reset ---- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    font-weight: 300;
}

/*  General-Start   */

html {
    width: 100%;
    font-size: 16px;
    overflow-x: hidden;
    font-display: swap;
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.556em;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    background-color: #0B0E1B;
}

main {
    background-image: url('https://images.boersenmedien.com/images/ad6b3ad8-253c-4a3d-bc1c-888de9ebb7d7.jpg');
    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position: top center;
}

h1, h2 {
    color: #fff;
    font-weight: 400;
    font-size: 2.334rem;
    line-height: 1.231em;
    margin-bottom: 40px;
    padding-bottom: 0;
}

h1 {
    font-weight: 900;
    text-transform: uppercase;
}

    h1 strong span {
        color: #C81731;
        font-weight: 500;
    }

    h1 strong {
        text-transform: none;
    }

h2 {
    font-weight: 400;
}

    h2 strong {
        font-weight: 900;
    }

h3 {
    font-size: 1.556rem;
    font-weight: 400;
}

a {
    color: inherit;
}

.mail-link {
    font-size: 0.778rem;
}

p {
    margin-bottom: 30px;
    line-height: 1.556em;
}

    p a {
        font-weight: 900;
        text-decoration: underline;
    }

    p small {
        font-size: 0.778rem;
    }

strong {
    font-weight: 900;
}

    strong.upper {
        text-transform: uppercase;
    }

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.button {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgba(1,27,59,.35);
    font-size: 0.889rem;
    font-weight: 900;
    padding: 19px 23px;
    text-decoration: none;
    cursor:pointer;
}

.button:hover {
    background-color: rgba(255,255,255,.08);
}

.container-background, .section-background {
    background-color: #1B2229;
}

.container-background {
    border: 1px solid rgba(227,175,66,.2);
    border-radius: 4px;
}

.img-white {
    filter: invert(100%) sepia(0%) saturate(5827%) hue-rotate(359deg) brightness(118%) contrast(98%);
}

.nowrap {
    white-space: nowrap;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    filter: invert(99%) sepia(8%) saturate(660%) hue-rotate(298deg) brightness(112%) contrast(100%);
    vertical-align: middle;
}

.icon-link {
    background-image: url("https://images.boersenmedien.com/images/e30c2bdb-8227-48a2-9464-1849813edaf4.svg");
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.icon-phone {
    background-image: url("https://images.boersenmedien.com/images/1aad9be8-c2e6-417c-bef7-7b8ecd16d3cd.svg");
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.icon-mail {
    background-image: url("https://images.boersenmedien.com/images/cddece38-b025-47b5-9d1e-75c07638c1e1.svg");
    width: 17px;
    height: 17px;
    margin-right: 8px;
    button
}

.icon-globe {
    background-image: url("https://images.boersenmedien.com/images/6c5cf08f-4d18-4a7a-ab1a-bfcd6c49d628.svg");
    width: 17px;
    height: 17px;
    margin-right: 8px;
}

.icon-arrow {
    background-image: url("https://images.boersenmedien.com/images/04d917a6-33f1-4d3d-a1f7-80872ca8e23f.svg");
    width: 15px;
    height: 10px;
    margin-left: 25px;
    margin-top: -3px;
}

.container {
    width: 100%;
    max-width: 1365px;
    padding: 60px 20px;
    margin: 0 auto;
}

    .container.container-short {
        max-width: 1020px;
    }


header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-color: #1B2229;
    box-shadow: 0 -4px 14px rgba(0,0,0,.4);
    padding: 0 0 0 20px
}

#header-logo {
    height: 15px;
    width: auto;
}

#hamburger {
    width: 77px;
    height: 68px;
}

#hamburger {
    background: 0 0;
    border: none;
    height: 50px;
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

    #hamburger span {
        width: 22px;
        height: 0;
        display: block;
        position: relative;
        left: 0;
        border-bottom: 1.5px solid #fff;
        transition: .3s ease transform;
    }

        #hamburger span:nth-child(1) {
            border-top: 1.5px solid #fff;
            border-bottom: none;
            top: -5px;
            transform-origin: left center;
        }

        #hamburger span:nth-child(2) {
            transition: .3s ease transform;
            transform-origin: center;
        }

        #hamburger span:nth-child(3) {
            top: 5px;
            transform-origin: left center;
        }

header nav {
    position: fixed;
    top: 50px;
    left: 100%;
    margin-left: 0px;
    width: 300px;
    z-index: 2;
    background-color: #1B2229;
    padding: 20px 0;
    transition: margin-left 0.3s ease;
}

.nav-active header nav {
    margin-left: -300px;
}

.nav-active #hamburger span:nth-child(1) {
    transform: rotate(45deg) translateX(1px) translateY(-2px);
    transform-origin: left center;
    transition: .3s ease transform;
}

.nav-active #hamburger span:nth-child(2) {
    transform: scaleX(0);
    transition: .3s ease transform;
}

.nav-active #hamburger span:nth-child(3) {
    transform: rotate(-45deg) translateX(0) translateY(3px);
    transform-origin: left center;
    transition: .3s ease transform;
}

.nav-active #page-header {
    z-index: 4;
}

header nav ul {
    list-style: none;
}

    header nav ul li a {
        color: rgba(255,255,255,.5);
        font-size: 0.889rem;
        padding: 15px 40px;
        display: block;
        text-decoration: none;
        transition: all 0.3s ease;
    }

        header nav ul li a:after {
            right: 100%;
            content: '';
            display: block;
            margin: -4px auto -3px;
            width: 0;
            height: 1px;
            background-color: #E3AF42;
            transition: width 0.1s ease-out;
        }

        header nav ul li a.active {
            font-weight: 700;
            color: #E3AF42;
            transition: all 0.3s ease;
        }

            header nav ul li a.active:after {
                transition: width 0.3s ease-out;
                width: 100%;
            }

#index-intro .container {
    padding-top: 150px;
}


#intro-sponsors {
    font-size: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 50px;
    order: 1;
    z-index: 2;
}

    #intro-sponsors div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 50px;
        justify-content: flex-start;
        align-items: center;
        margin: 0;
    }

    #intro-sponsors span {
        display: block;
        flex: 0 0 100%;
        text-align: left;
    }


    #intro-sponsors .ipconcept {
        width: 75px;
    }

    #intro-sponsors .jungdms {
        width: 135px;
    }

    #intro-sponsors .jupiter {
        width: 65px;
    }

    #intro-sponsors .fondsfinanz {
        width: 55px;
    }

    #intro-sponsors .haberstumpf {
        width: 105px;
    }

    #intro-sponsors .gettex {
        width: 65px;
    }


#intro-content {
    max-width: 1020px;
    margin: 0 auto;
}

#intro-partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 40px;
    margin: 60px auto 80px;
}

    #intro-partner img {
        z-index: 3;
        position: relative;
    }

    #intro-partner .euro {
        width: 67px;
    }

    #intro-partner .eurams {
        width: 148px;
    }

    #intro-partner .boerseonline {
        width: 63px;
    }

    #intro-partner .deraktionaer {
        width: 138px;
    }

    #intro-partner .plassenbuchverlage {
        width: 99px;
    }

#index-contact h2 {
    text-transform: uppercase;
}

#index-contact .grid-container {
    margin-top: 50px;
}

.contact-item {
    margin-bottom: 60px;
}

#index-contact h3 {
    margin-bottom: 40px;
}

#index-contact img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 4px;
    aspect-ratio: 1.49/1;
    margin-bottom: 20px;
}

#index-contact .image-containered {
    background-color: #222B33;
    border: 1px solid rgba(227,175,66,.2);
    padding: 30px;
}

.static-content h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    margin-top: 50px;
    line-height: 1.4em;
    font-weight: 500;
}

.static-content h3 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.4em;
    font-weight: 500;
}

.static-content ul {
    padding-left: 50px;
    margin-bottom: 30px;
}

.pswp-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

    .pswp-gallery a > img {
        height: 130px;
        width: auto;
    }

footer {
    font-size: 0.889rem;
    display: flex;
    gap: 40px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
}

    footer ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        gap: 20px 80px;
    }

    footer a {
        text-decoration: none;
    }

.will-fadeIn {
    opacity: 0;
}

.fadeInLeft {
    animation: fadeInLeft 0.75s ease;
    opacity: 1;
}

.fadeInRight {
    animation: fadeInRight 0.75s ease;
    opacity: 1;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInBehind {
    from {
        opacity: 0;
        transform: scale(0.9);
        transform-origin: center;
    }

    to {
        opacity: 1;
        transform: scale(1);
        transform-origin: center;
    }
}


.fadeInBehind {
    animation: fadeInBehind 1s ease;
    opacity: 1;
    transform-origin: center;
}






input {
    font-family: Inter, Arial, sans-serif;
}

.error-message {
    color: #e30613;
    font-size: 0.625rem;
    text-align: right;
    padding-right: 8px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: -17px;
}

.error-message + input[type=text], .error-message + input[type=email], .error-message + .number-text-input, .error-message + select, .error-message + textarea {
    border-color: #e30613 !important;
}

.error-message + input[type=checkbox] + label {
    color: #e30613 !important;
}

.error-message + input[type=checkbox] + label:before {
    background-color: #ffe9ea;
    border-color: #e30613;
}

.input-validation-error + label {
    color: #e30613;
}

.validation-summary-errors {
    position: relative;
    text-align: left;
    top: 0;
    margin-top: 20px;
}

.validation-summary-errors ul {
    list-style: none;
    margin-bottom: 4px;
    padding-left: 0;
}

.validation-summary-errors li {
    color: #e30613;
    font-size: 0.625rem;
}

.validation-summary-errors + .confirmation-container {
    background-color: #ffe9ea;
    border-color: #e30613;
}

input[type=email], input[type=text], .number-text-input, select, input[type=search], textarea {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    line-height: 16px;
    color: #17171A;
    background-color: #ffffff;
    border: 1px solid #e1e1e4;
    border-radius: 8px;
    padding: 16px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input[type=email]:focus, input[type=email]:focus-visible, input[type=text]:focus, input[type=text]:focus-visible, .number-text-input:focus, .number-text-input:focus-visible, select:focus, select:focus-visible, input[type=search]:focus, input[type=search]:focus-visible, textarea:focus, textarea:focus-visible {
    border-color: #008AE4;
    outline: none;
}

.text-field {
    position: relative;
}

.text-field input[type=email], .text-field input[type=text], .text-field .number-text-input, .text-field select, .text-field textarea {
    display: block;
    width: 100%;
    padding: 24px 15px 8px 15px;
}

.text-field input[type=email]::placeholder, .text-field input[type=text]::placeholder, .text-field .number-text-input::placeholder, .text-field select::placeholder, .text-field textarea::placeholder {
    color: transparent;
}

.text-field input[type=email]:focus, .text-field input[type=text]:focus, .text-field .number-text-input:focus, .text-field select:focus, .text-field textarea:focus {
    outline: none;
}

.text-field input[type=email]:focus ~ label, .text-field input[type=email]:not(:placeholder-shown) ~ label, .text-field input[type=text]:focus ~ label, .text-field input[type=text]:not(:placeholder-shown) ~ label, .text-field .number-text-input:focus ~ label, .text-field .number-text-input:not(:placeholder-shown) ~ label, .text-field select:focus ~ label, .text-field select:not(:placeholder-shown) ~ label, .text-field textarea:focus ~ label, .text-field textarea:not(:placeholder-shown) ~ label {
    top: 9px;
    font-size: 0.625rem;
}

.text-field input[type=email].correct + label:after, .text-field input[type=email].incorrect + label:after, .text-field input[type=text].correct + label:after, .text-field input[type=text].incorrect + label:after, .text-field .number-text-input.correct + label:after, .text-field .number-text-input.incorrect + label:after, .text-field select.correct + label:after, .text-field select.incorrect + label:after, .text-field textarea.correct + label:after, .text-field textarea.incorrect + label:after {
    content: url("https://images.boersenmedien.com/images/02af236f-58b9-40c9-9463-25cc7902926f.svg");
    width: 21px;
    height: 21px;
    position: absolute;
    right: 10px;
    top: -3px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.text-field input[type=email].incorrect, .text-field input[type=text].incorrect, .text-field .number-text-input.incorrect, .text-field select.incorrect, .text-field textarea.incorrect {
    border-color: #e37b84;
}

.text-field input[type=email].incorrect + label:after, .text-field input[type=text].incorrect + label:after, .text-field .number-text-input.incorrect + label:after, .text-field select.incorrect + label:after, .text-field textarea.incorrect + label:after {
    content: url("https://images.boersenmedien.com/images/1f515e2a-3ab5-4bba-b05b-1000d6b5ed20.svg");
    width: 20px;
    height: 18px;
}

.text-field input[type=email].correct:focus ~ label:after, .text-field input[type=email].correct:not(:placeholder-shown) ~ label:after, .text-field input[type=email].incorrect:focus ~ label:after, .text-field input[type=email].incorrect:not(:placeholder-shown) ~ label:after, .text-field input[type=text].correct:focus ~ label:after, .text-field input[type=text].correct:not(:placeholder-shown) ~ label:after, .text-field input[type=text].incorrect:focus ~ label:after, .text-field input[type=text].incorrect:not(:placeholder-shown) ~ label:after, .text-field .number-text-input.correct:focus ~ label:after, .text-field .number-text-input.correct:not(:placeholder-shown) ~ label:after, .text-field .number-text-input.incorrect:focus ~ label:after, .text-field .number-text-input.incorrect:not(:placeholder-shown) ~ label:after, .text-field select.correct:focus ~ label:after, .text-field select.correct:not(:placeholder-shown) ~ label:after, .text-field select.incorrect:focus ~ label:after, .text-field select.incorrect:not(:placeholder-shown) ~ label:after, .text-field textarea.correct:focus ~ label:after, .text-field textarea.correct:not(:placeholder-shown) ~ label:after, .text-field textarea.incorrect:focus ~ label:after, .text-field textarea.incorrect:not(:placeholder-shown) ~ label:after {
    top: 5px;
}

.text-field label {
    color: #969699;
    position: absolute;
    pointer-events: none;
    font-size: 0.875rem;
    left: 15px;
    right: 10px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.text-field select {
    padding-left: 10px;
}

.text-field select.input-validation-error {
    border-color: #e37b84;
}

input[type=search] {
    /* clears the ‘X’ from Chrome */
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    font-size: 0.75rem;
    line-height: 1.4em;
    position: relative;
    padding-left: 32px;
    margin-top: 17px;
    display: block;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #e1e1e4;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
}

input[type=checkbox] + label.single-row:before {
    top: -2px;
}

input[type=checkbox] + label a {
    text-decoration: underline;
}

input[type=checkbox]:checked + label {
    color: #17171A !important;
}

input[type=checkbox]:checked + label:before {
    background-color: #e5f3fd;
    border-color: #008AE4;
}

input[type=checkbox]:checked + label:after {
    content: "";
    background-image: url("https://images.boersenmedien.com/images/3efceddb-8122-4d0d-a5ca-96a657b1bd93.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 9px;
    position: absolute;
    left: 5px;
    top: 6px;
    filter: invert(34%) sepia(99%) saturate(1594%) hue-rotate(182deg) brightness(95%) contrast(101%);
}

input[type=checkbox]:checked + label.single-row:after {
    top: 4px;
}

input[type=checkbox].button-checkbox + label {
    background-color: #f3f3f6;
    color: #78787b;
    display: inline-block;
    line-height: 2.25em;
    border-radius: 2.25em;
    padding: 0 10px;
    border: 1px solid #f3f3f6;
    font-weight: 600;
    cursor: pointer;
    margin-right: 5px;
}

input[type=checkbox].button-checkbox + label .icon-check-invert {
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: -5px;
    filter: invert(96%) sepia(0%) saturate(32%) hue-rotate(24deg) brightness(84%) contrast(92%);
}

input[type=checkbox].button-checkbox + label:before {
    content: none;
}

input[type=checkbox].button-checkbox + label:after {
    content: none;
}

input[type=checkbox].button-checkbox:checked + label {
    background-color: #e5f3fd;
    color: #17171A;
    border: 1px solid #008AE4;
}

input[type=checkbox].button-checkbox:checked + label .icon-check-invert {
    filter: invert(34%) sepia(99%) saturate(1594%) hue-rotate(182deg) brightness(95%) contrast(101%);
    border-radius: 50%;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    background-color: #f3f3f6;
    border: 1px solid #e1e1e4;
    color: #969699;
    cursor: pointer;
}

input[type=radio]:checked + label {
    background-color: #e5f3fd;
    border-color: #008AE4;
    color: #17171A;
    cursor: default;
    font-weight: 700;
}

input[type=radio] + input[type=number] {
    border: 1px solid #17171A;
}

input[type=radio]:checked + input[type=number] {
    background-color: #e5f3fd;
    border-color: #008AE4;
    color: #17171A;
}

input[type=radio]:checked + input[type=number] + .currancy {
    color: #17171A;
}

input[type=radio].radio-tag + label {
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media screen and (min-width:768px) {
    main {
        background-size: 150% auto;
    }

    .container {
        max-width: 1405px;
        padding: 100px 40px 120px;
        margin: 0 auto;
    }

    #intro-sponsors {
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        z-index: 2;
        margin-bottom: 75px;
    }

    #intro-sponsors div {
        padding: 0;
        max-width: none;
        margin: 0;
    }

    #intro-sponsors div:first-child {
        justify-content: space-between;
        flex: 1 1 auto;
        max-width: 790px;
    }

    #intro-sponsors div:first-child span {
        text-align: left;
    }

    #intro-sponsors div:last-child {
        justify-content: flex-end;
        gap: 20px;
    }

    #intro-sponsors div:last-child span {
        text-align: right;
    }

    #index-intro h1 {
        position: relative;
        z-index: 2;
    }

    #index-intro p {
        position: relative;
        z-index: 2;
    }

    #intro-partner .euro {
        width: 90px;
    }

    #intro-partner .eurams {
        width: 198px;
    }

    #intro-partner .boerseonline {
        width: 84px;
    }

    #intro-partner .deraktionaer {
        width: 184px;
    }

    #intro-partner .plassenbuchverlage {
        width: 133px;
    }

    .contact-container {
        display: flex;
        justify-content: center;
        gap: 44px;
    }

        .contact-container > .contact-item {
            flex: 0 0 300px;
        }
}

@media screen and (min-width:1024px) {
    html {
        font-size: 18px;
    }

    main {
        background-size: 100% auto;
    }

    h1, h2 {
        font-size: 2.889rem;
        margin-bottom: 50px;
    }


    h3 {
        font-size: 1.556rem;
    }

    .container {
        padding: 120px 40px 200px;
    }

    #hamburger {
        display: none;
    }

    header {
        width: 100%;
        max-width: 1325px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        background-color: rgba(255,255,255,.1);
        padding-left: 40px;
    }

    #header header-logo {
        height:22px;
    }

    header nav {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        display: flex;
        justify-content: flex-end;
        background-color: transparent;
        padding: 0;
    }

    header nav ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: transparent;
    }

    header nav ul li a {
        padding: 28px 40px 31px;
    }

    #index-intro {
        position: relative;
    }

    #intro-sponsors {
        margin-bottom: 100px;
    }

    #intro-sponsors .ipconcept {
        width: 130px;
    }

    #intro-sponsors .jungdms {
        width: 220px;
    }

    #intro-sponsors .jupiter {
        width: 114px;
    }

    #intro-sponsors .fondsfinanz {
        width: 87px;
    }

    #intro-sponsors .haberstumpf {
        width: 170px;
    }

    #intro-sponsors .gettex {
        width: 93px;
    }

    #index-intro .container {
        padding-top: 160px;
    }

    #index-intro h1 {
        margin-bottom: 40px;
    }

    #intro-partner {
        justify-content: space-between;
    }

    #index-contact .grid-container {
        margin-top: 80px;
    }

    .pswp-gallery a > img {
        height: 148px;
        width: auto;
    }

    footer.container {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media screen and (min-width:1280px) {

    footer {
        flex-direction: row;
        justify-content: space-between;
    }

    .pswp-gallery a > img {
        height: 210px;
        width: auto;
    }
}


@media screen and (min-width:1400px) {

    #index-contact .grid-lg-1-2-1 {
        display: grid;
        gap: 20px;
        grid-template-columns: 1fr 2fr 1fr;
    }

    .contact-category {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    #index-contact h3 {
        height: 56px;
    }

    #index-contact .grid-container .contact-category:first-child {
        padding-right: 20px;
        border-right: 1px solid #374552;
    }

    #index-contact .grid-container .contact-category:last-child {
        padding-left: 20px;
        border-left: 1px solid #374552;
    }

    .contact-category-item {
        padding: 0;
        margin: 0;
    }

    #index-contact img {
        max-width: none;
    }
}





/*form*/

.form-container {
    width:100%;
    max-width:900px;
    margin:0 auto;
    background-color:rgba(11,14,27,.49);
    padding:25px 20px;
}

.form-container h1 {
    font-size:1.778rem;
    font-weight:400;
    text-transform:none;
}

.field {
    margin: 27px 0 0px;
    position: relative;
}

input {
    font-family: Inter, Arial, sans-serif;
}

.error-message {
    color: #e30613;
    font-size: 0.7rem;
    text-align: right;
    padding-right: 8px;
    margin-bottom: 5px;
    position: absolute;
    right: 0;
    top: -23px;
}

.error-message + input[type=text], .error-message + input[type=email], .error-message + .number-text-input, .error-message + select, .error-message + textarea, .input-validation-error {
    border-color: #e30613 !important;
}

.error-message + input[type=checkbox] + label {
    color: #e30613 !important;
}

.error-message + input[type=checkbox] + label:before {
    background-color: #ffe9ea;
    border-color: #e30613;
}

.validation-summary-errors {
    margin-bottom: 20px;
}

.validation-summary-errors ul li{
    font-size:0.889rem;
    font-weight:400;
}

.input-validation-error + label {
    color: #e30613;
}

.validation-summary-errors {
    position: relative;
    text-align: left;
    top: 0;
    margin-top: 20px;
}

.validation-summary-errors ul {
    list-style: none;
    margin-bottom: 4px;
    padding-left: 0;
}

.validation-summary-errors li {
    color: #e30613;
    font-size: 0.625rem;
}

.validation-summary-errors + .confirmation-container {
    background-color: #ffe9ea;
    border-color: #e30613;
}

input[type=email], input[type=text], .number-text-input, select, input[type=search], textarea {
    width: 100%;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 16px;
    color: #05204D;
    background-color: #ffffff;
    border: none;
    border-radius: 4px;
    padding: 16px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

input[type=email]:focus, input[type=email]:focus-visible, input[type=text]:focus, input[type=text]:focus-visible, .number-text-input:focus, .number-text-input:focus-visible, select:focus, select:focus-visible, input[type=search]:focus, input[type=search]:focus-visible, textarea:focus, textarea:focus-visible {
    border-color: none;
    outline: none;
}

.text-field {
    position: relative;
}

.text-field input[type=email], .text-field input[type=text], .text-field .number-text-input, .text-field select, .text-field textarea {
    display: block;
    width: 100%;
    padding: 27px 20px 14px 20px;
    border: 2px solid transparent;
}

.text-field input[type=email]::placeholder, .text-field input[type=text]::placeholder, .text-field .number-text-input::placeholder, .text-field select::placeholder, .text-field textarea::placeholder {
    color: transparent;
}

.text-field input[type=email]:focus, .text-field input[type=text]:focus, .text-field .number-text-input:focus, .text-field select:focus, .text-field textarea:focus {
    outline: none;
}

.text-field input[type=email]:focus ~ label, .text-field input[type=email]:not(:placeholder-shown) ~ label, .text-field input[type=text]:focus ~ label, .text-field input[type=text]:not(:placeholder-shown) ~ label, .text-field .number-text-input:focus ~ label, .text-field .number-text-input:not(:placeholder-shown) ~ label, .text-field select:focus ~ label, .text-field select:not(:placeholder-shown) ~ label, .text-field textarea:focus ~ label, .text-field textarea:not(:placeholder-shown) ~ label {
    top: 5px;
    font-size: 0.667rem;
}

.text-field input[type=email].incorrect, .text-field input[type=text].incorrect, .text-field .number-text-input.incorrect, .text-field select.incorrect, .text-field textarea.incorrect {
    border-color: #FF0000;
}

.text-field input[type=email].correct:focus ~ label:after, .text-field input[type=email].correct:not(:placeholder-shown) ~ label:after, .text-field input[type=email].incorrect:focus ~ label:after, .text-field input[type=email].incorrect:not(:placeholder-shown) ~ label:after, .text-field input[type=text].correct:focus ~ label:after, .text-field input[type=text].correct:not(:placeholder-shown) ~ label:after, .text-field input[type=text].incorrect:focus ~ label:after, .text-field input[type=text].incorrect:not(:placeholder-shown) ~ label:after, .text-field .number-text-input.correct:focus ~ label:after, .text-field .number-text-input.correct:not(:placeholder-shown) ~ label:after, .text-field .number-text-input.incorrect:focus ~ label:after, .text-field .number-text-input.incorrect:not(:placeholder-shown) ~ label:after, .text-field select.correct:focus ~ label:after, .text-field select.correct:not(:placeholder-shown) ~ label:after, .text-field select.incorrect:focus ~ label:after, .text-field select.incorrect:not(:placeholder-shown) ~ label:after, .text-field textarea.correct:focus ~ label:after, .text-field textarea.correct:not(:placeholder-shown) ~ label:after, .text-field textarea.incorrect:focus ~ label:after, .text-field textarea.incorrect:not(:placeholder-shown) ~ label:after {
    top: 5px;
}

.text-field label {
    color: rgba(5,32,77,.35);
    position: absolute;
    pointer-events: none;
    font-size: 1rem;
    left: 20px;
    right: 10px;
    top: 19px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input[type=checkbox] {
    display: none;
}

input[type=checkbox] + label {
    font-size: 0.75rem;
    line-height: 1.4em;
    position: relative;
    padding-left: 32px;
    margin-top: 17px;
    display: block;
}

input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    border: 1px solid #e1e1e4;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0px;
}

input[type=checkbox] + label.single-row:before {
    top: -2px;
}

input[type=checkbox] + label a {
    text-decoration: underline;
}

input[type=checkbox]:checked + label {
    color: #fff !important;
}

input[type=checkbox]:checked + label:before {
    background-color: #e5f3fd;
    border-color: #008AE4;
}

input[type=checkbox]:checked + label:after {
    content: "";
    background-image: url("https://images.boersenmedien.com/images/3efceddb-8122-4d0d-a5ca-96a657b1bd93.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 9px;
    position: absolute;
    left: 5px;
    top: 6px;
    filter: invert(34%) sepia(99%) saturate(1594%) hue-rotate(182deg) brightness(95%) contrast(101%);
}

input[type=checkbox]:checked + label.single-row:after {
    top: 4px;
}

input[type=checkbox].button-checkbox + label {
    background-color: #f3f3f6;
    color: #78787b;
    display: inline-block;
    line-height: 2.25em;
    border-radius: 2.25em;
    padding: 0 10px;
    border: 1px solid #f3f3f6;
    font-weight: 600;
    cursor: pointer;
    margin-right: 5px;
}

input[type=checkbox].button-checkbox + label .icon-check-invert {
    display: inline-block;
    height: 19px;
    width: 19px;
    vertical-align: middle;
    margin-top: -1px;
    margin-right: 6px;
    margin-left: -5px;
    filter: invert(96%) sepia(0%) saturate(32%) hue-rotate(24deg) brightness(84%) contrast(92%);
}

input[type=checkbox].button-checkbox + label:before {
    content: none;
}

input[type=checkbox].button-checkbox + label:after {
    content: none;
}

input[type=checkbox].button-checkbox:checked + label {
    background-color: #e5f3fd;
    color: #17171A;
    border: 1px solid #008AE4;
}

input[type=checkbox].button-checkbox:checked + label .icon-check-invert {
    filter: invert(34%) sepia(99%) saturate(1594%) hue-rotate(182deg) brightness(95%) contrast(101%);
    border-radius: 50%;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    background-color: transparent;
    border: 1px solid rgba(255,255,255,.7);
    color: rgba(255,255,255,.7);
    cursor: pointer;
    font-family: Inter,sans-serif;
    padding: 6px 20px;
    border-radius: 20px;
    margin-right:10px;
}

input[type=radio]:checked + label {
    background-color: #fff;
    border-color: rgba(255,255,255,1);
    color: #05204D;
    cursor: default;
}

input[type=radio] + input[type=number] {
    border: 1px solid #17171A;
}

input[type=radio]:checked + input[type=number] {
    background-color: #e5f3fd;
    border-color: #008AE4;
    color: #17171A;
}

input[type=radio]:checked + input[type=number] + .currancy {
    color: #17171A;
}

input[type=radio].radio-tag + label {
    border-radius: 20px;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 0.75rem;
    white-space: nowrap;
}

.form-container .button {
    color:#fff;
    width:100%;
}

.form-container .small-paragraph {
    font-size:.667rem;
    margin-top:40px;
}

@media screen and (min-width:768px) {
    .form-container {
        padding:40px 50px;
    }

    .field-2-col {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
}

.loading-container {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: space-around;
    align-items: center;
    z-index: 999999999;
}

.loading-info {
    width: 57px;
    height: 32px;
    display: inline-block;
    position: relative;
}

    .loading-info span {
        width: 3px;
        height: 32px;
        background-color: #E23350;
        display: inline-block;
        margin: 0 7px;
        transform: skew(-21deg,0);
        animation-name: loading;
        animation-duration: 1.3s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-in-out;
        transform-origin: bottom left;
        position: absolute;
        left: 0;
        bottom: 0;
    }

        .loading-info span:nth-child(2) {
            animation-delay: 0.2s;
            left: 15px;
            bottom: 0;
        }

        .loading-info span:nth-child(3) {
            animation-delay: 0.4s;
            left: 30px;
            bottom: 0;
        }

@keyframes loading {
    0% {
        height: 0;
    }

    45% {
        height: 32px;
    }

    55% {
        height: 32px;
    }

    100% {
        height: 0px;
    }
}