/* general */

::selection {
    background-color: #faa325;
    color: #fff;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.improve-orange {
    color: #faa325;
}

.improve-gray {
    color: #a6a6a6;
}

.no-underline {
    text-decoration: none !important;
}

.mfp-close {
    position: fixed;
    top: 0;
    right: 0;
    color: white !important;
    font-weight: bold;
}

.mfp-content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.mfp-content h2 {
    text-align: center;
}

.mfp-content iframe {
    display: block;
    width: 80vw;
    height: 40vw;

    max-width: 1140px;
    max-height: 570px;

    margin: 0 auto;
}

@media screen and (max-width: 420px) {
    .mfp-content iframe {
        width: 70vw;
        height: 35vw;
    }  
}

/* end general */

/* header */
body {
    padding-top: 110px;
}

.navbar {
    background-color: #fff;
    border: 0;
    margin-bottom: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 4px 0 rgba(43,43,43,0.1);
}

.navbar-brand {
    display: inline-block;
    height: auto;
    position: relative;
    z-index: 1;
}

.navbar-brand img {
    max-height: 80px;
    display: inline-block;
    transition: 1s linear;
}

@media (max-width: 400px) {
    .navbar-brand img {
        max-height: 70px;
    }
}

.navbar-brand:hover img {
    transition: unset;
}

.navbar-brand img:last-of-type {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: -1;
}

.nav.navbar-nav {
    margin: 30px;
}

.navbar-toggle {
    margin-top: 39px;
    margin-bottom: 39px;
}

.navbar-default .navbar-nav>li > a {
    color: #adadad;
    padding: 15px 10px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #faa325;
}

/* end header */

/* slider */

.revolver.slider .prev,
.revolver.slider .next {
    color: #fff;
    background-color: rgba(255, 255, 255, .4);
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.revolver.slider .prev {
    left: 15px
}

.revolver.slider .next {
    right: 15px;
}

@media only screen and (min-width: 1170px) {
    .revolver.slider .prev {
        left: calc(50vw - 585px + 15px);
    }

    .revolver.slider .next {
        right: calc(50vw - 585px + 15px);
    }
}

/* .revolver.single .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 10;
}

.revolver.single .overlay .page-title {
    text-align: center;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;

    margin-top: 25px;
}

@media (min-width: 420px) {
    .revolver.single .overlay .page-title {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .revolver.single .overlay .page-title {
        margin-top: 75px;
    }
}

@media (min-width: 992px) {
    .revolver.single .overlay .page-title {
        margin-top: 100px;
    }
}

@media (min-width: 1200px) {
    .revolver.single .overlay .page-title {
        margin-top: 150px;
    }
}

@media (min-width: 1600px) {
    .revolver.single .overlay .page-title {
        margin-top: 250px;
    }
}
 */
/* end slider */

/* content */

body {
    font-size: 18px;
}
/*
section {
    padding: 30px 0;
}*/

h1, h2 {
    color: #faa325;
}

h1.blue, h2.blue {
    color: #2d96d3;
}

h3 {
    font-weight: 300;
    margin-bottom: 30px;
}

p, span, ol li, ul li {
    font-weight: 300;
    line-height: 30px;
}

ol {
    padding-left: 20px;
}

.banner {
    background-color: #2d96d3;
    color: #fff;
    padding: 20px;
    font-size: 32px;
}

.richtext-image {
    max-width: 100%;
    height: auto;
}

.banner.orange {
    background-color: #faa325;
    font-size: 28px;
    padding: 50px 0;
}

.banner.orange h2 {
    color: #fff;
}

.banner.orange p {
    font-size: 16px;
}

.banner .row {
    margin-top: 40px;
}

.banner .row img {
    border-radius: 50%;
    display: inline-block;
}

address i {
    width: 25px;
}

.button {
    padding: 8px 16px;
    color: #fff!important;
    background-color: #2d96d3;
    border: 0;
    transition: .3s;
}

.button:hover, .button:active {
    background-color: #24719e!important;
}

#vragenlijst img.img-responsive {
    -webkit-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.55);
    box-shadow: 0px 0px 18px -5px rgba(0,0,0,0.55);
}

.floating-icons {
    position: fixed;
    top: calc(50% - 54px);
    right: 0;
    z-index: 10;
}

.floating-icons a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    text-decoration: none;
    margin-bottom: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: #eee;
    font-size: 22px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.55);
}

.floating-icons a:hover {
    background-color: #ddd;
}

@-webkit-keyframes pulse {
  0% {
        -webkit-box-shadow: 0 0 0 0 rgba(250, 163, 37, .4);
  }
  100% {
        -webkit-box-shadow: 0 0 0 30px rgba(250, 163, 37, 0);
  }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(250, 163, 37, .4);
        box-shadow: 0 0 0 0 rgba(250, 163, 37, .4);
    }
    100% {
        -moz-box-shadow: 0 0 0 30px rgba(250, 163, 37, 0);
        box-shadow: 0 0 0 30px rgba(250, 163, 37, 0);
    }
}

.birth-card {
    display: block;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    background-color: #faa325;
    color: white !important;
    box-shadow: 0 10px 15px -5px rgba(250, 163, 37, .8);
    transform: translateY(-7px);
    transition: .2s ease;
}

.birth-card:hover{
    transform: translateY(-2px);
    box-shadow: 0 3px 10px -3px rgba(250, 163, 37, 1), 0 0px 0px 0px rgba(255, 255, 255, 1) inset;
}

.birth-card:active{
    transform: translateY(0px);
    box-shadow: 0 0px 0px 0px rgba(250, 163, 37, 1), 0 0px 10px -3px rgba(0, 0, 0, .2) inset;
}

.birth-card-wrapper{
    padding-left: 5px;
    padding-bottom: 10px;
}

.birth-card-wrapper img{
    width: 100%;
    max-width: 288px;
    display: block;
    margin: 0 auto;
}

@keyframes reveal{
    from{ width: calc(100%); }
    from, 1%{ box-shadow: 5px 0 5px -2px rgba(0,0,0,0); }
    to{ width: calc(0% + 2px); }
}

.birth-heading{
    color: #faa325;
    font-size: 3.3rem;
    margin-top: 5px;
}

@media screen and (min-width: 991px){
    .birth-card-wrapper:after{
        content: "";
        background: white;
        position: absolute;
        top: 0;
        left: 0;
        width: 2px;
        height: 100% !important;
        border-right: 2px solid #faa325;
        animation: reveal 1s ease both;
        animation-delay: 1s;
        box-shadow: 5px 0 5px -5px rgba(0,0,0,.1);
    }
}

#videos_presentations h2 {
    float: left;
}

#videos_presentations a {
    color: white;
    display: inline-block;

    width: 100%;

    text-align: center;
    padding-bottom: 10px;
}

#videos_presentations ul {
    list-style-type: none;
    padding: 0;

    float: left;
    width: 100%;
}

#videos_presentations ul li {
    padding: 0px;
}

@media (min-width:768px) {
    #videos_presentations ul li:nth-of-type(odd) .wrapper {
        margin-left: 0px;
    }

    #videos_presentations ul li:nth-of-type(even) .wrapper {
        margin-right: 0px;
    }
}

#videos_presentations ul li .wrapper {
    background: #faa325;
    border-radius: 15px;
    border: 1px solid transparent;

    padding: 10px;
    padding-top: 20px;

    margin: 10px;

    transition: border-color 0.1s ease, background-color 0.1s ease;
}

#videos_presentations ul li .wrapper:hover {
    border-color: #faa325;
    background-color: transparent;
}

#videos_presentations ul li .wrapper:hover a {
    color: #faa325;
}


.prices {
    padding: 0;
}

.prices .price {
    width: calc(20% - 20px);
    float: left;
    padding: 10px;
    margin: 10px;
    background-color: #2d96d3;
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.prices .price h3 {
    font-weight: bold;
    margin: 15px 0;
}

.prices .price .amount {
    border-top: 1px solid #fff;
    display: block;
    font-size: 20px;
    padding: 5px;
}

.price-marking b > i {
    background-color: #2d96d3;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    font-style: normal;
}

@media (min-width: 992px) {
    #speelveld #bg {
        background-image: url('/static/images/speelveld.png');
        background-size: 500px;
        background-repeat: no-repeat;
        background-position: 50% 75px;
    }

    #l, #r {
        width: 50%;
        float: left;
        position: relative;
        padding: 0 15px;
    }

    #l:before, #r:before {
        content: "";
        width: 500px;
        height: 500px;
        margin-top: 150px;
    }

    #l:before { 
        float: right; 
        shape-outside: circle(250px at 100% 50%);
    }

    #r:before { 
        float: left; 
        shape-outside: circle(250px at 0 50%);
    }

    .text-right-md {
        text-align: right;
    }
}

/* end content */

/* pie tweaks */

.pie .outer a {
    border-color: #f1f1f1 !important;
}

/* end pie tweaks */

/* carousel */

.carousel-container {
    position: relative;
}

.revolver.carousel .item {
    padding: 10px;
}

.revolver.carousel .item .img {
    background-color: #eee;
    padding: 15px;
    height: 265px;
    text-align: center;
    line-height: 235px;
}

.revolver.carousel .item .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.revolver.carousel ~ .prev,
.revolver.carousel ~ .next {
    color: #2d96d3;
    background-color: #eee;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    border: 2.5px solid #fff;
}

.revolver.carousel ~ .prev {
    left: 0;
}

.revolver.carousel ~ .next {
    right: 0;
}

/* end carousel */

/* form */

.form-group {
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

form label {
    font-weight: 300;
    position: absolute;
    transition: .3s;
    top: 0;
}

form label.active {
    font-size: 12px;
    top: -15px;
    color: #faa325;
}

form .form-control {
    border: 0;
    box-shadow: unset !important;
    border-bottom: 2px solid #333;
    font-weight: 300;
    padding: 0;
}

form .form-control:focus {
    border-color: #faa325;
}

form textarea {
    resize: none;
    max-height: 100px;
}

.g-recaptcha {
    padding-top: 30px;
}

/* end form */

/* footer */

footer {
    background-color: #eee;
    padding: 30px 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul a {
    color: #333;
}

footer ul a:hover {
    color: #faa325;
}

/* end footer */


/* Blogs */

.blog-list-item {
    border-radius: 5px;
}

.blog-list-item-color-1 {
    background: rgba(250, 163, 37, 0.5);
    border: 1px solid #FAA325;
}

.blog-list-item-color-1 .blog-title,
.blog-list-item-color-1 .image-wrapper {
    border-bottom: 1px solid #FAA325;
}

.blog-list-item-color-1 .blog-date,
.blog-list-item-color-1 .blog-category {
    background: rgba(250, 163, 37, 0.5);
}

.blog-list-item-color-2 {
    background: rgba(231, 131, 66, 0.5);
    border: 1px solid #E78342;
}

.blog-list-item-color-2 .blog-title,
.blog-list-item-color-2 .image-wrapper {
    border-bottom: 1px solid #E78342;
}

.blog-list-item-color-2 .blog-date,
.blog-list-item-color-2 .blog-category {
    background: rgba(231, 131, 66, 0.5);
}

.blog-list-item-color-3 {
    background: rgba(157, 200, 86, 0.5);
    border: 1px solid #9DC856;
}

.blog-list-item-color-3 .blog-title,
.blog-list-item-color-3 .image-wrapper {
    border-bottom: 1px solid #9DC856;
}

.blog-list-item-color-3 .blog-date,
.blog-list-item-color-3 .blog-category {
    background: rgba(157, 200, 86, 0.5);
}

.blog-list-item-color-4 {
    background: rgba(57, 152, 209, 0.5);
    border: 1px solid #3998D1;
}

.blog-list-item-color-4 .blog-title,
.blog-list-item-color-4 .image-wrapper {
    border-bottom: 1px solid #3998D1;
}

.blog-list-item-color-4 .blog-date,
.blog-list-item-color-4 .blog-category {
    background: rgba(57, 152, 209, 0.5);
}

.blog-list-item-color-5 {
    background: rgba(237, 143, 170, 0.5);
    border: 1px solid #ED8FAA;
}

.blog-list-item-color-5 .blog-title,
.blog-list-item-color-5 .image-wrapper {
    border-bottom: 1px solid #ED8FAA;
}

.blog-list-item-color-5 .blog-date,
.blog-list-item-color-5 .blog-category {
    background: rgba(237, 143, 170, 0.5);
}

.blog-list-item .image-wrapper {
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;

    position: relative;
}

.blog-list-item .image-wrapper img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-list-item .blog-category {
    color: white;

    position: absolute;
    top: 0;
    right: 10px;

    border-top-right-radius: 5px;

    padding: 5px;
}

.blog-list-item .blog-date {
    color: white;

    position: absolute;
    bottom: 10px;
    right: 10px;

    padding: 5px;

    font-size: 90%;
}

.blog-list-item .blog-url {
    color: #333;
}

.blog-list-item .blog-title {
    width: 100%;

    padding: 5px 10px;

    font-weight: bold;
    text-align: center;

    word-wrap: break-word;
}

.blog-list-item .blog-excerpt {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;

    word-wrap: break-word;
}

.blog-list-item .read-more {
    margin-bottom: 5px;
}

.blog-meta {
    color: gray;
    font-size: 85%;
    margin-bottom: 30px;
}

/* end blogs */

.first_section{
    padding-bottom: 0 !important;
}

#speelveld{
    padding-top: 0 !important;
}

.richtext-image{
    width: 100%;
}

.m-0{
    margin: 0;
}

.my-2{
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

@media screen and (min-width: 992px){
    .eq_height{
        display: flex;
    }
    .eq_height div{
        display: flex;
        flex-direction: column;
        min-height: 100%;
        justify-content: space-between;
    }
}

.eq_height div{
    margin-bottom: 20px;
}

#customer_accordion a,
#customer_accordion2 a{
    color: #444 !important;
    text-decoration: none !important;
}

a.anchor {
    display: block;
    position: relative;
    top: -115px;
    visibility: hidden;
}

.documents-wrapper{
    margin: 30px 0;
}

.documents-wrapper .document:not(:last-of-type){
    margin-bottom: 30px;
}

.document{
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    color: #333;
    cursor: pointer;
    transition: .2s ease;
}

.document img{
    max-width: 100%;
    width: 100%;
}

.document .document-label{
    padding: 10px 20px;
    background: #f7f7f7;
    width: 100%;
    text-align: center;
}

.document .fa-file{
    font-size: 25px;
    margin-right: 10px;
}

.document:hover{
    color: #ec8531;
}

.img-fluid {
    width: 100%;
}

.jagged_edge::after {
    background-color: #ECEBE9;
    position: absolute;
    content: '';
    width: 100%;
    height:100%;
    top: 0;
    left: -10px;
    z-index: -100;
}

.box-inner {
    background-color: #FFF;
    -webkit-box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.7); 
    box-shadow: 5px 5px 15px -1px rgba(0,0,0,0.7);
    padding: 15px;
}

.my-5 {
    margin-top:2.5em;
    margin-bottom:2.5em;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.footer {
    margin-top: auto;
}


@media (min-width: 768px) and (max-width: 1200px) {
   .navbar-collapse.collapse {
       display: none !important;
   }
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-header {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .magnific-image {
        width: 100%; !important;
        max-height: none; !important;
    }
}