html {
    font-size: 0.625rem;
    margin: 0;
}
body {
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 0;
    background: #fff;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    color: #060506;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: border-box;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all ease 0.4s;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}
a:hover {
    /*opacity: 0.6;*/
    border-bottom: 1px solid #060506;
}
p {
    margin-bottom: 2.7rem;
}
img {
    max-width: 100%;
    height: auto;
}
.ce-border img {
    border: none; 
}
.frame-layout-1 .ce-border img {
    border: 1px solid rgba(0,0,0,0.5);
    box-shadow: -5px 7px 7px 0 rgba(0,0,0,0.2);
}
.text-center {
    text-align: center;
}
.frame > header > * {
    font-weight: 700;
    margin-top: 0;
}
h2,
h3,
figcaption {
    font-weight: 700;
    color: #dd052b;
}
figcaption {
    font-size: 5.2rem;
    line-height: 5.2rem;
}
ul {
    padding-inline-start: 1.25em;
}

/* fake bootstrap */

.container-fluid {
    position: relative;
    float: left;
    width: 100%;
}
.container {
    width: 100%;
    max-width: 1140px;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.row {
    float: left;
    width: calc(100% + 30px);
    margin: 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
*[class*=col] {
    position: relative;
    float: left;
    width: 100%;
    padding: 15px;
}
@media screen and (min-width: 1024px), print {
    .col-1 {
        width: 8.33%;
    }
    .col-2 {
        width: 12.5%;
    }
    .col-3 {
        width: 25%;
    }
    .col-4 {
        width: 33.33%;
    }
    .col-5 {
        width: 41.67%;
    }
    .col-6 {
        width: 50%;
    }
    .col-7 {
        width: 58.33%;
    }
    .col-8 {
        width: 66.67%;
    }
    .col-9 {
        width: 75%;
    }
    .col-10 {
        width: 83.33%;
    }
    .col-11 {
        width: 91.67%;
    }
    .col-12 {
        width: 100%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 50%;
    }
}
@media screen and (min-width: 551px) and (max-width: 767px) {
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12 {
        width: 100%;
    }
}

/* layout */

.outsidewrapper {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.content {
    position: relative;
}
.box-shadow {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.10);
}
.filler {
    float: left;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.background-dark {
    color: #fff;
    background: #060506;
}
.background-dark,
.border {
    padding-bottom: 150px;
    background: url('../../Images/gourmetonline/bg_dark.jpg') center center no-repeat #060506;
    background-size: cover;
}
.background-dark::before,
.border::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#060506+0,060506+100&1+0,0+30,0+70,1+100 */
    background: -moz-linear-gradient(top,  rgba(6,5,6,1) 0%, rgba(6,5,6,0) 30%, rgba(6,5,6,0) 70%, rgba(6,5,6,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(6,5,6,1) 0%,rgba(6,5,6,0) 30%,rgba(6,5,6,0) 70%,rgba(6,5,6,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(6,5,6,1) 0%,rgba(6,5,6,0) 30%,rgba(6,5,6,0) 70%,rgba(6,5,6,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#060506', endColorstr='#060506',GradientType=0 ); /* IE6-9 */
}
.swoosh {
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 9%;
    color: #fff;
    background: url('../../Images/gourmetonline/bg_swoosh.png') center top no-repeat;
    background-size: 100% auto;
}
.swoosh.swooshbottom {
    background-position: center bottom;
}
.outsidewrapper > .container-fluid > .swoosh.swooshtop {
    margin-top: -9%;
}
.outsidewrapper > .container-fluid > .swoosh.swooshbottom {
    margin-bottom: -9%;
    z-index: 1;
}

    /* header */

header.header {
    position: relative;
    float: left;
    width: 100%;
    height: 250px;
    z-index: 5;
}
header.header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../../Images/gourmetonline/bg_header.png') center bottom no-repeat;
    background-size: 100% auto;
}
.header.header .logocontainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 219px;
    height: 371px;
    background: url('../../Images/gourmetonline/bg_label_logo.png') center center no-repeat;
    background-size: 100% 100%;
    z-index: 5;
}
.header.header .logocontainer .logo {
    position: absolute;
    bottom: 21.5%;
    left: calc(20% - 5px);
    width: 60%;
    height: 0;
    padding-bottom: 62.5%;
    background: url('../../Images/gourmetonline/gourmet_online_logo.png') center center no-repeat;
    background-size: 100% auto;
}
.language-container {
    background: #020203;
    overflow: hidden;
}
.languagesmenu {
    position: relative;
    float: right;
    text-align: right;
    margin: 5px 10px;
}
.languagesmenu li {
    display: inline-block;
    padding: 0 10px;
}
.languagesmenu li a {
    font-size: 1.6rem;
    color: #fff;
    padding: 5px 0;
}
.languagesmenu li a .mobile {
    display: none;
}
.languagesmenu li.active a {
    border-bottom: 1px solid #fff;
}

    /* content */

.header.image {
    margin-top: -125px;
    min-height: 100vh;
    background: url('../../Images/gourmetonline/bg_header_content.jpg') center center no-repeat;
    background-size: cover;
}
.header.content .col-left .frame {
    margin-top: -75%;
    max-width: 300px;
}
@media all and (max-width: 768px) {
    .header.content .col-left .frame {
        margin-top: -50%;
        max-width: 300px;
    }
}
@media all and (max-width: 551px) {
    .header.content .col-left .frame {
        max-width: 250px;
    }
}
.header.content .col-right ul {
    list-style: none;
    padding-inline-start: 0;
}
.header.content .col-right ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.header.content .col-right ul li::before {
    content: '';
    position:  absolute;
    top: 5px;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #dd052b;
    transform: rotate(45deg);
}

    /* main content */

.maincontent {
    padding: 10% 0;
}
@media all and (min-width: 1024px) {
    .maincontent .col-right .ce-image {
        position: absolute;
        transform: translate(0, -50%);
        z-index: 2;
    }
}

/* usps */

.background-dark h1 {
    text-align: center;
}
.usps {
    padding: 0 0 10% 0;
    min-height: 100vh;
    background: url('../../Images/gourmetonline/bg_usps.jpg') center top no-repeat rgba(225,230,235,1.0);
    background-size: cover;
    background-size: 100% auto;
}
.background-dark h1 strong {
    font-size: 64px;
    font-family: 'Dancing Script';
    color: #dd052b;
    margin-right: 10px;
    line-height: 6.0rem;
}
.usps .filler {
    padding-bottom: 15%;
}
.usps .col-left .frame {
    padding: 30px 30px 80px 30px;
    background: rgba(255,255,255,0.8);
    clip-path: polygon(0 0 , 100% 0 , 100% 100% ,50% calc(100% - 50px) , 0 100% );
    -webkit-clip-path: polygon(0 0 , 100% 0 , 100% 100% ,50% calc(100% - 50px) , 0 100% );

}
.usps .col-right {
    color: #dd052b;
    font-size: 3.0rem;
    font-weight: 700;
}
.usps .col-right ul {
    list-style: none;
    padding-inline-start: 0;
}
@media all and (min-width: 768px) {
    .usps .col-right .frame {
        position: relative;
        height: 100%;
    }
    .usps .col-right .frame ul {
        position: absolute;
        bottom: 0;
    }
}

/* safety guard */

.safetyguard {
    min-height: 100vh;
    background: url('../../Images/gourmetonline/bg_safetyguard.jpg') center top no-repeat;
    background-size: 100% auto;
}
.safetyguard .filler {
    padding-bottom: 50%;
}
.safetyguard::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

/* footer */

.footer .ce-headline-center {
    font-size: 48px;
    font-family: 'Dancing Script';
    color: #dd052b;
}

/* cookie message */

.cookiemessage {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 16px;
    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 all and (max-width: 1400px) {
    /*header.header + .header.content .container {*/
    /*    background-size: auto 120%;*/
    /*}*/
}

@media all and (max-width: 1024px) {
    header.header {
        height: 25vw;
    }
    .header.header .logocontainer {
        left: 41vw;
        width: 18vw;
        height: 32vw;
        transform: unset;
    }
    .header.image {
        margin-top: -25vw;
    }
    .background-dark {
        padding-bottom: 0;
    }
}
@media all and (max-width: 551px) {
    .content.header .filler {
        padding-bottom: 100%;
    }
    .footer .ce-headline-center {
        font-size: 30px;
    }
    .languagesmenu li a .mobile {
        display: inline;
    }
    .languagesmenu li a .desktop {
        display: none;
    }
}