﻿@font-face {
    font-family: 'mm-headline';
    src: url('/font/mmheadlinepro-regular-webfont.woff2') format('woff2'), url('/font/mmheadlinepro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mm-body';
    src: url('/font/mmtextpro-regular-webfont.woff2') format('woff2'), url('/font/mmtextpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mm-body';
    src: url('/font/mmtextpro-semibold-webfont.woff2') format('woff2'), url('/font/mmtextpro-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'mm-body';
    src: url('/font/mmtextpro-bold-webfont.woff2') format('woff2'), url('/font/mmtextpro-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: sans-serif;
    font-size: 28px;
    color: #646464;
    line-height: 1;
    padding: 16px;
}

a {
    color: #000;
}

.fonts-loaded body {
    font-family: mm-body, sans-serif;
}

.container {
    margin: 0 auto;
    max-width: 1200px;
}

.title-row {
    display: flex;
}

.title {
    flex: 1 1 auto;
    min-width: 0;
}

.illustration1 {
    width: 19%;
    position: relative;
    margin-right: 47px;
    flex-shrink:0;
}

    .illustration1 img {
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.illustration2 {
    max-width: 100%;
    height: auto;
}

h1 {
    font-family: sans-serif;
    font-size: 56px;
    line-height: 1;
    color: #df0000;
}

    h1 .prominent {
        font-size: 70px;
        line-height: 0.8;
    }

.fonts-loaded h1 {
    font-family: mm-headline, sans-serif;
}

h2 {
    font-weight: 600;
    font-size: 50px;
    color: #df0000;
    margin: 30px 0 80px 0;
}

hr {
    border: none;
    border-top: 3px solid #df0000;
    margin-bottom: 57px;
}

section {
    max-width: 720px;
    margin: 0 auto 4px auto;
    display: flex;
}

.section-icon {
    width: 85px;
    height: 84px;
    flex: none;
    margin-right: 23px;
}

.section-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

h3 {
    color: #df0000;
    font-family: sans-serif;
    font-size: 40px;
    line-height: 1.546;
    margin: 12px 0 0;
    text-transform: uppercase;
}

    h3.prominent {
        font-size: 54px;
        line-height: 1.145;
    }

.fonts-loaded h3 {
    font-family: mm-headline, sans-serif;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 30px;
    line-height: 1.222;
}

    ol > li,
    ul > li {
        display: table;
    }

        ol > li::before,
        ul > li::before {
            content: url('/images/CompanyLanding/MediaMarkt/bullet-point.png');
            display: table-cell;
            padding: 0 16px 0 10px;
        }

select {
    font-size: 16px;
    font-family: sans-serif;
    font-weight: 700;
    color: #444;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    border: 2px solid #aaa;
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    border-radius: .5em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg role='img' fill='%23ffffff' viewBox='0 0 512 720' xmlns='http://www.w3.org/2000/svg'%3E%3Csymbol id='arrowUp'%3E%3Cpath d='M256 0A49 49 0 0 1 293 16L502 254A39 39 0 1 1 443 306L260 98A5 5 0 0 0 252 98L69 306A39 39 0 1 1 10 254L219 16A49 49 0 0 1 256 0Z'/%3E%3C/symbol%3E%3Cuse href='%23arrowUp' /%3E%3Cuse href='%23arrowUp' transform='translate(0 400) rotate(180 256 160)' /%3E%3C/svg%3E"), linear-gradient(to bottom, #92c175 0%,#3e970a 100%);
    background-repeat: no-repeat;
    background-position: right .7em top 50%, right 0 top 0;
    background-size: .65em 100%, 2.3em 100%;
    margin-top: 13px;
}

.fonts-loaded select {
    font-family: mm-body, sans-serif;
}

select::-ms-expand {
    display: none;
}

select:hover {
    border-color: #888;
}

select:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

select option {
    font-weight: normal;
}


.faq-item-title-container {
    margin:0;
    padding:0;
}


.faq-item-title {
    /* Reset button styles */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font-size: inherit;
    font-family: inherit;
    text-align: left;
    font-weight: 700;
    color: #df0000;
    cursor: pointer;
}

    .faq-item-title:hover,
    .faq-item-title:focus {
        /* Add focus/hover styles as needed */
        text-decoration: underline;
        outline: 2px solid #005596; /* Example focus style */
        outline-offset: 2px;
    }

.faq-item-content-container {
    height: 0;
    overflow: hidden;
}

.faq-item-content {
    padding: 17px 0;
}

.cookie-alert {
    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;
    padding: 40px;
    color: #000;
    background: white;
    border: 2px solid #df0000;
    box-shadow: 0 0 4px 0 rgba(19, 20, 20, .3);
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: -16px;
    z-index: 1000;
}

    .cookie-alert .button {
        display: inline-block;
        max-width: 256px;
        height: 48px;
        padding: 0 32px;
        font-size: 18px;
        text-decoration: none;
        line-height: 48px;
        color: #fff;
        border-radius: 4px;
        box-shadow: 0 2px 4px 0 rgba(19, 20, 20, .08);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        box-sizing: border-box;
        will-change: transform, box-shadow
    }

.button--red {
    border: 1px solid #df0000;
    background-color: #df0000;
    color: white;
}

.cookie-alert a {
    color: #000;
    text-decoration: underline;
}

@media (max-width:1200px) {
    .illustration1 {
        margin-right: 4.7vw;
        flex-shrink: 0;
    }

    .illustration2 {
        max-width: 80%;
    }

    h1 {
        font-size: 4.5vw;
    }

        h1 .prominent {
            font-size: 5.4vw;
        }

    h2 {
        font-size: 3.6vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }

    hr {
        margin-bottom: 4vw;
    }

    .section-icon {
        height: 40px;
        width:40px;
        margin-right: 8px;
        object-fit: contain;
        flex-shrink: 0;
        flex-grow: 0;
        margin-top: 12px;
    }

    .section-content {
        flex-grow: 1;
        display:flex;
        flex-direction:column;
    }

    h3 {
        font-size: 24px;
    }

        h3.prominent {
            font-size: 32px;
        }

    body {
        font-size: 20px;
    }

    ul {
        font-size: 24px;
    }

    select{
        width:100%;
    }
}

@media (max-width:720px) {

    .illustration1 {
        margin-right: 4.7vw;
        flex-shrink: 0;
        width:24%;
    }

    h1 {
        font-size: 6vw;
    }

        h1 .prominent {
            font-size: 7.2vw;
        }

    h2 {
        font-size: 5vw;
        margin-top: 5vw;
        margin-bottom: 5vw;
    }

    h3 {
        font-size: 18px;
    }

        h3.prominent {
            font-size: 22px;
        }

        .section-icon{
            height:32px;
            width:32px;
        }

    section {
        max-width: 100%;
    }

    body {
        font-size: 16px;
    }

    ul {
        font-size: 16px;
    }
}
