/*! normalize.css v2.0.1 | MIT License | git.io/normalize */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ie-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 0
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url("../img/swipebox-loader.gif") no-repeat center center
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: 0
}

#swipebox-top-bar {
    top: 0
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url("../img/swipebox-icons.png");
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    animation: rightSpring 0.3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    animation: leftSpring 0.3s
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
    backface-visibility: hidden;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1
}

@keyframes rightSpring {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
    100% {
        left: 0
    }
}

@keyframes leftSpring {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
    100% {
        left: 0
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }
    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000;
    opacity: 0.95
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}

.header,
.stuck #toggle:checked ~ .menu,
.homepage-article2 {
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.35)
}

#toggle:checked ~ .menu {
    -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.35)
}

h2.section-title {
    -webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2)
}

#cover-logo-img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#cover-logo {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d
}

html {
    text-rendering: optimizeLegibility
}

body {
    color: #333;
    overflow-x: hidden;
    background-color: #fff
}

a,
a:visited {
    color: #32598f;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out
}

a:hover {
    color: #cbb068
}

button,
a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

button:focus,
button:active,
a:focus,
a:active {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    outline: none
}

.container,
.big,
canvas.ddpanorama,
body p,
body form,
body #main>article h2,
body #main>article h3,
h2.section-title,
.post article,
.thankyou .h3 {
    width: 100%;
    max-width: 65rem;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 767px) {
    .container,
    .big,
    canvas.ddpanorama,
    body p,
    body form,
    body #main>article h2,
    body #main>article h3,
    h2.section-title,
    .post article,
    .thankyou .h3 {
        padding: 0 1em
    }
}

@media screen and (min-width: 768px) {
    .container,
    .big,
    canvas.ddpanorama,
    body p,
    body form,
    body #main>article h2,
    body #main>article h3,
    h2.section-title,
    .post article,
    .thankyou .h3 {
        width: 95%
    }
}

@media screen and (min-width: 1024px) {
    .container,
    .big,
    canvas.ddpanorama,
    body p,
    body form,
    body #main>article h2,
    body #main>article h3,
    h2.section-title,
    .post article,
    .thankyou .h3 {
        width: 80%
    }
}

@media screen and (min-width: 1200px) {
    .container,
    .big,
    canvas.ddpanorama,
    body p,
    body form,
    body #main>article h2,
    body #main>article h3,
    h2.section-title,
    .post article,
    .thankyou .h3 {
        width: 70%
    }
}

.clearfix:after,
body #main>article:after,
.row:after {
    content: "";
    display: table;
    clear: both
}

html,
body {
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-weight: 300
}

@media screen and (min-width: 768px) {
    html,
    body {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    html,
    body {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    html,
    body {
        font-size: 20px
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #555
}

@media screen and (min-width: 768px) {
    h1,
    .h1 {
        font-size: 40px
    }
}

@media screen and (min-width: 1024px) {
    h1,
    .h1 {
        font-size: 45px
    }
}

@media screen and (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 50px
    }
}

@media screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: 32px
    }
}

@media screen and (min-width: 1024px) {
    h2,
    .h2 {
        font-size: 36px
    }
}

@media screen and (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 40px
    }
}

@media screen and (min-width: 768px) {
    h3,
    .h3 {
        font-size: 25.6px
    }
}

@media screen and (min-width: 1024px) {
    h3,
    .h3 {
        font-size: 28.8px
    }
}

@media screen and (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 32px
    }
}

@media screen and (min-width: 768px) {
    h4,
    .h4 {
        font-size: 20.8px
    }
}

@media screen and (min-width: 1024px) {
    h4,
    .h4 {
        font-size: 23.4px
    }
}

@media screen and (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 26px
    }
}

@media screen and (min-width: 768px) {
    h5,
    .h5 {
        font-size: 17.6px
    }
}

@media screen and (min-width: 1024px) {
    h5,
    .h5 {
        font-size: 19.8px
    }
}

@media screen and (min-width: 1200px) {
    h5,
    .h5 {
        font-size: 22px
    }
}

@media screen and (min-width: 768px) {
    h6,
    .h6 {
        font-size: 16px
    }
}

@media screen and (min-width: 1024px) {
    h6,
    .h6 {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    h6,
    .h6 {
        font-size: 20px
    }
}

small,
.small {
    font-size: 10.5px
}

@media screen and (min-width: 768px) {
    small,
    .small {
        font-size: 12px
    }
}

@media screen and (min-width: 1024px) {
    small,
    .small {
        font-size: 13.5px
    }
}

@media screen and (min-width: 1200px) {
    small,
    .small {
        font-size: 15px
    }
}

.wf-loading {
    visibility: hidden
}

.wf-active {
    visibility: visible
}

p+p {
    margin-top: 2rem
}

.slabtexted .slabtext {
    display: -moz-inline-box;
    display: inline-block;
    white-space: nowrap
}

.slabtextinactive .slabtext {
    display: inline;
    white-space: normal;
    font-size: 1em !important;
    letter-spacing: inherit !important;
    word-spacing: inherit !important;
    *letter-spacing: 0 !important;
    *word-spacing: 0 !important
}

.slabtextdone .slabtext {
    display: block
}

@media screen and (min-width: 768px) {
    .text-mobile {
        display: none
    }
}

#cover {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    overflow: hidden;
    background-color: #fff
}

#cover-logo {
    width: 100%;
    height: 100%
}

#cover-logo-img {
    height: 50vh;
    width: auto;
    margin: 0 auto;
    display: block
}

.logo-0 {
    fill: #231F20
}

.logo-1 {
    opacity: 0.8;
    fill: #cbb068
}

.logo-2 {
    opacity: 0.8;
    fill: none;
    stroke: #cbb068;
    stroke-width: 1.4;
    stroke-miterlimit: 10
}

.header {
    width: 100%;
    height: 3rem;
    padding: 0 1rem;
    background-color: #231F20;
    color: #cbb068;
    z-index: 9999
}

.header {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: calc(100vh - 3rem)
}

#site-header.stuck,
.thankyou #site-header,
.error #site-header {
    position: fixed;
    top: 0;
    left: 0
}

#header-logo-img {
    height: 2rem;
    width: auto;
    display: block;
    float: left;
    margin-top: 0.5rem
}

.logo-c {
    fill: #cbb068
}

.logo-c:hover {
    fill: #fff
}

nav {
    float: right;
    position: relative
}

@media screen and (max-width: 767px) {
    .menu {
        display: none;
        opacity: 0
    }
}

@media screen and (min-width: 768px) {
    .menu {
        display: block;
        opacity: 1
    }
}

.menu li {
    display: inline-block;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.75rem;
    margin-right: 0.375rem
}

@media screen and (min-width: 768px) {
    .menu li {
        padding-top: 1rem;
        margin-right: 0.5rem
    }
}

@media screen and (min-width: 1024px) {
    .menu li {
        margin-right: 0.75rem
    }
}

@media screen and (min-width: 1200px) {
    .menu li {
        margin-right: 1rem
    }
}

.menu li:last-child {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .menu li:nth-last-child(3):after {
        content: '';
        color: #32598f;
        width: 100%;
        height: 1px;
        border-top: 1px solid #32598f;
        display: block;
        text-align: center
    }
}

@media screen and (min-width: 768px) {
    .menu li:nth-last-child(3):after {
        font-weight: 300;
        content: '|';
        color: #fff;
        margin-left: 0.75rem
    }
}

@media screen and (min-width: 1200px) {
    .menu li:nth-last-child(3):after {
        margin-left: 1rem
    }
}

.menu li a {
    font-weight: 500;
    color: #cbb068;
    padding: 0.5rem 0
}

.menu li a:hover {
    color: #3e74b6
}

.menu li .active {
    color: #fff
}

.menu li .active:hover {
    color: #3e74b6
}

#language-active {
    display: none
}

.toggle {
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    margin-bottom: 0;
    width: 120px;
    text-align: center;
    float: right
}

@media screen and (max-width: 767px) {
    .toggle {
        font-size: 20px
    }
}

@media screen and (min-width: 768px) {
    .toggle {
        display: none
    }
}

#toggle:checked ~ .menu {
    display: block;
    opacity: 1;
    font-size: 20px;
    background-color: #fff;
    border-bottom: 1px solid #999;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    position: absolute;
    top: calc(-15rem + 1px);
    right: 0;
    height: 15rem;
    z-index: 9999
}

#toggle:checked ~ .menu .parent {
    display: block;
    width: 240px;
    margin-right: 0;
    overflow: hidden
}

#toggle:checked ~ .menu #language-active {
    display: none
}

#toggle:checked ~ .menu .menu-link {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 2.5em;
    padding: 0.5em
}

#toggle:checked ~ .menu .menu-link:hover,
#toggle:checked ~ .menu .menu-link:focus {
    background-color: #cbb068;
    color: #fff
}

#toggle:checked ~ .menu .menu-link.active {
    color: #231F20
}

#toggle:checked ~ .menu .menu-link.active:hover,
#toggle:checked ~ .menu .menu-link.active:focus {
    color: #fff
}

.stuck #toggle:checked ~ .menu {
    top: 3rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}

#toggle:checked ~ .menu li.child .menu-link {
    padding-left: 1em
}

#toggle {
    display: none
}

.toggle:after {
    content: 'menu';
    display: block;
    padding: 0.5rem;
    height: 3rem;
    background: #cbb068;
    color: #fff;
    width: 120px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.toggle:hover:after,
.toggle:focus:after {
    background: #cbb068
}

#toggle:checked+.toggle:after {
    content: 'close';
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.home {
    padding-top: 100vh
}

.home main {
    min-height: 100vh
}

main {
    background-color: #fff
}

@media screen and (min-width: 768px) {
    .right {
        float: right;
        margin: 3rem 0 3rem 1rem;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .right {
        width: 50%
    }
}

@media screen and (min-width: 1200px) {
    .right {
        width: 50%
    }
}

@media screen and (min-width: 768px) {
    .left {
        float: left;
        margin: 3rem 1rem 3rem 0;
        width: 50%
    }
}

@media screen and (min-width: 1024px) {
    .left {
        width: 33%
    }
}

@media screen and (min-width: 1200px) {
    .left {
        width: 50%
    }
}

.big,
canvas.ddpanorama {
    margin-bottom: 3rem;
    clear: both
}

.big.gallery,
canvas.gallery.ddpanorama {
    margin-bottom: 0
}

.gallery {
    margin-top: 3rem
}

.gallery:after {
    content: "";
    display: block;
    clear: both
}

.gallery iframe {
    float: left
}

.two-columns figure,
.two-columns iframe {
    display: inline-block;
    width: 47%;
    margin-right: 4%;
    margin-bottom: 3rem
}

.two-columns figure:nth-child(even),
.two-columns iframe:nth-child(even) {
    margin-right: 0
}

.two-columns a {
    display: inline-block;
    width: 47%;
    margin-right: 4%;
    margin-bottom: 3rem
}

.two-columns a:nth-child(even) {
    margin-right: 0
}

.two-columns a figure {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

.three-columns figure,
.three-columns iframe {
    display: inline-block;
    width: 32%;
    margin-right: 2%
}

.three-columns figure:nth-child(3n),
.three-columns iframe:nth-child(3n) {
    margin-right: 0
}

@media screen and (max-width: 767px) {
    .four-columns figure,
    .four-columns iframe {
        display: inline-block;
        width: 47%;
        margin-right: 4%
    }
    .four-columns figure:nth-child(even),
    .four-columns iframe:nth-child(even) {
        margin-right: 0
    }
}

@media screen and (min-width: 768px) {
    .four-columns figure,
    .four-columns iframe {
        display: inline-block;
        width: 22.5%;
        margin-right: 4%
    }
    .four-columns figure:nth-child(4n),
    .four-columns iframe:nth-child(4n) {
        margin-right: 0
    }
}

.fullwidth {
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 3rem
}

figure img,
figure picture {
    display: block;
    max-width: 100%
}

body #main>article {
    display: block;
    padding-bottom: 3em;
    padding-top: 3rem;
    background-color: #fff
}

body #main>article:last-child {
    margin-bottom: 0
}

body #main>article h2,
body #main>article h3 {
    margin-top: 3rem
}

.homepage-article {
    position: relative;
    z-index: 999
}

div.section-cover {
    height: 75vh;
    position: relative;
    margin-bottom: 0
}

.section-title-container {
    position: relative;
    top: calc(100% - 3rem);
    z-index: 999;
    background-color: rgba(17, 30, 49, 0.3);
    padding: 0.5rem 0;
    height: 3rem
}

h2.section-title {
    color: #fff;
    display: block
}

.cover-clip {
    position: absolute;
    clip: none;
    clip-path: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.cover-img {
    position: absolute;
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -3
}

.Chrome .cover-clip,
.Opera .cover-clip,
.iPhone .cover-clip,
.iPad .cover-clip {
    clip: rect(auto, auto, auto, auto);
    clip-path: rect(auto, auto, auto, auto);
    -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%)
}

.Chrome .cover-img,
.Opera .cover-img,
.iPhone .cover-img,
.iPad .cover-img {
    position: fixed;
    background-attachment: scroll;
    -webkit-transform-style: preserve-3d
}

figure img {
    width: 100%;
    height: auto
}

main {
    display: block
}

.flexboxtweener,
.flexboxtweener>body {
    height: 100%
}

body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    z-index: 1
}

footer {
    background-color: #231F20;
    color: #fff;
    padding: 1rem 0
}

footer .footer-item {
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-top: 0;
    font-size: 0.75rem;
    font-weight: 400
}

footer .footer-item:nth-child(2) {
    text-align: center
}

footer .footer-item:nth-child(3) {
    margin-right: 0;
    text-align: right
}

footer .footer-item a {
    color: #cbb068
}

footer .footer-item a:hover,
footer .footer-item a:active,
footer .footer-item a:focus {
    color: #3e74b6
}

#facebook-link #facebook-logo {
    -webkit-transition: fill 0.3s ease-in-out;
    -moz-transition: fill 0.3s ease-in-out;
    transition: fill 0.3s ease-in-out;
    height: 1rem;
    width: auto;
    fill: #cbb068
}

#facebook-link:hover #facebook-logo,
#facebook-link:focus #facebook-logo,
#facebook-link:active #facebook-logo {
    fill: #3e74b6
}

.slab-headline {
    color: #231F20
}

#main #slogan {
    margin-top: 1rem;
    margin-bottom: 2rem
}

.logo-h-1 {
    fill: #231F20
}

.logo-h-2 {
    fill: #cbb068
}

#Duynrade .fullwidth {
    text-align: center;
    overflow: hidden
}

@media screen and (max-width: 479px) {
    #Duynrade .fullwidth {
        max-height: 205px
    }
}

@media screen and (max-width: 767px) {
    #Duynrade .fullwidth {
        max-height: 275px
    }
}

@media screen and (max-width: 1023px) {
    #Duynrade .fullwidth {
        max-height: 310px
    }
}

@media screen and (max-width: 1199px) {
    #Duynrade .fullwidth {
        max-height: 319px
    }
}

@media screen and (min-width: 1200px) {
    #Duynrade .fullwidth {
        max-height: 500px
    }
}

@media screen and (min-width: 1875px) {
    #Duynrade .fullwidth {
        max-height: 560px
    }
}

#Duynrade .fullwidth:first-child {
    margin-bottom: 0
}

#Duynrade .fullwidth:last-child {
    margin-top: 2rem
}

canvas.ddpanorama {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: auto;
    overflow: hidden;
    max-height: 500px;
    position: relative
}

@media screen and (min-width: 1024px) {
    canvas.ddpanorama {
        top: -10%
    }
}

@media screen and (min-width: 1200px) {
    canvas.ddpanorama {
        top: 0
    }
}

canvas.ddpanorama:first-child {
    margin-bottom: 0
}

canvas.ddpanorama:active {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

#heteiland-cover .cover-img {
    background-image: url("../img/1-strand-met-hartje_m.jpg")
}

@media screen and (orientation: portrait) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_portrait_m.jpg")
    }
}

@media screen and (min-width: 480px) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_m.jpg")
    }
}

@media screen and (min-width: 480px) and (orientation: portrait) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_portrait_l.jpg")
    }
}

@media screen and (min-width: 768px) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_l.jpg")
    }
}

@media screen and (min-width: 1024px) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_xl.jpg")
    }
}

@media screen and (min-width: 1200px) {
    #heteiland-cover .cover-img {
        background-image: url("../img/1-strand-met-hartje_xxl.jpg")
    }
}

#overview {
    margin-top: 3rem
}

.InternetExplorer #overview svg {
    padding-bottom: 92%;
    height: 1px;
    overflow: visible;
    display: block;
    margin: 0 auto;
    width: 100%
}

#Woningen .big,
#Woningen canvas.ddpanorama {
    margin-top: 2rem
}

#Ligging-cover .cover-img {
    background-position: bottom center;
    background-image: url("../img/2-zeehond_m.jpg")
}

@media screen and (orientation: portrait) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_portrait_m.jpg")
    }
}

@media screen and (min-width: 480px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_m.jpg")
    }
}

@media screen and (min-width: 480px) and (orientation: portrait) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_portrait_l.jpg")
    }
}

@media screen and (min-width: 768px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_l.jpg")
    }
}

@media screen and (min-width: 1024px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_xl.jpg")
    }
}

@media screen and (min-width: 1200px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_1440.jpg")
    }
}

@media screen and (min-width: 1440px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_xxl.jpg")
    }
}

@media screen and (min-width: 1632px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_1920.jpg")
    }
}

@media screen and (min-width: 1920px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_2560.jpg")
    }
}

@media screen and (min-width: 2560px) {
    #Ligging-cover .cover-img {
        background-image: url("../img/2-zeehond_2560.jpg")
    }
}

#Fotos-cover .cover-img {
    background-position: bottom center;
    background-image: url("../img/3-dorpgezicht_m.jpg")
}

@media screen and (orientation: portrait) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_portrait_m.jpg")
    }
}

@media screen and (min-width: 480px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_m.jpg")
    }
}

@media screen and (min-width: 480px) and (orientation: portrait) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_portrait_l.jpg")
    }
}

@media screen and (min-width: 768px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_l.jpg")
    }
}

@media screen and (min-width: 1024px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_xl.jpg")
    }
}

@media screen and (min-width: 1200px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_1440.jpg")
    }
}

@media screen and (min-width: 1440px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_1920.jpg")
    }
}

@media screen and (min-width: 1920) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_2560.jpg")
    }
}
@media screen and (min-width: 2560px) {
    #Fotos-cover .cover-img {
        background-image: url("../img/3-dorpgezicht_2560.jpg")
    }
}

@media screen and (min-width: 1440px) {
#cover { background-image: url("../img/0-duynradehomepage_2560_2.jpg") !important; }
}

#Fotos-map {
    min-height: 500px;
    width: 100%;
    margin-top: 2em;
}

#contact-cover .cover-img {
    background-image: url("../img/4-vuurtoren_m.jpg")
}

@media screen and (orientation: portrait) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_portrait_m.jpg")
    }
}

@media screen and (min-width: 480px) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_m.jpg")
    }
}

@media screen and (min-width: 480px) and (orientation: portrait) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_portrait_l.jpg")
    }
}

@media screen and (min-width: 768px) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_l.jpg")
    }
}

@media screen and (min-width: 1024px) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_xl.jpg")
    }
}

@media screen and (min-width: 1200px) {
    #contact-cover .cover-img {
        background-image: url("../img/4-vuurtoren_xxl.jpg")
    }
}

.jotform-form {
    margin-top: 2rem
}

.form-section {
    list-style-type: none
}

.field-group {
    width: 100%;
    color: #231F20
}

@media screen and (min-width: 768px) {
    .field-group {
        height: 4rem;
        display: inline-block;
        width: 32%;
        margin-right: 2%;
        padding-bottom: 1.5rem;
        position: relative;
        overflow: hidden
    }
}

.last-group {
    margin-right: 0
}

.input {
    width: 100%;
    height: 2em;
    padding: 0.5rem;
    color: #231F20;
    z-index: 100;
    opacity: 1;
    background-color: #231F20;
    float: right
}

@media screen and (min-width: 768px) {
    .input {
        opacity: 0;
        background-color: rgba(17, 30, 49, 0);
        margin-bottom: 2rem
    }
}

.label {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 1rem
}

@media screen and (min-width: 768px) {
    .label {
        margin: 0;
        display: inline;
        width: 100%;
        position: absolute;
        text-align: left;
        padding: 0.5em 0;
        font-size: 1em;
        z-index: -1
    }
    .label::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        background: #231F20;
        -webkit-transform: translate3d(0, -105%, 0);
        transform: translate3d(0, -105%, 0);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    .label::after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%;
        height: 2px;
        background: #231F20;
        -webkit-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out
    }
}

@media screen and (min-width: 768px) {
    .label-content {
        transition: transform 0.3s ease-in-out;
        position: relative;
        display: block;
        width: 100%
    }
}

.input:focus {
    outline: none
}

.input-focus .input,
.input:focus .input {
    background: #231F20;
    color: #fff;
    opacity: 1
}

@media screen and (min-width: 768px) {
    .input-focus.input,
    .input:focus.input {
        opacity: 1;
        -webkit-transition: opacity 0s 0.3s ease-in-out;
        transition: opacity 0s 0.3s ease-in-out
    }
    .input-focus+.label::before,
    .input:focus+.label::before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        background-color: #231F20;
        opacity: 1
    }
    .input-focus+.label::after,
    .input:focus+.label::after {
        opacity: 0
    }
    .input-focus+.label .label-content,
    .input:focus+.label .label-content {
        -webkit-transform: translateY(2.1em) scale3d(0.65, 0.65, 1);
        transform: translateY(2.1em) scale3d(0.65, 0.65, 1)
    }
}

@media screen and (min-width: 768px) {
    #question,
    #id_4 {
        display: inline-block;
        width: calc(98% - 6.5rem);
        margin-right: 2%
    }
}

#Field11,
#input_4 {
    resize: none;
    height: 2.5rem;
    padding: 0.5rem;
    font-size: 0.75rem
}

.indicates-required {
    font-size: 75%;
    font-style: italic;
    margin-bottom: 1rem;
    display: block
}

.submit,
.form-submit-button {
    padding: 0.5em;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #231F20;
    color: #fff;
    text-transform: lowercase;
    -webkit-transition: background-color, 0.3s, ease-in-out;
    -moz-transition: background-color, 0.3s, ease-in-out;
    transition: background-color, 0.3s, ease-in-out
}

@media screen and (min-width: 768px) {
    .submit,
    .form-submit-button {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        float: right;
        height: calc(2.5rem + 2px);
        position: relative;
        top: calc(-4.5rem);
        width: 6.5rem;
        text-align: center
    }
}

.submit:hover,
.submit:focus,
.submit:active,
.form-submit-button:hover,
.form-submit-button:focus,
.form-submit-button:active {
    background-color: #cbb068
}

.hide {
    display: none;
    opacity: 0
}

.form-error-message {
    display: none
}

.post main {
    padding-top: 3rem
}

.error article {
    margin-top: 3rem
}

html {
    -webkit-transition: opacity, 0.3s, ease-in-out;
    -moz-transition: opacity, 0.3s, ease-in-out;
    transition: opacity, 0.3s, ease-in-out;
    opacity: 0
}

.wf-inactive {
    opacity: 1;
    font-family: Futura, 'Trebuchet MS', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Arial, sans-serif
}

.wf-active {
    opacity: 1;
    font-family: Arial, sans-serif
}

.wf-active body {
    font-family: Arial, sans-serif
}

.thankyou #Duynrade-logo-c {
    width: 25%;
    height: auto;
    margin: 6rem auto 1rem auto
}

#landingpage {
    height: 100%;
    width: 100%;
    min-height: 100vh;
    min-width: 100vw;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#landingpage #Duynrade-logo-c,
#landingpage #Duynrade-logo-text,
#landingpage .slab-headline,
#landingpage .landingpage-panorama,
#landingpage h2,
#landingpage p,
#landingpage form {
    width: 90%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 480px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 450px
    }
}

@media screen and (min-width: 768px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 500px
    }
}

@media screen and (min-width: 1024px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 550px
    }
}

@media screen and (min-width: 1200px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 600px
    }
}

@media screen and (min-width: 1439px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 650px
    }
}

@media screen and (min-width: 1679px) {
    #landingpage #Duynrade-logo-c,
    #landingpage #Duynrade-logo-text,
    #landingpage .slab-headline,
    #landingpage .landingpage-panorama,
    #landingpage h2,
    #landingpage p,
    #landingpage form {
        max-width: 700px
    }
}

#landingpage .landingpage-panorama {
    position: relative
}

#landingpage .ddpanorama {
    margin-top: 1rem;
    width: 100%;
    margin-bottom: 1rem
}

#landingpage .logo {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 2rem
}

#landingpage .logo2 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 2rem;
    margin-left: 2rem
}

#landingpage .logo-c {
    display: block;
    width: 25%;
    height: auto;
    margin: 2rem auto
}

#landingpage .logo-cool {
    fill: #001730;
    font-family: Arial, sans-serif;
    font-size: 263.40985px;
    letter-spacing: 13
}

#landingpage .logo-house {
    opacity: 0.8;
    fill: #D19A29;
    enable-background: new;
    font-family: Arial, sans-serif;
    font-size: 276.17766px;
    letter-spacing: 18
}

#landingpage .logo-text {
    fill: #001730;
    font-family: Arial, sans-serif
}

#landingpage .logo-apartments {
    font-size: 89.4973px
}

#landingpage .logo-slogan {
    font-size: 48.792px
}

#landingpage .logo-line {
    opacity: 0.8;
    fill: none;
    stroke: #D19A29;
    stroke-width: 3;
    stroke-miterlimit: 10;
    enable-background: new
}

#landingpage .logo-dots {
    fill: #001730
}

#landingpage .slab-headline {
    margin-bottom: 1rem
}

#landingpage .field-group {
    margin-top: 1rem;
    width: 66%
}

#landingpage .submit {
    position: relative;
    top: -4em;
    background-color: #cbb068
}

#landingpage .submit:hover,
#landingpage .submit:focus,
#landingpage .submit:active {
    background-color: #231F20
}


/*# sourceMappingURL=global.css.map */
