/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 

body{
	position: relative;
}
header {
    position: absolute;
    z-index: 999;
    width: 100%;
}
nav.focus {
    width: 400px;
    float: right;
    background-color: #fff !important;
}

.fl-slide-content {
    top: 35%;
    position: absolute;
}






.team {
    height: 550px !important;
}

.bg {
    width: 100%;
    height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
} 
h2.fl-post-title {
    color: #0653d6;
    margin-top: 10px !important;
    padding-left: 10px !important;
    font-weight: 600;
}

.funcite,
.aanzwezig {
    padding-left: 10px;
}
