@import url('bootstrap.min.css');
@import url('fontawesome.css');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

@font-face {
    font-family: 'Trigar';
    src: url('../fonts/Trigar-Regular.woff2') format('woff2'),
        url('../fonts/Trigar-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Trigar Rough';
    src: url('../fonts/Trigar-Rough.woff2') format('woff2'),
        url('../fonts/Trigar-Rough.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html { background: #d1493f; }
body {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    line-height: 21px;
    font-weight: 100;
    color: #fffef7;
    background: #d99100;
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
}
h1 { font-family: 'Trigar Rough'; font-size: 91px; }
h2 {
    font-family: 'Trigar Rough';
    font-weight: 700 !important;
    font-size: 61px !important;
    letter-spacing: 1px;
}
h3 {
    font-family: 'Trigar Rough';
    font-weight: 700 !important;
    font-size: 41px !important;
    letter-spacing: 1px;
}
h4 { font-size: 18px; font-family: 'Trigar Rough'; color: #3d8b61; }

.sub-title {
    font-size: 31px;
    margin-bottom: 45px;
    display: block;
    color: #1d1d1b;
    font-family: 'Trigar Rough';
}

p { line-height: 28px; }
a:hover { text-decoration: none; }

.rounded, .rounded img { border-radius: 5px !important; }
strong { font-weight: 700; }


/* ==========================================================================
 * Header
========================================================================== */

.page-head {
    height: 93vh;
    background-size: cover;
    background-position: center;
    margin-top: -120px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}
.page-head h1 { padding-top: 55vh; }
.page-head-sub h1 { padding-top: 40vh; }

.page-head-sub {
    height: 78vh;
    background: url(../images/bg-sub.jpg) no-repeat;
    background-size: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    background-position: center;
}


/* Navigatie */

.banner {
    z-index: 10000;
    width: 100%;
    height: 120px;
    position: relative;
    top: 0;
}
.navbar-brand { width: 90px; margin-top: 15px; position: absolute; }
.navbar-brand img { width: 90px; }

.navbar-collapse {
    background: #fffef7;
    position: fixed;
    right: 0;
    transform-origin: bottom right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    border-radius: 2px;
}
.navbar { height: 120px; }
.navbar ul {
    transform-origin: bottom right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.navbar li { margin: 5px 10px 5px 20px; position: relative; }
.navbar a { color: #d99100 !important; font-family: "Trigar Rough"; font-size: 21px; }
.navbar a:hover { color: #d1493f !important; }

.navbar .dropdown-toggle:after { display: none; }
.navbar .dropdown-toggle:hover .show > .dropdown-menu { display: block !important; }
.navbar .dropdown-menu {
    background: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    box-shadow: 0 0 0 2px #fff, 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}
.navbar .dropdown-menu li { width: 100%; display: inline-block; }
.navbar .dropdown-menu li:last-child a { border: 0; }
.navbar .dropdown-menu a { padding: 10px 20px 10px 0; width: 100%; display: block; }

.dropdown:hover > .dropdown-menu { display: block; }


/* ==========================================================================
 * Assets
========================================================================== */

.btn,
.wp-block-button__link,
.frm_submit {
    cursor: pointer;
    padding: 10px 30px 5px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    transition: 0.3s;
    font-family: 'Trigar Rough';
    transform-origin: bottom right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
    width: auto;
}
.btn span {
    display: inline-block;
    transform-origin: bottom right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
}

.btn-nav {
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    background: #d1493f;
    padding: 4px 15px 0;
    margin: -5px 0 0;
    border-radius: 2px;
}
.btn-nav a {
    color: #fffef7 !important;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}
.btn-nav:hover { background: #d99100; }
.btn-nav:hover a { color: #fffef7 !important; }

.frm_button_submit {
    border: 0;
    transition: 0.3s;
    font-family: 'Trigar Rough' !important;
    transform-origin: bottom right;
    -ms-transform: skew(-20deg, 0deg);
    -webkit-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    width: auto;
    background: none;
    color: #fffef7;
}

.frm_submit {
    border-radius: 5px;
    display: inline-block;
    margin-left: 15px;
    font-weight: 700;
    padding: 10px 20px 5px 10px;
    transform-origin: bottom right;
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg);
}

.btn-primary,
.wp-block-button__link,
.frm_submit {
    background: #d1493f !important;
    color: #fffef7 !important;
}
.btn-primary:hover, .wp-block-button__link:hover { background: #fffef7 !important; color: #d1493f !important; }
.btn-primary:hover:after, .wp-block-button__link:hover:after { background: #3d8b61; color: #fffbcc; }

.btn-secondary { background: #ffd24d; color: #3d8b61; }
.btn-secondary:after {
    font-family: FontAwesome;
    content: "\f054";
    margin-left: 25px;
    font-size: 12px;
    background: #fffbcc;
    color: #3d8b61;
    border-radius: 30px;
    padding: 2px 5px;
}
.btn-default:hover { background: #1a3155; color: #fff; }

.content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 28px;
}
.content ul li { padding-left: 35px; margin-bottom: 10px; }

.wp-block-table td, .wp-block-table th { border: 0; padding: 5px 0; }

.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.wp-block-gallery img, .wp-block-gallery .wp-block-image { height: 180px !important; object-fit: cover !important; }



/* ==========================================================================
 * Blocks
========================================================================== */

.block { padding: 120px 0; border-radius: 15px; }
.block a { color: #fffef7; }
.block-red-text {
    background: #d1493f;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    padding: 60px;
    margin-left: -60px;
    margin-right: -60px;
}

.block-usp { font-family: 'Trigar Rough'; font-size: 28px; }
.block-usp i { font-size: 51px; margin-bottom: 30px; }
.block-usp .usp {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    background: #fffef7;
    border-radius: 5px;
    padding: 30px 30px 40px;
    color: #d99100;
}


/* ==========================================================================
 * Item's
========================================================================== */

/* Items */

.item {
    transition: transform .15s;
    background: #fffef7;
    border-radius: 5px;
    background-size: cover;
    margin-bottom: 30px;
    height: 208px;
    background-position: center;
    transition: background-size 0.8s ease-in-out;
}
.item:hover .layer { background-color: rgba(0, 0, 0, 0.1); transition: background-size 0.8s ease-in-out; }
.item .layer:hover, .item:hover { background-size: 110%; background-position: center; transition: all .3s outline 0s ease 0s; background-size: 110%; }
.item a, .item a h4 { color: #fffef7; text-decoration: none !important; }
.item .item-content { padding: 20px 20px 5px 10px; }
.item h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 31px !important;
    font-family: 'Trigar Rough';
    margin: 0;
}
.item p {
    background: #d99100;
    color: #fffef7;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 25px 25px 20px;
    border-radius: 5px;
    min-height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
 }

.list-usp li {
    padding: 10px 30px 5px 20px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    transition: 0.3s;
    font-family: 'Trigar Rough';
    background: #fffef7;
    color: #d99100;
    border-radius: 5px;
}

.list-usp li:before {
    font-family: FontAwesome;
    content: "\f054";
    margin: 0 12px 0 -20px;
    font-size: 18px;
    padding: 2px 5px;
}

.list-usp a { color: #d99100; text-decoration: none; }


/* ==========================================================================
 * Footer
========================================================================== */

footer { padding: 60px 0; }
footer a { color: #000; }
footer .logo { text-align: center; margin-top: 15px; }
footer .logo img { width: 90px; }
footer .logo a:last-child img { width: 100px; margin-left: 30px; }
footer .copyright {
    font-size: 12px;
    color: #000;
    display: block;
    clear: both;
    padding-top: 15px;
}
footer ul { 
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    font-size: 15px;
}
footer ul a { text-decoration: none; }
footer ul li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin-left: 15px;
    font-weight: 700;
}

.wp-block-media-text .wp-block-media-text__content { padding: 0 60px 0 0; }
.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: 100%;
}


/* ==========================================================================
 * Responsive
========================================================================== */

@media (min-width: 1200px) {
    .container { width: 1140px; max-width: 100%; }
}

@media screen and (min-width: 1020px) {
    .navbar-toggler { display: none; }
    .navbar-nav {
        display: block;
        float: right;
        padding: 0 20px;
    }
    .navbar-nav li { display: inline-block; }

    .collapse { display: block !important; }
}

@media screen and (max-width: 720px) {
    h1 { font-size: 51px; }
    p { font-size: 15px; }
    h2 { font-size: 41px !important; }
    h3 { font-size: 20px !important; margin-bottom: 0; }

    .p-5 { padding: 2rem !important; }

    .page-head img { width: 60px; }

    .item-row .item-pack-image { height: 150px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }

    .banner { height: 60px; }
    .banner .navbar-brand { width: 40px; position: fixed; }
    .banner .navbar-brand img { width: 40px; margin-top: -60px; }
    .banner .navbar-toggler {
        right: 15px;
        top: 15px;
        border: 0;
        font-size: 30px;
        color: #fffef7;
        position: fixed;
        transform-origin: none;
        -ms-transform: skew(0, 0deg);
        -webkit-transform: skew(0, 0deg);
        transform: skew(0, 0deg);
    }
    .banner .navbar-collapse, .navbar ul {
        transform-origin: none;
        -ms-transform: skew(0, 0deg);
        -webkit-transform: skew(0, 0deg);
        transform: skew(0, 0deg);
    }
    .banner .navbar-collapse, .navbar ul {
        background: #d99100;
        border-radius: 15px;
        width: 90%;
        top: 40px;
        right: 15px;
        position: fixed;
    }

    .banner .navbar-collapse li { width: 100%; }
    .banner .navbar-collapse li:last-child a { border: 0;}
    .banner .navbar-collapse a {
        color: #fcf8ce !important;
        border-bottom: 1px solid rgb(252 248 206 / 50%) !important;
        width: 85%;
        display: block;
    }
    .banner .navbar-collapse a:after { display: none; }
    .banner .navbar-collapse .btn-menu { margin-top: 15px; margin-left: 0; padding-left: 0; }
    .banner .navbar-collapse .btn-menu .nav-link { text-align: center; }
    .banner .collapsing { transition: height 0s ease; }
    .nav-sidebar { margin: 0; }
    .wrap { margin-top: 0 !important; }
    .navbar { padding: 0; }
    .block { padding: 30px 0 !important; }
    .block-usp { font-size: 18px; }

    .block-red-text { margin: 0; padding: 30px !important; }

    footer { margin: 0; padding: 30px 0; }
    footer .logo img { width: 40px !important; margin-bottom: 30px !important; }
    footer ul { margin: 15px auto; }
}