/*
Theme Name:     simhulsman
Description:    This is a theme for simonhulsen.nl
Author: Europe Web Media
Author URI: http://europewebmedia.nl/
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    fhk
Tags:           light, responsive-layout. This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Images License: GNU General Public License v2 or later
*/

@font-face {
    font-family: "Default-Font";
    src: url("assets/font/LexendTera-VariableFont_wght.ttf") format("woff2");
}

@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Prompt&family=Yanone+Kaffeesatz:wght@500&display=swap");

* {
    font-family: Default-Font;
}
body {
    font-size: 16px;
}
header {
    background-color: #fff;
}
p {
    font-size: 1rem;
}
.footerlinks{
position:relative;text-align:center;float:left;width:100%; top:-60px;
}
.footerlinks a{
color:#112e4b;
text-decoration:none;
}
.header {
    /* height: 106px; */
}
#header-top-menu li a {
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.primary-color {
    color: #013151 !important;
}
.nav-right {
    width: 250px;
}
.right-menu {
    background-color: #3e7f7a;
    z-index: 9999;
    border-bottom-left-radius: 20px;
}
.right-menu .widget_text .text-white a {
    color: #fff;
}
.primary-bg {
    background-image: url(./assets/img/background.png);
}
.secondary-bg {
    background-color: #112e4b;
    /* padding: 3rem 0 6rem; */
}
.sign {
    font-family: "Great Vibes", cursive;
    /* font-family: "Prompt", sans-serif; */
    /* font-family: "Yanone Kaffeesatz", sans-serif; */
}
.sign img {
    height: 100%;
    width: 100%;
}
.w-80 {
    width: 80% !important;
}
.rounded-left-top-20 {
    border-top-left-radius: 20px;
}
.rounded-left-bottom-20 {
    border-bottom-left-radius: 20px;
}
.py-100 {
    padding-top: 200px;
padding-bottom: 100px;
}
.vh-90 {
    height: 90vh;
}
.rounded-15 {
    border-radius: 15px;
}
.img-rounded-15 {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.img2-rounded-15 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.bottom-m20 {
    bottom: -20px;
}
.right-25 {
    right: 25px;
}
.w-90 {
    width: 90% !important;
}
.top-300 {
    top: 300px;
}
.mb-m300 {
    margin-bottom: -300px;
}
.pt-300 {
    padding-top: 300px;
}
.px-200 {
    padding: 0 200px !important;
}
.px-100 {
    padding: 0 100px !important;
}
.mt-250 {
    margin-top: 250px !important;
}
.p-60 {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.p-50 {
    padding: 100px !important;
}
.m-50 {
    margin-top: 150px !important;
}
.mt-m100 {
    margin-top: -100px !important;
}
.mt-m70 {
    margin-top: -70px !important;
}
.third-bg {
    background-color: #3e7f7a;
}
.third-color {
    color: #3e7f7a;
}
.mx-50 {
    margin: 0 50px !important;
}
.wh-200 {
    width: 150px;
    height: 150px;
}
.btn-more {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    display: inline-block;
    padding: 1rem 5rem 1rem 2rem;
    text-align: left;
}
.triangle {
    position: relative;
}
.triangle::after {
    content: "\2023";
    color: #3e7f7a;
    position: absolute;
    font-size: 100px;
    top: 50%;
    right: 0;
    transform: translate(100px, -50%);
}
.w-30 {
    width: 30%;
}
.titleTriangle::before {
    content: "\2023";
    font-size: 100px;
    color: #3e7f7a;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50px, -50%);
}
.underTitle::after {
    content: "";
    height: 2px;
    width: 10%;
    position: absolute;
    text-align: center;
    background-color: white;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.leftTriangle::after {
    content: "\2023";
    font-size: 300px;
    color: #3e7f7a;
    position: absolute;
    top: 50%;
    left: -45px;
}
.underLine::after {
    content: "";
    height: 5px;
    width: 8%;
    background: #013151;
    position: absolute;
    bottom: -50px;
    left: 0;
}
.btn-more::after {
    content: "\2023";
    color: white;
    position: absolute;
    font-size: 2.5rem;
    top: 2px;
    right: 10px;
    /* transform: translate(-85%, -10%); */
}
.box-title {
    margin-bottom: 2rem;
    padding-left: 40px;
    font-weight: 600;
}
.box-title::before {
    content: "\2023";
    color: #3e7f7a;
    font-size: 4rem;
    position: absolute;
    top: 7px;
    left: 20px;
    transform: translate(-30px, -43%);
}
.third-color {
    color: #3e7f7a;
}
.rounded-25 {
    border-radius: 25px;
}
.btn-six::after {
    content: "\2023";
    position: absolute;
    color: white;
    font-size: 50px;
    top: 50%;
    right: 0;
    transform: translate(-30px, -50%);
}
.btn-six {
    cursor: pointer;
}
.px-100 {
    padding: 0 100px !important;
}
.rounded-20 {
    border-radius: 20px;
}
.rounded-50 {
    border-radius: 50px;
}

.navbar-toggler {
    background: #3e7f7a;
    height: 3.5rem;
}
.navbar-toggler span {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); */
}
#mobile_navbar li {
    margin-bottom: 0.5rem;
}
#mobile_navbar li a {
    color: rgba(0,0,0,.5);
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.home-main .card {
    padding: 2rem 3rem;
    position: relative;
    min-height: 350px;
}
.home-main .card .box-description {
    padding-bottom: 3rem;
}
.home-main .card .btn-holder {
    /* position: absolute;
    bottom: 40px; */
    margin-top: 1.2rem;
}
.home-main .top-row .col:first-child .card:first-child .box-description {
    margin-bottom: 0;
}
.home-main .top-row  > .col p {
    margin: 0;
}
.card .box-description a {
    color: #3e7f7a;
    text-decoration: none;
}
.home-sub {
    padding-bottom: 6rem;
}
.home-sub .sign img {
    height: auto;
    width: 100%;
}

.page-over-mij .main-card-image img {
    width: 100%;
}
.page-over-mij .top-card {
    position: relative;
    z-index: 100;
}
.page-over-mij .main-card-body {
    padding: 6rem 6rem;
}
.page-over-mij h2.box-title {
    margin-bottom: 6rem;
}
.page-over-mij .secondary-bg {
    margin-top: -200px;
    padding-bottom: 6rem;
}
.page-over-mij .overmij-logo-gallery img {
    width: 180px;
}
.page-over-mij .overmij-logo-gallery .text-white {
    padding: 0 4rem;
}


.werk-methods .heading {
    font-weight: 600;
}
.werk-methods .underTitle::after {
    height: 5px;
    width: 4rem;
}
.werk-methods .titleTriangle {
    font-weight: 600;
}
.werk-methods .titleTriangle::before {
    content: "\2023";
    font-size: 4rem;
    color: #3e7f7a;
    position: absolute;
    left: 0;
    top: 30%;
    transform: translate(-50px, -50%);
}


.page-contact .third-bg .container {
    position: relative;
}
.page-contact .bottom-row {
    background-position: 62px 620px;
}
.contact-hero .third-bg {
    background: #3e7f7a url(/wp-content/uploads/2022/05/contact-white-arrow.png) scroll no-repeat 0px center;;
}
.contact-hero .heading-row .h1 {
    width: 50%;
    margin: 0 auto;
}
.contact-hero .contact-info-row a {
    padding: 1rem 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}


.contact-2col .left-col {
    margin-bottom: 6rem;
}
.contact-2col .left-col .heading {
    font-size: 3rem;
}
.contact-2col .left-col .btn-holder {
    text-align: right;
    margin-top: 5rem;
    padding-right: 5rem;
}
.contact-2col .box-description a {
    color: #3e7f7a;
    text-decoration: none;
}
.contact-2col .right-col .rightcol-card1 .box-description {
    margin-bottom: 3rem;
}
.contact-2col .right-col .rightcol-card2 .box-description {
    margin-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .p-60 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .btn-more {
        font-size: 0.9rem;
    }
    .btn-more::after {
        top: 12px;
    }
    .sign img {
        height: auto;
        width: 100%;
    }

    .custom-logo-link img {
        width: 80%;
        height: auto;
    }

    .home-sub .top-row > .col-lg-5 {
        margin-top: 3rem!important;
    }
    .home-sub .top-row .col-lg-5 .ps-5 {
        padding: 0!important;
    }
    .home-sub .bottom-row > .col-lg-5 {
        margin-bottom: 3rem!important;
    }

    .contact-hero .heading-row .h1 {
        width: auto;
    }
    .contact-2col .left-col .heading {
        font-size: 1.5rem;
    }

    .contact-hero .text-white img {
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .contact-2col .left-col {
        padding: 3rem 2.5rem;
    }
    .home-main .card {
        margin: 0!important;
    }
    .page-over-mij .top-card {
        padding-left: 3rem!important;
        padding-right: 3rem!important;
    }
}

@media (min-width: 768px) {
    .home-sub .top-row > .col-lg-5 {
        margin-top: 150px !important;
    }
}
@media (min-width: 992px) {
    .custom-logo-link {
        margin-right: 3rem;
    }
    .page-home .top-row .col {
        min-height: 365px;
    }
    .page-over-mij .top-card {
        width: 90% !important;
    }
}
@media (min-width: 992px) {
    .left-col {
        padding: 100px;
    }
    .home-main .secondary-bg {
        width: 80% !important;
    }
    .home-main .top-row  .card {
        width: 90% !important;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .home-sub .bottom-row .btn-more {
        font: 15px;
    }
}
@media (max-width: 1199.98px) {
    header > .container-fluid > .container {
        max-width: 100%;
    }
    .home-sub .bottom-row .col-lg-7 .col.p-5 {
        margin-bottom: 3rem;
    }
}
@media (min-width: 1200px) {
    .left-col {
        padding: 100px 150px 100px 100px;
    }
    .home-main .card .box-description {
        min-height: 8rem;
    }

}
@media (min-width: 1400px) {
    .page-contact .container-fluid > .container {
        max-width: 1920px;
    }
    #header-top-menu li a {
        margin-right: 1.5rem;
        margin-left: 1.5rem;
    }
}

@media (min-width: 1600px) {
    .custom-logo-link {
        margin-right: auto!important;
    }
}
