.rr-station-code-input {
    border-width: 2px;
    border-style: solid;
    border-color: rgb(99 99 99);;
}

.rr-user-choose-locations-container {

}

body {
    background: #407178;
    margin: 0;
    scroll-behavior: smooth;
}

html, body {
    height: 100%;
}


.content-total {
    overflow: hidden;
}

.mcv2-antwort a{
    color: white;
    text-decoration: none;
}
.rr-mc-antwort-button.mcv2-antwort{
    min-width: 0;
    margin-left: 5px;
    margin-right: 5px;
}
.question-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.rr-user-configure-intro-headline {
    font-family: 'Funny Kids';
    color: white;
    font-size: 50px;
    line-height: 85%;
    margin: 0;
    max-width: 330px;
    width: 100%;
    padding-bottom: 40px;
}

.rr-backend-input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}

.rr-user-configure-content {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.rr-backend-rallye-form.add-rallye {
    background: white;
    /*border-radius: 0 0 45px 45px;*/
    position: relative;
    /*max-height: 700px;*/
    height: 100%;
    /*overflow: scroll; */
}

.rr-user-choose-locations-wavy {
    position: absolute;
    top: -35px;
    height: 50px;
    width: 100%;
    left: 0;
    border-radius: 100% 100% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}


.rr-user-choose-locations-wavy::before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 35px;
    -webkit-transform: translate(85%, 60%);
    -ms-transform: translate(85%, 60%);
    transform: translate(85%, 60%);
    background-color: white;
}

.rr-user-choose-locations-wavy::after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 100% 50%;
    width: 55%;
    height: 35px;
    background-color: #407178;
    -webkit-transform: translate(-4%, 40%);
    -ms-transform: translate(-4%, 40%);
    transform: translate(-4%, 40%);
    z-index: 10;
}

.rr-user-choose-locations-text {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #4F4F4F;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.rr-backend-input-container label {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #4F4F4F;
    position: relative;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
}

.rr-backend-input-container label span {
    text-transform: none;
    font-size: 11px;
    text-align: right;
    position: absolute;
    right: 15px;
}

.rr-backend-submit {
    font-family: "Funny Kids";
    font-size: 36px;
    line-height: 90%;
    color: white;
    background: #D3E458;
    border-radius: 33px;
    position: relative;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 220px;
    height: 66px;
    overflow: hidden;
}

figure.image.image-style-side{
    float: right;
    max-width: 50%;
    margin: 0;
}
.rr-station-code-input-text{
    font-family: 'Gotham';
    font-size: 15px;
    max-width: 390px;
    width: calc(100% - 60px);
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 500;
    margin: 0 auto 40px;
    box-sizing: border-box;
}
.rr-error-view{
    position: fixed;
    max-width: 350px;
    background: #f8d7da;
    top:  50%;
    color: #721c24;
    font-family: Gotham;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px;
    z-index: 2000;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    border-left: 10px solid #721c24 ;
    -webkit-box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.rr-close-error{
    position: absolute;
    right: 10px;
    top: 10px;
}
.rr-error-view.hide{
    display: none;
    opacity: 0;
}
.rr-error-view.display-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.rr-backend-input {
    -webkit-box-shadow: 0px 14px 6px -4px rgb(24 39 75 / 12%), 0px -14px 8px -11px rgb(24 39 75 / 8%);
    box-shadow: 0px 14px 6px -4px rgb(24 39 75 / 12%), 0px -14px 8px -11px rgb(24 39 75 / 8%);
    border-radius: 21px;
    border: 0;
    outline: none;
    margin-top: 3px;
    margin-bottom: 3px;
}

.rr-story-close {
    width: 280px;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    height: 66px;
    background: #D3E458;
    border: 0;
    outline: 0;
    border-radius: 33px;
    color: white;
    font-family: 'Funny Kids';
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
}

.rr-user-configure-intro-headline.rallye-name {
    color: #181F42;
    width: 100%;
    max-width: 330px;
    text-align: left;
    padding-left: 15px;
}

.rr-story-overlay.color-one {
    background: #407178;
}

.rr-story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.floating-ghost-image {
    position: absolute;
    animation-duration: 5s;
    right: 60px;
    top: 70px;
    animation-name: floating-ghost;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation-duration: 5s;
    -webkit-animation-name: floating-ghost;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-timing-function: ease-in-out; /* Chrome, Safari, Opera */
    animation-timing-function: ease-in-out;
    display: none;
}
#model-viewer{
    /*height: 0;*/
    width: 100%;
    height: 250px;
}
.xr-ar-button-viewer{
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14)
}
.xr-ar-button-viewer svg{
    width: 30px;
    height: 30px;
}

@-webkit-keyframes floating-ghost {

    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(7px, 15px) scale(0.98);
        transform: translate(7px, 15px) scale(0.98);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
        opacity: 1;
    }

}

@keyframes floating-ghost {
    0% {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        opacity: 1;
    }
    50% {
        -webkit-transform: translate(7px, 15px) scale(0.98);
        transform: translate(7px, 15px) scale(0.98);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: translate(0, -0px);
        transform: translate(0, -0px);
        opacity: 1;
    }

}

.rr-backend-rallye-bottom-part {
    padding: 0px 0px 50px 0px;
    /*border-radius: 45px;*/
    overflow-x: hidden;
    overflow-y: scroll;
    /*max-height: 650px;*/
    height: 100%;
    scroll-behavior: smooth;
}

.rr-user-text-fade-bottom {
    width: 100%;
    max-width: 390px;
    right: 0;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 64px;
    background: -o-linear-gradient(bottom, #FFFFFF 19.27%, rgba(255, 255, 255, 0.7) 64.58%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.27%, #FFFFFF), color-stop(64.58%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #FFFFFF 19.27%, rgba(255, 255, 255, 0.7) 64.58%, rgba(255, 255, 255, 0) 100%);
    /*border-radius: 0 0 45px 45px;*/
}

.rr-story-text {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    display: block;
    right: 0;
}

.rr-story-inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    height: 100%;
    font-weight: 600;
}

.rr-story-overlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background: white;
    z-index: 50000;
    opacity: 1;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    overflow: scroll;
}

.rr-story-overlay.disabled {
    opacity: 0;
}

.rr-hinweis-overlay {
    opacity: 0;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #D3E458;
    z-index: 50000;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    overflow: scroll;
}

.rr-hinweis-overlay.show {
    opacity: 1;
}

.mc-main-frage {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: initial;
    color: #454D75;
    padding-left: 15px;
    padding-right: 15px;
}

.rr-user-configure-intro-headline.raetsel-name {
    color: #181F42;
    width: 100%;
    text-align: left;
    margin: 0;
    padding-left: 15px;
    max-width: 100%;
}

.rr-mc-main-antworten {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.rr-rallye-lupe-image.left {
    position: absolute;
    left: -20px;
    top: 110px;
}

.rr-rallye-lupe-image.right {
    position: absolute;
    right: 12px;
    top: -13px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.rr-rallye-lupe-image.right img {
    width: 44px;
}

.rr-mc-antwort-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    min-height: 66px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rr-mc-antwort-container.even {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.rr-mc-antwort-button {
    min-height: 66px;
    border-radius: 33px;
    min-width: 221px;
    border: 0;
    outline: 0;
    width: 100%;
    background: #407178;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    color: white;
    font-family: "Funny Kids";
    font-size: 18px;
    padding-left: 20px;
    padding-right: 22px;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.rr-mc-antwort-button.selected{
    background: #6dc3cc;
}
.mcv2-submit-answer{
    width: calc(100% - 20px);
    height: 66px;
    border-radius: 33px;
    color: white;
    background: #D3E458;
    margin: 10px auto 0;
    font-family: "Funny Kids";
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 200px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}

.rr-mc-antwort-letter-image {
    height: 100%;
}

.rr-mc-antwort-button.wrong {
    background: #D35659;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.mcv2-submit-answer.wrong{
    background: #D35659;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.rr-mc-antwort-button.correct {
    background: #D3E458;
}


@-webkit-keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}


@keyframes shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

.augmented-reality-inner-content {
    display: none;
}

.augmented-reality-inner-content.show {
    display: block;
}

.augmented-reality-instructions {
    font-family: 'Gotham';
    font-size: 17px;
    font-weight: 600;
    color: #181F42;
    padding-left: 15px;
    padding-right: 15px;
}

.augmented-reality-button {
    height: 40px;
    border-radius: 20px;
    background: #9C4F95;
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px auto 0;
    font-family: 'Gotham';
    font-size: 18px;
    color: white;
    font-weight: 600;
}

#linkToAR {
    text-decoration: none;
}

#linkToAR.hide {
    display: none;
}

.augmented-reality-instructions.hide {
    display: none;
}

.augmented-reality-instructions-after-return {
    font-family: 'Gotham';
    font-size: 17px;
    font-weight: 600;
    color: #181F42;
    display: none;
}

.augmented-reality-instructions-after-return.show {
    display: block;
    margin-bottom: 30px;
}

.current-letters-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    background: white;
    z-index: 50001;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    border: 10px solid #A6B1E7;
}

.current-letters-appear-button {
    width: 50px;
    height: 50px;
    position: absolute;
    top: -60px;
    right: 10px;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    border: 10px solid #A6B1E7;
    border-bottom: none;
}

.current-letters-container.show {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.current-letter-single {
    margin: 4px;
    font-family: "Funny Kids";
    font-size: 80px;
}
.rr-user-choose-locations-text.show-after-success{
    display: none;
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.rr-user-choose-locations-text.show-after-success.show{
    display: block;
    opacity: 1;
}
.rr-story-image-container {
    width: 100%;
    height: 250px;
    position: relative;
    left: 0;
    top: 0;
    /*border-radius: 45px 45px 0 0;*/
    margin-bottom: 20px;
}

.current-letter-single {

}

.current-letter-single.blurry {
    -webkit-filter: blur(26px);
    filter: blur(26px);
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.mc-main-content {
    height: 100%;
}

.rr-user-success-headline {
    color: #D3E458;
    width: 100%;
    text-align: center;
    font-size: 100px;
    font-family: "Funny Kids";
}

.rr-user-configure-content.success {
    background: white;
    overflow: scroll;
    padding-bottom: 100px;
}

.rr-user-success-default-text {
    color: black;
    font-family: Gotham;
    font-size: 17px;
    text-align: center;
    margin-top: 30px;
    font-family: "Gotham";
}

.rr-user-success-following-story {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 60px;
    text-align: left;
    margin-bottom: 60px;
    color: #454D75;
    font-size: 16px;
    font-family: "Gotham";
    font-weight: 500;
}

.rr-hinweis-inner {
    height: 100%;
}

.rr-user-your-letter {
    background: #C6D3CA;
    width: calc(100% - 30px);
    margin: 10px auto 100px;
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white;
    border-radius: 33px;
    position: relative;
    font-family: "Gotham";
    font-size: 20px;
}

.rr-user-your-letter-letter {
    background: white;
    width: 110px;
    height: 100px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08);
    box-shadow: 0px 4px 6px -4px rgba(24, 39, 75, 0.12), 0px 8px 8px -4px rgba(24, 39, 75, 0.08);
    position: absolute;
    right: 10px;
    top: 55px;
    color: #181F42;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Funny Kids";
    font-size: 90px;

}
.rr-rallye-full-success-screen{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: green;
    max-width: 480px;
    right: 0;
    margin: 0 auto;
    padding-bottom: 50px;
    overflow: scroll;
    display: none;
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.css-loader{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top:0;
}
.css-loader-item-1{
    background:white;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    -webkit-animation: css-loader-top-bottom 2s infinite;
    animation: css-loader-top-bottom 2s infinite;
}


@-webkit-keyframes css-loader-top-bottom {
    0%{
        left: 0;
        width: 30px;
    }
    50%{
        width: 30px;
    }
    100%{
        left: 100%;
        width: 30px;
    }

}


@keyframes css-loader-top-bottom {
    0%{
        left: 0;
        width: 30px;
    }
    50%{
        width: 30px;
    }
    100%{
        left: 100%;
        width: 30px;
    }

}
.rr-rallye-full-success-screen.show{
    opacity: 1;
}
.rr-success-headline{
    font-family: "Funny Kids";
    color: #2C3E50;
    text-align: center;
    font-size: 35px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 70px;
}
.rr-success-text{
    font-family: "Gotham";
    padding: 30px 30px 20px 30px;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.button-succes-rr {
    width: 300px;
    height: 44px;
    border-radius: 22px;
    background: #D3E458;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    font-family: 'Gotham';
    font-weight: 500;
}

.rr-backend-configure-text {
    font-family: "Gotham";
    font-weight: 500;
    text-align: center;
    margin-top: 20px;
    opacity: 0;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

.rr-backend-configure-text.show {
    opacity: 1;
}

.rr-user-submit-answer-button {
    width: 280px;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    height: 66px;
    background: #D3E458;
    border: 0;
    outline: 0;
    border-radius: 33px;
    color: white;
    font-family: 'Funny Kids';
    text-transform: uppercase;
    font-size: 36px;
    position: relative;
    margin: 30px auto 0;
    display: block;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.rr-backend-input.answer-check {
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Gotham;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 10px;
    border: 1px solid black;
}

.rr-story-overlay.color-one.finish {
    z-index: 500;
}

.rr-check-answer-form {
    padding-bottom: 100px;
}

.rr-user-submit-answer-button.wrong {
    background: #D35659;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.rr-mc-anwort-button-link{
    margin: 5px;
}
.sliding-full-image{
    background: green;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.sliding-full-image.show{
    display: block;
}

.back-to-story-button {
    color: white;
    text-decoration: underline;
    font-family: Gotham;
    font-size: 25px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-weight: 600;
}
.rr-user-choose-locations-text p img{
    max-width: 100%;
}
.rr-backend-rallye-bottom-part p img{
    max-width: 100%;
}

.stbk-rahmen{
    width: 100%;
    height: 100%;
    position: fixed;
    pointer-events: none;
    left: 50%;
    top: 0;
    z-index: 1000;
    max-width: 390px;
    transform: translateX(-50%);
}

.rr-audio-button {
    position: absolute;
    right: 20px;
    top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #D3E458;
    -webkit-box-shadow: 0px 0px 12px 4px #d3e458;
    box-shadow: 0px 0px 12px 4px #d3e458;
}
.rr-audio-button img{
    width: 30px;
}

.rr-audio-button.playing::before,
.rr-audio-button.playing::after {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
    border: #d3e458 solid 8px;
    border-radius: 9999px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: ' ';
    height: 140%;
    left: -20%;
    opacity: .6;
    position: absolute;
    top: -20%;
    -webkit-transform: scale(0.714);
    -ms-transform: scale(0.714);
    transform: scale(0.714);
    width: 140%;
    z-index: 1;
}

@-webkit-keyframes pulse {
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulse {
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.rr-mc-wrong-answer-countdown {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
    opacity: 0;
    z-index: 50010;
    max-width: 330px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 30px;
    padding-right: 30px;
}

.rr-mc-wrong-answer-countdown.show {
    opacity: 1;
}

.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.countdown-container {
    font-family: "Funny Kids";
    font-size: 120px;
    color: black;
    -webkit-transition: 0.2s all ease;
    -o-transition: 0.2s all ease;
    transition: 0.2s all ease;
}

.rr-mc-wrong-answer-text {
    font-family: "Funny Kids";
    font-size: 30px;
    color: black;
    text-align: center;
}

#red.colorRange {
    background: url('../images/icons/schieber_red.svg') center center/cover no-repeat;  /* Grey background */
}
#green.colorRange {
    background: url('../images/icons/schieber_green.svg') center center/cover no-repeat;  /* Grey background */
}

#blue.colorRange {
    background: url('../images/icons/schieber_blue.svg') center center/cover no-repeat;  /* Grey background */
}
.colorRange{
    margin: 0 auto 30px;
    display: block;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    max-width: 300px;
    width: 100%;
    height: 40px;
}
.colorRange::-webkit-slider-thumb {
    -webkit-appearance: none; /* Override default look */
    appearance: none;
    width: 71px; /* Set a specific slider handle width */
    height: 71px; /* Slider handle height */
    cursor: pointer; /* Cursor on hover */
    border-radius: 50%;
}
#red.colorRange::-webkit-slider-thumb{
    background: url('../images/icons/farben_handler_red.svg') center center/cover;
}
#green.colorRange::-webkit-slider-thumb{
    background: url('../images/icons/farben_handler_green.svg') center center/cover;
}
#blue.colorRange::-webkit-slider-thumb{
    background: url('../images/icons/farben_handler_blue.svg') center center/cover;
}
.bucket-svg{
    display: block;
    margin: 0 auto;
}
.rr-station-has-code-input{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000000000;
    display: block;
    overflow: scroll;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}
.rr-station-has-code-input.hide{
    opacity: 0;
}
#station-check-code{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 100px;
}
.rr-station-code-input-container{
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.rr-station-code-input{
    max-width: 30px;
    height: 30px;
    text-align: center;
    font-family: "Gotham";
    font-weight: 800;
    font-size: 30px;
    margin: 10px 5px 0;
}
.rr-station-code-submit{
    margin-top: 20px;
    width: 100%;
    max-width: 300px;
    height: 60px;
    border-radius: 20px;
    background: #D3E458;
    color: white;
    font-family: "Gotham";
    font-weight: 700;
    font-size: 24px;
    border: 0;
    outline: 0;
    -webkit-box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}

.rr-station-code-submit.error {
    background: #D35659;
    -webkit-animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.skip-puzzle-button{
    font-size: 12px;
    position: fixed;
    z-index: 10000;
    bottom: 10px;
    left: calc(50% - 160px);
    color: #343434;
    font-family: Gotham;
}
.skip-puzzle-button:hover{
    cursor: pointer;
}
.skip-this-puzzle-confirm{
    z-index: 10000000;
    background: white;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 290px;
    width: 290px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    padding-bottom: 60px;
    font-family: Gotham;
    opacity: 0;
    display: none;
    -webkit-transition: .5s all ease;
    -o-transition: .5s all ease;
    transition: .5s all ease;
}
.skip-this-puzzle-confirm.show{
    opacity: 1;
}
.skip-confirm-yes{
    position: absolute;
    left: 10px;
    bottom: 10px;
}
.skip-confirm-yes,
.skip-confirm-cancel{
    width: 40%;
    height: 30px;
    border-radius: 20px;
    border: 0;
    outline: 0;
    background: #0ac40a;
    font-family: "Funny Kids";
    color: white;
    font-size: 20px;
}
.skip-confirm-cancel{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: #f53030;
}
.rr-backend-rallye-form.add-rallye.customer{
    overflow: scroll;
    height: auto;
}
p{
    margin: 0;
}
.user-error-message{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    font-size: 20px;
    font-family: Gotham;
}
.rr-story-inner blockquote{
    color: #414812;
    font-style: normal;
    margin-left: 0;
    font-weight: bold;
    border-left: 10px solid #414812;
    padding-left: 16px;
    border-radius: 2px 0 0 2px;
    font-size: 18px;
    margin-bottom: 20px;
}
.anleitung-compass-raetsel{
    font-family: 'Gotham';
    margin-top: 60px;
    text-align: center;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
}

.anleitung-compass-raetsel a{
    color: #0ac40a;
    font-weight: 600;
}

.rr-audio-inside-text{
    background: #D3E458;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 33px;
    font-family: Gotham;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
    box-shadow: 0px 6px 14px -6px rgba(22, 43, 94, 0.49), 0px 10px 32px -4px rgba(24, 44, 91, 0.14);
}
.language-switcher{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 20px;
    right: 20px;
    bottom: 10px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.54);
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.54);
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.54);
}
.language-switcher.top-right{
    position: fixed;
    top: 50px;
    right: 20px;
}
.languages-modal{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.58);
    z-index: 100000000000;
    justify-content: center;
    align-items: center;
    display: none;
}
.languages-modal.open{
    display: flex;
}
.language-single{
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
}
.language-image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.language-name{
    padding-left: 5px;
    font-family: Gotham;
}
.languages-modal-inner{
    width: 100%;
    max-width: 200px;
    background: white;
    padding: 30px;
    box-sizing: border-box;
}
.language-image img{
    border: 1px solid black;
}
.languages-modal-inner a{
    color: black;
    text-decoration: none;
}
