@font-face {
    font-family: 'intro-bold';
    src: url('../fonts/intro-bold.woff2') format('woff2'), url('../fonts/intro-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'intro-black';
    src: url('../fonts/intro-black.woff2') format('woff2'), url('../fonts/intro-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'made';
    src: url('../fonts/made.woff2') format('woff2'), url('../fonts/made.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

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


/* Basics */

:root {
    --yellow: #ffcf00;
}

body {
    background: white;
    color: black;
    font-family: 'intro-bold', sans-serif;
    font-size: 18px;
    line-height: 26px;
    overflow-x: hidden;
}

h1 {
    font-family: "made", sans-serif;
    font-size: 2em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2,
h3 {
    font-family: "made", sans-serif;
    font-size: 1.5em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

h3 {
    font-size: 1.1em;
    margin-bottom: 5px;
}

a {
    text-decoration: underline;
    color: black;
}

a:hover {
    text-decoration: none;
}

.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

p {
    margin-bottom: 25px;
}

.innerwidth {
    width: calc(100% - 50px);
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.flex>div {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.section {
    position: relative;
    background: none;
    z-index: 1;
    padding: 80px 0;
    width: 100vw;
    overflow-x: hidden;
}

.section-intro {
    padding: 180px 0 40px 0;
}

.section-intro:before {
    content: "";
    width: 200%;
    height: 100%;
    position: fixed;
    background: var(--yellow);
    z-index: -1;
    transform: skewX(-13.6deg);
    top: 0;
    left: -150vw;
}

.section-intro .flex.flex-intro>div:nth-child(1) {
    width: calc(60% - 20px);
    margin-right: 20px;
}

.section-intro .flex.flex-intro>div:nth-child(2) {
    width: 40%;
}

.section-intro .flex.flex-intro>div:nth-child(2) img {
    right: -10px;
    position: relative;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
}

.section-intro p {
    font-size: 1.3em;
}

.flex-onlineshop {
    background: red;
}

.flex-onlineshops {
	display: flex;
    justify-content: center;
    flex-direction: row;
}

.flex-onlineshops>div {
    width: calc(30% - 10px);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 0 15px;
}

.cta.cta-keepintouch,
.cta.cta-onlineshops {
    border: 0;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 50px auto 0px auto;
    letter-spacing: 1px;
    padding: 5px 25px;
    font-size: .8em;
    transition: top .2s, left .2s;
    text-transform: uppercase;
    font-family: "intro-black", sans-serif;
    text-align: center;
    cursor: pointer;
    outline: 0;
	text-decoration: none;
    color: black;
}

.cta.cta-keepintouch {
	margin-left: 0;
	margin-top: 0;
}

.cta.cta-keepintouch:before,
.cta.cta-onlineshops:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--yellow);
    border: 3px solid #000;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    transform: skewX(-13.6deg);
}

.cta.cta-onlineshops:after,
.cta.cta-keepintouch:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border: 3px solid #000;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -2;
    transform: skewX(-13.6deg);
}

.cta.cta-onlineshops:active {
    transform: translate(4px, 4px);
}

.cta.cta-onlineshops:active:after {
    display: none;
}

.popup-wrap {
    background: rgba(255, 207, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    justify-content: center;
    flex-direction: column;
    z-index: 100;
}

body.modal-active .popup-wrap {
    display: flex;
}

.popup-innerwrap {
    width: calc(90% - 80px);
    overflow: auto;
    max-height: calc(90vh - 80px);
    background: white;
    margin: 0 auto;
    max-width: 320px;
    padding: 40px;
    box-shadow: 10px 10px 0px rgb(0 0 0);
    transition: 1.2s;
    opacity: 0;
    transform: translateY(-80px);
}

body.modal-active {
    overflow: hidden;
}

body.modal-active .popup-innerwrap {
    transform: translateY(0);
    opacity: 1;
}

ul.onlineshop-list {
    margin: 40px 0 0 0;
}

ul.onlineshop-list li {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 31px;
    height: 31px;
    cursor: pointer;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.divider {
    background: white;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    height: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.divider.divider-storefinder {
    background: white url('../images/divider-storefinder.svg') repeat-x center center;
    background-size: auto 30px;
}

.divider.divider-deinestores {
    background: white url('../images/divider-deinestores.svg') repeat-x center center;
    background-size: auto 30px;
}


/* Filter */

.section-filter {
    background: var(--yellow);
    padding-bottom: 40px;
}

.section-filter label {
    font-size: 0.8em;
    text-transform: uppercase;
}

.section-filter .filter {
    max-width: 800px;
    margin: 0 auto;
}

.section-filter .filter>div {
    margin-bottom: 5px;
    width: calc(100% - 10px);
}

.section-filter .filter>div+div {
    margin-bottom: 25px;
}

.section-filter .input-wrap input {
    border: 3px solid black;
    background: white;
    height: 40px;
    padding: 0 10px;
    width: calc(100% - 26px);
    font-family: inherit;
    outline: 0;
    border-radius: 0;
    font-size: 1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.section-filter .input-wrap select {
    color: inherit;
    font: inherit;
    margin: 0;
    width: calc(100% - 6px);
    height: 46px;
    cursor: pointer;
    -webkit-appearance: none;
    border: none;
    width: calc(100% - 0px);
    -moz-padding-start: calc(15px - 3px);
    padding-left: 15px;
    background: white url('../images/icon-arrow-down.svg') no-repeat calc(100% - 15px) center;
    background-size: 20px auto;
    border: 3px solid black;
    color: black;
    font-family: inherit;
    font-size: 1em;
    outline: none;
    border-radius: 0;
    cursor: pointer;
}

.section-filter .filter>div.action-wrap {
    width: 100%;
    text-align: center;
}

.section-filter .filter>div.action-wrap .cta {
    border: 0;
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin: 0 3px 10px 0;
    letter-spacing: 1px;
    padding: 10px 45px;
    font-size: .9em;
    transition: top .2s, left .2s;
    text-transform: uppercase;
    font-family: "intro-black", sans-serif;
    text-align: center;
    cursor: pointer;
    outline: 0;
    color: black;
}

.section-filter .filter>div.action-wrap .cta:before {
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    border: 3px solid #000;
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    transform: skewX(-13.6deg);
}

.section-filter .filter>div.action-wrap .cta:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    border: 3px solid #000;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: -2;
    transform: skewX(-13.6deg);
}

.section-filter .filter>div.action-wrap .cta:active {
    transform: translate(4px, 4px);
}

.section-filter .filter>div.action-wrap .cta:active:after {
    display: none;
}


/* Map */

.map {
    width: 100%;
    height: 100vw;
    max-height: 0px;
    background: #dadada;
    position: relative;
    z-index: 1;
    transition: max-height 1s;
}

.map.wrapsfinder-map-open {
    max-height: 700px;
}


/* Results */

.amountwrap {
    display: inline;
}

.list-label {
    display: none;
}

.results .row {
    margin-bottom: 40px;
    padding-left: 80px;
    width: calc(100% - 80px);
    position: relative;
}

.results .row:before {
    content: "";
    width: 44px;
    height: 60px;
    background: url('../images/icon-pointer.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 15px;
}

.results .row .loc-wolt {
    padding-left: 35px;
    position: relative;
}

.results .row .loc-wolt:before {
    content: "";
    width: 25px;
    height: 25px;
    background: url('../images/wolt.svg') no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 1px;
}

/* floating layer */

.floating-layer {
    position: fixed;
    top: 0;
    max-width: 100%;
    right: 0;
    z-index: 999;
    background: var(--yellow);
    border-bottom: 3px solid black;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    height: 110px;
    width: 100%;
}

.floating-layer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 25px;
    width: 80px;
    height: 100%;
    background: url('../images/icon-megafon-black.svg') no-repeat center center;
    background-size: contain;
}

.floating-layer a {
    padding: 30px 10px 28px 125px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1em;
}

/* footer */

footer {
    background: white;
    padding: 70px 0 50px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

footer .innerwidth a {
    margin: 0 10px;
}

footer .logo {
    height: 60px;
    width: 100vw;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 10;
    background: url('../images/ac-logo-bg.png') repeat-x center center;
    background-size: auto 60px;
}

footer .logo span {
    text-indent: -9999px;
    height: 60px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: url('../images/ac-logo.png') no-repeat center center;
    background-size: auto 60px;
}


/* Responsive */

@media (min-width: 769px) {

    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    .section {
        padding: 130px 0;
    }
    .section-intro {
        padding: 80px 0 40px 0;
    }
    .section-filter {
        padding-bottom: 40px;
    }
    .flex-intro {
        margin-bottom: 40px;
    }
    .flex>div {
        justify-content: center;
    }
    .section-intro .flex.flex-intro>div:nth-child(2) img {
        right: -70px;
    }
    .section-results {
        padding-bottom: 80px;
    }
    .results {
        padding-top: 40px;
    }
    .results .row {
        width: calc(50% - 90px);
    }
    .section-filter .filter>div {
        margin-bottom: 25px;
        width: calc(50% - 10px);
    }
    .section-filter .filter>div.action-wrap .cta:hover {
        color: white;
    }
    .section-filter .filter>div.action-wrap .cta:active {
        transform: translate(4px, 4px);
    }
    .section-filter .filter>div.action-wrap .cta:active:after {
        display: none;
    }
    .section-filter .filter>div.action-wrap .cta:hover:before {
        background: black;
    }
    .floating-layer {
        position: fixed;
        height: auto;
        top: 6vh;
        max-width: 245px;
        right: -80px;
        z-index: 999;
        background: var(--yellow);
        border: none;
        transform: skewX(-13.6deg);
        border: 3px solid black;
        padding-right: 80px;
        box-shadow: 5px 5px 0 black;
    }
    
    .floating-layer:before {
        content: "";
        position: absolute;
        top: -40px;
        left: -50px;
        width: 80px;
        height: 80px;
        background: url('../images/icon-megafon-black.svg') no-repeat center center;
        background-size: contain;
        transform: skewX(13.6deg);
    }
    
    .floating-layer a {
        padding: 27px 10px 25px 25px;
        display: block;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 1em;
        transform: skewX(13.6deg);

    }
    footer {
        padding: 70px 0 40px 0;
    }
}

@media (min-width: 1600px) {
    .innerwidth {
        max-width: 1400px;
    }
    h1 {
        font-size: 5em;
    }
    h2 {
        font-size: 3em;
    }
    h3 {
        font-size: 2em;
    }
    .section-intro .flex.flex-intro>div:nth-child(2) img {
        right: -140px;
    }
    .results .row {
        width: calc(33% - 90px);
    }
    .map {
        max-height: 800px;
    }
    
}