* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background: #231F20;
    color: #fff;
    font-family: "Inter Tight", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}

body.contact {
    background: #fff;
}

.header-wrapper {
    width: 100%;
    position: relative;
}

header {
    width: 100%;
    background: #fff;
}

.header-left, .header-right {
    width: 100%;
    float: left;
}

.home .logo-wrapper {
    background: #fff;
}

.logo-wrapper {
    background: #5C3D5A;
    height: 150px;
    width: 100%;
    z-index: 800;
}

#logo-home {
    display: block;
    width: 200px;
    height: 100px;
    text-indent: -999999px;
    outline: none;
}

.home #logo-home {
    background: url('img/logo-home.png') no-repeat;
    background-size: 200px 100px;
}

#logo-home {
    background: url('img/logo-inverse.png') no-repeat;
    background-size: 200px 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .home #logo-home {
        background: url('img/logo-home@2x.png') no-repeat;
        background-size: 200px 100px;
    }

    #logo-home {
        background: url('img/logo-inverse@2x.png') no-repeat;
        background-size: 200px 100px;
    }
}

header a, header a:hover {
    color: #5C3D5A;
    font-weight: 300;
    text-decoration: none;
    padding: 5px 0;
    margin: 10px;
}

header #main-nav a:hover {
    border-bottom: 1px solid #5C3D5A;
}

#main-nav {
    padding: 30px 0;
    text-align: center;
}

#main-nav li {
    display: inline-block;
    margin-bottom: 15px;
}

#main-nav li.active a {
    font-weight: 500;
    font-style: italic;
    border-bottom: 1px solid #5C3D5A;
}

#logo-home {
    margin: 0 auto;
}

#video-reel {
    display: block;
    height: 500px;
}

.backstretch {
    display: none;
}

#home-hero {
    height: 500px;
    overflow: hidden;
}

.quote-box {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 260px;
    z-index: 20;
}

.quote-text {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.1;
}

.quote-link {
    text-align: center;
    padding: 90px 0 0 0;
}

.quote-link a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    background: #fff;
    color: #5C3D5A;
    border-radius: 20px;
    padding: 10px 25px;
    letter-spacing: 1px;
}

.quote-link a:hover {
    background: #5C3D5A;
    color: #fff;
}

#home-intro {
    position: relative;
    z-index: 200;
    margin-top: 0;
    background: #FF7878 url('img/home_info.png') no-repeat right bottom;
    background-size: 700px 450px;
    text-align: center;
    padding: 100px 0;
}

#home-intro-credits {
    display: block;
    position: absolute;
    background: #5C3D5A;
    color: #fff;
    font-size: 12px;
    padding: 5px 25px 5px 10px;
    border-top-right-radius: 30px;
    top: -28px;
}

#home-intro-wall-top,
#home-intro-wall-bottom,
#home-news-wall-top,
#home-map-wall-top,
#home-map-wall-bottom {
    display: none
}

#home-intro-wall-top {
    top: -300px;
    background: url('img/inverse_top.png') no-repeat right;
    background-size: 300px 300px;
}

#home-intro-wall-bottom {
    bottom: -300px;
    background: url('img/inverse_bottom.png') no-repeat right;
    background-size: 300px 300px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    background: #FF7878 url('img/home_info@2x.png') no-repeat right bottom;
    background-size: 700px 450px;
}

#home-intro .text {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 170%;
    letter-spacing: 1px;
}

#home-map {
    position: relative;
    background: #5C3D5A;
}

#home-map-wall-top {
    right: auto;
    left: 0;
    top: -300px;
    background: url('img/map_inverse_top.png') no-repeat right;
    background-size: 300px 300px;
}

#home-map-wall-bottom {
    right: auto;
    left: 0;
    bottom: -300px;
    background: url('img/map_inverse_bottom.png') no-repeat right;
    background-size: 300px 300px;
}

#home-map #map img {
    z-index: 600;
    width: 100%;
}

#home-map .title {
    font-size: 25px;
    text-align: center;
    font-style: italic;
    padding: 50px 0;
}

#home-map .title h2 {
    font-weight: 700;
}

#home-map .text {
    padding: 30px;
}

#home-news {
    position: relative;
    background: #fff;
    padding: 40px 0;
}

#home-news-wall-top {
    top: -300px;
    background: url('img/news_inverse_top.png') no-repeat right;
    background-size: 300px 300px;
}

#home-news .news-title {
    color: #5C3D5A;
    font-size: 25px;
    text-align: center;
    font-style: italic;
}

#home-news .news-title h2 {
    font-weight: 700;
}

#home-news .newsitem-wrapper {
    padding: 30px;
}

#home-news .newsitem {
    display: block;
    position: relative;
}

#home-news a.newsitem {
    text-decoration: none;
}

#home-news .newsitem .image {
    position: relative;
}

#home-news .newsitem .image img {
    width: 100%;
    border-radius: 50% 50% 0 0;
}

#home-news .newsitem .info {
    background: #51888E;
    height: 80px;
    padding: 22px 20px 10px 20px;
}

#home-news .newsitem .info h3 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

#home-news .news-footer {
    text-align: center;
}

#home-news .news-footer a, .news-detail-footer a, #news-titles time {
    color: #fff;
    background: #FF7878;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    border-radius: 20px;
    padding: 5px 15px;
}

#home-news .news-footer a:hover, .news-detail-footer a:hover {
    background: #51888E;
}

footer {
    background: #fff;
    font-size: 14px;
    text-align: center;
}

.footer-wall {
    padding: 50px 0;
    background: #231F20;
}

.sticky-wrapper {
    min-height: 100%;
    margin-bottom: -230px;
}

.push {
    height: 230px;
}

footer.sticky {
    background: #fff;
    color: #fff;
    text-align: center;
    height: 230px;
    background:  url('img/contact-footer.png') no-repeat 20% bottom;
    background-size: 474px 230px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    footer.sticky {
        background:  url('img/contact-footer@2x.png') no-repeat 20% bottom;
        background-size: 474px 230px;
    }
}

footer.sticky #footer-text {
    padding: 50px 0 0 0;
}

#footer-contact {
    text-align: center;
    padding: 17px 0 20px 0;
}

#footer-contact a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    background: #5C3D5A;
    color: #fff;
    border-radius: 20px;
    padding: 10px 25px;
    letter-spacing: 1px;
}

#footer-contact a:hover {
    background: #51888E;
}

/* Overleg */

#counsel-intro {
    background: #351D34;
    padding: 100px 0 300px 0;
}

#counsel-intro p {
    margin-bottom: 10px;
}

.counsel-title {
    text-align: center;
    padding: 30px 0;
}

.counsel-image img {
    width: 100%;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    border-bottom-right-radius: 300px;
}

#counsel-intro h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
}

#counsel-intro a {
    color: #fff;
    background: #5C3D5A;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    border-radius: 20px;
    padding: 10px 25px;
}

#counsel-intro a:hover {
    background: #FF7878;
}

/* Memorandum */

#memorandum-intro {
    padding: 50px 0;
    background: #FF7878 url('img/memorandum_wall.png') bottom center no-repeat;
    background-size: 960px 465px;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    background: #FF7878 url('img/memorandum_wall@2x.png') bottom center no-repeat;
    background-size: 960px 465px;
}

#memorandum-intro .image img {
    width: 100%;
}

#memorandum-intro h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
}

#memorandum-intro ul {
    padding: 30px 0;
}

#memorandum-intro ul li {
    padding: 10px 0 10px 70px;
    background: url('img/list_item.png') no-repeat top left;
    background-size: 50px 45px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #memorandum-intro ul li {
        background: url('img/list_item@2x.png') no-repeat center left;
        background-size: 50px 45px;
    }
}

#memorandum-intro #download-wrapper {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

#download-memorandum, #download-ciphers {
    background: #51888E;
    border-radius: 30px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
}

#download-ciphers {
    display: inline-block;
    margin-left: 20px;
    margin-top: 20px;
}

#download-memorandum:hover, #download-ciphers:hover {
    background: #5C3D5A;
}

#memorandum-method {
    background: #C76567;
    padding: 50px 0;
}

#memorandum-method .text h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
}

#memorandum-method .text  h2 strong {
    font-weight: 700;
}

#memorandum-method .text  ul {
    padding: 50px 20px 0 20px;
}

#memorandum-method .text ul li {
    list-style: outside;
    padding: 10px 0 10px 10px;
    margin-left: 30px;
}

#memorandum-future img {
    width: 100%;
}

#memorandum-method #bubble {
    background: #5C3D5A;
    width: 100%;
    padding: 40px;
    border-radius: 50px 0 50px 50px;
    margin-top: 30px;
}

#memorandum-method #bubble h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
}

#memorandum-method #bubble p {
    font-weight: 300;
    font-size: 13px;
}

 /* News */

#news-intro {
    background: #355C60;
    padding: 100px 0 100px 0;
    text-align: center;
}

#news-intro h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
}

#news-items {
    background: #fff;
    position: relative;
}

.newsitems {
    position: relative;
    width: 100%;
    padding: 30px 0 0 0;
}

#news-items .newsitem {
    display: block;
    position: relative;
}

#news-items a.newsitem {
    text-decoration: none;
    margin-bottom: 30px;
}

#news-items .newsitem .image {
    position: relative;
}

#news-items .newsitem .image img {
    width: 100%;
}

#news-items .newsitem .info {
    background: #51888E;
    height: 80px;
    padding: 22px 20px 10px 20px;
}

#news-items.counsel-items .newsitem .info {
    background: #5C3D5A;
}

#news-items .newsitem .info h3 {
    color: #fff;
    font-weight: 300;
    font-size: 15px;
}

.time-wrapper {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 85px;
}

#news-items .newsitem time {
    background: #FF7878;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.pagination-wrapper span {
    margin: 0 20px 10px 20px;
    display: inline-block;
}

#news-items .pagination {
    text-align: center;
    color: #51888E;
    padding: 50px 0;
    font-size: 20px;
}

#news-items .pagination li {
    display: inline;
}

.pagination-center {
    margin: 0 20px;
}

.pagination-side {
    margin-top: 10px;
}

#news-items .pagination a.next {
    display: inline-block;
    background: url('img/arrow_right@2x.png');
    background-size: 26px 22px;
    width: 26px;
    height: 22px;
    outline: none;
    text-indent: -99999px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    bottom: -5px;
}

#news-items .pagination a.previous {
    display: inline-block;
    background: url('img/arrow_left@2x.png');
    background-size: 26px 22px;
    width: 26px;
    height: 22px;
    outline: none;
    text-indent: -99999px;
    text-decoration: none;
    font-weight: 300;
    position: relative;
    bottom: -5px;
}

#news-detail {
    background: #fff;
    color: #5C3D5A;
}

#news-detail-wall {
    background: #fff url('img/news_detail@2x.png') bottom right no-repeat;
    background-size: 610px 296px;
}

.news-detail-footer {
    text-align: center;
    padding: 50px 0;
}

#news-photos .slider img {
    width: 100%;
    border-radius: 300px 0 300px 300px;
}

#news-titles {
    text-align: center;
    padding: 30px 0;
}

#news-titles h2 {
    font-style: italic;
    font-weight: 300;
    font-size: 40px;
    margin: 20px 0;
}

#news-titles h3 {
    font-weight: 300;
    font-size: 15px;
    line-height: 150%;
    padding: 10px 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#news-content {

}

#news-content .content {
    columns: 1;
}

#news-content h2 {
    font-weight: 700;
    font-size: 23px;
}

#news-content h3 {
    font-size: 18px;
}

#news-content p {
    margin-bottom: 10px;
}

.cycle-pager {
    text-align: center;
    height: 20px;
}

.cycle-pager > * {
    cursor: pointer;
}

.cycle-pager span {
    display: inline-block;
    font-size: 40px;
    color: #E5E5E5;
    line-height: 80%;
}

.cycle-pager span.cycle-pager-active, .cycle-pager span:hover {
    color: #5C3D5A;
}

/* Contact */

#contact-intro {
    background: #2F1D2E;
    padding: 150px 0 250px 0;
    text-align: center;
    font-size: 20px;
}

#contact-form-section {
    margin: -120px 0 150px 0;
}

#contact-form {
    filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.15));
    background: #E5E5E5;
    padding: 100px 0;
}

#contact-form-sending {
    filter: drop-shadow(10px 10px 6px rgba(0, 0, 0, 0.15));
    background: #51888E;
    padding: 200px 0;
    text-align: center;
}

.form-control {
    border-radius: 10px;
    padding: 7px 10px;
}

.form-control.error {
    border: 1px solid #FF0000;
}

.form-control::placeholder {
    color: #5C3D5A;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
}

.form-control.error::placeholder {
    color: #FF0000;
}

#contact-form button {
    background: #5C3D5A;
    border: 1px solid #5C3D5A;
    padding: 7px 50px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
    letter-spacing: 1px;
}

#contact-form button:hover {
    background: #51888E;
    border: 1px solid #51888E;
}

#contact-form button:focus {
    outline: none !important;
    box-shadow: none;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header {
        background: #fff;
        height: 80px;
    }

    header a, header a:hover {
        margin: 20px;
    }

    #home-hero {
        height: 110%;
    }

    #logo-home {
        float: left;
        margin: 0;
    }

    #video-reel {
        display: none;
    }

    .backstretch {
        display: block;
    }

    .home header {
        height: 150px;
    }

    .home #main-nav {
        padding: 63px 30px 0 0;
    }

    .logo-wrapper {
        position: absolute;
        float: left;
        padding: 0 50px 0 80px;
        width: auto;
    }

    #main-nav {
        padding: 32px 30px 0 0;
        float: right;
    }

    #main-nav li {
        display: inline;
        margin: 0;
    }

    .quote-box {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 600px;
        z-index: 20;
    }

    .quote-text {
        font-size: 60px;
    }

    .quote-link {
        text-align: right;
    }

    #home-intro-wall-top,
    #home-intro-wall-bottom,
    #home-news-wall-top,
    #home-map-wall-top,
    #home-map-wall-bottom {
        z-index: 300;
        height: 300px;
        width: 300px;
        display: block;
        position: absolute;
        right: 0;
    }

    #home-intro {
        height: 600px;
        margin-top: -263px;
        border-top-left-radius: 300px 300px;
        border-bottom-left-radius: 300px 300px;
        padding: 200px 0;
    }

    #home-intro-credits {
        right: 300px;
    }

    #home-news {
        height: 600px;
        border-top-left-radius: 300px 300px;
        border-bottom-left-radius: 300px 300px;
        padding: 40px 0 0 0;
    }

    #home-news .news-title {
        padding: 50px 0 0 150px;
    }

    #home-news .newsitem-wrapper {
        padding: 0 30px;
    }

    #home-map {
        padding-bottom: 100px;
        border-top-right-radius: 300px 300px;
        border-bottom-right-radius: 300px 300px;
    }

    #home-map .title {
        padding: 50px 0 0 150px;
    }

    footer {
        text-align: left;
    }

    .footer-wall {
        height: 300px;
        padding: 150px 0 0 0;
    }

    #footer-address {
        padding: 0 0 0 50px;
    }

    .home .footer-wall {
        border-top-right-radius: 300px 300px;
    }

    .header-wrapper {
        float: none;
        width: auto;
    }

    .header-left, .header-right {
        width: auto;
        float: none;
    }

    #news-intro {
        padding: 100px 0 300px 0;
    }

    .newsitems {
        top: -200px;
        padding: 0;
    }

    #news-content .content {
        columns: 2;
    }

    #memorandum-intro {
        padding: 100px 0;
    }

    #memorandum-method {
        padding: 100px 0 200px 0;
    }

    #memorandum-method .text h2 {
        font-style: italic;
        font-weight: 300;
        font-size: 40px;
        background: url('img/memorandum_methode.png') no-repeat left center;
        background-size: 84px 73px;
        padding-left: 150px;
    }

    #memorandum-method .text ul {
        columns: 2;
        column-gap: 100px;
    }

    #memorandum-method #bubble {
        background: #5C3D5A;
        position: absolute;
        width: 500px;
        border-top-left-radius: 150px 150px;
        border-bottom-left-radius: 150px 150px;
        border-bottom-right-radius: 150px 150px;
        border-top-right-radius: 0 0;
        padding: 50px 100px;
        bottom: 0;
        right: 0;
        margin: 0 50px -400px 0;
    }

    #memorandum-intro #download-wrapper {
        position: absolute;
        bottom: -15px;
        margin-top: auto;
    }

    #download-ciphers {
        display: inline;
        margin-top: auto;
    }

    footer.sticky {
        color: #5C3D5A;
    }

    #footer-contact {
        padding: 15px 0 0 0;
    }

    #footer-address {
        padding: 16px 0 0 50px;
    }

    #home-map .text {
        padding: 345px 100px 0 0;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #home-map {
        height: 600px;
    }

    #home-map #map {
        position: absolute;
        z-index: 600;
        width: 650px;
        height: 838px;
        display: block;
        background: url('img/map@2x.png');
        background-size: 650px 838px;
        top: -110px;
        left: 0;
    }

    #home-map #map img {
        display: none;
    }

    #home-map .text {
        padding: 331px 0 0 0;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #home-map .text {
        padding: 345px 100px 0 0;
    }
}
