#Wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

#register-form label {
    display: inline-block;
    width: 100%;
}

#register-form fieldset label {
    width: auto;
}

#register-form input {
    font-weight: 600;
}

#register-form .checkbox-container {
    padding-right: 10px;
    display: inline-block;
}

#chooseRegisterWrapper {
    margin: 40px 0;
}

#removeRegistrationButton {
    background-color: grey;
}

#sponsor-slider {
    margin-top: 20px;
}

.sponsor-container {
    margin: 0 2em;
}

.sponsor-container img {
    width: 100%;
    max-height: 100px;
}

.slick-track {
    display: flex;
}

.slick-track .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.small-info {
    font-size: .8em;
    margin-top: -10px;
    margin-bottom: 0;
    font-weight: normal;
}

.cb-message {
    padding: 15px 20px;
    border: 1px solid;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cb-alert {
    background-color: #ffbfbf;
    color: red;
    border-color: red;
}

.cb-success {
    background-color: #a8e6c0;
    color: green;
    border-color: green;
}

.table-header {
    color: #fff;
    background-color: #f68206;
    padding: 5px 20px;
    font-size: 1.5em;
    line-height: 1.8em;
    text-align: center;
    margin-top: 1.5em;
}

#menu-main-menu li a.active {
    color: #009bdb;
}

.list_right h3 {
    margin: 20px 0;
}

.mobile_copyright {
    width: 100%;
    margin-top: 50px;
}

.mobile_copyright li{
    text-align: center;
    margin-bottom:1em;
}

.mobile_copyright .copyright {
    text-align: center;
    
    font-size: .8em;
    margin: 30px 10px;
}

.footer_copy .copyright, .footer_copy .copyright_links {
    font-size: .8em;
}

.footer_copy .one-third, .footer_copy .two-third {
    margin-bottom: 0;
}

.copyright_links a {
    margin-left: 1em;
}

.flex-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 2em 0;
}

.flex-container .flex-text {
    width: 100%;
}

.flex-container.image-right .flex-text {
    padding-right: 2em;
}

.flex-container.image-left .flex-text {
    padding-left: 2em;
    order: 2;
}

.flex-container .flex-image, .flex-container .flex-text {
    display: flex;
    flex-direction: column;

    justify-content: center
}

.registration_mobile {
    color: #fff !important;
    background-color: #f68206;
    width: 100%;
}

.registration_container {
    display: none !important;
}

#startnummer_field {
    font-size: 2em;
    text-align: center;
    width: auto;
    margin: 10px auto;
}


/* OVERLAY LOADING SPINNER */
.spanner {
    position: fixed;
    top: 50%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
    opacity: 1
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.social-icons a {
    padding: 5px;
    color: inherit;
}

/* EARLY BIRD */
.earlybird-date {
    font-size: 1em;
    text-decoration: underline;
}

.oldprice s {
    text-decoration: none;
    position: relative;
}

s::before, strike::before {
    top: 50%; /*tweak this to adjust the vertical position if it's off a bit due to your font family */
    background: red; /*this is the color of the line*/
    opacity: .7;
    content: '';
    width: 110%;
    position: absolute;
    height: .1em;
    border-radius: .1em;
    left: -5%;
    white-space: nowrap;
    display: block;
    transform: rotate(-15deg);
}

s.straight::before, strike.straight::before {
    transform: rotate(0deg);
    left: -1%;
    width: 102%;
}

.sponsor-slider img{
    max-height: 80px;
    margin: 30px 30px 20px;
}

.sponsor-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    margin-top: 1em;
}

.sponsor-gallery > li {
    flex-basis: 300px;
    text-align: center;
    vertical-align: middle;
}

.sponsor-gallery li img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 100px;
    margin: 0 auto;
    vertical-align: middle;
    border-radius: 5px;
}

@media only screen and (max-width: 1239px) {
    .header-classic #Top_bar .top_bar_right {
        right: 70px;
    }

    #Top_bar a.responsive-menu-toggle {
        top: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .flex-container {
        flex-wrap: wrap;
        padding: 2em 0;
    }

    .flex-container.image-left .flex-image {
        order: 2;
    }

    .flex-container .flex-text {
        padding: 0 !important;
    }

    .flex-container .flex-image {
        padding-top: 1em;
    }

    .registration_container {
        display: block !important;
    }

    #Top_bar a.responsive-menu-toggle {
        top: 26px;
    }
}

@media only screen and (max-width: 460px) {
    #Top_bar a.responsive-menu-toggle {
        right: -5px;
    }
}
