body {
    background-image: url('https://ewglobalbv.nl/img/bg01.jpg');
    background-size: cover;
    background-attachment: fixed;
    font-family: Arial, sans-serif;
    padding: 20px;
}

header {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

header .language-switch {
    padding: 10px;
    border-radius: 20px;
    background: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
}

header > .logo {
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.language-switch {
    display: flex;
    overflow: hidden;
}

.language-switch > a+a {
    margin-left: 10px;
}

.lang {
    width: 49px;
    height: 69px;
    margin-bottom: -20px;
    cursor: pointer;
}

.content {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.8);
}

h1, h2, a {
    color: #393186;
}

.wa {
    vertical-align: middle;
    line-height: 1em;
}

footer {
    text-align: center;
    font-size: .8em;
    color: #ccc;
    text-shadow: 0 0 6px #393186, 1px 1px 0 #393186, -1px -1px 0 #393186;
}

.cc-window {
    position: fixed;
    margin: auto;
    vertical-align: middle;
    padding: 80px;
    border-radius: 60px;
    font-size: 1.5em;
    text-align: center;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.cc-compliance {
    display: block;
    text-align: center;
    margin: 10px auto 0;
}

.cc-btn {
    display: inline-block;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    background: #393186;
    font-weight: 700;
    cursor: pointer;
}

.cc-invisible {
    display: none !important;
    visibility: hidden;
}

@media screen and (max-width: 767px) {
    body {
        padding: 140px 10px 10px;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .cc-window {
        padding: 20px;
        width: 80%;
    }
}