:root {
    --primary-color: #2A7BC4;
    --secondary-color: #f5f5f5;
}

body {
    font-family: "Montserrat", Arial, sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

/* added padding on big screens */
@media (min-width: 1979px) {
    #headline {
        padding-block: 20px !important;
        padding-bottom: 10px!important;
    }

    .section-container {
        padding-block: 5rem;
    }
}

section {
    margin: 0;
    padding: 0;
}

.container {
    max-width: 950px !important;
}
/* ============ */
/* Main section */

h1, h2, h3, p {
    margin: 0;
    letter-spacing: -.05em;
}

#headline h1 {
    margin-top: 1rem;
    font-size: 30px;
    color: var(--primary-color);
}

#headline h2 {
    font-size: 24px;
    border-bottom: 1px solid var(--secondary-color);
    width: fit-content;
    font-weight: bold;
    color: #535353;
}

#main-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

/* ========================= */
/* Left part with paragraphs */

#left {
    padding: 0;
}

#left p {
    font-size: 18px;
    font-weight: 400 !important;
}

#left span {
    color: var(--primary-color)
}

.blue-line {
    background-color: var(--primary-color);
    padding-right: .5rem;
    margin-right: 1rem;
}

/* ============================== */
/* right part with CTA and price */

#right {
    border-color: var(--secondary-color);
    border-radius: 4px;
    padding: 0;
}

.tablet-background {
    display: none;
}

.new-price > :first-of-type {
    font-size: 16px;
    color: gray;
}

.mwst {
    font-size: 10px !important;
    font-weight: 400 !important;
}

a {
    text-decoration: none;
    color: #757575;
}

.preis {
    font-size: 34px;
}

.preis-container {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.new-price {

    background-color: var(--secondary-color);
    border-top: 1px solid rgba(211, 211, 211, 0.4);
    border-bottom: 1px solid rgba(211, 211, 211, 0.4);
}

.preis-container h3 {
    font-size: 16px;
}

.preis-container h3 span {
    font-weight: 400;
}

.info p {
    font-size: 10px;
    color: #757575;
}

#right span {
    color: var(--primary-color)
}

.button {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    border: none;
    font-size: 14px;
    padding: .7rem 0;
    color: white;
    border-radius: 4px;
    text-align: center;
}

.button:hover, #offer a {
    color: white !important;
}

.mwst, .info p, #sicherekauf p {
    line-height: 12px;
}

.bg-partner-img {
    background: url("../../dc/img/icons/logo-partner.png") no-repeat center;
    background-size: contain;
    height: 40px;
}

#sicherekauf {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#sicherekauf p {
    font-size: 10px;
    font-weight: 400;
    color: #8d8d8d;
}

.logo-catcher {
    width: 20px;
    height: 20px;
}

/* ======== */
/* Benefits */

#benefits {
    background-color: var(--secondary-color);
    padding: 2rem 0;
}

.container-flex {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.benefits-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#benefits h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-size: 18px;
}

#benefits p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 96%;
}

.img-color {
    width: 20px;
    height: 20px;
    -webkit-filter: invert(53%) sepia(11%) saturate(3836%) hue-rotate(173deg) brightness(79%) contrast(93%);
    filter: invert(53%) sepia(11%) saturate(3836%) hue-rotate(173deg) brightness(79%) contrast(93%);
}

.check {
    width: 60px;
    height: 60px;
    margin-right: 3rem;
}

/* ===== */
/* FAQ's */

#faq {
    background-color: var(--secondary-color);
    padding: 2rem 0;
}

#faq h3 {
    font-size: 18px;
    color: var(--primary-color);
}

.question-img {
    width: 64px;
}

#faq button {
    font-size: 14px;
}

#faq p {
    font-size: 14px;
}

.accordion-item {
    background-color: #ffffff;
}

#faq h4 {
    font-size: 14px;
    font-weight: 600;
}


/* ===== */
/* offer */

.offer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#offer {
    background-color: var(--secondary-color);
    padding-top: 2rem;
    padding-bottom: 4rem;
}

#offer p {
    font-size: 16px;
    width: 60%;
    line-height: 20px;
}

#offer span {
    color: var(--primary-color)
}

.button-cta {
    display: block;
    background-color: var(--primary-color);
    border: none;
    font-size: 16px;
    padding: .9rem 3rem;
    color: white;
    border-radius: 4px;
}


#footer {
    background-color: var(--primary-color);
    margin-top: auto !important;
}

#footer p {
    color: white;
    font-size: 14px;
}

/* ============= */
/* Laptop Version */

@media screen and (max-width: 1024px) {

    .container {
        max-width: 750px !important;
    }

    #headline h1 {
        font-size: 24px;
    }

    #headline h2 {
        font-size: 16px;
    }

    #left p {
        font-size: 16px;
    }

    .preis-container h3 {
        font-size: 16px;
    }

    .logo-catcher {
        width: 20px;
        height: 20px;
    }

    .img-color {
        width: 20px;
        height: 20px;
    }

    #sicherekauf p {
        font-size: 10px;
    }

    .info p {
        font-size: 10px;
    }

    .mwst {
        font-size: 10px !important;
    }

    .check {
        width: 40px;
        height: 40px;
    }

    #benefits h3 {
        font-size: 16px;
    }

    #benefits p {
        width: 100%;
    }

    #faq h3 {
        font-size: 16px;
    }

    .question-img {
        width: 50px;
    }

    #faq button {
        font-size: 14px;
    }

    #faq p {
        font-size: 14px;
    }

    #offer p {
        font-size: 16px;
    }

    #offer a {
        font-size: 16px;
        padding: .9rem 1.5rem;
        text-align: center;
    }

    #footer p {
        font-size: 16px;
    }

    .button-cta {
        padding: 0.9rem 1.5rem;
    }
}

/* ============= */
/* Tablet Version */

@media screen and (max-width: 821px) {

    .tablet-background {
        display: block;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }

    .break {
        display: none;
    }

    .tablet-headline h2 {
        font-size: 34px;
        color: var(--primary-color)
    }

    .tablet-headline p {
        font-size: 24px;
        color: #6A6A6A;
    }

    .preis-container {
        border-radius: 0;
    }

    .preis-container > :first-of-type {
        display: none;
    }

    #headline {
        display: none;
    }

    #left p {
        font-size: 20px;
    }

    #right {
        margin-bottom: 3rem;
    }

    .bg-partner-img {
        height: 80px;
    }

    .preis-tag span {
        font-size: 67px;
    }

    .preis-container h3 {
        font-size: 24px;
    }

    .mwst {
        font-size: 20px !important;
    }

    .new-price > :first-of-type {
        font-size: 34px;
        color: gray;
    }

    .info p {
        font-size: 20px;
    }

    .mwst, .info p, #sicherekauf p {
        line-height: 24px;
    }

    .button {
        font-size: 24px;
    }

    .logo-catcher {
        height: 70px;
        width: 70px;
    }

    #sicherekauf p {
        font-size: 20px;
    }

    .check {
        width: 60px;
        height: 60px;
    }

    #benefits h3 {
        font-size: 22px;
    }

    #benefits p {
        font-size: 18px;
        line-height: 110%;
    }

    #faq h3 {
        font-size: 22px;
    }

    .question-img {
        width: 50px;
    }

    #faq button {
        font-size: 20px;
    }

    #faq p {
        font-size: 16px;
    }

    #offer p {
        font-size: 20px;
        width: 100%;
        line-height: 110%;
    }

    #footer p {
        font-size: 14px;
    }

    .offer-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-cta {
        width: 100%;
        margin-top: 2rem;
    }

    #offer a {
        font-size: 20px;
    }
}

/* ============= */
/* Mobile Version */

@media screen and (max-width: 440px) {
    .tablet-headline h2 {
        font-size: 28px;
        color: var(--primary-color)
    }

    .mwst, .info p, #sicherekauf p {
        line-height: 14px;
    }

    .break {
        display: block;
    }

    .new-price > :first-of-type {
        font-size: 24px;
        color: gray;
    }

    .tablet-headline p {
        font-size: 14px !important;
        margin-top: 0;
    }

    .preis-container h3 br {
        display: block;
    }

    .preis-tag span {
        font-size: 47px;
    }

    .bg-partner-img {
        height: 44px;
    }

    #headline {
        display: none;
    }

    #left p {
        font-size: 18px;
    }

    #right {
        margin-bottom: 3rem;
    }

    .mwst {
        font-size: 14px !important;
    }

    .info p {
        font-size: 14px;
    }

    .img-color {
        width: 35px;
        height: 35px;
    }

    .button {
        font-size: 20px;
    }

    .logo-catcher {
        height: 25px;
        width: 25px;
    }

    #sicherekauf p {
        font-size: 14px;
    }

    .container-flex {
        gap: 1.5rem
    }

    .benefits-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .check {
        display: none;
    }

    #benefits h3 {
        font-size: 18px;
    }

    #benefits p {
        font-size: 16px;
    }

    #faq {
        padding: 1rem 0;
    }

    #faq h3 {
        font-size: 18px;
    }

    .question-img {
        width: 40px;
        height: 40px;
    }

    #faq button {
        font-size: 16px;
    }

    #faq p {
        font-size: 12px;
    }

    #faq h4 {
        font-size: 14px;
    }

    #offer {
        background-color: var(--secondary-color);
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    #offer p {
        font-size: 16px;
    }

    #footer p {
        font-size: 14px;
    }

    #offer a {
        font-size: 16px;
    }
}

@media screen and (max-width: 394px) {
    .tablet-headline h2 {
        font-size: 24px;
        color: var(--primary-color)
    }

    .tablet-headline p {
        font-size: 12px !important;
        margin-top: 0;
    }

    #headline {
        display: none;
    }

    #left p {
        font-size: 16px;
    }

    .bg-partner-img {
        height: 40px;
    }

    .button {
        font-size: 18px !important;
    }

    .preis-tag span {
        font-size: 40px;
    }

    .new-price > :first-of-type {
        font-size: 20px;
    }

    #right {
        margin-bottom: 3rem;
    }

    .mwst {
        font-size: 12px !important;
    }

    .info p {
        font-size: 12px;
    }

    .img-color {
        width: 35px;
        height: 35px;
    }

    .button {
        font-size: 20px;
    }

    .logo-catcher {
        height: 25px;
        width: 25px;
    }

    #sicherekauf p {
        font-size: 12px;
    }

    .container-flex {
        gap: 1.5rem
    }

    .benefits-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .check {
        display: none;
    }

    #benefits h3 {
        font-size: 16px;
    }

    #benefits p {
        font-size: 14px;
    }

    #faq {
        padding: 1rem 0;
    }

    #faq h3 {
        font-size: 16px;
    }

    .question-img {
        width: 40px;
        height: 40px;
    }

    #faq button {
        font-size: 14px;
    }

    #faq p {
        font-size: 12px;
    }

    #faq h4 {
        font-size: 12px;
    }

    #offer {
        background-color: var(--secondary-color);
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    #offer p {
        font-size: 16px;
    }

    #footer p {
        font-size: 12px;
    }
}

@media screen and (max-width: 361px) {

    .tablet-headline h2 {
        font-size: 22px;
    }

    .tablet-headline p {
        font-size: 10px !important;
    }

    #sicherekauf p {
        font-size: 10px;
    }

    .new-price > :first-of-type {
        font-size: 16px;
    }

    .info p {
        font-size: 10px;
    }

    .mwst {
        font-size: 10px !important;
    }

    .button {
        font-size: 14px !important;
    }

    .logo-catcher {
        width: 20px;
        height: 20px;
    }

    .preis-tag span {
        font-size: 34px;
    }

    #left p {
        font-size: 14px;
    }

    .check {
        width: 40px;
        height: 40px;
    }


    #benefits h3 {
        font-size: 14px;
    }

    #benefits p {
        font-size: 12px;
    }

    #faq h3 {
        font-size: 14px;
    }

    .question-img {
        width: 30px;
        height: 30px;
    }

    #faq button {
        font-size: 12px;
    }

    #faq h4 {
        font-size: 10px;
    }

    #faq p {
        font-size: 10px;
    }

    #offer p {
        font-size: 14px;
    }

    .button-cta {
        padding: 1rem 0;
    }

    #offer a {
        font-size: 14px;
    }
}

/* Accordion reset */

.acc {
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}