/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

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

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

body {
    background-color: #f1f2f3;
    color: #191d1f;
    font-family: "Open Sans",sans-serif;
    margin: 0;
    line-height: 1.6
}

@media screen and (max-width: 599px) {
    body {
        background-color:#fff
    }
}

img {
    vertical-align: top
}

p {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none
}

b {
    font-weight: 700
}

h1,h2,h3,h4 {
    margin: 0;
    padding: 0
}

@media screen and (max-width: 599px) {
    h1,h2,h3,h4 {
        line-height:1.3
    }
}

ol {
    list-style-type: none;
    margin-left: 0
}

strong {
    font-weight: 700
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

@media screen and (min-width: 600px) {
    .wrapper {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 320px) {
    .wrapper {
        padding-left:8px;
        padding-right: 8px
    }
}

.success {
    width: 100%;
    max-width: 750px;
    background-color: #fff;
    position: relative;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 600px) {
    .success {
        padding-top:40px;
        margin-bottom: 50px
    }
}

.success__devide {
    width: 100%;
    border: 0;
    height: 1px;
    background: #ccc;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto
}

.header {
    background-color: #fff;
    padding-bottom: 20px;
    padding-top: 15px;
    position: relative;
    text-align: center
}

@media screen and (min-width: 600px) {
    .header {
        border-bottom:2px solid #265da5;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 599px) {
    .header {
        background-color:#f9f9f9
    }
}

@media screen and (max-width: 599px) {
    .header::after {
        content:"";
        position: absolute;
        border-style: solid;
        border-width: 15px 15px 0;
        border-color: #f9f9f9 transparent;
        display: block;
        width: 0;
        z-index: 1;
        bottom: -15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.header__wrapper {
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 15px;
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 600px) {
    .header__wrapper {
        flex-direction:row;
        justify-content: space-between
    }
}

.header__logo {
    max-height: 55px;
    height: 100%;
    width: fit-content;
    margin-top: 20px;
    order: 2;
}

@media screen and (min-width: 600px) {
    .header__logo {
        width:auto;
        margin-top: 0;
        order: 1
    }
}

.header__trust {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    order: 1
}

@media screen and (min-width: 600px) {
    .header__trust {
        align-items:flex-start;
        order: 2;
        flex-direction: column
    }
}

.header__trust--a {
    order: 1
}

@media screen and (min-width: 600px) {
    .header__trust--a {
        order:2
    }
}

.header__trust--p {
    font-size: 11px;
    line-height: 1;
    font-weight: 300;
    text-transform: uppercase;
    color: #8e8e8e;
    margin-right: 12px
}

@media screen and (min-width: 600px) {
    .header__trust {
        font-size:14px;
        margin-bottom: 10px;
        margin-top: 0
    }
}

.header__media img {
    width: 100%;
    max-width: 220px
}

@media screen and (min-width: 600px) {
    .header__media img {
        margin-top:0
    }
}

.header__elements {
    flex: 0 1 52px;
    margin-right: 9px
}

.header__elements:first-of-type {
    flex: 0 1 auto
}

.header__elements:last-of-type {
    margin-right: 0;
    max-width: 26px
}

.header__elements img {
    height: 30px;
    max-width: 50px;
    width: 100%;
    vertical-align: bottom
}

.headline {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px
}

.headline__img {
    width: 64px;
    margin-right: 10px;
    padding: 0
}

.headline__text {
    font-size: 32px;
    line-height: 36px;
    color: #265da5;
    font-weight: 300
}

.teaser {
    height: 280px;
    position: relative
}

@media screen and (min-width: 600px) {
    .teaser {
        height:430px
    }
}

.teaser img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

.teaser::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    background-color: #fff;
    -webkit-transform-origin: left;
    transform-origin: left;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg)
}

.teaser__logo {
    position: absolute;
    right: 20px;
    top: 40px;
    width: 112px
}

@media screen and (min-width: 600px) {
    .teaser__logo {
        width:184px
    }
}

.teaser__triangles {
    position: absolute;
    display: flex;
    left: 0;
    width: 100%;
    min-height: 100%;
    top: 0;
    overflow: visible;
    max-height: 350px
}

.teaser__triangles-over {
    position: absolute;
    width: 100%;
    max-width: 100vw;
    min-height: 470px;
    display: flex;
    bottom: 0
}

.teaser__triangle-under {
    position: absolute;
    right: 59%;
    width: 41%;
    top: 100%;
    display: flex;
    z-index: 2;
    height: 120px;
    overflow: hidden
}

.teaser__triangle-left {
    position: absolute;
    right: 59%;
    width: 41%;
    bottom: 0;
    height: 100%;
    z-index: 1;
    overflow: hidden
}

.teaser__triangle-left-pseudo-product {
    background-image: url(../img/hero-triangle-left-product.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: .8;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.teaser__triangle-right {
    position: absolute;
    width: 59%;
    bottom: 0;
    left: 41%;
    height: 100%;
    z-index: 1;
    box-shadow: 0 32px 32px -42px rgba(0,0,0,.75);
    overflow: hidden
}

.teaser__triangle-right-pseudo-product {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 1200px;
    height: 233px;
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    background-image: url(../img/hero-triangle-right.svg)
}

.teaser__triangle-under-pseudo-product {
    background-image: url(../img/hero-triangle-under.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-width: 800px;
    height: 155px;
    -webkit-transform: scaleY(.8);
    transform: scaleY(.8);
    -webkit-transform-origin: top;
    transform-origin: top;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.teaser__triangle-shadow-under {
    background-image: url(../images/hero/hero-triangle-shadow-under.svg);
    position: absolute;
    right: 59%;
    width: 41%;
    height: 400px;
    top: 100%;
    background-size: 100% 100%
}

.teaser__triangle-shadow-over {
    background-image: url(../images/hero/hero-triangle-shadow-over.svg);
    position: absolute;
    left: 41%;
    width: 59%;
    min-width: 995px;
    bottom: 0;
    height: 1726px;
    background-size: 100% 100%
}

.teaser__triangle-shadow-over-wrapper {
    position: absolute;
    width: 100%;
    height: 60vh;
    top: 0;
    left: 0;
    overflow: hidden
}

.success-box {
    margin-bottom: 25px;
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 600px) {
    .success-box {
        max-width:535px
    }
}

.success-box__subtitle {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px
}

.success-box__subtitle--closed {
    display: none
}

.success-box__weekend {
    display: none
}

.success-box--weekend .success-box__weekend {
    display: block
}

.success-box--weekend .success-box__message.ff-first__item,.success-box--weekend .success-box__message.ff-follow__item {
    display: none
}

.success-box__message {
    font-size: 20px;
    font-weight: 300;
    text-align: center
}

.success-box__phonenumber {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 24px;
    align-items: center
}

.success-box__phonenumber img {
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 100%
}

.success-box__phonenumber span {
    color: #265da5;
    font-size: 25px;
    font-weight: 700;
    line-height: 1
}

@media screen and (min-width: 600px) {
    .success-box__phonenumber span {
        font-size:27px
    }
}

.ff-closed .success-box--weekend .success-box__weekend {
    display: none
}

.headline__text {
    font-size: 28px
}

@media screen and (min-width: 600px) {
    .headline__text {
        font-size:32px
    }
}

.welcome {
    padding-bottom: 30px
}

.welcome__product-img {
    max-width: 200px;
    margin-top: -80px;
    margin-left: 8%;
    position: relative;
    z-index: 3
}

@media screen and (min-width: 600px) {
    .welcome__product-img {
        max-width:260px;
        margin-left: 19%;
        margin-top: -128px;
        margin-bottom: 20px
    }
}

.welcome__headline {
    font-size: 45px;
    line-height: 45px;
    color: #1a2441;
    font-weight: 300;
    margin-bottom: 10px
}

@media screen and (min-width: 600px) {
    .welcome__headline {
        font-size:56px;
        text-align: center;
        margin-bottom: 20px
    }
}

.welcome__subheadline {
    color: #005b9d;
    font-size: 28px;
    font-weight: 300;
    line-height: 37px
}

@media screen and (min-width: 600px) {
    .welcome__subheadline {
        font-size:40px;
        line-height: 45px;
        margin-left: 185px
    }
}

.steps__headline {
    font-size: 25px;
    line-height: 35px;
    font-weight: 700
}

@media screen and (min-width: 600px) {
    .steps__headline {
        margin-left:185px
    }
}

.steps__title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0
}

.steps__item {
    margin-top: 20px
}

@media screen and (min-width: 600px) {
    .steps__item {
        display:flex;
        flex-direction: row;
        justify-content: left;
        align-items: center;
        margin-top: 0;
        margin-bottom: 20px;
        padding-right: 70px
    }

    .steps__item:last-of-type {
        margin-bottom: 0
    }
}

.steps__item--img {
    margin-left: -15px;
    margin-right: -15px;
    position: relative
}

@media screen and (max-width: 599px) {
    .steps__item--img {
        margin-bottom:20px
    }
}

@media screen and (min-width: 600px) {
    .steps__item--img {
        width:165px;
        height: 165px;
        margin-right: 20px;
        margin-left: 0;
        flex: 0 0 165px
    }
}

.steps__item--img img {
    width: 100%
}

.steps__item--number {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 11px;
    color: #fff;
    font-size: 90px;
    font-weight: 300;
    line-height: 0;
    font-family: "Open Sans",sans-serif
}

@media screen and (max-width: 599px) {
    .steps__item--number--black {
        color:#1a2441
    }
}

.health {
    padding-bottom: 40px
}

@media screen and (min-width: 600px) {
    .health {
        padding-bottom:60px
    }
}

.health__headline {
    font-size: 25px;
    margin-bottom: 30px
}

.health__list {
    display: flex;
    flex-direction: column
}

@media screen and (min-width: 600px) {
    .health__list {
        flex-direction:row;
        justify-content: space-around;
        align-items: flex-start
    }
}

.health__item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px
}

@media screen and (min-width: 600px) {
    .health__item {
        justify-content:center;
        flex-direction: column;
        margin-bottom: 0;
        width: calc(33% - 20px);
        text-align: center
    }
}

@media screen and (min-width: 600px) {
    .health__item p {
        width:100%
    }
}

.health__item:last-of-type {
    margin-bottom: 0
}

.health__img {
    max-width: 78px;
    max-height: 78px
}

@media screen and (max-width: 599px) {
    .health__img {
        margin-right:10px
    }
}

@media screen and (min-width: 600px) {
    .health__img {
        margin-bottom:20px
    }
}

.health__img img {
    width: 100%
}

.audi-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: linear-gradient(#1a2441,#005c9e)
}

.audi-advantages p {
    color: #fff
}

.audi-advantages__headline {
    color: #a7d6f5;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 30px
}

.audi-advantages__flex {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 599px) {
    .audi-advantages__flex {
        justify-content:flex-start
    }
}

@media screen and (min-width: 600px) {
    .audi-advantages__flex {
        justify-content:space-between;
        align-items: center
    }
}

.audi-advantages__item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

@media screen and (min-width: 600px) {
    .audi-advantages__item {
        flex-direction:row;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }
}

.audi-advantages__item:last-of-type {
    margin-bottom: 0
}

.audi-advantages__item--title {
    font-weight: 600;
    text-transform: uppercase
}

.audi-advantages__img {
    flex: 0 0 auto;
    display: flex;
    align-items: center
}

@media screen and (min-width: 600px) {
    .audi-advantages__img {
        margin-right:50px
    }
}

@media screen and (max-width: 599px) {
    .audi-advantages__img img {
        width:80px;
        margin-right: 20px
    }
}

@media screen and (min-width: 600px) {
    .audi-advantages__img img {
        width:100px
    }
}

.audi-advantages__copy {
    color: #fff
}

.trust-box {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    margin-bottom: 24px;
    padding: 10px 8px;
    background-color: #f0f0f0
}

@media screen and (min-width: 600px) {
    .trust-box {
        padding:30px 16px
    }
}

.trust-box__icons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    justify-content: center;
    margin-bottom: 20px
}

.trust-box__icons img {
    max-height: 100px
}

@media screen and (min-width: 600px) {
    .trust-box__icons img {
        max-height:80px
    }
}

@media screen and (max-width: 320px) {
    .trust-box__icons img {
        max-height:65px
    }
}

.footer {
    width: 100%;
    background-color: #fff;
    border-top: 2px solid #265da5
}

.footer__subtitle {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    text-align: center
}

.footer__text {
    margin-top: 20px
}

.footer__media {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px
}

@media screen and (min-width: 600px) {
    .footer__media {
        margin-bottom:30px
    }
}

.footer__links {
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #265da5
}

.hidden {
    display: none
}

.ff-closed__item,.ff-first__item,.ff-follow__item {
    display: none
}

.ff-first .ff-first__item {
    display: block
}

.ff-follow .ff-follow__item {
    display: block
}

.ff-closed .ff-closed__item {
    display: block
}

.ff-self .ff-first__item {
    display: block
}

.ff-others .ff-first__item {
    display: block
}

@media screen and (max-width: 599px) {
    .hide-mobile {
        display:none
    }
}

@media screen and (min-width: 600px) {
    .hide-desktop {
        display:none
    }
}
.trust-rating__copy {
        text-align: center;
        max-width: 720px;
        margin: 20px auto 0;
            color: #808081;
    font-size: 13px;
    }
footer{padding:15px 30px}.trust-rating__copy{color:#808081;line-height:20px;margin-top:20px;margin-bottom:0}.blue__box{padding:5px 20px;margin-top:30px;position:relative;background-color:#AAF2EA}.blue__box h3{margin-bottom:20px;margin-top:0;color:#1a2441;font-size:30px;line-height:36px;text-align:start}