/* MAIN */
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

p, ul, h1, h2, h3, h4, h5, h6 {
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}

.clear {
clear: both;
}

a {
    cursor: pointer;
}

form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

label {
margin: 0;
padding: 0;
cursor: pointer;
text-align: left;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
select,
textarea {
margin: 0;
padding: 0;
border: none;
text-align: left;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=submit]:focus,
select:focus,
textarea:focus {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}

p {
margin: 0 0 20px 0;
}

body {
margin: 0;
padding: 0;
}

img, figure, picture, iframe {
margin: 0;
padding: 0;
border: 0;
display: block;
}

a {
text-decoration: none;
}

a:hover {
text-decoration: none;
}

.container {
margin: 0 auto;
width: 1200px;
position: relative;
overflow: hidden;
}

/* HEADER */
.topbar {
width: 100%;
overflow: hidden;
}

    .topbar .logo {
    float: left;
    }

    .topbar ul.icons {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    }

        .topbar ul.icons li {
        margin: 0;
        padding: 0;
        float: left;
        }

    .topbar ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    }

        .topbar ul.social li {
        margin: 0 0 0 10px;
        padding: 0;
        float: none;
        display: inline-block;
        }

    .topbar ul.lang {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
    }

        .topbar ul.lang li {
        margin: 0;
        padding: 0;
        float: left;
        text-align: center;
        }

    .topbar .burgermenu {
    float: right;
    display: none;
    cursor: pointer;
    }

/* NAVBAR */
.navbar {
}

    nav.navbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    }

        nav.navbar ul li {
        margin: 0;
        padding: 0;
        }

/* NAVBAR MOBILE */
.navbarMobile {
position: fixed;
top: 0;
right: 0;
width: 100vw;
height: 100vh;
z-index: 99999;
}

    /*
    .navbarMobile .layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    overflow: hidden;
    z-index: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    }

        .navbarMobile .layerActive {
	    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	    -moz-opacity: 1;
	    -khtml-opacity: 1;
	    opacity: 1;
        }
    */

    .navbarMobile .container {
    padding: 0;
    width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: -99.999%;
    z-index: 2;
    height: 100vh;
    webkit-transition: right 0.3s ease-out;
    -moz-transition: right 0.3s ease-out;
    -o-transition: right 0.3s ease-out;
    transition: right 0.3s ease-out;
    background: rgba(255, 255, 255, 0);
    }

        .navbarMobile .containerActive {
        right: 0px;
        }

/* breadcrumb */
.breadcrumb {
margin: 15px -10px 0 -10px;
padding: 0;
list-style: none;
display: block;
overflow: hidden;
width: 100%;
font-size: 0.875em;
}

    .breadcrumb li {
    padding: 0 0 0 10px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    }

    .breadcrumb li::before {
    padding: 0 10px 0 0;
    content: '/';
    }

    /*
    .breadcrumb li:first-of-type::before {
    padding: 0;
    content: '';
    }
    */

/* SLIDER */
.slider {
width: 100%;
height: 460px;
}

    .slider ul.content {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    }

        .slider ul.content li {
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        }

            .slider ul.content li {
            margin: 0;
            padding: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            }

            .slider ul.content li .bg {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            }

                .slider ul.content li .bg img {
                }

            .slider ul.content .container {
            margin: 0 auto;
            display: table;
            height: 100%;
            position: relative;
            z-index: 2;
            }

                .slider ul.content .container .inside {
                margin: 0 auto;
                display: table-cell;
                height: 100%;
                width: 100%;
                vertical-align: middle;
                }

/* TRANSITION */
.transitionmaxheight {
webkit-transition: max-height 0.3s ease-out;
-moz-transition: max-height 0.3s ease-out;
-o-transition: max-height 0.3s ease-out;
transition: max-height 0.3s ease-out;
}

.transitioncolor,
.transitioncolor a {
webkit-transition: color 0.3s ease-out;
-moz-transition: color 0.3s ease-out;
-o-transition: color 0.3s ease-out;
transition: color 0.3s ease-out;
}

.transitiondefault {
webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.transitiondefault a {
webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

/* ALIGN */
.justify {
text-align: justify;
}

.right {
text-align: right;
}

/* COLUMN LAYOUT */
.row {
margin: 0 auto;
width: 100%;

display: -moz-box;
display: -webkit-flexbox;
display: -ms-flexbox;
display: -webkit-flex;
display: -moz-flex;
display: flex;

-moz-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}

.row0 {
width: 100%;
}

    .row0 .col-0-2 {
    width: 16.666667%;
    }

    .row0 .col-0-3 {
    width: 25%;
    }

    .row0 .col-0-4 {
    width: 33.333333%;
    }

    .row0 .col-0-5 {
    width: 41.66666667%;
    }

    .row0 .col-0-6 {
    width: 50%;
    }

    .row0 .col-0-7 {
    width: 58.3333333%;
    }

    .row0 .col-0-8 {
    width: 66.6666667%;
    }

    .row0 .col-0-9 {
    width: 75%;
    }

    .row0 .col-0-10 {
    width: 83.333333%;
    }

.row5 {
margin: 0 -5px;
width: -webkit-calc(100% + 10px);
width: -moz-calc(100% + 10px);
width: calc(100% + 10px);
}

    .row5 .col-5-2 {
    width: 16.6666667%;
    padding: 5px;
    }

    .row5 .col-5-3 {
    width: 25%;
    padding: 5px;
    }

    .row5 .col-5-6 {
    width: 50%;
    padding: 5px;
    }

    .row5 .col-5-8 {
    width: 66.6666667%;
    padding: 5px;
    }

    .row5 .col-5-9 {
    width: 75%;
    padding: 5px;
    }

    .row5 .col-5-1of5 {
    /*
    width: 20%;
    */
    padding: 5px;

    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    flex-basis: 20%;

    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    }


.row10 {
margin: 0 -10px;
width: -webkit-calc(100% + 20px);
width: -moz-calc(100% + 20px);
width: calc(100% + 20px);
}

    .row10 .col-10-2 {
    width: 16.6666666%;
    padding: 10px;
    }

.row15 {
margin: -15px -15px;
width: -webkit-calc(100% + 30px);
width: -moz-calc(100% + 30px);
width: calc(100% + 30px);
}

    .row15 .col-15-2 {
    width: 16.6666666%;
    padding: 15px;
    }

    .row15 .col-15-3 {
    width: 25%;
    padding: 15px;
    }

    .row15 .col-15-4 {
    width: 33.333333%;
    padding: 15px;
    }

    .row15 .col-15-6 {
    width: 50%;
    padding: 15px;
    }

    .row15 .col-15-8 {
    width: 66.6666667%;
    padding: 15px;
    }

    .row15 .col-15-9 {
    width: 75%;
    padding: 15px;
    }

    .row15 .col-2of5 {
    width: 40%;
    padding: 15px;
    }

    .row15 .col-3of5 {
    width: 60%;
    padding: 15px;
    }

    .row15 .col-5of5 {
    width: 100%;
    padding: 15px;
    }

/* FOOTER */
footer {
width: 100%;
overflow: hidden;
}

    footer ul.rowlist {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    }

        footer ul.rowlist li {
        float: none;
        display: inline-block;
        text-align: center;
        }

.cookies {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background: #000;
color: #fff;
display: block;
text-align: center;
font-size: 12px;
}

    .cookies div {
    width: 748px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    display: block;
    min-height: 0;
    }

    .cookies p {
    margin: 0;
    padding: 12px 0;
    width: 708px;
    text-align: left;
    float: left;
    }

        .cookies p a {
        color: #fff;
        text-decoration: underline;
        }

    .cookies a.close {
    float: right;
    background: url(../img/svg/cookies-close.svg) right 9px no-repeat rgba(255, 255, 255, 0);
    background-size: 24px auto;
    width: 40px;
    height: 42px;
    cursor: pointer;
    }

/* COLLAPSE */
.collapse {
height: 200px;
overflow: hidden;
margin-bottom: 20px;
position: relative;
}

    .collapse.active::before {
    width: 100%;
    height: 100px;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,0);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    }

    .collapse .more {
    padding: 0 33px 0 0;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/svg/drop-down-18x10.svg) right center no-repeat;
    background-size: 18px auto;
    cursor: pointer;
    border-top: 1px #000 solid;
    }

/* BG cover */
.coverbg {
background-size: cover;
background-attachment: fixed;
background-position: left top;
}

@media screen and (max-width:1279px) {
/* MAIN */
.container {
width: 1000px;
}

/* HEADER */
.topbar {
}

    .topbar .burgermenu {
    display: block;
    }

/* NAVBAR */
.navbar {
display: none;
}

/* SLIDER */
.slider {
height: 327px;
}

            .slider ul.content li .bg img {
            max-width: 1366px;
            }
}

@media screen and (max-width: 1023px) {
/* MAIN */
    .container {
    width: 744px;
    }

/* HEADER */
.topbar {
}

/* SLIDER */
.slider {
height: 327px;
}

            .slider ul.content li .bg img {
            max-width: 1366px;
            }

/* FOOTER */
        footer ul.rowlist li {
        float: none;
        display: block;
        text-align: center;
        }
}

@media screen and (max-width:767px) {

/* MAIN */
    .container {
    width: 460px;
    }

/* HEADER */
.topbar {
}

/* SLIDER */
.slider {
height: 235px;
}

            .slider ul.content li .bg img {
            max-width: 980px;
            }

/* ALIGN */
.right {
text-align: center;
}

/* COLUMNT LAYOUT */
.row0 {
}

    .row0 .col-0-3 {
    width: 100%;
    }

    .row0 .col-0-5 {
    width: 100%;
    }

    .row0 .col-0-4 {
    width: 100%;
    }

    .row0 .col-0-6 {
    width: 100%;
    }

    .row0 .col-0-7 {
    width: 100%;
    }

.row5 {
}

    .row5 .col-5-2 {
    width: 100%;
    }

    .row5 .col-5-3 {
    width: 100%;
    }

    .row5 .col-5-6 {
    width: 100%;
    }

    .row5 .col-5-8 {
    width: 100%;
    }

    .row5 .col-5-9 {
    width: 100%;
    }

    .row5 .col-5-1of5 {
    width: 100%;
    }

.row10 {
}

    .row10 .col-10-2 {
    width: 100%;
    }

.row15 {
}

    .row15 .col-15-2 {
    width: 100%;
    }

    .row15 .col-15-3 {
    width: 100%;
    }

    .row15 .col-15-4 {
    width: 100%;
    }

    .row15 .col-15-6 {
    width: 100%;
    }

    .row15 .col-15-8 {
    width: 100%;
    }

    .row15 .col-15-9 {
    width: 100%;
    }

    .row15 .col-2of5 {
    width: 100%;
    }

    .row15 .col-3of5 {
    width: 100%;
    }

    .row15 .col-5of5 {
    width: 100%;
    }

/* FOOTER */
footer {
text-align: center;
}

/* COOKIES */
.cookies {
}

    .cookies div {
    width: 460px;
    }

    .cookies p {
    width: 420px;
    }

    .cookies a.close {
    width: 40px;
    }
}

@media screen and (max-width:479px) {
/* MAIN */
.container {
width: 300px;
}

/* TOPBAR */
    .topbar ul.icons {
    display: none;
    }

/* COOKIES */

    .cookies div {
    width: 300px;
    }

    .cookies p {
    width: 260px;
    }

    .cookies a.close {
    margin: 0 auto;
    }
}