﻿/* ===[ Base rules are the defaults. ]=== */

/* ----------------------------------------------------------------- @font-face */

@font-face {
    font-family: 'heineken_core';
    src: url('../fonts/heineken_core-webfont.eot');
    src: url('../fonts/heineken_core-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heineken_core-webfont.woff') format('woff'),
         url('../fonts/heineken_core-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'heineken_core_bold';
    src: url('../fonts/heineken_core-bold-webfont.eot');
    src: url('../fonts/heineken_core-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/heineken_core-bold-webfont.woff') format('woff'),
         url('../fonts/heineken_core-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: hnl-icon;
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/hnl-icon.eot?#iefix") format("embedded-opentype"),
        url("../fonts/hnl-icon.woff") format("woff"),
        url("../fonts/hnl-icon.ttf") format("truetype")
}
.lightboxwrapper {
    background: #ffffff;
    padding: 26px 20px 10px!important;
}

    .lightboxwrapper h1 {
        -webkit-text-shadow: none;
        -moz-text-shadow: none;
        text-shadow: none;
    }

body.lightbox,
body.lightbox p {
    color: #555555;
}

.rte {
    margin-bottom: 20px;
}

/* HTML5 display definitions
   ================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
    }

[hidden] {
    display: none;
}

/* ===[ Base ]=== */

* {
    margin: 0;
    padding: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    overflow-x: auto;
}

html,
body,
button,
input,
select,
textarea {
    font-family: 'heineken_core', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #666;
}

body {
    font-size: 87.5%;
}

strong {
    font-weight: 700;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #666;
}

::-moz-placeholder {
    color: #666;
}

:-ms-input-placeholder {
    color: #666;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.hidden {
    display: none;
}

/* ----------------------------------------------------------------- Links
   ================================================== */

a {
    color: #008200;
    text-decoration: underline;
    -webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}

header a,
footer a {
    text-decoration: none;
}

a:hover {
    color: #008200;
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* ===[ Typography ]=== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    line-height: normal;
}

h1,
.h1 {
    font-size: 2em;
    padding: 0;
    margin: 0 0 20px;
    color: #008200;
}

    h1.grey {
        color: #666;
    }

h2,
.h2 {
    font-family: 'heineken_core', Arial, Helvetica, sans-serif;
    margin: 0 0 10px 0;
    font-size: 1.286em;
    color: #008200;
}

h3,
.h3 {
    font-family: 'heineken_core', Arial, Helvetica, sans-serif;
    font-size: 1.143em;
    margin: 0 0 18px 0;
    color: #008200;
}

    h1.red,
    h2.red,
    h3.red,
    h4.red,
    h5.red,
    h6.red,
    h1.red a,
    h2.red a,
    h3.red a,
    h4.red a,
    h5.red a,
    h6.red a {
        color: #ff2b00 !important;
    }

h1 a {
    color: #008200;
    text-decoration: none;
}

h2 a {
    text-decoration: none;
}

.sub-title {
    font-size: 1.286em;
}

.green {
    color: #008200 !important;
}

.red {
    color: #ff2b00 !important;
}

p {
    margin: 0 0 20px;
    font-size: 1em;
    line-height: 1.2;
}

blockquote p {
    margin: 0;
}

blockquote {
    margin: 0 0 20px;
}

/* ----------------------------------------------------------------- Lists
   ================================================== */

ul,
ol {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}

    ul li {
        background: transparent url(../img/list-bullet.png) no-repeat 0 7px;
        margin: 0;
        padding: 0 0 0 20px;
    }

    ol li {
        list-style: decimal;
        margin: 0 0 0 20px;
    }

dd {
    margin: 0 0 0 10px;
}

nav ul,
nav ol,
.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    nav ul li,
    .footer ul li {
        background: none;
        padding: inherit;
    }

iframe#iframe {
    min-height: 500px;
}

/* social sharing  */

#share {
    padding: 0;
}

    #share ul {
        position: relative;
        left: 50%;
        float: left;
    }

        #share ul li {
            background-image: none;
            padding-left: 0;
            float: left;
            margin-right: 0;
            margin-left: 15px;
            position: relative;
            left: -50%;
        }

@media screen and (min-width: 1024px) {
    #share {
        overflow: hidden;
    }

        #share ul {
            left: 0;
            float: none;
        }

            #share ul li {
                float: right;
                left: 0;
            }
}

/* ----------------------------------------------------------------- Embedded content
   ================================================== */

img {
    border: 0;
    vertical-align: middle;
}

/* main content  */

.content-visual img {
    margin-bottom: 20px;
}

.main-content hgroup h1 {
    margin-bottom: 10px;
}

/* ----------------------------------------------------------------- Tables
   ================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px;
}

tr {
    border-right: 1px solid #ccc;
}

th {
    border-top: 1px solid #ccc;
    font-weight: bold;
}

th,
td {
    text-align: left;
    padding: 4px 6px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

td {
    vertical-align: top;
}

/* ------------------------------------------------------------ Buttons
   ================================================== */

.button,
button,
.submitBtn,
a.submit {
    font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
    padding: 0 25px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    font-size: 1em;
    cursor: pointer;
    height: 35px;
    line-height: 36px;
    border: none;
    background-color: #008200;
}

    /* button with white arrow  */

    .button.has-arrow {
        padding-left: 15px;
        padding-right: 15px;
    }

        .button.has-arrow:before {
            background: url("../img/sprite.png") no-repeat 0 -476px;
            content: "";
            width: 6px;
            height: 9px;
            display: inline-block;
            float: right;
            margin: 15px 0 0 10px;
        }

    .button button {
        width: 100%;
    }

    .button:hover,
    .submitBtn:hover,
    a.submit:hover {
        background-color: #205527;
        color: #fff !important;
    }

    .button.disabled,
    .button:disabled,
    button.disabled,
    .submitBtn.disabled,
    .button.disabled:hover,
    .button:disabled:hover,
    button.disabled:hover,
    .submitBtn.disabled:hover {
        opacity: 0.5;
        cursor: default;
        background-color: #008200;
    }

.emph {
    font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
    color: #008200;
}

.rte h2,
.rte h3 {
    margin-bottom: 5px;
}

button.link {
    height: 32px;
    line-height: 32px;
    padding: 0;
    background: none;
    color: #008200;
}

/* ----------------------------------------------------------------- Footer
   ================================================== */

footer {
    margin-top: 30px;
}

/* footer teasers  */

.footer h2 {
    float: left;
    margin: 0;
    color: #666666;
    font: 16px/32px'heineken_core', Arial, Helvetica, sans-serif;
}

    .footer h2 a {
        color: #666666;
    }

    .footer h2 i,
    .footer h3 i {
        text-transform: uppercase;
        font-style: normal;
    }

footer .topwrap {
    background: #e9e8e8 url("../img/shadow-top.png") no-repeat center 0;
    padding: 40px 0 20px;
}

footer .bottomwrap {
    background: #d3d3d3;
    color: #fff;
    height: 36px;
    padding: 12px 0;
}

footer .footerlinks {
    padding-top: 18px;
}

    footer .footerlinks a {
        font-size: 12px;
        color: #666666;
        float: right;
        text-decoration: underline;
    }

        footer .footerlinks a:hover {
            text-decoration: none;
        }

footer .teasers .teaser {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    height: 228px;
    position: relative;
}

footer .teasers h3 {
    color: #999999;
    font: 20px/32px'heineken_core', Arial, Helvetica, sans-serif;
}

footer .teasers .actions {
    height: 33px;
    line-height: 33px;
    padding: 0;
    border-top: 1px solid #ccc;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

    footer .teasers .actions a {
        display: block;
        padding: 0 20px;
    }

        footer .teasers .actions a:hover {
            background: #ddd;
        }

        footer .teasers .actions a:after {
            background: url("../img/sprite.png") no-repeat 0 -446px;
            content: "";
            display: inline-block;
            height: 9px;
            width: 6px;
            margin-left: 10px;
        }

.footer .info li,
.footer .social li {
    float: left;
    list-style: none;
    padding: 0;
    margin-left: 5px;
}

    .footer .social li.kununu a,
    .footer .social li.xng a,
    .footer .social li.twitter a,
    .footer .social li.linkedin a,
    .footer .social li.youtube a {
        background: url(../img/icons_social.png) no-repeat;
        width: 39px;
        height: 35px;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        vertical-align: top;
    }

    .footer .social li.twitter a {
        background-position: left top;
    }

    .footer .social li.twitter:hover a {
        background-position: left bottom;
    }

    .footer .social li.linkedin a {
        background-position: -44px top;
    }

    .footer .social li.linkedin:hover a {
        background-position: -44px bottom;
    }

    .footer .social li.youtube a {
        background-position: -88px top;
    }

    .footer .social li.youtube:hover a {
        background-position: -88px bottom;
    }
    .footer .social li.kununu a {
        background-position: -132px top;
    }

    .footer .social li.kununu:hover a {
        background-position: -132px bottom;
    }
    .footer .social li.xng a {
        background-position: -177px top;
    }

    .footer .social li.xng:hover a {
        background-position: -177px bottom;
    }
/* stock info  */

.teaser.stockinfo li {
    text-align: right;
    font-size: 38px;
}

    .teaser.stockinfo li:first-child {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

.teaser.stockinfo h3 {
    font-size: 20px;
    text-align: left;
}

.teaser.stockinfo .rise,
.teaser.stockinfo .fall,
.teaser.stockinfo .unchanged {
    float: left;
    background: url("/framework/websites/heinekenduitsland/img/icons_stockinfo.png") no-repeat;
    width: 29px;
    height: 34px;
}

.teaser.stockinfo .unchanged {
    background: none;
}

    .teaser.stockinfo .unchanged .relative {
        padding-left: 0;
    }

.teaser.stockinfo .rise {
    background-position: left top;
}

.teaser.stockinfo .fall {
    background-position: left bottom;
}

.teaser.stockinfo .relative {
    font-size: 18px;
    text-align: left;
    padding-left: 40px;
    display: block;
    margin-top: 15px;
    white-space: nowrap;
}

/* news headlines  */

.teaser.newsheadlines ul li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

    .teaser.newsheadlines ul li:first-child {
        border-top: none;
        margin-top: 0px;
        padding-top: 0px;
    }

    .teaser.newsheadlines ul li h4 {
        font-size: 14px;
    }

        .teaser.newsheadlines ul li h4 a {
            color: #333;
            display: block;
        }

            .teaser.newsheadlines ul li h4 a:hover {
                color: #008200;
            }

/* twitterfeed  */

.teaser.twitterfeed {
    padding-bottom: 40px;
    position: relative;
}

    .teaser.twitterfeed:before {
        background: url("/framework/websites/heinekenduitsland/img/icon_twitter.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
        content: "";
        height: 25px;
        position: absolute;
        right: 20px;
        top: 20px;
        width: 32px;
    }

    .teaser.twitterfeed .loader {
        background: url("/framework/websites/heinekenduitsland/img/loader.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        display: inline-block;
        height: 24px;
        left: 50%;
        margin: -12px 0 0 -12px;
        position: absolute;
        top: 50%;
        width: 24px;
    }

    .teaser.twitterfeed p {
        color: #999;
        font-size: 14px;
        line-height: 20px;
    }

        .teaser.twitterfeed p a {
            color: #00acee;
        }

    .teaser.twitterfeed .twhead {
        margin: 0 0 10px;
        overflow: hidden;
    }

        .teaser.twitterfeed .twhead a {
            text-decoration: none;
        }

        .teaser.twitterfeed .twhead h3 {
            color: #333333;
            font: 16px/1'heineken_core_bold';
            margin: 0 0 5px;
            text-align: left;
        }

        .teaser.twitterfeed .twhead .twitter_account {
            color: #999999;
            font-size: 12px;
        }

            .teaser.twitterfeed .twhead .twitter_account i {
                font-style: normal;
            }

        .teaser.twitterfeed .twhead .twthumb {
            float: left;
            margin: -5px 10px 0 0;
        }

    .teaser.twitterfeed .tweet {
        line-height: 20px;
        margin: 0;
        padding: 0;
    }

        .teaser.twitterfeed .tweet a {
            text-decoration: none;
        }

            .teaser.twitterfeed .tweet a:hover {
                color: #51CFFF;
            }

    .teaser.twitterfeed .twinfo .twdate {
        color: #999999;
        font-size: 12px;
    }

    .teaser.twitterfeed .twlinks {
        float: right;
        margin-top: 2px;
    }

    .teaser.twitterfeed .twinfo {
        border-top: 1px solid #CCCCCC;
        height: 33px;
        line-height: 33px;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0 20px;
        position: absolute;
    }

        .teaser.twitterfeed .twinfo a {
            background: url("/framework/websites/heinekenduitsland/img/tw_action.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            display: inline-block;
            height: 15px;
            margin-left: 10px;
            overflow: hidden;
            text-indent: -9999em;
            width: 15px;
        }

            .teaser.twitterfeed .twinfo a:hover {
                outline: 0 none;
            }

        .teaser.twitterfeed .twinfo .twreply {
            background-position: -18px -31px;
        }

            .teaser.twitterfeed .twinfo .twreply:hover {
                background-position: -34px -31px;
            }

        .teaser.twitterfeed .twinfo .twretweet {
            background-position: 0 -62px;
        }

            .teaser.twitterfeed .twinfo .twretweet:hover {
                background-position: -16px -62px;
            }

            .teaser.twitterfeed .twinfo .twretweet:active {
                background-position: -32px -62px;
            }

        .teaser.twitterfeed .twinfo .twfavourite {
            background-position: 0 0;
        }

            .teaser.twitterfeed .twinfo .twfavourite:hover {
                background-position: -16px 0;
            }

            .teaser.twitterfeed .twinfo .twfavourite:active {
                background-position: -32px 0;
            }

/* ----------------------------------------------------------------- News
   ================================================== */

/* overview  */

.news .news-overview {
    list-style: none;
    margin: 0 0 20px;
    overflow: hidden;
}

    .news .news-overview li {
        padding: 0;
    }

.list-style-hor li .imgcontainer {
    width: 470px;
    height: 264px;
    overflow: hidden;
}

    .list-style-hor li .imgcontainer img {
        width: 100%;
        min-height: 264px;
        height: auto;
    }

.news .news-filter {
    background: #e9e8e8;
    border: 1px solid #c8c8c8;
    display: inline-block;
    padding: 10px;
    margin: 0 0 40px;
}

    .news .news-filter label {
        margin-right: 10px;
        font-size: 16px;
        color: #666;
        vertical-align: -2px;
    }

    .news .news-filter .cfe_label {
        font-size: 16px;
    }

.news .news-overview .news-meta {
    margin: 0 0 10px;
}

    .news .news-overview .news-meta,
    .news .news-overview .news-meta a {
        color: #b0b0b0;
    }

        .news .news-overview .news-meta a:hover {
            color: #008200;
        }

        .news .news-overview .news-meta br {
            display: none;
        }

        .news .news-overview .news-meta a:before {
            content: "";
            border-left: 1px solid #b0b0b0;
            margin: 0 5px;
        }

/* detail  */

.nieuwsbericht .imgcontainer {
    margin-bottom: 20px;
}

.nieuwsbericht .news-meta {
    border-top: 1px solid #e9e8e8;
    border-bottom: 1px solid #e9e8e8;
    padding: 14px 0;
    color: #999999;
    margin: 0 0 20px;
}

    .nieuwsbericht .news-meta br {
        display: none;
    }

    .nieuwsbericht .news-meta strong {
        font-weight: normal;
    }

        .nieuwsbericht .news-meta strong:before {
            content: "";
            border-left: 1px solid #ccc;
            margin: 0 8px 0 5px;
        }

        .nieuwsbericht .news-meta strong:empty {
            display: none;
        }

.nieuwsbericht .intro {
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.nieuwsbericht p {
    font-size: 14px;
    line-height: 20px;
}

.nieuwsbericht .button.back {
    position: relative;
    padding: 0 15px 0 35px;
}

    .nieuwsbericht .button.back .arrow {
        background: url("/framework/websites/heinekenduitsland/img/sprite.png") no-repeat 0 -575px;
        width: 6px;
        height: 9px;
        display: inline-block;
        margin-right: 10px;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -4.5px;
    }

iframe.contactform {
    margin-top: 20px;
}

/* ----------------------------------------------------------------- List horizontal
   ================================================== */

.list-style-hor ul {
    margin: 0;
}

    .list-style-hor ul li {
        padding: 0;
    }

/* for first block: image left, text right  */

.list-style-hor li .imgcontainer,
.list-style-hor li.odd .textcontainer {
    float: right;
}

.list-style-hor li.odd .imgcontainer,
.list-style-hor li .textcontainer {
    float: left;
}

.list-style-hor li .news-content,
.list-style-hor li .textcontainer {
    float: left;
    background: #e9e8e8;
    height: 214px;
    width: 406px;
    padding: 30px 32px 20px;
    position: relative;
}

    .list-style-hor li .news-content:before,
    .list-style-hor li .textcontainer:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #e9e8e8;
        position: absolute;
        right: -15px;
        top: 50%;
        margin-top: -10px;
        z-index: 998;
    }

.list-style-hor li.odd .news-content:before,
.list-style-hor li.odd .textcontainer:before {
    left: -15px;
    right: auto;
    border-left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #e9e8e8;
}

/* for first block: text left, image right  */

.list-style-hor.reversed li .imgcontainer,
.list-style-hor.reversed li.odd .textcontainer {
    float: left;
}

.list-style-hor.reversed li.odd .imgcontainer,
.list-style-hor.reversed li .textcontainer {
    float: right;
}

    .list-style-hor.reversed li .textcontainer:before {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-right: 15px solid #e9e8e8;
        border-left: none;
        left: -15px;
        right: auto;
    }

.list-style-hor.reversed li.odd .textcontainer:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #e9e8e8;
    border-right: none;
    right: -15px;
    left: auto;
}

.list-style-hor li .textcontainer p,
.banner .container .txt-box p,
.banner .container .txt-box {
    color: #666;
}

/* ===[ Video in list ]=== */

.media-container .media-player {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .media-container .media-player > a > img,
    .media-container .media-player > img,
    .media-container .media-player .media-poster img {
        height: auto;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .media-container .media-player > div,
    .media-container .media-player > img,
    .media-container .media-player > iframe {
        background: none repeat scroll 0 0 #000000;
        height: 100%;
        left: 0;
        position: absolute !important;
        top: 0;
        width: 100%;
    }

    .media-container .media-player > img {
        height: auto;
    }

.media-player .media-poster {
    background: none repeat scroll 0 0 #000000;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 990;
}

    .media-player .media-poster .play {
        background: url("/framework/websites/heinekenduitsland/img/play_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        cursor: pointer;
        height: 74px;
        left: 50%;
        margin: -37px 0 0 -36.5px;
        position: absolute;
        top: 50%;
        width: 73px;
        z-index: 200;
    }

    .media-player .media-poster:hover .play {
        background-position: 0 100%;
    }

/* detail  */

/* ----------------------------------------------------------------- Pager
   ================================================== */

.paginator-holder {
    display: block;
    clear: both;
    margin: 20px 0;
}

.paginator {
    display: block;
    text-align: center;
}

    .paginator li {
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        background: #dddddd !important;
        position: relative;
        padding: 0 !important;
        margin: 0 !important;
        vertical-align: top;
        border-bottom: none!important;
    }

        .paginator li a {
            display: block;
            text-decoration: none;
        }

    .paginator .prev,
    .paginator .next {
        display: inline-block;
        font-size: 0;
        line-height: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 40px;
        height: 40px;
    }

    .paginator .prev {
        background: #bbbbbb url("/framework/websites/heinekenduitsland/img/sprite.png") no-repeat 12px -490px;
    }

    .paginator .next {
        background: #bbbbbb url("/framework/websites/heinekenduitsland/img/sprite.png") no-repeat -38px -490px;
    }

    .paginator a.prev:hover,
    .paginator a.next:hover,
    .paginator a:hover {
        background-color: #6ba200;
        color: #fff;
    }

    .paginator .current {
        color: #333;
    }

    /* 
    -------------------------------------
    FAQ
    -------------------------------------
    */

.faq-list h2 {
    padding: 12px;
    background-color: #f2f2f2;
    font-weight: 700;
    font-size: inherit;
    color: #333;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #e9e8e8
}

.faq-list h2:after {
    margin-top: -5px;
    font-family: 'hnl-icon';
    content: "\e60b";
    position: absolute;
    top: 50%;
    right: 12px;
    font-size: 10px;
    color: #999
}

.faq-list h2.active {
    background-color: #7ab800;
    color: #fff
}

.faq-list h2.active:after {
    color: #fff;
    content: "\e608"
}

.faq-list h3 {
    padding: 12px 10px 12px 40px;
    font-size: inherit;
    color: #008200;
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e9e8e8;
    font-style: italic
}

.faq-list h3:before {
    margin-top: -6px;
    font-family: 'hnl-icon';
    content: "\e60f";
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 12px;
    color: #7ab800;
    font-style: normal
}

.faq-list h3.active:before {
    content: "\e60e"
}

.faq-list .faq-toggle {
    margin: 0;
    position: relative;
    cursor: pointer
}

.faq-list .faq-content {
    display: none
}

.faq-list .faq-content p {
    margin: 0;
    color: #333
}

.faq-list .faq-content .faq-content {
    padding: 0 0 12px 40px
}



/* ----------------------------------------------------------------- Media queries
   ================================================== */

@media \0screen {
    /* IE8
       ================================================== */

    html {
        font-family: 'aspect-ratio-16x9';
    }
}

@media screen and (max-width: 1280px) {
    /* ===[ Android hack ]=== */

    html {
        font-family: 'aspect-ratio-4x3';
    }

    body:after {
        content: 'aspect-ratio-4x3';
        display: none;
    }
}

@media screen and (min-width: 1281px) {
    /* ===[ Android hack ]=== */

    html {
        font-family: 'aspect-ratio-16x9';
    }

    body:after {
        content: 'aspect-ratio-16x9';
        display: none;
    }
}

/* ----------------------------------------------------------------- desktop
   ================================================== */

@media screen and (min-width: 1024px) {
    .outer-wrap,
    .inner-wrap {
        height: 100%;
    }

    /* ===[ Grid ]=== */

    .container {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 10px;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .container .container {
            padding: 0;
        }

        /*.container.wb {
            padding: 0;
            max-width: 100%;
        }*/

    .col {
        display: block;
        float: left;
    }

        .row:after,
        .col:after,
        .header:after,
        .container:after {
            content: "";
            display: table;
            clear: both;
        }

    .col-centered {
        margin: 0 auto;
        float: none;
    }

    .mobile {
        display: none;
    }

    /* ===[ Base Grid ]=== */

    .col-1 {
        width: 100%;
    }

    .col-2 {
        width: 50.0%;
    }

    .col-3 {
        width: 31.86%;
    }

    .col-4 {
        width: 23.0%;
    }

    .col-5 {
        width: 25.5319148936%;
    }

    .col-6 {
        width: 74.4680851064%;
    }

    .col-7 {
        width: 40.4255319148%;
    }

    .col-8 {
        width: 59.5744680851%;
    }

    .col-9 {
        width: 38.2978723404%;
    }

    .col-10 {
        width: 61.7021276596%;
    }

    .col-50 {
        width: 50%;
        padding-left: 2.2%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .col-50.leftcol {
            padding-left: 0;
            padding-right: 2.2%;
        }

    /* ===[ Offsets ]=== */

    .col-3 {
        padding-right: 1.4%;
    }

        .col-3,
        .col-3 #ie8#fix {
            padding-right: 2.21%;
        }

    .ie8 .col-3 {
        padding-right: 0;
        padding-left: 2.21%;
    }

        .ie8 .col-3:first-child {
            padding-left: 0;
        }

    .col-4 {
        padding-right: 2%;
    }

        .col-4,
        .col-4 #ie8#fix {
            padding-right: 2.66%;
        }

            .col-2:last-child,
            .col-3:last-child,
            .col-4:last-child,
            .col-2:nth-child(2),
            .col-2:nth-child(4),
            .col-2:nth-child(6),
            .col-2:nth-child(8),
            .col-3:nth-child(3),
            .col-3:nth-child(6),
            .col-3:nth-child(9),
            .col-3:nth-child(12),
            .col-4:nth-child(4),
            .col-4:nth-child(8),
            .col-4:nth-child(12) {
                padding-right: 0;
            }

    /* header  */

    .header {
        width: 100%;
        top: 0;
        left: 0;
        height: 139px;
    }

        .header:after,
        .header:before {
            display: table;
            content: "";
        }

        .header:after {
            clear: both;
        }

        .header .row {
            margin: 0 0 15px;
        }

        .header .container {
            max-width: 960px;
            padding: 10px 10px 0;
        }

    /* header > logo  */

    .logo {
        display: inline-block;
        float: left;
    }

        .logo a {
            margin: 0 10px 0 0;
            background: url(../img/logo.png) no-repeat 0 0;
            width: 237px;
            height: 75px;
            display: block;
            text-indent: -9999px;
        }

    /* header > main-nav  */

    .menu-link {
        display: none;
    }

    .sub-nav {
        float: right;
        margin: 7px 0 0 0;
    }

        .sub-nav nav:after {
            content: '';
            display: table;
            clear: both;
        }

        .sub-nav li {
            position: relative;
            float: left;
            margin: 0 0 20px 0;
            line-height: 20px;
        }

            .sub-nav li a {
                padding: 6px 12px;
                margin: 0;
                color: #999;
                display: block;
            }

            .sub-nav li:first-child {
                padding-left: 0;
            }

            .sub-nav li:last-child a {
                border-right: none;
                padding-right: 0;
            }

        .sub-nav a:hover,
        .sub-nav.selected a {
            color: #205527;
        }

        .sub-nav .button {
            background-color: #ff2b00;
            float: right;
        }

            .sub-nav .button:hover {
                color: #fff !important;
                background-color: #ff7900;
            }

    .nav nav {
        position: relative;
        z-index: 10;
        height: 39px;
    }

        .nav nav:after {
            content: '';
            display: table;
            clear: both;
        }

    .nav .main-nav {
        display: inline-block;
    }

    .nav .info-nav {
        display: inline-block;
    }

    .nav .main-nav li {
        font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
    }

    .nav .main-nav li,
    .nav .info-nav li {
        color: #ff2b00;
        float: left;
        height: 39px;
        line-height: 39px;
        padding: 0;
        position: relative;
    }

        .nav .main-nav li:last-child a,
        .nav .info-nav li:last-child a {
            border-right: none !important;
        }

        .nav .info-nav li a {
            border-left: 1px solid #ecedec;
            border-right: 1px solid #ecedec;
            background-color: #ecedec;
        }

        .nav .main-nav li a,
        .nav .info-nav li a {
            padding: 0 9px;
            color: #008200;
            font-size: 1em;
            display: block;
        }

        .nav .main-nav li:hover a:before,
        .nav .info-nav li:hover a:before,
        .nav .main-nav li.selected a:before,
        .nav .info-nav li.selected a:before {
            background: transparent url(../img/sprite.png) no-repeat -59px -48px;
            content: "";
            display: inline-block;
            position: absolute;
            left: 50%;
            bottom: -7px;
            width: 11px;
            height: 7px;
            margin-left: -5.5px;
        }

        .nav .main-nav li:hover a:before,
        .nav .info-nav li:hover a:before,
        .nav .main-nav li.home.selected:hover a:before,
        .nav .main-nav li.home.selected a:before {
            display: none;
        }

        .nav .main-nav li.selected:hover a:before,
        .nav .info-nav li.selected:hover a:before {
            display: block;
        }

        .nav .main-nav li:hover a,
        .nav .info-nav li:hover a {
            background: #e9e8e8;
        }

        .nav .main-nav li.selected a,
        .nav .info-nav li.selected a {
            color: #fff;
            background-color: #008200;
        }

        .nav .info-nav li:hover a,
        .nav .info-nav li.selected a {
            border-left: 1px solid #fff;
            border-right: 1px solid #fff;
        }

        .nav .main-nav li.home:hover a,
        .nav .main-nav li.home.selected a {
            background-color: transparent;
        }

        .nav .main-nav li.home a {
            padding-left: 0;
            margin: 6px 0 0 0;
            background: url(../img/sprite.png) no-repeat -105px -348px;
            width: 18px;
            height: 18px;
            display: block;
            text-indent: -9999px;
        }

        .nav .main-nav li.home:hover a {
            background-position: -105px -381px;
        }

        .nav .main-nav li.home.selected:hover a,
        .nav .main-nav li.home.selected a {
            background-position: -105px -381px;
        }

    /* header search  */

    header::-webkit-input-placeholder {
        color: #999;
    }

    header:-moz-placeholder {
        color: #999;
    }

    header::-moz-placeholder {
        color: #999;
    }

    header:-ms-input-placeholder {
        color: #999!important;
    }

    input.prefilled {
        color: #999!important;
    }

    header .search-box-holder {
        position: relative;
        border: 1px solid #cccccc;
        padding-right: 20px;
        width: 200px;
    }

    header .mob-search-box-holder {
        display: none;
    }

    header .search-box-holder .clear-input {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        display: none;
    }

    header .search-box-holder .search {
        border: none;
        font-size: 14px;
        line-height: 1;
        color: #333;
        padding: 6px 0 6px 14px;
        width: 176px;
    }

    header .search-box-holder input[type="submit"] {
        background: url("../img/icon_search.png") no-repeat 0 0;
        width: 21px;
        height: 20px;
        border: none;
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -10px;
    }

        header .search-box-holder input[type="submit"]:hover {
            background-position: left bottom;
        }

    header .search-box-holder .mob-search-toggler {
        display: none;
    }

    /* main  */

    .main {
        background: url("../img/shadow-top.png") no-repeat center 0;
        margin-bottom: 50px;
        padding-top: 20px;
    }

        .main .container p {
            line-height: 1.571em;
        }

    /* main  > carousel  */

    .container-carousel {
        padding: 0;
        max-width: none;
        margin: -20px auto 50px;
        width: 940px;
        height: 400px;
    }

    .carousel {
        position: relative;
        height: 400px;
        width: 940px;
        overflow: hidden;
        display: inline-block;
        -ms-touch-action: none;
        touch-action: none;
    }

    .carousel-wrapper {
    }

    .carousel ul {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: visible;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .carousel ul li {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            background-position: 0 0;
            background-color: #102517;
            background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #205527), color-stop(100%, #010c01));
            background-image: -webkit-linear-gradient(left, #205527, #010c01);
            background-image: -moz-linear-gradient(left, #205527, #010c01);
            background-image: -ms-linear-gradient(left, #205527, #010c01);
            background-image: -o-linear-gradient(left, #205527, #010c01);
            background-image: linear-gradient(left, #205527, #010c01);
            filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#205527', endColorstr='#010c01');
            /*For IE7-8-9*/
        }

            .carousel ul li img {
                height: 100%;
            }

            .carousel ul li .txt-area {
                display: inline-block;
                position: absolute;
                right: 0%;
                top: 55px;
                color: #fff;
                font-size: 1.714em;
                width: 380px;
            }

    .carousel h1,
    .carousel .h1 {
        color: #fff;
        font-size: 2em;
    }

    .carousel ol {
        display: block;
        position: relative;
        top: -47px;
        list-style: none;
        text-align: center;
        cursor: default;
    }

        .carousel ol li {
            background: transparent url(../img/sprite.png) no-repeat left -323px;
            display: inline-block;
            position: relative;
            padding: 0;
            margin: 0 10px 0 0;
            width: 18px;
            height: 17px;
            cursor: pointer;
        }

            .carousel ol li.active {
                background-position: left -383px;
            }

    .carousel .carousel-prev,
    .carousel .carousel-next {
        background: transparent url(../img/sprite.png) no-repeat left 0;
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -16px;
        width: 19px;
        height: 32px;
        cursor: pointer;
    }

    .carousel .carousel-prev {
        left: 20px;
    }

        .carousel .carousel-prev:hover {
            background-position: left -87px;
        }

    .carousel .carousel-next {
        right: 20px;
        background-position: left -171px;
    }

        .carousel .carousel-next:hover {
            background-position: left -253px;
        }

    .news .news-overview {
        width: 940px;
    }

    /* search results  */

    .search-results {
        padding-top: 20px;
    }

        .search-results fieldset {
            background: #E9E8E8;
            border: 1px solid #C8C8C8;
            display: inline-block;
            margin: 0 0 40px;
            padding: 10px 90px 10px 10px;
            position: relative;
        }

            .search-results fieldset input {
                border: 1px solid #ccc;
                font-size: 14px;
                padding: 0 14px;
                height: 29px;
                line-height: 29px;
                vertical-align: top;
                width: 300px;
                margin: 0 0 10px;
            }

            .search-results fieldset .clear-input {
                display: none;
            }

    .ie8 .search-results fieldset input,
    .ie9 .search-results fieldset input {
        padding: 6px 14px;
        line-height: 1;
        height: auto;
    }

    .ie9 .search-results fieldset input {
        padding-top: 7px;
    }

    .ie8 header .search-box-holder .search,
    .ie9 header .search-box-holder .search {
        padding: 6px 14px;
        line-height: 1;
        height: auto;
    }

    .search-results fieldset a.submit {
        height: 31px;
        line-height: 31px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .search-results fieldset .results-amount {
        clear: both;
        margin-bottom: 0;
    }

    .search-results > ul li {
        background: none;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

        .search-results > ul li a h2 {
            color: #666;
        }

        .search-results > ul li a p {
            color: #666;
            margin: 0 0 10px;
        }

        .search-results > ul li a {
            text-decoration: none;
            display: inline-block;
            padding: 20px 0;
        }

        .search-results > ul li:first-child a {
            padding-top: 0;
        }

        .search-results > ul li a:hover .readmore,
        .search-results > ul li a:hover .icon.pdf {
            text-decoration: underline;
        }

        .search-results > ul li a .readmore:after {
            background: url("../img/sprite.png") no-repeat 0 -446px;
            content: "";
            display: inline-block;
            width: 6px;
            height: 9px;
            margin-left: 10px;
        }

        .search-results > ul li a .icon.pdf:after {
            background: url("../img/icon_file_formats.png") no-repeat 0 0;
            content: "";
            display: inline-block;
            width: 17px;
            height: 18px;
            margin-left: 10px;
        }

    .search-results ul.paginator li {
        margin: 0 2px!important;
    }

    .ie8 .search-results fieldset input[type="text"] {
        padding-top: 7px;
        height: auto;
    }

    /* main > banner top */

    .banner {
        position: relative;
        text-align: center;
        margin: 0 0 40px 0;
        height: 326px;
        width: 100%;
        background-position: 0 0;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f5f6f7), color-stop(100%, #b2bcbe));
        background-image: -webkit-linear-gradient(left, #f5f6f7, #b2bcbe);
        background-image: -moz-linear-gradient(left, #f5f6f7, #b2bcbe);
        background-image: -ms-linear-gradient(left, #f5f6f7, #b2bcbe);
        background-image: -o-linear-gradient(left, #f5f6f7, #b2bcbe);
        background-image: linear-gradient(left, #f5f6f7, #b2bcbe);
    }

        .banner:after,
        .banner .txt-box:after {
            content: "";
            display: table;
            clear: both;
        }

        .banner img {
            width: 100%;
            height: 100%;
        }

        .banner .container {
            display: inline-block;
            top: -326px;
            width: 100%;
        }

        .banner .txt-box {
            background: #fff;
            text-align: left;
            line-height: 1.571em;
            padding: 18px;
            width: 380px;
            height: 285px;
            margin: 20px 0 0 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .banner .txt-box a {
                text-decoration: none;
            }

            .banner .txt-box a {
                text-decoration: none;
            }

            .banner .txt-box.left {
                float: left;
            }

            .banner .txt-box.right {
                float: right;
            }

            .banner .txt-box.center {
                float: none;
                margin-left: 30%;
            }

        .banner h2 {
            margin: 0 0 8px 0;
        }

    .media-container {
        height: 264px;
        overflow: hidden;
        margin-bottom: 20px;
    }

    li .media-container {
        margin-bottom: 0;
    }

    .media-container .media-player iframe {
        width: 470px;
        height: 264px;
    }

    /* main > breadcrumb  */

    .breadcrumb {
        padding: 0 0 15px;
        color: #999;
        margin: 0;
    }

        .breadcrumb h1 {
            clear: both;
            font-size: 2em;
            margin: 0;
        }

        .breadcrumb a {
            color: #666;
            text-decoration: none;
        }

        .breadcrumb ol {
            margin: 0;
            overflow: hidden;
        }

            .breadcrumb ol li {
                background: url("../img/sprite.png") no-repeat 0 -541px;
                font-size: 14px;
                list-style: none;
                padding: 0 0 0 15px;
                margin: 0 0 0 10px;
                float: left;
            }

                .breadcrumb ol li:first-child {
                    background: none;
                    padding: 0;
                    margin: 0;
                }

    /* main > content  */

    .news-detail img {
        max-width: 940px;
        height: auto;
    }

    .page-cont {
        padding: 0 70px 20px 0;
    }

        .page-cont ul,
        .newsletter ul {
            margin-bottom: 20px;
        }

            .page-cont ul li,
            .newsletter ul li {
                background-position: 0 -407px;
                line-height: 1.571em;
            }

    .col-8 {
        float: left;
        padding-right: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .col-8 h2.no-top-space {
            margin-top: -4px;
        }

        .col-8 .padding-r {
            padding-right: 70px;
        }

    .col-7 {
        float: left;
    }

    /* main > contacts  */

    .contacts {
        margin-bottom: 30px;
    }

        .contacts,
        .contacts * {
            line-height: 26px;
        }

    .col-7 .contacts {
        padding: 18px 20px 30px 20px;
        border: 1px solid #ccc;
    }

    .contacts:after,
    .contacts p:after {
        clear: both;
        content: "";
        display: table;
    }

    .contacts .left {
        float: left;
        display: block;
        padding: 0 20px 0 0;
        width: 140px;
    }

    .contacts .right {
        float: left;
        display: block;
        font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
        color: #008200;
        width: 220px;
    }

    .col-7 .contacts .right {
        width: 130px;
    }

    /* main > locations  */

    .locations {
        margin-top: 43px;
    }

    .location_map {
        position: relative;
    }

        .location_map > div {
            position: absolute;
            width: 0;
            height: 0;
        }

            .location_map > div > div {
                position: absolute;
                bottom: 0;
                left: -14px;
                width: 27px;
                height: 37px;
                background: transparent url(../img/sprite.png) no-repeat -89px -88px;
                z-index: 7;
                cursor: pointer;
            }

            .location_map > div.active > div {
                left: -20px;
                width: 39px;
                height: 54px;
                background: transparent url(../img/sprite.png) no-repeat -89px -258px;
                z-index: 8;
                cursor: default;
            }

    .location_address {
        line-height: 22px;
        margin-top: 20px;
    }

        .location_address > div {
            display: none;
        }

        .location_address h2 {
            background: transparent url(../img/sprite.png) no-repeat -89px -174px;
            line-height: 32px;
            padding-left: 22px;
        }

    /* main > information digger  */

    .info-dig li {
        background-image: none;
        padding: 0 18px 0 20px;
        min-height: 59px;
        border-bottom: 1px solid #c3c3c3;
    }

        .info-dig li h2 {
            background: url(../img/sprite.png) no-repeat right -481px;
            font-family: 'heineken_core', Arial, Helvetica, sans-serif;
            font-size: 1.286em;
            line-height: 59px;
            padding: 0 20px 0 0;
            margin: 0;
        }

        .info-dig li.active {
            background-color: #f4f4f4;
        }

            .info-dig li.active h2 {
                background-position: right -569px;
            }

        .info-dig li:hover {
            background-color: #f4f4f4;
        }

        .info-dig li h2:hover {
            cursor: pointer;
        }

        .info-dig li li {
            background-color: #fff !important;
            padding: 0 20px;
            margin: 0 0 20px 0;
            min-height: 40px;
            border-bottom: none;
        }

            .info-dig li li h3 {
                line-height: 40px;
                padding: 0;
                margin: 0;
            }

            .info-dig li li h2 {
                background-image: none;
                font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
                font-size: 1em;
                line-height: 40px;
                padding: 0 20px 0 0;
                margin: 0;
            }

            .info-dig li li:hover {
                background-color: #fff;
            }

            .info-dig li li h3:hover {
                cursor: pointer;
            }

    li.info-dig-cont {
        padding-bottom: 0 !important;
    }

        .info-dig-cont,
        li.info-dig-cont.active {
            padding-bottom: 20px !important;
        }

    .col-8 .info-dig .padding-r {
        padding-right: 0;
    }

    .info-dig > li > ul,
    .info-dig .info-dig-cont > div {
        display: none;
    }

        .info-dig > li > ul.show,
        .info-dig .info-dig-cont > div.show {
            display: block;
        }

    /* main > touts  */

    .touts-large.touts-slider {
        position: relative;
    }

    .touts-slider .flex-direction-nav {
        height: auto;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        margin-top: -28px;
    }

        .touts-slider .flex-direction-nav li {
            float: none;
            width: auto;
            height: auto;
            display: block;
        }

        .touts-slider .flex-direction-nav .flex-prev,
        .touts-slider .flex-direction-nav .flex-next {
            background: #7ab800 url("../img/slider_btns.png") no-repeat 0 center;
            position: absolute;
            top: 0;
            width: 45px;
            height: 56px;
            font-size: 0;
            line-height: 0;
            display: inline-block;
            outline: 0;
        }

        .touts-slider .flex-direction-nav .flex-prev {
            background-position: 15px center;
            left: 0;
            -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
            box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.12);
        }

        .touts-slider .flex-direction-nav .flex-next {
            background-position: -32px center;
            right: 0;
            -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12);
            -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12);
            box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.12);
        }

            .touts-slider .flex-direction-nav .flex-prev:hover,
            .touts-slider .flex-direction-nav .flex-next:hover {
                background-color: #6ba200;
            }

            .touts-slider .flex-direction-nav .flex-prev.flex-disabled,
            .touts-slider .flex-direction-nav .flex-next.flex-disabled {
                background-color: #bbb;
                display: none;
            }

    .touts-large:after {
        clear: both;
        content: "";
        display: table;
    }

    .touts-large {
        padding: 0;
        height: 620px;
        width: 939px;
        position: relative;
    }

        .touts-large:before {
            content: "";
            background: #fff;
            width: 10px;
            height: 100%;
            position: absolute;
            left: -8px;
            top: 0;
            z-index: 9999;
        }

    .flex-viewport {
        width: 939px;
    }

    .touts-large ul,
    .touts-large ul li {
        margin: 0;
        padding: 0;
        background: none;
        list-style: none;
        height: 620px;
    }

        .touts-large ul li {
            float: left;
            width: 313px;
            height: 100%;
            display: inline-block;
            position: relative;
        }

        .touts-large ul.slides li {
            overflow: hidden;
        }

    .touts-large .col-3 {
        text-align: left;
        padding: 0;
    }

    .touts-large h2 {
        font-size: 1.429em;
    }

    .touts-large .visual {
        margin: 0;
        width: 100%;
        max-height: 310px;
        height: 310px;
        position: absolute;
        top: 50%;
        left: 0;
        overflow: hidden;
    }

        .touts-large .visual img {
            display: inline;
            width: 100%;
            height: auto;
        }

    .touts-large .text {
        background: #e9e8e8;
        height: 310px;
        width: 100%;
        padding: 40px 20px 20px;
        position: absolute;
        left: 0;
        top: 0%;
        -webkit-transition: background-color 300ms ease;
        -moz-transition: background-color 300ms ease;
        -o-transition: background-color 300ms ease;
        transition: background-color 300ms ease;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .touts-large .text:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-left: 15px solid transparent;
            border-right: 15px solid transparent;
            border-top: 15px solid #E9E8E8;
            position: absolute;
            left: 50%;
            bottom: -15px;
            margin-left: -15px;
            -webkit-transition: border-color 300ms ease;
            -moz-transition: border-color 300ms ease;
            -o-transition: border-color 300ms ease;
            transition: border-color 300ms ease;
        }

    .touts-large ul li:hover .text {
        background: #dddddd;
    }

        .touts-large ul li:hover .text:before {
            border-top-color: #ddd;
        }

    .touts-large p {
        margin: 0 0 16px;
        color: #666;
    }

    .touts-large .alt-button,
    .banner .alt-button {
        color: #008200;
        font-family: 'heineken_core_bold';
        text-decoration: none;
    }

        .touts-large .alt-button:hover,
        .banner .alt-button:hover {
            text-decoration: underline;
        }

        .touts-large .alt-button:after,
        .banner .alt-button:after {
            background: url(../img/sprite.png) no-repeat 0 -446px;
            content: "";
            width: 6px;
            height: 9px;
            display: inline-block;
            margin-left: 10px;
        }

    .touts-large .bottom-tout .alt-button:after {
        background-position: 0 -476px;
    }

    /* ===[ Bottom tout ]=== */

    .touts-large .bottom-tout .visual {
        top: 0%;
    }

    .touts-large .bottom-tout .text {
        top: 50%;
        background: #7ab800;
    }

        .touts-large .bottom-tout .text * {
            color: #fff;
        }

    .touts-large ul li.bottom-tout:hover .text {
        background: #6ba200;
    }

    .touts-large .bottom-tout .text:before {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #7ab800;
        border-top: none;
        bottom: auto;
        top: -15px;
    }

    .touts-large .bottom-tout:hover .text:before {
        border-bottom-color: #6ba200;
    }

    /* sustainability  */

    .sustainability-nav {
        overflow: hidden;
        text-align: center;
        margin: 0 0 30px;
    }

        .sustainability-nav ul {
            border: 1px solid #c3c3c3;
            display: inline-block;
            overflow: hidden;
        }

            .sustainability-nav ul li {
                float: left;
                height: 84px;
                width: 156.333px;
                position: relative;
                display: table;
            }

                .sustainability-nav ul li:before {
                    border-left: 1px solid #c3c3c3;
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    height: 100%;
                    z-index: 9;
                }

                .sustainability-nav ul li:first-child:before {
                    display: none;
                }

                .sustainability-nav ul li a {
                    background-color: #e9e8e8;
                    display: table-cell;
                    vertical-align: middle;
                    font-size: 13px;
                    text-decoration: none;
                    padding: 0 20px;
                    -webkit-transition: background 300ms ease;
                    -moz-transition: background 300ms ease;
                    -ms-transition: background 300ms ease;
                    -o-transition: background 300ms ease;
                    transition: background 300ms ease;
                }

                    .sustainability-nav ul li a:hover {
                        background-color: #cccaca;
                    }

                .sustainability-nav ul li.active a {
                    background-color: #7ab800;
                    color: #fff;
                }

                .sustainability-nav ul li a,
                .sustainability-nav ul li.active a {
                    background-repeat: no-repeat;
                    padding-left: 55px;
                    background-position: 6px 21px;
                    -ms-background-size: 44px 44px;
                    background-size: 44px 44px;
                    text-align: left;
                    padding-right: 5px;
                    overflow: hidden;
                    max-width: 96px;
                }

    /* content  */

    .wb .sustainability-content {
        clear: both;
        width: 700px;
        float: right;
    }

    .sustainability-content h1 {
        font-size: 34px;
    }

    .sustainability-content figure img {
        width: 100%;
        margin-bottom: 20px;
    }

    .sustainability-content .intro {
        font-size: 16px;
        line-height: 22px;
        color: #333;
    }

    .sustainability-content .media-container {
        height: 394px;
        margin: 0 0 20px;
    }

        .sustainability-content .media-container .media-player iframe {
            width: 700px;
            height: 394px;
        }

    /* subnav  */

    .sustainability-sub-nav {
        width: 220px;
        margin-top: 38px;
    }

        .sustainability-sub-nav ul {
            border-bottom: 1px solid #e9e8e8;
        }

        .sustainability-sub-nav .sub ul {
            border-bottom: none;
        }

        .sustainability-sub-nav ul li {
            border-top: 1px solid #e9e8e8;
        }

            .sustainability-sub-nav ul li a {
                display: block;
                padding: 10px 25px 10px 15px;
                color: #666666;
                text-decoration: none;
                position: relative;
            }

        .sustainability-sub-nav .sub ul li a {
            padding-left: 30px;
        }

        .sustainability-sub-nav ul li a:hover {
            background: #f9f9f9;
        }

        .sustainability-sub-nav ul li a:before {
            background: url("../img/sprite.png") no-repeat -1px -545px;
            content: "";
            display: inline-block;
            width: 6px;
            height: 9px;
            position: absolute;
            right: 15px;
            top: 50%;
            margin-top: -4.5px;
        }

        .sustainability-sub-nav .sub ul li a:before {
            display: none;
        }

        .sustainability-sub-nav .sub ul li a:hover {
            background: #dddddd;
        }

        .sustainability-sub-nav ul li.active > a {
            color: #008200;
        }

            .sustainability-sub-nav ul li.active > a:before {
                background-position: 0 -446px;
            }

        .sustainability-sub-nav ul li.active.has-sub > a:before {
            background-position: 0 -637px;
            width: 11px;
            height: 6px;
            right: 13px;
        }

        .sustainability-sub-nav ul li .sub {
            background: #f2f2f2;
        }

    #to-top-btn {
        background: #ddd;
        display: inline-block;
        font-size: 12px;
        height: 21px;
        line-height: 21px;
        padding: 0 32px 0 10px;
        text-decoration: none;
        color: #666;
        float: right;
        position: relative;
    }

        #to-top-btn:before {
            background: #bbb url("../img/sprite.png") no-repeat 6px -701px;
            content: "";
            width: 21px;
            height: 21px;
            display: inline-block;
            position: absolute;
            right: 0;
            top: 0;
            border-left: 1px solid #fff;
            -webkit-transition: background-color 300ms ease;
            -moz-transition: background-color 300ms ease;
            -o-transition: background-color 300ms ease;
            transition: background-color 300ms ease;
        }

        #to-top-btn:hover:before {
            background-color: #6ba200;
        }

    /* footer  */

    .footer .footer_links {
        float: right;
    }

        .footer .footer_links .social,
        .footer .footer_links .contact,
        .footer .footer_links .other {
            float: left;
        }

        .footer .footer_links .other,
        .footer .footer_links .contact {
            margin-left: 20px;
        }

    .footer .container {
        max-width: 960px;
    }
}

/* ----------------------------------------------------------------- Mobile
   ================================================== */

.sustainability-nav .open-cat {
    display: none;
}

@media screen and (max-width: 1023px) {
    /* ===[ Android hack ]=== */

    html {
        font-family: 'small';
    }

    body:after {
        content: 'small';
        display: none;
    }

    /* ===[ Grid ]=== */

    .container {
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

    .container.faq{
        padding: 0 20px;
    }

    .col {
        display: block;
    }

        .row:after,
        .col:after {
            content: "";
            display: table;
            clear: both;
        }

    .desktop {
        display: none;
    }

    .button {
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .imgcontainer img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .nieuwsbericht .imgcontainer,
    .main-content .media-container {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main-content .media-container {
        margin-bottom: 20px;
    }

    /* header  */

    .header .row {
        padding: 10px 10px 9px 10px;
        white-space: nowrap;
    }

    .header .nav {
        margin-bottom: 20px;
        display: none;
    }

        .header .nav.show {
            display: block;
        }

    h1,
    .h1 {
        font-size: 1.714em;
    }

    .sub-title {
        display: none;
    }

    .content-visual img {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }

    /* header > main-nav  */

    .main-content {
        margin-left: 10px;
        margin-right: 10px;
    }

    .logo {
        position: absolute;
        left: 50%;
        top: 23px;
        margin-left: -57.5px;
        display: inline-block;
    }

        .logo a {
            margin: 0;
            background: url(../img/logo-m.png) no-repeat 0 0;
            width: 105px;
            height: 25px;
            display: block;
            text-indent: -9999px;
        }

    .sub-nav {
        float: right;
        margin: 23px 0 0 0;
    }

        .sub-nav nav:after {
            content: '';
            display: table;
            clear: both;
        }

        .sub-nav li {
            position: relative;
            float: left;
            margin: 0 0 15px 0;
            height: 10px;
            line-height: 20px;
        }

            .sub-nav li a {
                /*font-size: 0.938em;*/
                /* temp fix*/
                letter-spacing: -1px;
                /* temp fix*/
                padding: 0 3px;
                margin: 0;
                color: #999;
                display: block;
            }

            .sub-nav li:first-child {
                padding-left: 0;
            }

                .sub-nav li:first-child a {
                    border-right: 1px solid #ccc;
                    margin-right: 10px;
                    padding-right: 10px;
                }

            .sub-nav li:last-child a {
                border-right: none;
                padding-right: 0;
            }

        .sub-nav a:hover,
        .sub-nav.selected a {
            color: #205527;
        }

        .sub-nav .button {
            float: right;
            background-color: #FF2B00;
            padding: 0 6px;
            width: auto;
            height: 27px;
            line-height: 27px;
        }

            .sub-nav .button:hover {
                background-color: #ff7900;
            }

    .menu-link {
        float: left;
        display: block;
        background: url(../img/sprite-m.png) no-repeat 0 0;
        margin: 28px 2px 1px 14px;
        width: 23px;
        height: 20px;
        line-height: 20px;
        color: #000;
    }

        .menu-link:focus {
            outline: none;
        }

        .menu-link:hover,
        .menu-link.selected,
        .active .menu-link {
            background-position: 0 -47px;
        }

    .main-nav {
        float: none;
        background-color: #f4f4f4;
    }

    .info-nav {
        float: none;
        background-color: #f4f4f4;
    }

        .main-nav li,
        .info-nav li {
            padding: 0 20px 0 10px;
            font-size: 1.357em;
            line-height: 49px;
            height: 49px;
            border-bottom: 1px solid #c3c3c3;
        }

            .main-nav li.home,
            .info-nav li.home {
                display: none;
            }

            .main-nav li:hover,
            .info-nav li:hover {
                background-color: #008200;
            }

            .main-nav li a,
            .info-nav li a {
                background: url(../img/sprite-m.png) no-repeat right -284px;
                display: block;
            }

                .main-nav li a.active,
                .info-nav li a.active {
                    color: #ff2b00;
                }

            .main-nav li:hover a,
            .info-nav li:hover a {
                color: #fff;
            }

            .main-nav li a:hover,
            .info-nav li a:hover {
                background-color: #008200;
                background-position: right -367px;
                color: #fff;
            }

    .sub-nav li:first-child a {
        margin-right: 5px;
        padding-right: 5px;
    }

    /* header search  */

    header {
        margin-bottom: 20px;
    }

        header .search-box-holder {
            position: relative;
            padding-right: 0;
            width: auto;
        }

            header .search-box-holder .clear-input {
                display: none;
            }

            header .search-box-holder .search {
                border: none;
                font-size: 14px;
                line-height: 1;
                color: #333;
                padding: 6px 0 6px 14px;
                width: 100%;
                display: none;
                border: 1px solid #cccccc;
            }

            header .search-box-holder .mob-search-toggler:hover,
            header .search-box-holder .mob-search-toggler.active {
                background-position: left bottom;
            }

            header .search-box-holder .mob-search-toggler {
                display: block;
                background: url("../img/icon_search.png") no-repeat 0 0;
                width: 21px;
                height: 20px;
                border: none;
                cursor: pointer;
                margin-top: -5px;
            }

        /* active  */

        header .mob-search-box-holder {
            background: #F4F4F4;
            padding: 10px;
            display: none;
        }

            header .mob-search-box-holder.show {
                display: block;
            }

            header .mob-search-box-holder input[type="search"] {
                width: 100%;
                padding: 6px 14px;
                border: 1px solid #ccc;
                -webkit-appearance: none;
                -moz-border-radius: 0;
                -webkit-border-radius: 0;
                border-radius: 0;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }

            header .search-box-holder input[type="submit"],
            header .mob-search-box-holder input[type="submit"] {
                display: none;
            }

    /* main  > carousel  */

    .container-carousel {
        padding: 0;
        max-width: none;
        overflow: hidden;
    }

    .carousel {
        position: relative;
        width: 100%;
        height: auto;
        overflow: hidden;
        -ms-touch-action: none;
        touch-action: none;
        padding-top: 54%;
    }

    .carousel-wrapper {
        display: none;
    }

    .carousel ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: visible;
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .carousel ul li {
            position: absolute;
            top: 0;
            left: 0;
            padding: 0;
            width: 100%;
            height: 100%;
            background-image: none;
            background-color: #fff;
        }

            .carousel ul li a {
                display: block;
                text-align: right;
                vertical-align: middle;
                height: 100%;
            }

            .carousel ul li img {
                max-width: 100%;
                height: 100%;
                width: 100%;
            }

            .carousel ul li .txt-area {
                display: inline-block;
                position: absolute;
                text-align: left;
                color: #666;
                font-size: 1.143em;
                left: 20px;
                top: 40px;
                width: 60%;
            }


    .carousel h1,
    .carousel .h1 {
        color: #008200;
        font-size: 1.625em;
        margin: 0;
    }

    .carousel ol {
        display: none;
    }

    /* nieuwsdetail  */

    .nieuwsbericht {
        margin: 0 10px 30px;
    }

    /* main > banner top */

    .banner {
        position: relative;
        text-align: center;
        margin: 0 auto 15px;
        min-height: 110px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .banner a {
            display: block;
            text-decoration: none;
        }

        .banner:after,
        .banner .txt-box:after {
            content: "";
            display: table;
            clear: both;
        }

        .banner img {
            width: auto;
            margin: 0 0 15px 0;
            max-height: 110px;
        }

        .banner .container {
            text-align: left;
        }

        .banner .txt-box {
            text-align: left;
            line-height: 1.571em;
            padding: 0 10px;
        }

        .banner h2 {
            display: none;
        }

        .banner .alt-button {
            color: #008200;
            font-family: 'heineken_core_bold';
            text-decoration: none;
        }

            .banner .alt-button:hover {
                text-decoration: underline;
            }

            .banner .alt-button:after {
                background: url(../img/sprite.png) no-repeat 0 -446px;
                content: "";
                width: 6px;
                height: 9px;
                display: inline-block;
                margin-left: 10px;
            }

    .list-style-hor li .textcontainer,
    .list-style-hor li.odd .textcontainer {
        display: block;
        clear: both;
        float: none;
    }

    .list-style-hor li > a {
        text-decoration: none;
    }

    /* main > breadcrumb  */

    .breadcrumb {
        padding: 10px 10px 15px;
        font-size: 1.714em;
        display: none;
    }

        .breadcrumb h1 {
            display: inline-block;
            font-size: 1em;
            margin: 0;
        }

        .breadcrumb a {
            text-decoration: underline;
        }

        .breadcrumb ol {
            display: none;
        }

    /* search results  */

    .search-results h1 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .search-results fieldset {
        background: #E9E8E8;
        border: 1px solid #C8C8C8;
        display: inline-block;
        margin: 0;
        padding: 10px;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .search-results fieldset input {
            border: 1px solid #ccc;
            color: #333;
            font-size: 14px;
            line-height: 31px;
            height: 31px;
            padding: 0 94px 0 14px;
            vertical-align: top;
            width: 100%;
            min-width: 240px;
            margin: 0 0 10px;
            float: left;
            -webkit-appearance: none;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

        .search-results fieldset .clear-input {
            display: none;
        }

        .search-results fieldset a.submit {
            height: 31px;
            line-height: 31px;
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .search-results fieldset .results-amount {
            margin-bottom: 0;
            display: block;
            clear: both;
        }

    .search-results > ul li {
        background: #ECEDEC;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
    }

        .search-results > ul li a p {
            color: #666;
            margin-bottom: 10px;
        }

        .search-results > ul li a {
            text-decoration: none;
            display: block;
            padding: 20px 10px 10px;
        }

            .search-results > ul li a:hover .readmore {
                text-decoration: underline;
            }

            .search-results > ul li a .readmore:after {
                background: url("../img/sprite.png") no-repeat 0 -446px;
                content: "";
                display: inline-block;
                width: 6px;
                height: 9px;
                margin-left: 10px;
            }

    /* main > content  */

    .cont-wrap {
        padding: 0 10px;
    }

        .cont-wrap .main-content,
        .cont-wrap .main-content hgroup,
        .cont-wrap .rte {
            margin-left: 0;
            margin-right: 0;
        }

    .page-cont {
        padding: 0;
    }

    .col-7 {
        margin-bottom: 15px;
    }

    /* main > contacts  */

    .contacts p:after {
        content: "";
        display: table;
        clear: both;
    }

    .contacts .left {
        float: left;
        display: block;
        font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
        color: #008200;
        padding: 3px 0 0 0;
        width: 100%;
    }

    .contacts .right {
        float: left;
        display: block;
        font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
        width: 100%;
    }

        .contacts .right a {
            color: #666 !important;
            text-decoration: none !important;
        }

    /* main > locations  */

    .location_map {
        position: relative;
    }

        .location_map > div {
            position: absolute;
            width: 0;
            height: 0;
        }

            .location_map > div > div {
                position: absolute;
                bottom: 0;
                left: -14px;
                width: 27px;
                height: 37px;
                background: transparent url(../img/sprite.png) no-repeat -89px -88px;
                z-index: 7;
                cursor: pointer;
            }

            .location_map > div.active > div {
                left: -20px;
                width: 39px;
                height: 54px;
                background: transparent url(../img/sprite.png) no-repeat -89px -258px;
                z-index: 8;
                cursor: default;
            }

    .location_address {
        line-height: 22px;
        margin-top: 20px;
    }

        .location_address > div {
            display: none;
        }

        .location_address h2 {
            background: transparent url(../img/sprite.png) no-repeat -89px -174px;
            line-height: 32px;
            padding-left: 22px;
        }

    /* main > information digger  */

    .info-dig {
        margin: 0 -10px;
    }

        .info-dig li {
            background-image: none;
            padding: 0 8px;
            min-height: 49px;
            border-bottom: 1px solid #c3c3c3;
        }

            .info-dig li h2 {
                background: url(../img/sprite-m.png) no-repeat right -90px;
                font-family: 'heineken_core', Arial, Helvetica, sans-serif;
                font-size: 1.357em;
                line-height: 49px;
                padding: 0 20px 0 0;
                margin: 0;
            }

            .info-dig li.active {
                background-color: #f4f4f4;
            }

                .info-dig li.active h2 {
                    background-position: right -188px;
                }

            .info-dig li:hover {
                background-color: #f4f4f4;
            }

            .info-dig li h2:hover {
                cursor: pointer;
            }

        .info-dig ul {
            margin: 0;
        }

        .info-dig li li {
            background-color: #fff !important;
            padding: 0 10px;
            margin: 0 0 10px 0;
            min-height: 30px;
            border-bottom: none;
        }

            .info-dig li li h3 {
                line-height: 30px;
                padding: 0;
                margin: 0;
            }

            .info-dig li li h2 {
                background-image: none;
                font-family: 'heineken_core_bold', Arial, Helvetica, sans-serif;
                font-size: 1em;
                line-height: 30px;
                padding: 0;
                margin: 0;
            }

            .info-dig li li:hover {
                background-color: #fff;
            }

            .info-dig li li h3:hover {
                cursor: pointer;
            }

    li.info-dig-cont {
        padding-bottom: 0 !important;
    }

        .info-dig-cont,
        li.info-dig-cont.active {
            padding-bottom: 10px !important;
        }

    .col-8 .info-dig .padding-r {
        padding-right: 0;
    }

    .info-dig > li > ul,
    .info-dig .info-dig-cont > div {
        display: none;
    }

        .info-dig > li > ul.show,
        .info-dig .info-dig-cont > div.show {
            display: block;
        }

    /* touts large mobile  */

    .touts-large > ul {
        margin-bottom: 30px;
    }

    .touts-large ul li {
        background: #ECEDEC;
        float: none;
        list-style: none;
        padding: 10px 10px 20px;
        border-bottom: 1px solid #ccc;
    }

        .touts-large ul li:first-child {
            border-top: 1px solid #ccc;
        }

        .touts-large ul li .visual {
            width: 100px;
            height: 100px;
            overflow: hidden;
            height: auto;
            float: left;
            margin-right: 10px;
        }

            .touts-large ul li .visual img {
                width: 100%;
                height: auto;
            }

        .touts-large ul li .text {
            overflow: hidden;
        }

            .touts-large ul li .text p {
                margin-bottom: 10px;
                color: #666;
            }

        .touts-large ul li a {
            text-decoration: none;
        }

            .touts-large ul li a .alt-button {
                text-decoration: none;
                font-family: 'heineken_core_bold';
            }

                .touts-large ul li a .alt-button:after {
                    background: url(../img/sprite.png) no-repeat 0 -446px;
                    content: "";
                    width: 6px;
                    height: 9px;
                    display: inline-block;
                    margin-left: 10px;
                }

    /* ===[ Lists ]=== */

    .list-style-hor ul li {
        background: #ECEDEC;
        position: relative;
        float: none;
        border-bottom: 1px solid #CCC;
        overflow: hidden;
        padding: 10px 20px;
    }

    .list-style-hor li:first-child {
        border-top: 1px solid #CCC;
    }

    .list-style-hor li .imgcontainer,
    .list-style-hor li.odd .imgcontainer {
        width: 100%;
        overflow: hidden;
        height: auto;
        margin: 0 0 10px;
    }

        .list-style-hor li .imgcontainer img {
            min-height: 0;
        }

    .list-style-hor.reversed li.odd .imgcontainer,
    .list-style-hor.reversed li .textcontainer {
        float: left;
        background: none;
    }

    /* videoplayer  */

    .list-style-hor .media-player {
        background: none repeat scroll 0 0 #F0F0F0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
    }

        .list-style-hor .media-player > div:first-child,
        .list-style-hor .media-player > img:first-child,
        .list-style-hor .media-player > iframe {
            background: none repeat scroll 0 0 #000000;
            height: 100%;
            left: 0;
            position: absolute !important;
            top: 0;
            width: 100%;
        }

        .list-style-hor .media-player .media-poster {
            background: none repeat scroll 0 0 #000000;
            cursor: pointer;
            display: none;
            height: 100%;
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 0;
            width: 100%;
            z-index: 999;
        }

            .list-style-hor .media-player .media-poster .play {
                background: url("/framework/websites/heinekenduitsland/img/play_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
                cursor: pointer;
                height: 74px;
                left: 50%;
                margin: -37px 0 0 -36.5px;
                position: absolute;
                top: 50%;
                width: 73px;
                z-index: 200;
                display: block;
            }

    /* news  */

    .news.news-overview h1,
    .news.news-overview > p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .news.news-overview li {
        padding: 10px;
        vertical-align: top;
    }

    .news .news-filter {
        width: 100%;
        margin: 0;
        border: none;
        text-align: left;
        border-top: 1px solid #C8C8C8;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .news .news-filter:after {
            color: "";
            display: table;
            clear: both;
            position: relative;
        }

        .news .news-filter .cfe_clone.select {
            text-align: left;
        }

    .list-style-hor ul li .news-content,
    .list-style-hor li .textcontainer {
        width: auto;
        height: auto;
        padding: 10px;
        background: none;
        padding: 0;
        float: none;
    }

        .list-style-hor li .news-content:before,
        .list-style-hor li .textcontainer:before {
            display: none;
        }

        .list-style-hor li .news-content .button,
        .list-style-hor li .textcontainer .button {
            width: auto;
        }

    .news .news-filter label {
        display: block;
        margin: 0 0 10px;
    }

    .news .paginator li {
        padding: 0;
        border: none;
    }

    /* sustainability  */

    .sustainability-nav {
        overflow: hidden;
        margin: 0 0 20px;
        background: #7ab800;
    }

        .sustainability-nav .open-cat {
            background: #7ab800;
            padding: 10px 15px;
            font-size: 16px;
            color: #fff;
            text-decoration: none;
            position: relative;
            display: block;
        }

            .sustainability-nav .open-cat:before,
            .sustainability-sub-nav ul li.has-sub > a:before {
                content: "+";
                position: absolute;
                right: 15px;
                top: 2px;
                color: #fff;
                z-index: 99;
                font-size: 25px;
            }

    .sustainability-sub-nav .sub ul li > a:before {
        display: none;
    }

    .sustainability-nav .open-cat.active:before,
    .sustainability-sub-nav ul li.has-sub.active > a:before {
        content: "";
        width: 11px;
        height: 2px;
        background: #fff;
        top: 17px;
        right: 16px;
    }

    .sustainability-nav ul {
        display: none;
        background: #fff;
        margin: 0 10px 10px;
    }

        .sustainability-nav ul.show {
            display: block;
        }

        .sustainability-nav ul li {
            border-top: 1px solid #7ab800;
        }

            .sustainability-nav ul li:first-child {
                border-top: none;
            }

            .sustainability-nav ul li a {
                background-color: #fff;
                font-size: 16px;
                text-decoration: none;
                padding: 16px 10px 13px 50px;
                display: block;
            }

                .sustainability-nav ul li a:hover {
                    background-color: #cccaca;
                }

                .sustainability-nav ul li.active a,
                .sustainability-nav ul li a:hover {
                    background-color: #e9e8e8;
                }

                .sustainability-nav ul li a,
                .sustainability-nav ul li.active a,
                .sustainability-nav ul li a:hover {
                    background-repeat: no-repeat;
                    background-position: 2px 2px;
                    padding: 16px 10px 13px 50px;
                }

    /* content  */

    .sustainability-content {
        clear: both;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sustainability-content h1 {
            font-size: 32px;
        }

        .sustainability-content figure img {
            width: 100%;
            margin-bottom: 20px;
        }

        .sustainability-content .intro {
            font-size: 16px;
            line-height: 22px;
            color: #333;
        }

        .sustainability-content .media-container {
            margin: 0 -10px 20px;
        }

        .sustainability-content .rte img,
        .rte img,
        .news-detail img {
            display: block;
            max-width: 100%;
            height: auto;
            margin: 20px 0 10px;
        }

    /* subnav  */

    .sustainability-sub-nav {
        margin: 40px 0 30px;
    }

        .sustainability-sub-nav .cat-title {
            background: #008200;
            color: #fff;
            padding: 15px;
            margin: 0;
        }

        .sustainability-sub-nav .sub {
            border-top: 1px solid #e9e8e8;
        }

        .sustainability-sub-nav ul li {
            border-bottom: 1px solid #e9e8e8;
        }

        .sustainability-sub-nav .sub ul li {
            border-bottom: none;
            border-top: 1px solid #e9e8e8;
        }

            .sustainability-sub-nav .sub ul li:first-child {
                border-top: none;
            }

        .sustainability-sub-nav ul li a {
            display: block;
            padding: 10px 15px;
            color: #666666;
            text-decoration: none;
            position: relative;
        }

            .sustainability-sub-nav ul li a:hover {
                background: #f9f9f9;
            }

        .sustainability-sub-nav .sub ul li a {
            padding-left: 30px;
        }

            .sustainability-sub-nav .sub ul li a:hover {
                background: #ddd;
                color: #008200;
            }

        .sustainability-sub-nav ul li.has-sub a:before {
            color: #666666;
        }

        .sustainability-sub-nav ul li.has-sub.active > a:before {
            background: #008200;
        }

        .sustainability-sub-nav ul li.active > a {
            color: #008200;
        }

        .sustainability-sub-nav ul li .sub {
            background: #f2f2f2;
        }

        /* show on mobile  */

        .sustainability-nav .open-cat,
        .sustainability-sub-nav .cat-title {
            display: block;
        }

    #to-top-btn {
        display: none;
    }

    /* social sharing  */

    #share {
        padding-right: 10px;
        padding-bottom: 10px;
    }

        #share:after {
            content: ' ';
            display: block;
            clear: both;
        }

    /* footer  */

    footer .topwrap,
    footer .bottomwrap {
        padding: 0 10px;
        height: auto;
    }

        footer .topwrap .teasers {
            display: none;
        }

    .home footer .topwrap .teasers {
        display: block;
    }

    .home footer .topwrap {
        padding-top: 10px;
    }

    footer .footerlinks {
        text-align: center;
        padding: 10px 0 15px;
    }

        footer .footerlinks a {
            float: none;
        }

    footer .teasers .teaser {
        margin-bottom: 10px;
        height: auto;
    }

    footer .teasers h3 {
        margin-bottom: 10px;
    }

    footer .teaser.newsheadlines {
        padding-bottom: 43px;
    }

        footer .teaser.newsheadlines ul li {
            margin-bottom: 5px;
        }

    footer .bottomwrap .meta_container h2,
    footer .bottomwrap .meta_container .footer_links {
        margin: 0 -10px;
        text-align: center;
    }

        footer .bottomwrap .meta_container h2,
        footer .bottomwrap .meta_container .footer_links > div {
            display: block;
            clear: both;
            float: none;
            padding: 12px 10px;
            border-bottom: 1px solid #fff;
        }

    footer .bottomwrap .meta_container .social ul {
        display: inline-block;
    }

    footer .bottomwrap .meta_container .footer_links .contact .button {
        width: auto;
    }

    footer .cfe_clone.select {
        width: 100%;
    }

    .footer .footer_links .social {
        height: 35px;
    }
}

/* ----------------------------------------------------------------- Print
   ================================================== */

@media print {
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16: 9 */;
    height: 0;
}

    .video img {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 20;
        cursor: pointer;
    }

    .video:after {
        content: "";
        position: absolute;
        display: block;
        background: url(play-button.png) no-repeat 0 0;
        top: 45%;
        left: 45%;
        width: 46px;
        height: 36px;
        z-index: 30;
        cursor: pointer;
    }

    .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    /* image poster clicked, player class added using js  */

    .video.player img {
        display: none;
    }

    .video.player:after {
        display: none;
    }

/* ===[ Overide all anchor styles for Safari ]=== */

.touts-slider a,
.carousel a,
.list-style-hor a {
    text-decoration: none;
}

.toggle-questions h4 {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 10px;
    color: #008200;
    font-size: 14px;
    border-bottom: 1px solid #E9E8E8;
    cursor: pointer;
}

.toggle-questions h4::after {
    margin-left: 8px;
    content:'';
    width: 9px;
    height: 6px;
    background: url('../img/toggle-arrows.png') no-repeat top left;
    display: inline-block;
}

.toggle-questions h4.active::after {
    background-position: bottom left;
}

.toggle-questions .questionnaire-overview {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.toggle-questions .questionnaire-overview li {
    margin: 0;
    padding: 0;
    background: none;
}

.toggle-questions .questionnaire-overview li h2 {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #666;
}