/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2.44em;
    margin: 0.67em 0;
    line-height: 1.4;
}

h2 {
    font-size: 1.95em;
    line-height: 1.4;
}

h3 {
    font-size: 1.56em;
    line-height: 1.4;
}

h4 {
    font-size: 1.25em;
    line-height: 1.5;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #195556;
    font-family: "Open Sans", "Segoe UI", Tahoma, Verdana, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
    color: #191e23;
    clear: both;
}

.entry-header .entry-title {
    font-size: 2.44em;
    line-height: 1.4;
    margin: 1em 0 1rem;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
    code, kbd, tt, var {
        font-size: 0.8125rem;
    }
}

p > code {
    padding: 2px;
    border-radius: 2px;
    background: #f3f4f5;
    font-size: inherit;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #0073aa;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #00a0d2;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
# iPad specific
--------------------------------------------------------------*/
.fullheight {
    height: 100vh;
}


/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
#overlay {
    background-image: -o-linear-gradient(top, #78C9E2 0%, #6CB036 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78C9E2), to(#6CB036));
    background-image: linear-gradient(180deg, #78C9E2 0%, #6CB036 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#overlay-logo {
    width: 64vw;
    display: block;
    margin-bottom: 6vh;
}

#success {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5vh;
    text-align: center;
    font-size: 3.5vh;
}

#start {
    text-align: center;
    width: 37vh;
    height: 37vh;
    border-radius: 50%;
    background-color: #EE3948;
    padding: 5vh;
    font-size: 3.2vh;
    line-height: 1.4;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#start:hover {
    -webkit-box-shadow: 0 0 3vh -1vh rgba(0, 0, 0, .5);
    box-shadow: 0 0 3vh -1vh rgba(0, 0, 0, .5);
}

#start-title,
#start-cta {
    text-transform: uppercase;
    font-weight: bold;
}

#start hr {
    border: none;
    border-top: 1px dashed #fff;
    margin: 0.5em 0;
    width: 100%;
}

#start-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#gewinn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    font-size: 20px;
    margin-right: 45px;
    max-width: 520px;
}

#gewinn img {
    display: block;
    width: 400px;
}

#gewinn img + img {
    margin-top: 10px;
}

#gewinn ul {
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 1.25em;
}

/*--------------------------------------------------------------
# Quiz
--------------------------------------------------------------*/
#quiz {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#quiz-header {
    margin-bottom: auto;
    width: 21vw;
    padding: 2vw;
    padding-bottom: 1vw;
    background-image: -o-linear-gradient(top, #78C9E2 0%, #6CB036 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78C9E2), to(#6CB036));
    background-image: linear-gradient(180deg, #78C9E2 0%, #6CB036 100%);
    border-bottom-left-radius: 2vw;
    border-bottom-right-radius: 2vw;
}

#quiz-header img {
    width: 100%;
}

#quiz-footer {
    margin-top: auto;
    font-size: 2vw;
    margin-bottom: 2vh;
    color: #67B437;
}

#quiz-footer-logo {
    width: 13vw;
    margin-bottom: -.65vw;
}

#quiz-footer-partner {
    margin-top: 1vw;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quiz-footer-partner img {
    min-width: 0;
    margin-right: 2vw;
}

#quiz-footer-partner img:first-child {
    margin-left: 2vw;
}

#infos-hinweis {
    margin-top: 2vh;
    margin-bottom: 3vh;
    font-size: 1vw;
}

.form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form input {
    width: calc(50% - 1vw);
    text-align: center;
    border: 1px solid #45C0EB;
    border-radius: 1vw;
}

.form input::-webkit-input-placeholder {
    color: #D9DADA;
}

#input-email,
#input-firma {
    width: 100%;
    margin-top: 2vw;
}

.error {
    color: red;
    font-size: 1.25vw;
    font-weight: bold;
    margin-bottom: 1vh;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.title {
    font-size: 3vw;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.next,
.answers li {
    background-image: -o-linear-gradient(top, #78C9E2 0%, #6CB036 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#78C9E2), to(#6CB036));
    background-image: linear-gradient(180deg, #78C9E2 0%, #6CB036 100%);
    border-radius: 1vw;
    width: 24vw;
    color: #fff;
    font-weight: bold;
    padding: 1vw;
    margin: 2vh auto;
    font-size: 2vw;
    line-height: 1;
    border: none;
    font-style: italic;
}

.next:hover,
.answers li:hover {
    -webkit-box-shadow: 0 0 1.5vh -.5vh rgba(0, 0, 0, .5);
    box-shadow: 0 0 1.5vh -.5vh rgba(0, 0, 0, .5);
    cursor: pointer;
}

.text {
    font-size: 2.5vw;
    margin: 3vh 0;
}

.answers {
    list-style: none;
    padding: 0;
    margin: 0;
}

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

.answers li {
    width: 40vw;
}

.answers label {
    display: block;
}

#datenschutz .text {
    font-size: 1.25vw;
    text-align: left;
    display: inline-block;
    width: 80vw;
}

/*--------------------------------------------------------------
# Back Buttons
--------------------------------------------------------------*/
#a1-fail[style*="none"] ~ #back-to-q1,
#a2-fail[style*="none"] ~ #back-to-q2,
#a3-fail[style*="none"] ~ #back-to-q3 {
    display: none;
}
