
* {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%
}

* {
    outline: none
}

.allesHoofdletters {
    text-transform: uppercase
}

body {
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px
}

h1 {
    margin: 0 0 10px 0;
    color: #2797C2;
    font-size: 20px
}

.mb-30 {
    margin-bottom: 30px !important
}

.mb-75 {
    margin-bottom: 75px !important
}

.mt-content {
    margin-top: 30px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center
}

.Aligner-item {
    max-width: 50%
}

.Aligner-item--top {
    align-self: flex-start
}

.Aligner-item--bottom {
    align-self: flex-end
}

.slider-slick:not(.slick-initialized) .blog-slide-wrap:not(:first-child) {
    display: none
}

.sliderHeader .item {
    position: relative;
    height: 450px
}

.sliderHeader .sliderMetAfbeelding {
    background: url('../storage/app/media/standaardAfbeelding/standaard-header.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 450px
}

.rouwbalk {
    background: #000;
    padding-top: 60px;
    padding-bottom: 60px;
}

.videoKees {
  width: 100%;
  min-width: 300px;
}

.projectObject {
    display: block;
    padding: 6px;
    border-radius: 4px;
    background: #2797C2;
    color: #000;
    text-decoration: none;
    transform: scale(1);
    transition: all ease 0.7s;
}
.projectObject img {
    border: 1px solid #b8c8ce;
    border-radius: 3px;
}
.projectObject:hover {
    color: #000;
    text-decoration: none;
    transform: scale(1.1);
    z-index: 333;
}

.navbar-inverse {
    background: #2797C2 !important;
    border: none;
    border-radius: none;
    margin-bottom: 0;
    height: 70px
}

.navbar-inverse .logo {
    height: 50px;
    width: auto;
    margin-top: 10px
}

.subLogo {
    margin: 3px 0 30px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif
}

.slogan {
    padding: 22px 0 30px 45px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 32px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif
}

.navbar-collapse {
    padding-right: 0
}

.navbar-nav li a {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 39px 0 5px 30px;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: none !important
}

.navbar-nav li a:hover {
    background: none;
    color: #000 !important;
    background: none !important
}

.navbar-nav li.active a {
    color: #000 !important;
    background: none !important
}

.tussenlijn {
    background: #BCE0ED;
    margin: 15px 0;
    height: 10px
}

footer {
    margin-top: 45px;
    padding-top: 9px;
    background: #2797C2;
    color: #fff
}

@media (max-width:767px) {
    input[type='text'], input[type='number'], textarea {
        font-size: 16px
    }

    .navbar-collapse {
        float: none;
        width: 100%
    }

    .navbar-nav li a {
        padding: 10px 15px 10px 15px;
        font-weight: 400;
        font-size: 16px;
        color: #2797C2 !important
    }

    .navbar-inverse {
        background: #2797C2;
        border: none;
        border-radius: 0 !important;
        margin-bottom: 0;
        height: 70px
    }

    .slogan {
        display: none;
    }

    .navbar-inverse .logo {
        height: 50px;
        width: auto;
        margin-top: 10px;
        margin-left: 15px
    }
}
