/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19 Nov 2020, 09:19:56
    Author     : skreq
*/

:root {
   --blue: #5bb8b3;
   --pink: #e6467a;
   --green: #19545e;
   --greenlight: #3db7b0;
}

* {
    box-sizing: border-box;
    font-family: 'Dosis', sans-serif;
    font-size: 1rem;
    color:#000;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
}

body {
    margin: 0;
    background: #f2f2f2;
}


.overHeader {
    padding: 25px 25px 20px;
    font-size: 2.5rem;
    color: #000;
    text-align: center;
    padding-top: 24px;
    text-transform: uppercase;
    background: white;
    font-weight: 400;
    position: relative;
}

.referenzen {
    display: none;
    padding: 30px;
    float: left;
    background: #fff;
}

.referenzen input {
    border: 1px solid silver;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
}

.referenzen select {
    float: left;
    width: 100%;
    border: 1px solid silver;
    margin-bottom: 5px;
    padding: 5px;
    background: #fff;
}

#form.visible {
    opacity: 1;
}

img.inputPict {
    float: left;
    width: 100%;
    margin-top: -40px;
    margin-bottom: -50px;
}

.referenzen textarea {
    width: 100%;
    float: left;
    resize: none;
    height: 100px;
    padding: 5px;
    border: 1px solid silver;
    margin-bottom: 10px;
}

.referenzen .buttonReview {
    width: 100%;
    float: left;
    cursor: pointer;
    text-align: center;
    color: var(--pink);
    border: 1px solid var(--pink);
    line-height: 40px;
    margin-bottom: 40px;
}

.referenzen .messageThx {
    display: none;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 50px;
    color: var(--blue);
}

.referenzen span.name {
    float: left;
    width: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}

.referenzen p {
    float: left;
    width: 100%;
    margin: 5px 0 20px 0;
    font-size: 20px;
    border-bottom: 1px dashed silver;
    padding-bottom: 20px;
}

.referenzen .review img {
    float: left;
    width: 17px;
}

.referenzen .review img.grey {
    filter: grayscale(1);
    opacity: 0.7;
}


div#mainWrapper {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 100vh;
    float: left;
}



header {
    display: block;
    float: left;
    background: #000;
    padding: 10px;
    text-align: center;
}

header img#logo {
    width: 100px;
    margin-top: 0px;
}

header .contact {
    float: right;
    text-align: right;
    font-size: 16px;
    color: #5d5d5d;
}

header .contact span {
    font-size: inherit;
    color:#5d5d5d;
}

header .contact strong {
    font-weight: 600;
}

header .contact strong a{
    font-weight: 600;
    text-decoration: none;
}

header .contact strong a:hover{
    color: var(--blue)
}

header .contact span.material-icons {
    font-size: 20px;
    vertical-align: bottom;
    color: var(--blue);
}

div#lbOverlay {
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9;
    display: none;
}

.lb {
    position: relative;
    margin: auto;
    display: block;
    width: calc(100% - 60px);
    background: #fff;
    margin-top: 30px;
    max-width: 760px;
    padding: 50px;
    display: none;
        max-height: calc(100vh - 60px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.lb strong {
    font-weight: 600;
}

.lb span.caption {
    font-size: 30px;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.lb a {
    color: var(--blue);
    text-decoration: none;
}

.close {
    position: absolute;
    top: 20px;
    font-size: 8px!important;
    right: 20px;
    background: #fff;
    padding: 5px;
    border-radius: 99px;
    border: 2px solid grey;
    cursor: pointer;
}
.legalFormText span.legalLink {
    margin: 0;
    text-decoration: underline;
}


.close span {
    float: left;
}


header .country {
    display: none;
    float: left;
    height: 40px;
    margin-top: 5px;
    padding-top: 0px;
    font-size: 14px;
}

header .country strong {
    font-size: inherit;
    color: var(--blue);
    font-weight: 600;
}

header .country img {
    float: left;
    margin-right: 5px;
    margin-top: 3px;
    width: 23px;
    margin-left: 10px;
}

p.underGraph {
    float: left;
    padding: 0 30px 60px;
    text-align: center;
    width: 100%;
    margin: 0;
    font-size: 16px;
    background: #fff;
}

.teaser {
    float: left;
    width: 100%;
    height: 400px;
    background: #f9f9f9;
}

.teaser video {
    float: left;
    width: 50%;
    margin: 30px;
    height: 335px;
}

.teaser img {
    height: 400px!important;
    right: 0px;
    float: left;
    object-fit: cover;
    object-position: left;
    max-width: 100%;
}

.trustBar {
    display: none;
    float: left;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    width: 100%;
    padding: 20px 30px;
}

.trustBar img {
    max-height: 90px;
    max-width: 100%;
}

img.testTrust {
    width: 100%;
    display: none;
}

.textContent {
    padding: 50px 60px 40px 50px;
    float: left;
}

span.contCaption {
    font-size: 25px;
    color: #247773;
    font-weight: 600;
}

.textContent ul {
    margin-bottom: 35px;
    list-style: none;
    padding: 0;
    padding-left: 40px;
    color: #5d5d5d;
    position: relative;
}

.textContent ul li{
    color:#5d5d5d;
    margin-bottom: 20px;
}

.textContent ul span {
    position: absolute;
    left: 0;
    color: var(--blue);
}

.video-container iframe {
    width: 100%;
    height: 280px;
    float: left;
}



.videoBox {
    width: 100%;
    max-width: 520px;
    float: left;
    height: auto;
    padding: 10px;
    margin-top:30px;
    box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}



.part .caption {
    float: left;
    font-size: 5rem;
    color: #fff;
    line-height: 1;
    margin-top: 20px;
}

.content.half {
    grid-template-columns: repeat(2,1fr);
    border-top: 1px solid rgba(0,0,0,0.07);
    padding-top: 20px;
}

.content.half .part img {
    position: relative;
    margin: auto;
    display: block;
    max-width: 80%;
}

.formHeader {
    background: #fff;
    padding: 0px 30px 0px;
    font-size: 1.2rem;
    font-weight: 400;
    color: darkslategrey;
    text-align: center;
}

.formSubHeader {
    background: none;
    padding: 15px 15px 30px;
    font-size: 1.1rem;
    color: darkslategrey;
    text-align: center;
    float:left;
    width: 100%;
}



.steps {
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    display: grid;
    grid-template-columns: repeat(8,1fr);
    grid-gap:1px;
    margin-top:1px;
}

.formHeader strong {
    color: inherit;
    font-size: inherit;
    font-weight: 600;
}

.steps div {
    background: #d9d9d9;
    display: block;
    width: 100%;
    height: 7px;
    
}

.steps div.active {
    background: var(--blue);
}

.getUsers {
    color:inherit;
    font-size: inherit;
}


div#testWrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
    height: auto;
    box-shadow: 0px 10px 25px rgb(0 0 0 / 10%);
    background: #fff;
}

div#footer {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 30px;
    font-size: 16px;
    color: grey;
}

span.legalLink {
    font-size: inherit;
    margin: 0 10px;
    cursor: pointer;
}

span.legalLink:hover {
    color: var(--blue)
}


/* THANK YOU PAGE*/
#vielen-dank header img#logo {
    max-height: 50px;
    float: none;
    margin: auto;
    position: relative;
    display: block;
}

.thx-page {
    float: left;
    padding: 30px 60px;
    text-align: left;
    background: #fff;
    box-shadow: 0px 12px 13px rgba(0,0,0,0.05);
}

#vielen-dank h1 {
    font-size: 30px;
    font-weight: 600;
    color:var(--blue);
}

#vielen-dank .p {
    font-size: 20px;
    color: #2f2f2f;
    margin-bottom: 20px;
}

#vielen-dank h2 {
     color:var(--blue);
    font-size: 25px;
    font-weight: 600;
    margin-top: 50px;
}

#vielen-dank ul {
    list-style: none;
    padding: 0;
}

#vielen-dank .teaser img {
    height: auto!important;
}

#vielen-dank h3 {
    font-weight: 600;
}

#vielen-dank a.thankyouLink {
    background: var(--pink);
    padding: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
}

#vielen-dank a.thankyouLink:hover {
    background: #d01c61;
}

#vielen-dank a.buttonthankyou {
    background: var(--green);
    padding: 15px;
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
    display: inline-block;
    border-radius: 5px;
}

#vielen-dank a.buttonthankyou:hover {
    background: #3db7b0;
}

.thx-page i.material-icons {
    color: var(--blue);
    vertical-align: bottom;
    margin-right: 15px;
}


/* TEST */

div#testHolder {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: none;
    float: left;
    
}

div#testHolder .questionHolder ul {
    margin: 0px;
    list-style: none;
    padding: 0px;
    float: left;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 1px;
    background: rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.01);
    border-top: 1px solid rgba(0,0,0,0.01);
}

div#testHolder .questionHolder ul li {
    float: left;
    width: 100%;
}

.questionHolder {
    width: auto;
    height: auto;

    float: left;
    display: none;
    position: relative;
}

div#stepsHolder {
    display: block;
    overflow: hidden;
}


.questionHolder span.answer {
    float: left;
    width: 100%;
    background: #fff;
    padding: 20px 15px 20px 50px;
    text-align: left;
    border: 0;
    cursor: pointer;
    color: #5d5d5d;
    height: 100%;
    position: relative;
    min-height: 50px;
    font-size: 1.3rem;
}

.questionHolder span.answer:hover {
    color: #e6467a;
    background: #fff9fc;
    border: 0px solid #5bb8b3;
}


span.back {
    margin: auto;
    position: relative;
    display: block;
    text-align: center;
    width: 130px;
    margin-top: 30px;
    font-size: 18px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 3px;
    color: grey;
    padding: 5px;
    cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

span.back:hover {
    background: #fff;
}

span.back .material-icons {
    float: left;
    color: #fff;
    font-size: 18px;
    left: 7px;
    top: 7px;
    position: absolute;
}

span.question {
    padding: 30px 30px 0px;
    text-align: left;
    width: 100%;
    float: left;
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: -0.5px;
}

span.stepCount {
    float: left;
    width: 100%;
    padding: 10px 30px 30px;
    text-align: left;
    font-size: 1.5rem;
    color: grey;
}

img.preload {
    width: 100px;
    margin: 40px auto;
    position: relative;
    display: inline-block;
    float: none;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.loading {
    display: none;
}

.loadingTab {
    background: #f9f9f9;
    padding-bottom: 30px;
    padding-top: 20px;
}

#form {
    opacity: 0;
}

#form p {
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-size: 20px;
    color: grey;
    margin-bottom: 40px;
}

div#inputHolder {
    float: left;
    width: 100%;
    padding: 0 30px;
}

#inputHolder input{
    font-weight: 600;
}

#inputHolder input::placeholder{
    font-weight: 300;
}

#inputHolder input.warning {
    border:1px solid red;
}

#inputHolder input.warning::placeholder {
    color: red;
}

#inputHolder .row {
    position: relative;
    float: left;
    width: 100%;
}

#inputHolder label {
    display: none;
    position: absolute;
    top: 0px;
    font-size: 14px;
    background: #f9f9f9;
    padding: 2px 4px;
    right: 0;
    border: 1px solid #e1e1e1;
    color: grey;
}

#inputHolder input {
    float: left;
    width: 100%;
    line-height: 50px;
    border: 1px solid rgba(0,0,0,0.15);
    margin-bottom: 8px;
    box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
    padding: 0px 15px;
}

p.legalFormText {
    font-size: 16px!important;
}

p.legalFormText a {
    font-size: inherit;
    color: inherit;
}

.questionHolder.inputTab{
    padding-bottom: 30px;
}

.actionButton,.nextStep {
    text-transform: uppercase;
    float: left;
    text-align: center;
    background: #e6467a;
    width: calc(100% - 60px);
    position: relative;
    margin: auto;
    cursor: pointer;
    margin-left: 30px;
    display: block;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 50px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.actionButton:hover {
    background: #d01c61;
}

#time {
    color: inherit;
    display: inline-block;
    width: 65px;
    font-size: 1.1rem;
}

strong {
    font-weight: 700;
    font-size: inherit;
    color: inherit;
}

img.video_teaser {
    float: left;
    width: 100%;
    margin: 30px 0 10px;
}

.arrowDown {
    width: 60px;
    height: 60px;
    background: #fff;
    position: absolute;
    top: -9px;
    left: 50%;
    right: 50%;
    margin: auto;
    transform: rotate(45deg) translateX(-70%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
}

span.answer.action {
    background: var(--pink);
    color: #fff;
    margin-top: 25px;
    text-align: center;
    height: auto;
    padding: 15px;
}

span.back.arrow {
    float: left;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    border: 0px;
    display: none;
    margin-top: 0;
}

span.back.arrow .material-icons {
    font-size: 40px;
}

div#testHolder .questionHolder ul.wide {
    grid-template-columns: 100%;
}

.answer span.number {
    position: absolute;
    left: 20px;
    font-size: 25px;
    top: 15px;
    font-weight: 700;
    color: var(--pink);
}

.bottomDesc {
    float: left;
    width: 100%;
    background: url(assets/andu.jpg) no-repeat;
    height: 150px;
    background-size: 150px;
    padding-left: 170px;
    padding-top: 30px;
    padding-right: 30px;
    color: dimgrey;
}

span.finalScore {
    padding: 10px;
    background: #d41d1d;
    margin: 30px auto 10px;
    position: relative;
    display: inline-block;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    font-size: 4rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.overHeader.testing {
    background: var(--blue);
    color: #fff;
    margin-bottom: 20px;
}

.questionHolder ul li:nth-of-type(2) {
    grid-row: 2/3;
    grid-column: 1/2;
}

.questionHolder ul li:nth-of-type(3) {
    grid-row: 3/4;
    grid-column: 1/2;
}

.questionHolder ul li:nth-of-type(4) {
    grid-row: 4/5;
    grid-column: 1/2;
}

.questionHolder ul li:nth-of-type(5) {
    grid-row: 5/6;
    grid-column: 1/2;
}

.part.image {
    background: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.part.image .content {
    padding: 0px;
    text-align: left;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    width: 100%;
    display: flex;
    z-index: 1;
    flex-direction: column;
}

.part.image #overlay {
    background: linear-gradient(
90deg, rgba(0, 0, 0, 0.8) 0%, transparent 85%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

span.subcaption {
    font-size: 1.5rem;
    color: #fff;
    max-width: 80%;
}

video {
    float: left;
    width: 100%;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 20%);
}
.part.part2 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: center;
    padding: 5rem 8rem;
}

.part.part2 .content {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 40px auto;
}

h1 {
    font-size: 3rem;
}

.part.part2 .content p{
    font-size: 1.5rem;
    color: grey;
}

span.question strong {
    color: var(--pink);
}

span.restart {
    padding: 11px;
    float: left;
    text-align: center;
    width: 100%;
    color: grey;
    cursor: pointer;
}

div#videoWrapper {
    width: 100%;
    position: relative;
}

div#textWrapper {
    float: left;
    width: 100%;
    padding: 6rem;
}

#textWrapper span,
#textWrapper p {
    float: left;
    width: 100%;
}

#textWrapper p {
    font-size: 1.5rem;
    color: silver;
}