@charset "utf-8";
/* CSS Document */

body {
    font-family:"museo-sans";
}

/* tekst kleur */
.stkl-txt-oranje-1 {
    color: rgba(29,113,184, 1); /* 1d71b8 */
}
.stkl-txt-roze-1 {
    color: rgba(186, 66, 111, 1); /* ba426f */
}
.stkl-txt-paars-1 {
    color: rgba(156, 108, 167, 1); /* 9c6ca7 */
}
.stkl-txt-paars-2 {
    color: rgba(29, 113, 184, 1); /* 74387e */
}
.stkl-txt-paars-3 {
    color: rgba(29, 113, 184, 1); /* 1d71b8 */
}

/* achtergrond kleur */
.stkl-bgd-oranje-1 {
    background-color: rgba(29, 113, 184, 1); /* 1d71b8 */
}
.stkl-bgd-roze-1 {
    background-color: rgba(186, 66, 111, 1); /* ba426f */
}
.stkl-bgd-paars-1 {
    background-color: rgba(156, 108, 167, 1); /* 9c6ca7 */
}
.stkl-bgd-paars-2 {
    background-color: rgba(29, 113, 184, 1); /* 74387e */
}
.stkl-bgd-paars-3 {
    background-color: rgba(29, 113, 184, 1); /* 1d71b8 */
}

/* kleuren */
.stkl-brons {
    color:#CD7F32;
}
.stkl-zilver {
    color:#C0C0C0;
}
.stkl-goud {
    color:#FFD700;
}
.stkl-platina {
    color:#E5E4E2;
}
.stkl-diamant {
    color:#B9F2FF;
}

.about-one {
    padding: 60px 0 35px;
    
}

.footer-widget__links li a {
    color:white;
}
.footer-widget__text {
    color:white;
}
.footer-widget__info__icon {
    color:white;
}
.footer-widget__info li a {
    color: white;
}
.footer-widget__social a {
    color: white;
}
.footer-widget__links li {
    color: white;
    line-height: inherit; 
}
.main-footer__top {
    border-bottom:none;
}
.main-footer__bottom__inner {
    border-top: none;
}
.main-footer__copyright {
    color:#BBB;
    font-size:80%;
}

.scroll-to-top__wrapper {
    background-color: lightgrey;
}

.main-slider-three__bg::after {
    background-color: rgba(24, 24, 24, 0.50);
}

.main-slider-three__sub-title {
    font-size: 50px;
}

.main-slider-three__text {
    font-size: 25px;
}
.page-header__bg {
    background-image: url("../s4s_images/wpb-bg-header-01.jpg");
    background-repeat:repeat;
    background-position: center bottom;
}
.main-header--three .main-menu .main-menu__list > li > a:hover {
    color: white;
}

.page-header {
        padding-bottom: 50px;
    }

.page-header__title {
        font-size: 36px;
}
.blog-details {
    padding: 60px 0;
}

.register-page__checked-box label span:before {
    
    border-bottom: 2px solid #1d71b8;
    border-right: 2px solid #1d71b8;

}

.form-one .bootstrap-select > .dropdown-toggle, .form-one input[type=text], .form-one input[type=email], .form-one input[type=tel], .form-one textarea {
    height: inherit;
}

.register-page__checked-box {
    margin-bottom: 7px;
}

.blog-details__meta {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: inherit;
    margin-bottom: 25px;
    border-bottom: 0;
}

.pricing-one__card__top {
     background-color:transparent;
}

.funfact-one--home-three {
    padding: 30px 0 30px 0;
    margin: 30px 0;
}

.main-menu .main-menu__list > li + li {
    margin-left: 18px;
}

.main-header--three::before {
    background-color: transparent;
}
.main-header--three::after {
  width: 0;
  height: 0;
  
}

.page-header__title {
    
    text-shadow: 1px 1px 3px #1d71b8;
}

.page-header__bg::before {
    background-color: rgba(0, 0, 0, 0);
}

.blog-card__image {
    background-color: #a4cee5;
}

.blog-card__content {
    
    background-color: white;
}

.blog-details__content {
    background-color: white;
}

.careox-btn:hover {
    background-color:white;
}

@media (max-width: 500px) {
    .main-header--three .main-header__logo img {
        max-width: 300px;
    }
}

@media (max-width: 991px) {
    .main-header--three .main-header__logo img {
        max-width: 300px;
    }
}

@media (max-width: 1199px) {
    .main-header--three.sticky-header--cloned .main-header__inner, .main-header--three .main-header__inner {
        padding-top: 0; 
        
    }
}

@media (min-width: 1400px) {
    .main-header--three .main-header__right {
        margin-left: 0px;
    }
}