html {
    font-size: 0.625rem;
}
body {
    font-size: 2.7rem;
    line-height: 3.6rem;
    margin: 10px;
    background: #fff;
    font-family: 'Hind', Helvetica, Arial, sans-serif;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
* {
    box-sizing: border-box;
}
a {
    color: #fff;
    text-decoration: none;
    transition: opacity ease 0.4s;
}
a:hover {
    opacity: 0.6;
    text-decoration: underline;
}
p {
    margin-bottom: 2.7rem;
}
img {
    max-width: 100%;
    height: auto;
}
.ce-border img {
    border: none;
}
.text-center {
    text-align: center;
}

/* layout */

.outsidewrapper {
    width: 95%;
    max-width: 1700px;
    margin: 0 auto;
}
.content {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
}
.container {
    float: left;
    width: 100%;
}
.contentcontainer {
    float: left;
    width: 90%;
    margin: 20px 5%;
    padding: 20px 0 0 0;
}
.centercontainer {
    max-width: 1400px;
    margin: 0 auto;
}
.container.wrapper {
    background: #054129;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.25);
}
.header {
    position: relative;
    float: left;
    width: 100%;
    height: 750px;
    background-image: url('../../Images/leanderveal/bg_header.jpg');
    background: center center no-repeat;
    background-size: cover;
}
.header::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#054129+0,054129+100&0+0,0.2+41,1+100 */
    background: -moz-linear-gradient(top,  rgba(5,65,41,0) 0%, rgba(5,65,41,0.2) 41%, rgba(5,65,41,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(5,65,41,0) 0%,rgba(5,65,41,0.2) 41%,rgba(5,65,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(5,65,41,0) 0%,rgba(5,65,41,0.2) 41%,rgba(5,65,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00054129', endColorstr='#054129',GradientType=0 ); /* IE6-9 */
    z-index: 0;
}

/* menu */

nav.menu {
    float: left;
    width: 70%;
}
nav.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav.menu ul li {
    display: inline-block;
    padding: 0 15px;
}
nav.menu ul li a,
nav.menu ul li a:hover {
    position: relative;
    display: inline-block;
    padding: 5px 0;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
nav.menu ul li a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0,0,0,0.9);
}

/* languagesmenu */

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

/* menus responsive */

@media all and (max-width: 767px) {
    nav.menu ul li,
    .languagesmenu li {
        display: block;
        padding: 0;
    }
}

/* logo */

.logo {
    position: relative;
    z-index: 1;
    float: left;
    width: 50%;
    height: auto;
    margin: 15% 35% -2% 15%;
}

/* payoff */

.payoff {
    position: relative;
    z-index: 1;
    float: left;
    padding: 0 0 0 10%;
    width: 100%;
}
.payoff * {
    font-family: 'Dosis', Helvetica, Aral, sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 5.6rem;
    line-height: 5.6rem;
    margin: 0;
}
.payoff * strong {
    color: #fab42d;
}

/* veal graphic */

.veal_graphic {
    position: relative;
    z-index: 1;
    float: left;
    width: 35%;
    margin: 3.5% 32.5% 0 32.5%;
}

/* content */

iframe[src*=youtube] {
    position: relative;
    left: 50%;
    margin: 25px 0;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.45);
    transform: translate(-50%,0);
    max-width: 100%;
}
@media all and (max-width: 620px) {
    iframe[src*=youtube] {
        height: 50.5vw;
    }
}

/* footer */

footer.footer {
    float: left;
    width: 100%;
    padding: 50px 0;
}
.brand_by_logo {
    float: left;
    width: 100%;
}
.brand_by_logo header {
    float: left;
    width: 75px;
}
.brand_by_logo .ce-image {
    float: left;
    width: calc(100% - 75px);
    overflow: visible;
}
.brand_by_logo header h3 {
    font-size: 16px;
}
.brand_by_logo .ce-image .ce-gallery {
    width: 100%;
    overflow: visible;
}
.brand_by_logo .ce-image .ce-row {
    display: flex;
    flex-direction: row;
    overflow: visible;
}
.brand_by_logo .ce-image .ce-column {
    width: 33%;
    overflow: visible;
}
.brand_by_logo .ce-gallery figure {
    display: table-cell;
    height: 105px;
    vertical-align: bottom;
}
.brand_by_logo .ce-gallery figure img {
    margin: 0 15px 0 0;
    width: 300px;
    max-width: 95%;
}
.brand_by_logo .ce-image .ce-column:nth-child(3) {
    position: relative;
}
.brand_by_logo .ce-image .ce-column:nth-child(3) figure {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    height: auto;
    max-width: 120px;
}


/* cookie message */

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

@media screen and (max-width: 1440px) {
    body {
        font-size: 1.875vw;
        line-height: 2.5vw;
    }
    p {
        margin-bottom: 1.875vw;
    }
}
@media screen and (max-width: 1400px) {
    body {
        margin: 0;
    }
    .outsidewrapper {
        width: 100%;
    }
    .outsidewrapper > .container.wrapper {
        margin: 0;
    }
    .header {
        height: 52.5vw;
    }
    .payoff * {
        font-size: 4vw;
        line-height: 4vw;
    }
}
@media screen and (max-width: 1023px) {
    body {
        font-size: 2.75vw;
        line-height: 4vw;
    }
}
@media screen and (max-width: 767px) {
    .logo {
        margin-top: 6%;
    }
    footer.footer {
        padding-top: 0;
    }
    .brand_by_logo .ce-image {
        width: 100%;
    }
    .brand_by_logo .ce-image .ce-row {
        display: block;
    }
    .brand_by_logo .ce-image .ce-column {
        width: 50%;
        min-width: 240px;
    }
    .brand_by_logo .ce-image .ce-column figure {
        height: auto;
        padding: 20px 0;
    }
    .brand_by_logo .ce-image .ce-column:nth-child(3) {
        width: 100%;
    }
    .brand_by_logo .ce-image .ce-column:nth-child(3) figure {
        position: static;
    }
}
@media screen and (max-width: 600px) {
    body {
        font-size: 16px;
        line-height: 23.5px;
    }
}
