@font-face {
	font-family: 'Lora';
	src: local('Lora-Regular'), url('../fonts/Lora-Regular.woff2') format('woff2'), url('../fonts/Lora-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lora';
	src: local('Lora-Medium'), url('../fonts/Lora-Medium.woff2') format('woff2'), url('../fonts/Lora-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lora';
	src: local('Lora-SemiBold'), url('../fonts/Lora-SemiBold.woff2') format('woff2'), url('../fonts/Lora-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Lora';
	src: local('Lora-Bold'), url('../fonts/Lora-Bold.woff2') format('woff2'), url('../fonts/Lora-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}
html {
    scroll-behavior: smooth;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    height: 100%;
    font-family: 'Lora', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    background-color: #BAAE9B;
}
nav {
    position: absolute;
    width: 100%;
    z-index: 1;
}
nav a, nav span {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #FFF;
    text-decoration: none;
}
nav > img, nav > a.logo > img {
    max-height: 6vw;
    width: 61px;
    height: 69px;
    filter: invert(100%) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
nav > img, nav > a.logo {
    width: fit-content;
    position: absolute;
    left: 50%;
    top: 2vw;
    margin: 0 0 0 -30.5px;
    padding: 0;
}
nav > a.logo:hover > img {
    max-height: calc(6vw + 6px);
    width: 71px;
    height: 81px;
    margin: -6px -5px;
}
nav ul {
    display: block;
    margin: 0;
    padding: 0;
}
nav li {
    position: absolute;
    display: block;
}
nav li:first-child {
    left: 12.5%;
    top: 1vw;
}
nav li:nth-child(2) {
    left: 25%;
    top: 2vw;
}
nav li:nth-child(3) {
    left: 37.5%;
    top: 3vw;
}
nav li:nth-child(4) {
    right: 37.5%;
    top: 3vw;
}
nav li:last-child {
    right: 25%;
    top: 2vw;
}
nav li a, nav li span {
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
nav li a:hover {
    text-shadow: 0 0 7px #FFF;
}
nav > a {
    position: absolute;
    right: 12.5%;
    padding: 0.4vw 1.2vw;
}
nav .contact {
    top: 1vw;
    text-align: center;
    background-color: #FFF;
    color: #9C8B77;
}
nav .contact:before {
    content: attr(title);
    display: block;
    height: 0;
    font-weight: 700;
    visibility: hidden;
}
nav .contact:hover {
    font-weight: 700;
    box-shadow: 0px 0px 16px 0px #FFFFFF;
}
nav .language {
    top: 5vw;
    text-transform: uppercase;
    border: 1px solid #FFF;
}
nav .language:hover {
    color: #9C8B77;
    background: #FFF;
}
main {
    padding-top: 9vw;
}
main.home {
    padding-top: 0;
}
main .title {
    display: block;
    min-height: 100%;
}
main .title {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
main .title h1 {
    position: absolute;
    display: block;
    margin: 0;
    color: #FFF;
    font-size: 8vw;
    line-height: 9vw;
    font-weight: 400;
    left: 5vw;
    top: 50vh;
    text-shadow: 0 7px 6px rgba(0, 0, 0, 0.25);
}
main .title h1 span {
    display: block;
    font-size: 5vw;
    line-height: 6vw;
}
article {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 4vw;
    font-size: 0;
    line-height: 0;
    color: #FFF;
}
article.light {
    background-color: #D9D9D9;
    color: #000;
}
article.space {
    padding: 4vw 16vw;
}
article h1 {
    text-align: center;
    font-weight: 400;
    font-size: 4vw;
    margin: 0 0 3vw 0;
}
article h1 span {
    display: block;
    font-size: 2vw;
    line-height: 2vw;
    margin: 3vw 0 0 0;
}
article h2 {
    font-size: 4vw;
    font-weight: 400;
    text-align: center;
}
article p, article li {
    font-size: 1vw;
    line-height: 1.5vw;
}
article p {
    padding: 0.5vw 0;
}
article ul {
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
}
article p.space {
    padding-bottom: 2vw;
}
article div.half {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    vertical-align: top;
}
article div.half.right {
    padding: 0 0 0 1vw;
}
article div.half.left {
    padding: 0 1vw 0 0;
}
article div.half p {
    margin: -0.1vw 0 0 0;
}
article > div > p {
    margin: -0.1vw 0 0 0;
}
article > div > img.right {
    margin: 0 0 20px 20px;
    height: auto;
    float: right;
}
article div.half img {
    width: 100%;
    height: auto;
    margin: 0;
}
article div.half img.space{
    margin-top: 2vw;
}
article div.half.space {
    padding-bottom: 2vw;
}
article a {
    color: #FFF;
}
article a:hover {
    text-shadow: 0 0 4px #FFF;
}
article.light a {
    color: #000;
}
article a.light:hover {
    text-shadow: 0 0 2px #000;
}
.home article > a {
    font-size: 1.5vw;
    line-height: 2vw;
    position: absolute;
    bottom: 5vw;
    left: 5vw;
    padding: 0 0.5vw;
    color: #FFF;
    border: 0.2vw solid #FFF;
    text-decoration: none;
    text-shadow: none;
}
.home article > a:after {
    content: " ";
    display: block;
    position: absolute;
    left: calc(100% + 1.2vw);
    top: 9%;
    border: 0.2vw solid #FFF;
    border-bottom: none;
    border-left: none;
    width: 1.5vw;
    height: 1.5vw;
    transform: rotate(45deg);
}
.home article > a:before {
    content: " ";
    display: block;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -0.1vw;
    border-bottom: 0.2vw solid #FFF;
    width: 3vw;
}
.home article > a:hover {
    color: #BAAE9B;
    background-color: #FFF;
}
.home article.light > a {
    color: #000;
    border-color: #000;
}
.home article.light > a:after {
    border-color: #000;
}
.home article.light > a:before {
    border-color: #000;
}
.home article.light > a:hover {
    color: #FFF;
    background-color: #000;
}
article div.half.more {
    width: 60%;
}
article div.half.less {
    width: 40%;
}
article.gallery figure {
    display: inline;
    margin: 0;
    padding: 0;
}
article.gallery a {
    display: inline-block;
    width: 23%;
    position: static;
    margin: 1%;
    padding: 0;
    font-size: 1.5vw;
    line-height: 2vw;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 3vw;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.gallery a.back {
    border: 1px solid #000;
}
article.gallery a.back:hover {
    color: #FFF;
    background-color: #000;
    text-shadow: none;
}
article.gallery a img {
    display: block;
    width: 100%;
    height: 33vw;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.gallery a:hover {
    background: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.gallery a:hover img {
    width: 125%;
    margin: 0 -12.5%;
    opacity: 0.9;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.gallery > div {
    text-align: center;
}
article.form {
    background-size: cover;
    background-position: center;
}
article.form input, article.form select, article.form button {
    display: block;
    width: 40%;
    margin: 2vw auto;
    padding: 1vw;
    font-size: 1.6vw;
    line-height: 2vw;
    box-sizing: border-box;
    color: #FFF;
    background-color: #BAAE9B;
    border: 0.2vw solid #FFF;
    font-family: inherit;
}
article.form input::placeholder {
  color: #FFF;
  opacity: 1;
}
article.form select {
    line-height: 4vw;
    padding: 0 0.8vw;
    height: 4.31vw;
    background-image: url("data:image/svg+xml,<svg width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path fill='white' d='m0,6l12,12l12,-12l-24,0z'/><path fill='none' d='m0,0l24,0l0,24l-24,0l0,-24z'/></svg>");
    background-size: 1vw;
    background-repeat: no-repeat;
    background-position: right 3% top 50%;
    appearance: none;
    -moz-appearance:none;
    -webkit-appearance:none;
}
article.form select::-ms-expand {
    display: none;
}
article.form select option {
    line-height: 2vw;
}
article.form button {
    text-align: left;
    color: #000;
    background-color: #FFF;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.form button:hover {
    box-shadow: 0 0 12px #FFF;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
article.form button:disabled {
    box-shadow: none;
    cursor: auto;
}
article.cooptions h2, article.form h2 {
    font-size: 3vw;
    margin: 0 0 4vw 0;
}
.cooptions ol {
    display: block;
    margin: 0;
    padding: 0;
    counter-reset: my-counter;
    list-style: none;
}
.cooptions ol li {
    width: 33.3333%;
    display: inline-block;
    counter-increment: my-counter;
    position: relative;
    box-sizing: border-box;
    margin: 1vw 0 0 0;
    padding: 0 1vw 0 4vw;
}
.cooptions ol li::before {
    content: counter(my-counter);
    font-size: 1.8vw;
    line-height: 2vw;
    color: #000;
    background-color: #BAAE9B;
    position: absolute;
    left: 1vw;
    width: 2vw;
    height: 2vw;
    top: 0;
    text-align: center;
}
.pswp__bg {
    background-color: rgba(255,255,255,0.8) !important;
}
.pswp__top-bar {
    background-color: transparent !important;
}
.pswp__top-bar > * {
    background-color: rgba(0,0,0,0.5) !important;
}
main.blog > div {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 1vw 4vw;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
}
main.blog > div > h1 {
    color: #000;
    font-size: 3vw;
    padding: 2vw 0 0 0;
    text-align: center;
    font-weight: normal;
}
main.blog > div:nth-child(odd) {
    background-color: #D9D9D9;
}
main.blog > div:nth-child(odd) {
    color: #000;
    color: #FFF;
}
main.blog > div > a {
    display: inline-block;
    width: 48%;
    margin: 1%;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1vw;
    line-height: 1.5vw;
    text-decoration: none;
    color: #FFF;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main.blog > div > a:hover {
    text-shadow: 0 0 0.6vw rgba(255,255,255,255.5);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main.blog > div:nth-child(odd) > a {
    color: #000;
}
main.blog > div:nth-child(odd) > a:hover {
    text-shadow: 0 0 0.6vw rgba(0,0,0,0.5);
}
main.blog > div > a > h3 {
    margin: 0;
    line-height: 2vw;
}
main.blog > div > a > span {
    display: block;
    opacity: 0.6;
}
main.blog > div > a > img {
    width: 100%;
    height: 33vw;
    object-fit: cover;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main.blog > div > a:hover > img {
    width: 125%;
    margin: 0 -12.5%;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main.article article a.back {
    display: inline-block;
    width: 23%;
    position: static;
    margin: 0;
    padding: 0;
    font-size: 1.5vw;
    line-height: 2vw;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    text-align: center;
    line-height: 3vw;
    overflow: hidden;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
main.article article a.back:hover {
    color: #FFF;
    background-color: #000;
    text-shadow: none;
}
main.article h1 {
    color: #000;
    font-size: 2vw;
    line-height: 3vw;
    margin: 1.5vw 0 1.5vw 0;
    text-align: center;
    font-weight: normal;
}
main.article > article > div.illustration {
    background-color: #BAAE9B;
    padding: 1vw;
}
main.article > article > div.illustration > img {
    width: 100%;
    height: 33vw;
    object-fit: contain;
}
footer {
    padding: 1vw;
}
footer div {
    position: relative;
    background-color: #D9D9D9;
    font-size: 0;
}
footer div img {
    margin: 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
footer div ul {
    display: inline-block;
    padding: 1vw 10vw;
    width: 50%;
    box-sizing: border-box;
}
footer div ul li {
    display: block;
    margin: 0;
    padding: 0;
}
footer div ul li a {
    color: #000;
    text-decoration: none;
    font-size: 1.5vw;
    line-height: 4vw;
}
footer div ul li a img {
    vertical-align: middle;
    width: 41px;
    height: 41px;
}
footer div ul li a:hover {
    font-weight: 700;
}
footer div ul li a:hover img {
    margin: 0;
    width: 47px;
    height: 47px;
}
footer div ul:last-child li {
    display: inline-block;
    width: 33.3333%;
    text-align: right;
}
footer div > a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -44.5px 0 0 -42.5px;
    z-index: 1;
}
footer div > a img {
    width: 85px;
    height: 89px;
}
footer div > a:hover img {
    margin: -7px;
    padding: 0;
    width: 98px;
    height: 103px;
}
footer div > a.coffee {
    margin: -45px 0 0 10px;
}
footer div > a.coffee img {
    width: 35px;
    height: 35px;
}
footer div > a.coffee:hover img {
    margin: -7px;
    padding: 0;
    width: 50px;
    height: 50px;
}
#contact {
    position: absolute;
    padding: 15px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    z-index: 1;
}
#contact a:first-child {
    display: block;
}
#contact a:first-child:after {
    content: attr(title);
    display: block;
    height: 0;
    padding: 0 3px 0 53px;
    font-weight: 700;
    visibility: hidden;
}
#contact a {
    display: inline-block;
    font-size: 18px;
    text-decoration: none;
    color: #000;
}
#contact a:hover {
    font-weight: bold;
}
#contact a img {
    box-sizing: border-box;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    padding: 7.5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#contact a:hover img {
    padding: 0;
}
@media (max-width:1919px) {
    article p, article li {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width:1199px) {
    header ul {
        position: absolute;
        top: 50%;
        width: fit-content;
        padding: 10px 20px;
        z-index: 999;
    }
    header ul:before {
        content: " ";
        display: block;
        height: 48px;
        width: 55px;
        background-image: url(/assets/img/menu.svg);
        background-position: center;
        background-repeat: no-repeat;
    }
    header ul:hover {
        background-color: rgba(217,217,217,0.9);
        padding-bottom: 20px;
        /*border-right: 5px solid #BAAE9B;
        border-bottom: 5px solid #BAAE9B;*/
    }
    header ul:hover:before {
        /*background-color: #262626;*/
        filter: invert(100%);
        margin-bottom: 10px;
    }
    header ul li {
        display: none;
    }
    header ul:hover li {
        display: block;
        position: unset;
    }
    header ul li a, header ul li span {
        color: #FFF;
        font-size: 25px;
        line-height: 40px;
        padding: 0 10px;
    }
    header ul li.active span {
        color: #000;
        text-shadow: none;
    }
    main {
        padding-top: 68px;
    }
    nav > img, nav > a.logo > img {
        max-height: none;
    }
    nav > img, nav > a.logo {
        top: 3px;
    }
    nav > a.logo:hover > img {
        max-height: none;
        width: 71px;
        height: 81px;
        margin: -6px -5px;
    }
    nav > a {
        position: absolute;
        right: 5px;
        padding: 5px 10px;
        font-size: 15px;
        line-height: 15px;
    }
    nav .contact {
        top: 5px;
    }
    nav .language {
        top: 35px;
    }
    footer {
        padding: 5px;
    }
    footer div ul li a {
        font-size: 20px;
    }
    article div img {
        width: 100%;
        box-sizing: border-box;
    }
    article:last-child img {
        width: 40%;
    }
    .cooptions ol li::before {
        font-size: 26px;
        line-height: 30px;
        left: 0;
        width: 30px;
        height: 30px;
    }
}
@media (max-width:799px) {
    footer div {
        height: 200px;
        position: relative;
    }
    footer div ul:first-child {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
    }
    footer div ul:first-child li {
        display: inline-block;
        width: 50%;
    }
    footer div ul:first-child li a {
        font-size: 14px;
        white-space: nowrap;
    }
    footer div ul:first-child li a img {
        width: 30px;
        height: 30px;
        margin: 10px 4px 10px 10px;
    }
    footer div ul:first-child li a:hover img {
        width: 36px;
        height: 36px;
        margin: 4px 0 4px 8px;
    }
    footer div ul:last-child {
        position: absolute;
        left: 0;
        width: 100%;
        padding: 0;
    }
    footer div ul:last-child li {
        width: 25%;
    }
    footer div ul:last-child li:last-child {
        float: right;
    }
    footer div ul:last-child li a img {
        display: block;
        margin: 20px auto 0 auto;
    }
    footer div ul:last-child li a:hover img {
        margin-top: 14px;
    }
    footer div > a {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -31.5px 0 0 -42.5px;
    }
    footer div > a.coffee {
        margin: -32px 0 0 20px;
    }
    article h2 {
        font-size: 30px;
        line-height: 30px;
    }
    article div.half, article div.half.more, article div.half.less {
        display: block;
        width: 100%;
    }
    article div.half.space {
        padding: 0;
    }
    article div.half.left {
        padding: 0;
    }
    article div.half.right {
        padding: 0;
    }
    article div.half img.space {
        margin: 0;
    }
    article div.half.space.left {
        padding-bottom: 10px;
    }
    article div.half div.half {
        display: inline-block;
        width: 33.3333%;
        box-sizing: border-box;
        padding: 10px 10px 0 0;
    }
    article div.half.less.right {
        position: absolute;
        right: 4vw;
        bottom: calc(4vw + 59px);
        width: calc(30.6666vw);
    }
    .home article a {
        display: block;
        width: fit-content;
        position: relative;
        bottom: unset;
        left: unset;
        margin: 15px 0 0 0;
        padding: 0 10px;
        font-size: 25px;
        line-height: 40px;
        border-width: 2px;
    }
    .home article a:before {
        margin-top: -1px;
        border-bottom: 2px solid #FFF;
        width: 30px;
    }
    .home article a:after {
        left: calc(100% + 19px);
        top: 14px;
        border-width: 2px;
        width: 10px;
        height: 10px;
    }
    .home article div.half.more.left img {
        width: 100%;
    }
    article h1 {
        font-size: 40px;
        margin: 30px 0;
    }
    main.article h1 {
        font-size: 30px;
        line-height: 30px;
        margin: 15px 0;
    }
    article h1 span {
        display: block;
        font-size: 20px;
        line-height: 20px;
        margin: 30px 0 0 0;
    }
    article.space {
        padding: 20px;
    }
    article.gallery {
        padding: 10px;
    }
    article.gallery a {
        width: calc(50% - 20px);
        margin: 10px;
        font-size: 15px;
        line-height: 15px;
    }
    article.gallery a img {
        height: 33vh;
        margin: 0;
    }
    article.gallery div.albums a img {
        margin-top: 10px;
    }
    article.gallery a.back {
        line-height: 30px;
    }
    main.article article a.back {
        width: fit-content;
        font-size: 20px;
        line-height: 30px;
        padding: 0 2em 0 1em;
    }
    .cooptions ol li {
        width: 100%;
        margin: 10px 0 0 0;
        padding: 0 0 0 40px;
    }
    article.cooptions h2, article.form h2 {
        font-size: 30px;
        margin: 0 0 20px 0;
    }
    article div.half.more.left img {
        width: 66.6666%;
        margin-top: 10px;
    }
    article div.half.less.right {
        right: 20px;
        bottom: 20px;
        width: calc(33.3333vw - 30px);
    }
    main.home article div.half.less.right {
        right: 4vw;
        bottom: 79px;
        width: calc(33.3333vw - 4vw);
    }
    article.form input, article.form select, article.form button {
        width: 80%;
        margin: 20px auto;
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        border-width: 2px;
    }
    main.blog > div {
        padding: 10px;
    }
    main.blog > div > h1 {
        font-size: 30px;
        padding: 20px 0 10px 0;
    }
    main.blog > div > a {
        width: calc(50% - 20px);
        margin: 0 10px;
        font-size: 10px;
        line-height: 15px;
    }
    main.blog > div > a:hover {
        text-shadow: 0 0 6px rgba(255,255,255,255.5);
    }
    main.blog > div:nth-child(odd) > a:hover {
        text-shadow: 0 0 6px rgba(0,0,0,0.5);
    }
    main.blog > div > a > h3 {
        margin: 0;
        line-height: 20px;
    }
    main.blog > div > a > span {
        display: block;
        opacity: 0.6;
    }
}