@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@500;700;900&family=Playfair+Display:ital,wght@0,400;0,500;0,900;1,400;1,900&display=swap');
/*    font-family: 'Barlow', sans-serif;

font-size: 19px;
font-weight: 700;
font-family: 'Barlow', sans-serif;


padding: 15px 10px 35px;
text-align: center;
background: white;
background: rgb(252, 200, 138);
background: url('../bilder/button_large.svg') no-repeat;

color: #fddbbd;
max-width: 200px;
margin: 10px auto 40px;
transition: 0.2s;
cursor: pointer;
width: 75%;
background-position: center;
background-size: cover;
font-family: 'Barlow', sans-serif;
font-weight: 700;

<input type="text" name="" id="answer_input">

*/

.haupt_container {
    padding: 5vh 2vw 0;
    background: rgb(0, 111, 88);
    /*background: rgb(0, 87, 69);*/
    width: 100vw;
    overflow-x: hidden;
}

.slider-container {
    background: white;
    background: rgb(0, 111, 88);
    min-height: 90vh;
    border: 0;
    border-image: none;
    border-image-width: 0;
    outline: none;
}

.carousel-indicators,
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.carousel {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    justify-content: center;
}

.carousel-inner {}

.carousel-item * {
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    color: rgb(252, 200, 138);
}

.carousel-item h3,
.carousel-item h2,
.carousel-item h1 {
    font-weight: 900;
    /*color: rgb(206, 119, 50);*/
}


.form_gruppe {
    margin: 0 auto;
}

.form_gruppe .button {
    display: inline-block;
}



iframe {
    display: flex;
    align-self: center;
    margin: 0 auto 30px;
}




#step_map {
    width: 60%;
    width: 100%;
    height: 400px;
    margin: 10px auto;
}


.timer {
    /*position: absolute;*/
}

.location_closesness {
    position: fixed;
    width: 20px;
    height: 20px;
    background: red;
    right: 20px;
    top: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    position: fixed;
    width: 30px;
    height: 30px;
    background: red;
    left: 20px;
    top: 20px;
    border: 1px solid #000;
    border-radius: 30px;
}


/* Echte Styles ab hier */

.container_header {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    align-content: space-between;
}

.timer {
    width: 20%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}


.container_logo {
    width: 55%;
    background: url('../bilder/bg_logo.svg') no-repeat;
    display: flex;
    align-content: space-around;
    /*align-items: center;*/
    justify-content: center;
}

.container_logo img {
    max-height: 130px;
}

.container_punkte {
    width: 150px;
    max-width: 25%;
    background: url('../bilder/points_holder_2.svg') no-repeat;
    background-position: 0 top;
    min-height: 140px;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top: 12px;

}

.container_punkte h3 {
    color: rgb(52, 73, 81);
    text-align: center;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-style: italic;
    width: 100%;
    margin-right: 15%;
    /* margin-top: 20px; */
}

.container_punkte h5 {
    color: rgb(52, 73, 81);
    text-align: center;
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: .7rem;
    width: 100%;
    margin-right: 15%;
    line-height: .4rem;
}

.carousel {
    align-items: flex-start;
    padding: 10px;
}


h3.button {
    font-size: 20px;
    font-weight: 400;
}

.button,
.answer_button {
    padding: 15px 10px 35px;
    text-align: center;
    background: white;
    background: rgb(252, 200, 138);
    background: url('../bilder/button_large.svg') no-repeat;
    color: white;
    /*max-width: 200px;*/
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 75%;
    background-position: center;
    background-size: cover;
}

.skip_button {
    padding: 15px 10px 35px;
    text-align: center;
    background: white;
    background: rgb(252, 200, 138);
    background: url('../bilder/button_large.svg') no-repeat;
    color: white;
    /*max-width: 200px;*/
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 75%;
    background-position: center;
    background-size: cover;
}

.choice_button {
    padding: 15px 10px 35px;
    text-align: center;
    background: white;
    background: rgb(252, 200, 138);
    background: url('../bilder/button_large.svg') no-repeat;
    color: white;
    /*max-width: 200px;*/
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 60%;
    background-position: center;
    background-size: cover;
}

#answers h5.button {
    background: url('../bilder/multiple_button.svg') no-repeat;
    color: rgb(0, 87, 69);
}

#answers h5.button:nth-of-type(even) {
    margin-left: 25px;
    position: relative;
    overflow: hidden;
    background: none;
}

#answers h5.button:nth-of-type(even).answer_clicked {
    margin-left: 25px;
    position: relative;
    overflow: hidden;
    background: url('../bilder/multiple_button.svg') no-repeat;
}


#answers h5.button:nth-of-type(even)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -12px;
    left: 0;
    z-index: -1;
    background: url('../bilder/multiple_button.svg') no-repeat 0 0;
    transform: rotate(180deg);
}

.form_gruppe button.answer_clicked::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -12px;
    left: 0;
    z-index: -1;
    background: url('../bilder/multiple_button.svg') no-repeat 0 0;
    transform: rotate(180deg);
}


.form_gruppe .answer_button {
    margin-top: 60px;
    border: 0;
}

.button:hover {
    opacity: 1;
}

img.saw {
    width: 80px;
    margin: 15px auto;
    display: block;
}


.carousel-item p {
    color: rgb(0, 87, 69);
    color: #023a2d;
    color: #fddbbd;
    font-size: 1.2rem;
}

.carousel-item h2 {
    font-size: 2.8rem;
    font-size: 1.8rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.carousel-item h2 * {
    margin: 35px 0 0;
}

.carousel-item h2#question:before {
    content: "Deine Aufgabe";
    display: block;
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
    color: #005745;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 400;
}

.carousel-item h2#question span {
    color: #fddbbd;
    font-family: 'Barlow', sans-serif;
    margin: 10px 0;
    display: block;
    font-weight: 900;
}

.formularfeld,
input#answer_input {
    display: inline-block;
    padding: 15px 10px;
    margin: 10px auto 40px;
    margin-right: 5px;
    background: #bec8be;
    color: #023a2d;
    border-bottom: 3px solid #023a2d;
    font-size: 1.2rem;
    margin-bottom: 0;
    border-right: 3px solid #023a2d;
    border-left: 3px solid #023a2d;
    border-top: 1px solid #023a2d;
    width: 100%;
}

.step_good_answer {
    margin-top: 0;
    display: block;
    width: 100%;
}

.erklaerung {
    border-top: 1px solid rgb(0, 87, 69);
    color: rgb(0, 87, 69);
    padding-top: 15px;
    margin-top: 40px;
}

.form_gruppe .button {
    margin: 10px auto;
    opacity: .7;
}

.form_gruppe .button.answer_clicked {
    opacity: 1;
}

footer {
    width: 100%;
    background: url('../bilder/bg_unten.svg') repeat;
    padding-top: 200px;
}

.innenfooter {
    background: #bec8be;
    width: 100%;
    flex-wrap: nowrap;
    display: flex;
}

footer img.psst {
    width: 20%;
    margin: 0;
}

footer h6 {
    padding: 5px 10px;
    color: white;
    text-align: center;
    align-self: center;
    margin: 0;
    font-family: 'Playfair Display', serif;
}

#intro {
    background: url('../bilder/bg_unten.svg') repeat;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 90vh;
    flex-wrap: wrap;
    align-content: center;
}

#intro img {
    width: 70%;
    margin: 0 auto;
}

#intro h5 {
    text-align: center;
    color: #023a2d;
    color: rgb(252, 200, 138);
    font-size: 1.2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    margin: 5px 0;
    width: 100%;
}

#intro h5 span {
    font-size: 3rem;
    font-style: italic;
    color: #ce7732;
}

#intro.not,
.not {
    display: none;

}

#intro img.intromove {
    width: 200px;
    animation-name: sawintro;
    animation-duration: 1s;
    animation-iteration-count: 6;
}

@keyframes sawintro {
    0% {
        margin-left: -10px;
    }
    25% {
        margin-left: 35px;
    }
    50% {
        margin-left: -25px;
    }
    75% {
        margin-left: 20px;
    }
    100% {
        margin-left: -10px;
    }
}

.container_summary {
    width: 100%;

}

.container_summary ul {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    align-content: flex-start;
}

.container_summary ul li {
    width: 40%;
    margin: 0;
    padding: 10px;
}


.device_preventer {
    max-width: 500px;
    margin: 0 auto;
}

.device_preventer p.device_notification {
    display: none;
}

.carousel-fade .carousel-item {
    background: rgb(0, 111, 88);
    transition: transform 2s ease, opacity .5s ease-out;
}



@media all and (orientation:landscape) and (min-height:400px) {
    .device_preventer {
        height: 100vh;
        display: flex;
        justify-content: center;
        align-content: center;
        background: url('../bilder/bg_unten.svg') repeat;
    }
    .device_preventer p.device_notification {
        display: block;
        padding: 50px 10px;
        text-align: center;
        color: #023a2d;
        color: rgb(252, 200, 138);
        font-size: 3rem;
        font-family: 'Playfair Display', serif;
        font-weight: 400;
        line-height: normal;
        align-self: center;
    }
    #header,
    #mainblock,
    #footer,
    #intro {
        display: none;
    }

}

.go_button {
    padding: 20px 25px;
    font-weight: bold;
    font-size: 30px;
    color: #344951;
    background: #fddbbd;
    border: 5px solid #344951;
    border-radius: 20px;
}

.gameMode {
    display: none;
}

/* Alle Änderungen aus 24.11.2020 Devtools */

.button,
.answer_button {
    /* color: white; */
    color: #fddbbd;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
}

.carousel-item h2 {
    /* margin-top: -30px; */
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    line-height: 1;
    margin-top: 0;
}

.container_punkte h5 {
    font-family: 'Barlow', sans-serif;
}

.erklaerung {
    font-family: 'Barlow', sans-serif;
}

h3.button {
    /* font-size: 20px; */
    /* font-weight: 400; */
    font-size: 19px;
    font-weight: 700;
}

.container_punkte {
    border: 0;
}


body {
    font-family: 'Barlow', sans-serif;
}



#zeitcontainer {
    color: rgb(252, 200, 138);
    opacity: .4;
}

#image-file-input {
    padding: 15px 10px 35px;
    text-align: center;
    background: white;
    background: rgb(252, 200, 138);
    background: url('../bilder/button_large.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    color: white;
    max-width: 200px;
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 75%;
    background-position: center;
    background-size: cover;
    color: #005745;
}

#zeitcontainer {
    /* color: #005745; */
}

p.step_normal_text {
    display: none;
    opacity: 0;
    font-size: 2px;
}

.answer_button {
    font-size: 19px;
    font-weight: 700;
}

.go_button {
    font-size: 19px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.go_button_time {
    color: #dc5e26;
}

#intro h5 span {
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.carousel-item .form_gruppe h1 {
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}

.stop_button {
    font-size: 19px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
}


.step_indications p {}

.go_button {

    padding: 15px 10px 35px;
    text-align: center;
    background: url('https://drwzmobile.com/abeunter//bilder/button_large.svg') no-repeat;
    color: #fddbbd;
    max-width: 200px;
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 75%;
    background-position: center;
    background-size: cover;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    border: 0;
    border-radius: 0;
}

.stop_button {
    font-size: 19px;
    padding: 15px 10px 35px;
    text-align: center;
    background: url('https://drwzmobile.com/abeunter//bilder/button_large.svg') no-repeat;
    background-size: auto;
    color: #fddbbd;
    max-width: 200px;
    margin: 10px auto 40px;
    transition: 0.2s;
    cursor: pointer;
    width: 75%;
    background-position: center;
    background-size: cover;
    font-family: 'Barlow', sans-serif;
    font-weight: 700;
    border: 0;
    border-radius: 0;
}

.go_button_time {
    font-size: 4em !important;
}


.container_summary h5 {}

.summary {
    display: none;
}
