*,
*:before,
*:after {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}

body {
    font-family: "BrownLLWeb-Regular";
    font-size: 20px;
    color: #000;
    letter-spacing: 0.02em;
}
h1, h2, h3 {
    font-family: "BrownLLWeb-Regular";
    color: #000;
    line-height: 1.2;
}
h1 {
    font-size: 25px;
    margin-bottom: 0;
}
@media (min-width: 960px) {
    h1 {
        font-size: 30px;
    }
}
h1 + h1 {
    margin-top: 0;
}
* + h1 {
    margin-top: 20px;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
h2 + p {
    margin-top: 0;
}

main a,
main a:visited,
main a:hover,
#offcanvas-infos a,
#offcanvas-infos a:visited,
#offcanvas-infos a:hover {
    color: inherit; 
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.subpage main {
    padding-top: 100px;
}
@media (min-width: 960px) {
    .subpage main {
        padding-top: 145px;
    }
}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 10px;
}
main .container {
    margin-bottom: 100px;
}
.container-content {
    max-width: 870px;
    margin: 0 auto;
    padding: 0 10px;
}
.container .container-content {
    padding: 0;
}
@media (min-width: 960px) {
    .container .container-content {
        padding: 0 10px;
    }
}

/*
* Sections
*/
.section + .section {
    margin-top: 100px;
}

/*
* Header
*/
header {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 200;
    line-height: 1.2;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%,rgba(255, 255, 255, 0) 100%);
    padding: 10px 10px 0 10px;
}
@media (min-width: 960px) {
    header {
        padding: 25px 45px 0 45px;
    }
}
.subpage header {
    background-color: #fff;
    background: #fff;
}

/*
* Header: logo
*/
header .logo {
    float: left;
}
header .logo a,
header .logo a:visited,
header .logo a:hover {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.subpage header .logo a,
.subpage header .logo a:visited,
.subpage header .logo a:hover {
    color: #000;
}
@media (min-width: 960px) {
    header .logo a,
    header .logo a:visited,
    header .logo a:hover {
        font-size: 35px;
    }
}

/*
* Header: nav toggle
*/
header .nav-toggle {
    float: right;
}
header .nav-toggle a,
header .nav-toggle a:visited,
header .nav-toggle a:hover {
    font-size: 30px;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.subpage header .nav-toggle a,
.subpage header .nav-toggle a:visited,
.subpage header .nav-toggle a:hover {
    color: #000;
}
@media (min-width: 960px) {
    header .nav-toggle a,
    header .nav-toggle a:visited,
    header .nav-toggle a:hover {
        font-size: 35px;
    }
}

/*
* Footer
*/
footer {
    position: absolute;
    bottom: 0px;
    color: #fff;
    line-height: 1.2;
    width: 100%;
    padding: 0 10px 10px 10px;
}
footer .subtitle h2 {
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}
@media (min-width: 960px) {
    footer .subtitle h2 {
        font-size: 35px;
    }
    footer {
        padding: 0 45px 40px 45px;
    }
}

footer .contact a,
footer .contact a:visited,
footer .contact a:hover {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
}
@media (min-width: 640px) {
    footer .contact {
        text-align: right;
    }
}
@media (min-width: 960px) {
    footer .contact a,
    footer .contact a:visited,
    footer .contact a:hover {
        font-size: 35px;
    }
}

.extended-infos {
    font-size: 20px;
    line-height: 1.2;
    padding: 10px 10px 10px 0;
}

/*
* Offcanvas: bar
*/
.uk-offcanvas-bar {
    width: 100vw;
    padding: 80px 20px 20px 20px;
    color: rgba(255, 255, 255, 0.9);
    background-color: #4c4c4b;
}
.uk-offcanvas-bar h1,
.uk-offcanvas-bar h2,
.uk-offcanvas-bar h3,
.uk-offcanvas-bar p {
    color: rgba(255, 255, 255, 0.9);
}
.uk-offcanvas-flip .uk-offcanvas-bar {
    right: -100vw;
}
@media (min-width: 640px) {
    .uk-offcanvas-bar {
        width: 50vw;
    }
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -50vw;
    }
}
@media (min-width: 960px) {
    .uk-offcanvas-bar {
        padding: 145px 40px 40px 40px; 
    }
}
@media (min-width: 1200px) {
    .uk-offcanvas-bar {
        width: 33.5vw;
    }
    .uk-offcanvas-flip .uk-offcanvas-bar {
        right: -33.5vw;
    }
}
.uk-offcanvas-bar .close {
    position: absolute;
    top: 20px;
    right: 30px;
}
.uk-offcanvas-bar .close svg path {
    color: #fff;
    stroke-width: 2px;
}

/*
* Offcanvas: navigation
*/
.nav {
    text-transform: lowercase;
    line-height: 1.2;
}
.nav ul {
    list-style-type: none;
}
.nav ul li a,
.nav ul li a:visited {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s;
    border-bottom: 0;
}
.nav ul li.active a,
.nav ul a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
}
.nav ul li + li a {
    padding-top: 7px;
}

/*
* Offcanvas: primary navigation
*/
.nav.primary {
    font-size: 30px;
}

/*
* Offcanvas: secondary navigation
*/
.nav.secondary {
    margin-top: 125px;
    font-size: 20px;
}
@media (min-height: 600px) {
    .nav.secondary {
        position: absolute;
        bottom: 15px;
    }
}

/*
* UIkit: Slideshow
*/
.container-slidenav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%; /* IE11 fix */
}
.uk-slidenav svg {
    display: none;
}
.uk-slidenav-previous:after {
    content: url(nav-arrow-left-grey.svg);
    position: absolute;
    left: 0;
    top: 50vh;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}
.uk-slidenav-next:after {
    content: url(nav-arrow-right-grey.svg);
    position: absolute;
    right: 0;
    top: 50vh;
    width: 50px;
    height: 50px;
    margin-top: -25px;
}

.touchevents .uk-slidenav-previous:after,
.touchevents .uk-slidenav-next:after {
    margin-top: -50px;
}

/*
* Slick: slider
*/
.slick-slider {
    margin: 20px 0 15px 0;
}
.slick-slider > div {
    text-align: center;
}
.slick-prev::before,
.slick-next::before {
    color: #777;
    font-size: 25px;
}
.slick-prev {
    width: 50px;
    height: 50px;
    left: 0px;
    z-index: 100;
}
.slick-next {
    width: 50px;
    height: 50px;
    right: 0px;
}
.slick-prev::before {
    content: url(nav-arrow-left.svg);
    opacity: 1;
}
.slick-next::before {
    content: url(nav-arrow-right.svg);
    opacity: 1;
}
.touchevents .slick-prev,
.touchevents .slick-next {
    display: none !important;
}
/*.slick-track {
    display: flex !important;
    align-items: center;
}*/
.slick-slide img {
    max-height: 380px;
    margin: 0 auto;
}
@media (min-width: 540px) {
    .slick-slide img {
        /*max-height: 635px;*/
        max-height: 650px;
    }
}
@media (min-width: 870px) {
    .slick-slide img {
        max-width: 870px;
    }
}
@media (min-width: 960px) {
    .slick-slide img {
        padding: 0 10px;
    }
}
.slick-dots {
    pointer-events: none;
    bottom: -45px;
}
.slick-dots li {
    margin: 0 3px;
}
.slick-dots li button::before {
    font-size: 12px;
}
.slick-dots li button {
    pointer-events: all;
}
.slick-dotted.slick-slider {
    margin-bottom: -4px;
}

.slick-slider + .container-content {
    margin-top: 21px;
}

/*
* Accordion
*/
.accordion .accordion-title,
.accordion .read-less {
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}
.accordion.open h3.accordion-title {
    visibility: hidden;
    height: 0;
    margin: 0;
}
h3.accordion-title .read-less {
    display: none;
}
.accordion .accordion-content {
    display: none;
}
