@font-face {
    font-family: 'BarlowCondensed-Regular';
    src: url('fonts/BarlowCondensed-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'CheddarGothicRough';
    src: url('fonts/CheddarGothicRough-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'MrDafoe-Regular';
    src: url('fonts/MrDafoe-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'Veneer';
    src: url('fonts/Veneer-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

@font-face {
    font-family: 'CitrusGothicRegular';
    src: url('fonts/CitrusGothicRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-display: block;
}

:root {
    --pink: #D40F7D;
    --brouwn: #402022;
    --white: #F4E6D9;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--brouwn);
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: var(--pink);
    }

body {
    font-family: "BarlowCondensed-Regular";
    font-size: 24px;
    line-height: 32px;
    background: var(--pink);
    color: var(--white);
    letter-spacing: 0.72px;
    margin: 0;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}

dialog {
    background: var(--white);
    width: 100%;
    max-width: 1200px;
    padding: 48px;
    border: none;
    position: relative;
    z-index: 1000;
}

dialog::backdrop {
    background: var(--brouwn);
    opacity: 0.9;
}

    dialog #dialog-close {
        background: none;
        border: none;
        outline: none;
        cursor: pointer;
        position: absolute;
        top: 16px;
        right: 16px;
    }

        dialog #dialog-close::focus {
            border: none;
            outline: none;
        }

        dialog .column .button {
            margin-top: auto;
            align-self: flex-start;
        }

h1, .is-header {
    font-family: "CheddarGothicRough";
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 65px;
    margin: 0;
    color: var(--white);
}

h2, .top {
    color: var(--brouwn);
    font-family: 'MrDafoe-Regular';
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    h2.alt{
        font-family: "CheddarGothicRough";
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px;
        margin: 0;
        color: var(--brown);
        margin-bottom: 24px;
    }

.container {
    max-width: 1424px;
    margin: auto;
    padding: 16px;
    padding-top: 100px;
    padding-bottom: 100px;
}

    .container.small {
        max-width: 672px;
    }

a.button {
    padding: 16px 48px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'CitrusGothicRegular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    border-radius: 100px;
    margin-bottom: 12px;
    align-content: center;
    display: inline-block;
    height: 78px;
    position: relative;
    overflow: hidden;
    background-color: var(--brouwn);
    color: var(--white);
}

    a.button span {
        z-index: 10;
        position: relative;
        transition: width 0.3s ease-out;
    }

    a.button:before {
        content: "";
        width: 0%;
        height: 100%;
        background: var(--white);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transition: width 0.3s ease-out;
    }

    a.button:hover::before {
        width: 100%;
    }

    a.button:hover span {
        color: var(--brouwn);
    }

    a .button.brown {
        background-color: var(--brouwn);
        color: var(--white);
    }

    a.button.pink {
        background-color: var(--pink);
        color: var(--white);
    }

    a.button.white {
        background-color: var(--white);
        color: var(--pink);
    }

        a.button.white:hover span {
            color: var(--white);
        }

        a.button.white:before {
            background: var(--pink);
        }

    a .button.pink {
        background-color: var(--pink);
        color: var(--white);
    }

    a.button.small {
        background-color: var(--pink);
        color: var(--white);
        border: solid var(--white) 2px;
        padding: 8px 48px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        height: 60px;
    }

img {
    width: 100%;
}

header {
    position: relative;
    top: -16px;
    overflow: visible;
}

    header::before {
        background-repeat: repeat;
        background-size: cover;
        background-image: url('../media/top-bar-bg.svg');
        width: 100%;
        content: "";
        height: 100%;
        min-height: 110px;
        position: absolute;
        top: 16px;
        z-index: 9;
    }

    header p {
        margin: 0;
        padding: 32px 16px 24px 16px;
        z-index: 10;
        position: relative;
        text-align: center;
        font-family: 'Veneer';
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        text-transform: uppercase;
    }

    header a {
        color: var(--white);
        text-decoration: none;
    }

.hero {
    background-image: url('../media/patroon.png');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    position: relative;
}

    .hero::before {
        background: linear-gradient(180deg, rgba(212, 15, 125, 0.00) 0%, #D40F7D 100%);
        width: 100%;
        height: 100%;
        display: block;
        content: "";
        position: absolute;
        top: 0;
    }

    .hero .container {
        position: relative;
        z-index: 2;
        padding-top: 0;
    }

        .hero .container .logo {
            justify-self: center;
            padding: 68px 0 48px 0;
            margin-bottom: 68px;
        }

    .hero .dubble-title {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
    }

        .hero .dubble-title h2 {
            margin: 0;
            top: -36px;
            position: absolute;
            transform: rotate(-3.173deg);
        }

    .hero .has-buttons {
        text-align: center;
        text-align: -webkit-center;
    }

    .hero a.button.white:before {
        background: var(--brouwn);
    }

.promotion .container {
    padding-top: 0;
}

    .promotion .container .is-text {
        text-align: center;
        max-width: 912px;
        width: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        padding-top: 50px;
    }


        p span.bold {
            line-height: 32px;
            font-size: 32px;
            font-family: 'Veneer';
        }

        .promotion .container .is-text .button.white::before {
            background: var(--brouwn);
        }

.photorow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .photorow img {
        width: 50%;
    }

.column-list {
    position: relative;
}

    .column-list.brown {
        background-color: var(--brouwn);
    }

    .column-list.brown::after {
        width: 100%;
        height: 245px;
        content: "";
        background: url('../media/border-bottom.svg');
        bottom: -200px;
        display: block;
        position: absolute;
        z-index: -1;
        background-size: cover;
    }

    .column-list.brown + section .container {
        padding-top: 280px;
        padding-bottom: 68px;
    }

    .column-list .container {
        padding-bottom: 0;
    }

    .column-list p span {
        line-height: 32px;
        letter-spacing: 0.96px;
        font-family: 'Veneer';
        font-size: 32px;
    }

    .column-list .button {
        margin: 12px 0;
    }

        .column-list .button:nth-child(1) {
            margin-right: 24px;
        }

    .column-list ul {
        margin-left: 0;
        padding-left: 0;
    }

    .column-list .has-list {
        padding-left: 24px;
        padding-right: 24px;
    }

    .column-list ul li {
        list-style: none;
        /*line-height: 56px;*/
        letter-spacing: 0.72px;
        font-family: 'Veneer';
        font-size: 24px;
        font-weight: 400;
        position: relative;
        padding: 14px;
    }

        .column-list ul li:before {
            content: "";
            height: 1px;
            width: calc(100% + 24px);
            background-color: var(--white);
            display: block;
            position: absolute;
            opacity: 0.5;
            top: 0;
            left: -12px;
        }

        .column-list ul li:last-child:after {
            content: "";
            height: 1px;
            width: calc(100% + 24px);
            background-color: var(--white);
            display: block;
            position: absolute;
            opacity: 0.5;
            bottom: 0;
            left: -12px;
        }

.vacencys .dubble-title {
    max-width: 912px;
    text-align: center;
    margin: auto;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    margin-bottom: 48px;
}

    .vacencys .dubble-title h3.top {
        margin: 0;
        top: -100px;
        position: absolute;
        transform: rotate(-3.173deg) translateX(-50%);
        left: 50%;
    }

.vacencys .vacancy-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
    width: 100%;
}

    .vacencys .vacancy-block .vacancy img {
        width: 100%;
    }

    .vacencys .vacancy-block .vacancy {
        flex: 0 0 100%;
    }

        .vacencys .vacancy-block .vacancy h3 {
            font-family: 'CheddarGothicRough';
            font-size: 32px;
            line-height: 40px;
            font-weight: 400;
            margin-bottom: 0;
        }

        .vacencys .vacancy-block .vacancy p {
            font-size: 24px;
            font-weight: 400;
            line-height: 32px;
            margin-top: 0;
        }



.image-block {
    position: relative;
}

    .image-block:before {
        content: "";
        width: 100%;
        height: 60%;
        background: url(../media/border-footer.svg);
        display: block;
        position: absolute;
        bottom: 10%;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-block:after {
        content: "";
        width: 100%;
        height: 25%;
        background: var(--brouwn);
        z-index: -1;
        display: block;
        position: absolute;
        bottom: 0;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .image-block img {
        width: 100%;
        max-width: 1640px;
        position: relative;
        padding: 16px;
        
    }

footer {
    background-color: var(--brouwn);
    position: relative;
}

    footer .buttons {
        justify-self: center;
    }

    footer .is-text {
        text-align: center;
        margin: 16px;
    }

        footer .is-text .slogan p {
            font-family: 'CheddarGothicRough';
            font-size: 68px;
            font-weight: 400;
            line-height: 68px;
            margin-bottom: 20px;
        }

        footer .is-text .adres {
            font-size: 40px;
            font-weight: 400;
            line-height: 48px;
            font-family: 'Veneer';
            margin: 0;
        }

            footer .is-text .adres p {
                margin: 0;
            }

    footer .button.route {
        color: var(--white);
        border: solid 2px var(--white);
        left: 50%;
        transform: translateX(-50%);
        margin-top: 32px;
    }

    footer .footer-bottom ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 80px;
        margin-bottom: 0;
    }

        footer .footer-bottom ul li {
            list-style: none;
            padding: 14px;
        }

            footer .footer-bottom ul li a {
                text-decoration: none;
                color: var(--white);
            }

@media only screen and (min-width: 480px) {
    a.button {
        margin: 12px;
    }

    .vacencys .dubble-title h3.top {
        top: -48px;
    }
}

@media only screen and (min-width: 640px) {
}

@media only screen and (min-width: 768px) {
    .vacencys .vacancy-block .vacancy {
        flex: 0 0 calc(50% - 24px);
    }

    h1 {
        font-size: 80px;
        line-height: 80px;
    }

    h2 {
        font-size: 48px;
        line-height: normal;
    }

    .hero .dubble-title h2 {
        top: -42px;
    }

    .vacencys .dubble-title h2 {
        top: -50px;
    }


    footer .is-text .slogan p {
        font-size: 80px;
        line-height: 80px;
    }

    footer .is-text .adres {
        font-size: 48px;
        line-height: 56px;
    }
}

@media only screen and (min-width: 1024px) {
    h2.alt {
        text-align: center;
    }

    .columns {
        display: flex;
        justify-content: space-between;
    }

        .columns .column {
            width: 50%;
            max-width: 624px;
        }

        .columns.triple .column {
            width: calc(100% / 3);
            display: flex;
            flex-direction: column;
            max-width: 320px;
        }

    .hero .has-buttons {
        max-width: 672px;
        margin-top: -12px;
    }

    .container {
        padding-top: 160px;
        padding-bottom: 160px;
    }

    .photorow img {
        width: 25%;
    }

    .column-list .columns .column.has-list {
        max-width: 672px;
    }

        .column-list .columns .column.has-list ul {
            margin-top: 0;
        }

    a.button {
        font-size: 24px;
        line-height: 48px;
        height: 96px;
    }

        a.button.small {
            font-size: 20px;
            line-height: 48px;
            height: 64px;
        }

    .vacencys .vacancy-block .vacancy a.button, footer .button.route {
        height: 80px;
    }

    .image-block img {
        width: 100%;
        max-width: 1640px;
        position: relative;
        padding: 16px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media only screen and (min-width: 1280px) {
}

@media only screen and (min-width: 1440px) {

    .vacencys .vacancy-block .vacancy {
        flex: 0 0 calc(33.333% - 32px);
    }
}

@media only screen and (min-width: 1680px) {
}

@media only screen and (min-width: 1921px) {
    .column-list::after {
        height: 325px;
        bottom: -200px;
    }


    header::before {
        min-height: 150px;
        top: 0;
    }
}
