html {
    font-size: 0.625rem;
}
body {
    font-size: 1.8rem;
    margin: 10px;
    background: #fff;
}
* {
    font-family: 'Lusitana', Georgia, Times, serif;
    color: #004b8d;
    box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 120%;
}
.content-3 h2 {
    font-weight: 400;
    font-family: 'Volkhov','Lusitana', Georgia, Times, serif;
    font-style: italic;
    margin-bottom: 30px;
}
h3 {
    font-size: 4.8rem;
}
h4 {
    font-size: 6.8rem;
}
h5 {
    font-size: 3.6rem;
    font-weight: 400;
    font-family: 'Volkhov','Lusitana', Georgia, Times, serif;
    font-style: italic;
}
i {
    font-family: 'Volkhov','Lusitana', Georgia, Times, serif;
}
a {
    transition: opacity ease 0.4s;
}
a:hover {
    opacity: 0.6;
}
img {
    max-width: 100%;
    height: auto;
}
.outsidewrapper {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}
.container {
    float: left;
    width: 100%;
}
.container.wrapper {
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.header {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
}
header.header {
    background: center center no-repeat;
    background-size: cover;
}
.border {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 4%;
    background: #004b8d;
}
.border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33.33%;
    background: #F92D2F;
}
.border::after {
    content: '';
    position: absolute;
    top: 33.33%;
    left: 0;
    width: 100%;
    height: 33.33%;
    background: #fff;
}
.logo {
    position: absolute;
    width: 400px;
    max-width: 40%;
    height: 130px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.logo img {

}
.content {
    position: relative;
    float: left;
    width: 100%;
    padding-bottom: 40px;
    background: center top no-repeat;
    background-size: cover;
}
.contentcontainer {
    float: left;
    width: 96%;
    margin: 20px 2%;
    padding: 20px 0 0 0;
}
.centercontainer {
    max-width: 1040px;
    margin: 0 auto;
}

/* languagesmenu */

.languagesmenu {
    float: right;
    width: 30%;
    text-align: right;
    margin: 0;
    padding: 0;
}
.languagesmenu li {
    display: inline-block;
    padding: 0 15px;
}
.languagesmenu li a {
    position: relative;
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.languagesmenu li.active a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.9);
}

/* content */

.content.content-1 {
    padding-bottom: 160px;
}
.intro {
    float: left;
    position: relative;
    width: 50%;
    height: auto;
    text-align: center;
    background: rgba(255,255,255,0.75);
    padding: 40px 40px 0 40px;
    z-index: 1;
}
.intro .ce-textpic {
    margin-bottom: -40%;
}
.intro .ce-below .ce-gallery {
    max-width: 50%;
    margin: 0 auto;
}

.download {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
}
.download .ce-textpic,
.download .ce-gallery,
.download .ce-row {
    overflow: visible;
}
.download p {
    display: inline-block;
    margin: 0 auto;
}
.download .ce-gallery img {
    transform: rotate(1.5deg);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.6);
    margin-bottom: 20px;
}
.download .ce-bodytext p a {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    padding: 0 60px 0 20px;
    font-size: 20px;
    white-space: nowrap;
    color: #fff;
    background: url('../../Images/dutchdelightveal/bg_button_download.png') top right no-repeat #004b8d;
    background-size: 100% auto;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 6px;
    margin-bottom: 10px;
    transition: opacity ease 0.4s;
}

.content.content-2 {
    padding-bottom: 20%;
}
.content.content-3 {
    padding-bottom: 100px;
    background: rgba(0,38,72,1.0);
}
.content.content-3 * {
    color: #fff;
}
.content.content-3 .maincontent .ce-gallery {
    width: 30%;
    margin: 0 25px 0 0;
}
@media all and (min-width: 700px) {
    .content.content-3 .maincontent .ce-textpic {
        overflow: visible;
    }
    .content.content-3 .maincontent .ce-gallery {
        float: left;
        position: relative;
        width: 30%;
        height: 0;
        padding-bottom: 52.5%;
        margin: -27.5% 25px 0 0;
    }
}
.content.content-3 .maincontent .ce-row {
    margin-bottom: 25px;
}
.content .ce-border img {
    border: 2px solid #fff;
}
.claims {
    display: inline-block;
    vertical-align: top;
    width: 67.5%;
}
.claims ul {
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 0;
}
.claims ul li {
    text-align: center;
    padding: 15px 0;
}
.claims ul li:first-child {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}
.legend {
    display: inline-block;
    width: 30%;
    border: 2px solid #fff;
    padding: 0 15px;
    margin: 0 0 25px 2%;
}
.seperator,
.contact {
    /*float: left;*/
    /*width: 100%;*/
    margin-bottom: 50px;
}
.logos {
    float: left;
    width: 100%;
    margin-top: 25px;
    text-align: right;
}
.logos ul,
.logos li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.logos li {
    margin: 0 0 20px 20px;
    display: inline-block;
}
.logos li img {
    width: 150px;
}

/* blues */

.header::before,
.content-1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 4%;*/
    height: 100%;
    background: rgba(0,38,72,0.8);
}
.content-1::before {
    height: 5%;
}

.contact .frame-layout-1 .ce-outer,
.contact .frame-layout-1 .ce-inner,
.contact .frame-layout-1 .ce-row {
    width: 100%;
    right: unset;
    text-align: center;
}
.contact .frame-layout-1 .ce-column {
    float: none;
    display: inline-block;
    margin: 20px 5%;
}

/* cookie message */

.cookiemessage {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    background: rgba(0,0,0,0.75);
    border-top: 1px solid #fff;
    z-index: 2;
    display: none;
}
.cookiemessage .contentcontainer {
    padding: 0;
    margin: 0;
}
.cm_content {
    text-align: center;
}
.cm_content * {
    display: inline-block;
    color: #fff;
    text-align: center;
}
.cm_content ul {
    margin: 0;
}
.cm_content li {
    padding: 0 10px;
}
.cm_content li:last-child {
    cursor: pointer;
    text-decoration: underline;
    border-left: 1px dotted rgba(255,255,255,0.6);
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1250px) {
    body {
        margin: 0;
    }
    .outsidewrapper {
        width: 100%;
    }
    .outsidewrapper > .container.wrapper {
        margin: 0;
    }
    .header {
        height: 0;
        padding-bottom: 20%;
    }
}
@media screen and (max-width: 1040px) {
    .content.content-1 {
        padding-bottom: 12.7vw;
    }
    .intro {
        padding: 4.1vw;
        padding-bottom: 1px
    }
    .intro h3 {
        font-size: 4.62vw;
    }
    .intro h4 {
        font-size: 6.54vw;
    }
    .intro h5 {
        font-size: 3.7vw;
    }
    .download .ce-bodytext p a {
        font-size: 1.6rem;
    }
    .content-3 .contentcontainer {
        width: 90%;
        margin: 20px 5%;
    }
}
@media screen and (max-width: 767px) {
    .claims,
    .claims ul,
    .claims ul li,
    .legend {
        width: 100%;
        margin: 0 0 25px 0;
    }
}
@media screen and (max-width: 640px) {
    .intro,
    .download {
        float: none;
        width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
    .intro {
        margin-bottom: 125px;
    }
    .intro h3 {
        font-size: calc(1.12 * 4.62vw);
    }
    .intro h4 {
        font-size: calc(1.12 * 6.54vw);
    }
    .intro h5 {
        font-size: calc(1.12 * 3.7vw);
    }
}
@media screen and (max-width: 450px) {
    .intro,
    .download {
        width: 70%;
    }
    .intro h3 {
        font-size: calc(1.44 * 4.62vw);
    }
    .intro h4 {
        font-size: calc(1.44 * 6.54vw);
    }
    .intro h5 {
        font-size: calc(1.44 * 3.7vw);
    }
}
