body {
    color: #666;
    font-family: 'bpreplayregular', sans-serif!important;
}
a, a:hover {
    text-decoration: underline;
    color: #a6d503;
}

h1 {
    color: #a6d503;
    font-size: 35px;
    font-weight: bold;
    margin-top: 0;
}
#topNav {
    margin-bottom: 0;
    height: 90px;
    margin-top: 20px;
}
#topNav .navbar {
    z-index: 10000;
    background: #fff;
    border: none;
    margin-bottom: 0;
}
#topNav .navbar a {
    text-decoration: none;
}

#topNav .navbar .nav  > li.active > a, #topNav .navbar .nav > li > a:hover {
    background: none;
    color: #a6d503;
    font-weight: bold;
    /* height: 90px; */
}
#topNav .dropdown > li.active > a, #topNav .dropdown > li > a:hover, #topNav .navbar .nav > li > a:hover {
    background: #a6d503;
    color: #fff;
    font-weight: bold;
}
#topNav .logo {
    border-right: 1px solid #e3e3e3;
    height: 70px;
}
#topNav .navbar-right a, #topNav .navbar-right .active a {
    color: #ee7f01!important;
    font-weight:bold;
    padding-left: 38px;
    border: none!important;

    height: auto;
    background: url(../img/alert.png) no-repeat left center!important;
}
a.orange {
    color: #ee7f01!important;
    font-weight:bold;
    padding-left: 38px;
    line-height: 29px;
    display: inline-block;
    border: none!important;
    height: 29px!important;
    background: url(/static/img/alert.png) no-repeat left center!important;
}
#header-home {
    display: block;
    height: 407px;
    background: #a4c408 url(../img/header-kind-home.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    font-size: 32px;
    color: #fff;
    font-weight: lighter;
    position: relative;
}
.slider {
    position: absolute;
    background-position: center center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
}
#header-home .sub-title {
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}
#header-home h1, .page-heading {
    font-size: 48px;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 32px;
    color: #fff;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.header-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.header-nav ul {
    padding: 0;
}
.header-nav ul, .header-nav li {
    /*display: block;*/
    margin: 0;
    list-style: none;
}
.header-nav a {
    display: block;
    position: absolute;
    width: 90%;
    bottom: 0;
    color: #ee7f01;
    font-size: 18px;
    background: #fff;
    text-decoration: none;
    text-align: center;
    padding: 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-transition: background 200ms, padding 200ms, border 100ms;
    -moz-transition: background 200ms, padding 200ms, border 100ms;
    -ms-transition: background 200ms, padding 200ms, border 100ms;
    -o-transition: background 200ms, padding 200ms, border 100ms;
    transition: background 200ms, padding 200ms, border 100ms;
}
.header-nav a:hover {
    padding-bottom: 32px;
    background: #ee7f01;
    border: 2px solid #fff;
    border-bottom: 0;
    color: #fff;

}
.header-nav li {
    display: inline-block;
    margin: 0 auto;
}
#homeContent {
    padding-top: 40px;
}
#homeContent h2 {
    color: #a6d503;
    font-size: 35px;
    font-weight: bold;
}

#homeContent .blk {
    border-radius: 8px;
    padding: 20px;
    color: #fff;
    min-height: 300px;
    margin-bottom: 30px;
}
#homeContent .blk a {
    color: #fff;
}
.blk.orange {
    background: #ee7f01;
}
.blk.green {
    background: #a6d503;
}
.blocks-row {
    margin-top: 20px;
}

.large-blk {
    margin-top: 30px;
    height: 430px;
}
.large-blk .image {
    padding: 0;
    height: 430px;
    overflow: hidden
}
.large-blk .inner {
    padding: 40px;
}
.large-blk .inner h3 {
    font-weight: bold;
    font-size: 35px;
}
.large-blk.green .content {
    height: 430px;
    border: 3px solid #a6d503;
    color: #a6d503;
}
.large-blk .btn {
    margin-bottom: 30px;
    color: #fff;
    border: none;
    font-weight: bold;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    text-decoration:  none;
}
.large-blk.green .btn {
    background-color: #a6d503;
}
.large-blk.orange .btn {
    background-color: #ee7f01;
}

.large-blk.orange .content {
    height: 430px;
    border: 3px solid #ee7f01;
    color: #ee7f01;
}

#content {
    margin-top: 60px;
    margin-bottom: 30px;
}
.navRel ul {
    border: 1px solid #e3e3e3;
    border-radius: 12px;
}
.navRel li a, .navRel li a:hover {
    text-decoration: none;
    border-radius: 0;
}
.navRel li.active a, .navRel li a:hover {
    background-color: #a6d503;
    color: #fff;
    font-weight: bold;
}
.navRel li:first-of-type a {
    border-radius: 0;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
}
.navRel li:last-of-type a {
    border-radius: 0;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.glansje {
    margin-top: 2em;
}
.glansje a {
    text-decoration: none;
    font-size: 1.5em;
    font-weight: bold;
}
footer {
    background: #ededed;
    margin-top: 2em;
    padding: 30px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 14px;
}
footer .row {
    margin-bottom: 20px;
}

.btn-primary.orange,.btn-primary.orange:hover {
    background: #ee7f01;
    color: #fff;
    font-weight:bold;
    border-radius: 3px;
    border: none;
}
.btn-primary.green, .btn-primary.green:hover {
    background: #a6d503;
    color: #fff;
    font-weight:bold;
    border-radius: 3px;
    border: none;
}
.area-image {
    margin-bottom: 20px;
}
.thumbnails {
    padding: 0;
    margin: 0;
}
.thumbnails, .thumbnails li {
    list-style: none;
}
.pimcore_area_signup-buttons {
    display: inline-block;
    margin-right: 0.5rem;
}
.pimcore_area_signup-buttons:last-of-type {
    margin-right: 0;
}
.area-button-section .btn {
    margin-bottom:1.2rem;
}

legend {
    font-family: 'bpreplayregular', sans-serif!important;
}
.checkbox-inline {
    margin-right: 10px;
}

.checkbox-inline+.checkbox-inline {
    margin-left: 0px;
}
.form-horizontal label.block-label {
    text-align: left;
}

.warning {
    background: #FFF;
    border: 3px solid #a6d503;
    color: #a6d503;
    padding: 0.5em 1em;
}
.warning .page-header {
    margin-top: 0.5em;
}
.warning h3 {
    margin-top: 0;
    color: #a6d503;
}
.warning {
    color: #a6d503;
}

.employee {
    min-height: 270px;
}
@media (min-width: 768px) {
    .employee {
        min-height: 300px
    }
}