/*
Theme Name: Hegeman Bouwteam
Theme URI: https://hegemanbouwteam.nl
Version: 1.0
Description: Child-theme op BB met huisstijl van Hegeman Bouwteam
Author: Online Supporter B.V.
Author URI:  https://www.onlinesupporter.nl
template: bb-theme
*/

/* Add your custom styles here... */
body {
    font-family: 'Dosis', sans-serif;
    font-weight:200;
    line-height: 1.5em;
}
.fl-page-nav-right .fl-page-nav-wrap a, .fl-page-nav-right .fl-page-nav-wrap a *, .fl-page-nav-right .fl-page-nav-wrap a.fas, .fl-page-nav-right .fl-page-nav-wrap a.fab {
    color: #92bed4 !important;
}

.fl-page-content {
    padding-top: 135px; /*Fixes the space for the fixed-nav thing.*/
}
.fl-page-bar-container {
    padding-top:0;
    padding-bottom:0;
    margin-top:0;
    margin-bottom:0;
}
.fl-page-bar {
    position: fixed;
    width: 100%;
    background-color: #f9f9f9;
    z-index: 1000;
}
@media (max-width:768px){
    .fl-page-bar-row .col-md-6:first-child {
        display: none;
    }
}
#menu-topbar-nav .nav-link {
    font-size: 15px;
    display: inline-block;
    color: #014248;
    padding: 7px;
    border-right: 1px solid #e5e5e5;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    top: 29px;
}
header .fl-page-header-wrap .container, .fl-page-bar .container {
    width: 100%;
    max-width: 1400px;
}
.fl-page-header-logo-col .logo {
    position: absolute;
    background-color: white;
    width: 255px;
    height: 220px;
    z-index: 2;
    opacity: 1;
    overflow: hidden;
    backface-visibility: hidden;
    transition: all 0.3s;
    transform-style: preserve-3d;
    transform: translateZ(0);
    padding: 30px;
    left: 30px;
    top: -29px;
    border-left: 0;
    border-right: 0;
    box-shadow: 0 3px 28px -9px rgba(0, 0, 0, 0.5);
}
.fl-page-header-logo-col .logo-text {
    background-image: url(images/logo-text.svg);
    background-repeat: no-repeat;
    background-position: left center;
    width: 266px;
    height: 35px;
    display: block;
    position: absolute;
    margin-top: 28px;
    margin-left: 66px;
    background-size: contain;
    opacity: 0;
    transition: opacity 0.2s 0s;
}
.fl-page-header-container.container {
    padding:0 !important;
}
#menu-hoofdnavigatie-1 .menu-item a.nav-link {
    padding: 40px 14px !important;
    color: #014248 !important;
}

#page-header-box {
    position: relative;
}
#page-header-box #header_backdrop{
    position:relative;
}
#page-header-box #btn-overlay {
    position:absolute;
    bottom: 30px;
    width: 100%;
    left:0;
    right:0;
    z-index: 999;
    height: auto !important;
    top: auto !important;
}

.fl-row:not(.not-square) .fl-module {
    min-height: 255px;
}