@import url(//fonts.googleapis.com/css?family=Oswald:400,300,700);

html,
body {
    min-height: 100%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Oswald', sans-serif;
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #000000 url(/img/_patterns/cl2-bg.jpg) no-repeat left center;
    background-size: cover;
}

.content {
    margin: auto;
    max-width: 700px;
    height: auto;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.6)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccffffff', endColorstr='#4dffffff', GradientType=0);
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
    border-radius: 0 0 4px 4px;
    line-height: 1;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    color: #850111;
    text-transform: uppercase;
    padding-bottom: 10px;
}

h4 {
    color: #850111;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-bottom: 10px;
    line-height: 1.2em;
}

.grey {
    color: #4b4949;
    font-size: 0.7em;
    font-weight: 400;
    text-transform: uppercase;
}

.grey.white {
    color: #fff;
}

.orange,
.grey.color span:first-child,
.grey.colors span {
    color: #1F92EB;
}

p {
    font-size: 17px;
    font-weight: 300;
}

.about {
    padding: 10px 0;
}

.logo-new {
    font-size: 0;
    padding-top: 1rem;
}

.logo-new img {
    max-width: 100%;
    height: 3rem;
}

/** box one **/
.one {
    background-color: rgb(74, 72, 72);
    padding: 0px 10px 20px;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    color: #e3e5e6;
    text-transform: uppercase;
    padding: 3% 0;
}

.blue {
    color: #1F92EB;
}

.progress-label {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    display: block;
    width: 100%;
    top: 10px;
    font-weight: bold;
    z-index: 5;
    color: #fff;
}

.results > span {
    font-weight: 600;
    color: #4b4949;
    font-size: 1.1em;
    line-height: 1;
    display: block;
}

.line {
    border: 1px solid;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    display: none;
}

.results .pink {
    color: #16BC61;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1.2;
}

.results p {
    font-size: 0.6em;
    margin: 0px 5%;
    font-weight: 400;
    color: #4b4949;
    display: block;
    line-height: 1.5em;
    padding-top: 5px;
}

.ui-widget.ui-widget-content.ui-progressbar {
    position: relative;
    border-radius: 0;
    border: none;
    background-color: #676767;
}

.ui-progressbar div {
    position: absolute;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0;
    border: none;
    border-radius: initial;
}

.ui-progressbar-value {
    z-index: 1;
}

.ui-widget-header {
    background: #16BC61;
}

.desktop {
    display: none;
    color: #4b4949;
    font-weight: 400;
    font-size: 0.7em;
}

.about p {
    line-height: 1.3;
}

/*** box two ***/
.box.two,
.box.three {
    display: none;
}

.box.two {
    background-color: rgb(74, 72, 72);
}

.background {
    border-radius: 4px;
    margin-top: 1%;
    padding: 2%;
    position: relative;
}

div.quest.active p {
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
    padding-bottom: 3%;
    line-height: 1.4;
}

.map {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 0 2%;
}

.mapani {
    position: absolute;
    left: 0;
    /* background: url(/img/_patterns/map_ani1.gif);  */
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    z-index: 10;
}

#map {
    height: 150px;
    border-radius: 0;
    background: #ddd;
    background-image: url("/img/_patterns/map2.jpg");
    background-size: cover;
}

.quest.active {
    display: block;
}

.quest {
    display: none;
}

.box.two h2 {
    font-size: 1.7em;
}

.answers {
    width: 100%;
}

.quest h2.blue {
    font-size: 1.6em;
    padding: 2% 0;
}

.answers,
input#Pseudo,
input#SIGNUPEMail {
    background-color: #dbdada;
    margin: 0;
    padding: 1%;
}

.answer {
    width: 48%;
    margin: 0.5%;
    height: 80%;
    top: 10%;
    position: relative;
    background-color: #fff;
    color: #1F92EB;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #8b8b8b;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px;
}

.answer:hover {
    background-color: #1F92EB;
    color: #ffffff;
    cursor: pointer;
}

.away {
    display: none;
}

.mobile {
    display: none;
    position: relative;
    font-weight: 300;
}

.owl-carousel {
    margin-top: 20px;
    padding-bottom: 20px;
}

.owl-carousel .item {
    margin: 5px;
}

.owl-carousel .item img {
    display: block;
    /*    width: 90%;*/
    height: auto;
    border-radius: 100%;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: none;
}

.owl-carousel .owl-dots {
    display: none;
}

.owl-carousel .owl-dots .active span {
    opacity: 1;
    background: #fff;
}

.owl-carousel .owl-dots button {
    background: none;
    border: none;
    zoom: 1;
}

.owl-carousel .owl-dots span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.3;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #000;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

/*** box three ***/
.bar1 {
    width: 100%;
    margin: 10px auto 0;
    height: 50px;
    border: solid white 1px;
    border-radius: 4px;
}

.bar1 strong {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    text-align: center;
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.box.three h2 {
    color: #850111;
    font-size: 3em;
    margin-bottom: 15px;
}

.round1,
.round2,
.round3 {
    display: inline-block;
}

.processbars {
    background-color: #4b4949;
    width: 100%;
    height: 100%;
    padding: 10px;
}

canvas {
    background-color: #fff;
    border-radius: 50%;
}

.circlebar {
    position: relative;
    margin: 0;
    text-transform: uppercase;
}

.circlebar strong,
.circlebar small {
    position: absolute;
    top: 20%;
    left: 0;
    width: 150px;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    color: #ffffff;
}

.circlebar small {
    top: 46%;
    font-size: 12px;
    line-height: inherit;
    color: #4b4949;
    font-weight: 600;
}

.round1 strong {
    color: #1F92EB;
}

.round2 strong {
    color: #850111;
}

.round3 strong {
    color: #16BC61;
}

.results {
    display: none;
    top: 10px;
    position: relative;
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    line-height: 10px;
}

p.psignup {
    margin: 20px 0;
}

label.label {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    color: #4b4949;
    padding-bottom: 10px;
    display: inline-block;
}

input {
    font-size: 1.8em;
    height: 40px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    -webkit-appearance: none;
    width: 90%;
    margin: 0 5%;
    border: 1px solid #676767;
    border-radius: 4px;
    display: block;
    background-color: #e3e5e6;
    padding: 0 5px;
}

.buttonSubmit {
    background-color: #16BC61;
    width: 90%;
    height: 50px;
    color: #FFFFFF;
    border-radius: 4px;
    margin-top: 1%;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
}

span.inputcontainer.feld6 a {
    color: black !important;
    border-bottom: 1px solid black;
    font-weight: 400;
}

.aktiveMitglieder {
    display: none;
}

.aktiveMitglieder2 {
    display: inline;
}

#counter {
    margin-left: 68px;
}

.counter {
    font-size: small;
    margin-top: 30px;
    text-shadow: 1px 1px 2px black, 0 0 1em #DE470E, 0 0 0.2em #DE470E;
    color: white;
}

.zahl {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    height: 22px;
    width: 19px;
    line-height: 22px;
    background: url(/img/_patterns/digits.png) no-repeat;
    background-size: 22px auto;
}

.z0 {
    background-position: -2px -63px;
}

.z1 {
    background-position: -2px -87px;
}

.z2 {
    background-position: -2px -112px;
}

.z3 {
    background-position: -2px -137px;
}

.z4 {
    background-position: -2px -162px;
}

.z5 {
    background-position: -2px -187px;
}

.z6 {
    background-position: -2px -212px;
}

.z7 {
    background-position: -2px -236px;
}

.z8 {
    background-position: -2px -261px;
}

.z9 {
    background-position: -2px -286px;
}

.zP {
    background-position: -6px -312px;
    width: 10px;
}

.cf {
    clear: both;
    height: 0;
    overflow: hidden;
}

.hidden {
    display: none;
}

#step1 p {
    text-align: center;
}

.psignup .required,
.unknown-error-msg {
    display: block;
    margin: 0px 5%;
    background-color: #ff0000;
    color: #ffffff;
}

.unknown-error-msg {
    font-size: 0.6em;
    padding: 5px;
    margin-top: 10px;
    line-height: 1.2;
}

.plaintext-inner p {
    color: #2b2b2b;
}

.plaintext-inner a {
    color: #850111;
}

/**** footer ***/
.legal__container {
    padding: 20px;
}

.legal__container > div:first-child {
    border-left: 0;
}

.legal__container > div {
    display: inline-block;
    padding: 0 5px 0 10px;
    border-left: 1px solid #2b2b2b;
    line-height: 1;
    color: #2b2b2b;
    font-size: 14px;
}

.modal-overlay.highest {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 9999;
}

@media screen and (orientation: portrait) {
    body {
        background-position-x: -53px;
    }
}

/* portrait mobile */
@media only screen and (max-height: 736px) and (max-width: 414px) {
    body {
        background-size: auto 1000px;
        background-position: -60px -50px;
    }
}

@media (max-width: 350px) {
    h1 {
        font-size: 3em;
    }
}

@media (min-width: 768px) {
    body:before {
        background: #000000 url(/img/_patterns/cl2-tablet.jpg) no-repeat center center;
        background-size: cover;
    }

    h2 {
        font-size: 2em;
    }

    .one h2 {
        line-height: 45px;
    }

    h4 {
        line-height: 1;
    }
}

@media (min-width: 992px) {
    body {
        background: none;
    }

    body:before {
        background: #000000 url(/img/_patterns/cl2-bg.jpg) no-repeat center center;
        background-size: cover;
    }

    .grey {
        font-size: 0.9em;
        font-weight: 700;
    }

    .grey.white {
        font-size: 1.1em;
    }

    .mobile {
        display: none;
    }

    .answers {
        display: flex;
    }

    .answer {
        width: 49%;
    }

    .circlebar {
        position: relative;
        margin: 0 10px;
    }

    .circlebar small {
        font-size: 14px;
    }

    .zahl {
        background: url(/img/_patterns/digits-white.png) no-repeat;
        background-size: 22px auto;
    }

    .z0 {
        background-position: -2px -63px;
    }

    .z1 {
        background-position: -2px -87px;
    }

    .z2 {
        background-position: -2px -112px;
    }

    .z3 {
        background-position: -2px -137px;
    }

    .z4 {
        background-position: -2px -162px;
    }

    .z5 {
        background-position: -2px -187px;
    }

    .z6 {
        background-position: -2px -212px;
    }

    .z7 {
        background-position: -2px -236px;
    }

    .z8 {
        background-position: -2px -261px;
    }

    .z9 {
        background-position: -2px -286px;
    }

    .zP {
        background-position: -6px -312px;
        width: 10px;
    }

    .cf {
        clear: both;
        height: 0;
        overflow: hidden;
    }

    .aktiveMitglieder {
        display: inline;
        padding-top: 90px;
        position: absolute;
        top: 55px;
        right: 0;
        margin-top: 0;
        border-top: none;
        font-weight: bold;
        text-align: center;
        height: 345px;
        width: 331px;
        z-index: 10;
    }

    .aktiveMitglieder .gradient {
        position: relative;
    }

    .aktiveMitglieder .gradient:before {
        content: '';
        position: absolute;
        top: -44px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        width: 130px;
        height: 130px;
        background-color: #850111;
        border: 7px solid #ffffff;
        border-radius: 50%;
    }

    .aktiveMitglieder .gradient:after {
        content: '';
        position: absolute;
        left: -5%;
        top: 65%;
        width: 180px;
        height: 130px;
        z-index: -2;
        transform: rotate(130deg);
        border-top-left-radius: 10%;
        border-bottom-left-radius: 10%;
        background: #000000;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.0) 100%);
    }

    .aktiveMitglieder-counter {
        position: absolute;
        left: 0;
        right: 0;
        top: -90px;
        font-size: 24px;
        text-align: center;
        font-weight: 300;
        text-shadow: 1px 1px 2px #000000;
        color: #850111;
    }

    .newline {
        display: inline;
    }

    .aktiveMitglieder2 {
        display: none;
    }

    .desktop {
        display: inherit;
    }

    .anmeldung {
        margin: 0 10%;
    }

    .anmeldung.small-text {
        margin: 0 5%;
    }

    .buttonSubmit {
        width: 87%
    }

    label.label {
        font-size: 1.4em;
        width: 30%;
        text-align: right;
        display: inline-block;
        white-space: nowrap;
    }

    .anmeldung.small-text label.label {
        font-size: 1.1em;
    }

    input {
        display: inline-block;
        width: 55%;
    }

    .psignup .required {
        width: 55%;
        margin-left: auto;
        margin: 0px 7.2% 0 auto;
    }

    .bar1 strong {
        padding: 13px;
        font-size: 24px;
        color: #fff;
    }

    .unknown-error-msg {
        width: 87%;
        margin: 0 auto;
        margin-top: 10px;
    }
}

@media (min-width: 1200px) {
    body {
        background: url(/img/_patterns/cl2-bg.jpg) no-repeat center center fixed;
        background-size: cover;
    }

    body:before {
        content: none;
    }

    .results > span {
        font-size: 0.9em;
    }

    .results .pink {
        font-size: 1.1em;
    }
}

@media (min-width: 1800px) {
    html {
        font-size: 0.72vw;
    }

    .content {
        max-width: 50rem;
        font-size: 1.43rem;
        padding: 1.07rem 1.07rem 0;
        border-radius: 0 0 0.28rem 0.28rem;
    }

    h1 ,
    h4 {
        padding-bottom: 0.71rem;
    }

    p {
        font-size: 1.21rem;
    }

    .about {
        padding: 0.71rem 0;
    }

    .one {
        padding: 0 0.71rem 1.43rem;
    }

    .progress-label {
        top: 0.71rem;
    }

    .line {
        border: calc(1rem / 16) solid;
        margin-top: 1.43rem;
    }

    .results p {
        padding-top: 0.36rem;
    }

    .background {
        border-radius: 0.28rem;
    }

    .mapani {
        height: 14.28rem;
    }

    #map {
        height: 10.71rem;
    }

    .answer {
        border: calc(1rem / 16) solid #8b8b8b;
        padding: 0.36rem;
    }

    .owl-carousel {
        margin-top: 1.43rem;
        padding-bottom: 1.43rem;
    }

    .owl-carousel .item {
        margin: 0.36rem;
    }

    .owl-carousel .owl-dots span {
        width: 0.86rem;
        height: 0.86rem;
        margin: 0.36rem 0.5rem;
        -webkit-border-radius: 1.43rem;
        -moz-border-radius: 1.43rem;
        border-radius: 2.14rem
    }

    .bar1 {
        margin: 0.71rem auto 0;
        height: 3.57rem;
        border: solid white calc(1rem / 16);
        border-radius: 0.28rem;
    }

    .bar1 strong {
        padding: 0.93rem;
        font-size: 1.71rem;
    }

    .box.three h2 {
        margin-bottom: 1.07rem;
    }

    .processbars {
        padding: 0.71rem;
    }

    .circlebar {
        margin: 0 0.71rem;
    }

    .circlebar strong,
    .circlebar small {
        width: 10.71rem;
        line-height: 2.86rem;
        font-size: 2.14rem;
    }

    .circlebar small {
        font-size: 1rem;
        line-height: initial;
    }

    .results {
        top: 0.71rem;
        padding-bottom: 1.43rem;
        padding-top: 1.43rem;
        line-height: 0.71rem;
    }

    p.psignup {
        margin: 1.43rem 0;
    }

    label.label {
        padding-bottom: 0.71rem;
    }

    input {
        height: 2.86rem;
        border: calc(1rem / 16) solid #676767;
        border-radius: 0.28rem;
        padding: 0 0.36rem;
    }

    .buttonSubmit {
        height: 3.57rem;
        border-radius: 0.28rem;
        font-size: 1.71rem;
    }

    span.inputcontainer.feld6 a {
        border-bottom: calc(1rem / 16) solid black;
    }

    #counter {
        margin-left: 4.86rem;
    }

    .counter {
        font-size: small;
        margin-top: 2.14rem;
        text-shadow: calc(1rem / 16) calc(1rem / 16) 0.14rem black, 0 0 1em #DE470E, 0 0 0.2em #DE470E;
    }

    .unknown-error-msg {
        padding: 0.36rem;
        margin-top: 0.71rem;
    }

    .legal__container {
        padding: 1.43rem;
    }

    .legal__container > div {
        padding: 0 0.36rem 0 0.71rem;
        border-left: calc(1rem / 16) solid #2b2b2b;
        font-size: 1rem;
    }

    .one h2 {
        line-height: 3.2rem;
    }

    .aktiveMitglieder {
        padding-top: 8.57rem;
        height: 24.64rem;
        width: 23.64rem;
    }

    .aktiveMitglieder .gradient:before {
        top: -3.14rem;
        width: 9.28rem;
        height: 9.28rem;
        border: 0.5rem solid #ffffff;
    }

    .aktiveMitglieder .gradient:after {
        width: 12.86rem;
        height: 9.28rem;
    }

    .aktiveMitglieder-counter {
        top: -6.43rem;
        font-size: 1.71rem;
        text-shadow: calc(1rem / 14) calc(1rem / 14) 0.14rem #000000;
    }

    .zahl {
        height: 2.36rem;
        width: 1.28rem;
        line-height: 2.14rem;
        background-size: 1.95rem;
    }

    .z0 {
        background-position: -0.25rem -5.23rem;
    }

    .z1 {
        background-position: -0.25rem -7.44rem;
    }

    .z2 {
        background-position: -0.25rem -9.59rem;
    }

    .z3 {
        background-position: -0.25rem -11.8rem;
    }

    .z4 {
        background-position: -0.25rem -14rem;
    }

    .z5 {
        background-position: -0.25rem -16.21rem;
    }

    .z6 {
        background-position: -0.25rem -18.42rem;
    }

    .z7 {
        background-position: -0.25rem -20.63rem;
    }

    .z8 {
        background-position: -0.25rem -22.84rem;
    }

    .z9 {
        background-position: -0.25rem -25.05rem;
    }

    .zP {
        background-position: -0.71rem -27.267rem;
        width: 0.36rem;
    }
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 2em;
    position: relative;
}
.header .logo-new {
    flex: 1;
}
.header .logo-new img {
    vertical-align: middle;
    height: 2em;
}

.btn-login {
    font-size: .8em;
    height: 2em;
    line-height: 2;
    border-radius: 2em !important;
    display: inline-block;
    background-color: #009700;
    padding: 0 1em;
    outline: none;
    color: #fff;
}

.login-form-holder .login-form-holder-inner {
    font-size: .7em;
}
.login-form-holder .login-form-holder-inner .form-group .form-control {
    margin-left: 0;
}

@media (min-width: 768px) {
    .header {
        min-height: auto;
    }

    .btn-login {
        position: absolute;
        top: 0;
        right: 0;
    }
}