/* GLOBALS */
body {
    font-family: 'Verdana', system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    background-color: #d4baf2;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    letter-spacing: normal;
    color: #c157fc;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

img {
    -webkit-touch-callout: none;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -webkit-touch-callout: none;
}


#frontpage-entry {
    padding: 20px 0 20px;
    text-align: center;
    align-items: center;
    color: #8A4B08;
    font-size: 18px;
    font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    line-height: 27px;
    letter-spacing: normal;
}

.disableSave {
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}

.no-scroll {
    overflow: hidden;
}
.invisible {
    visibility: hidden;
}


/* page css */
/* Utlilites */
.font-weight-600 {
    font-weight: 600;
}
.font-weight-bold {
    font-weight: bold;
}
.desktop-only{
    display: block;
}









/* Stats Section */
.stats-section {
    position: relative;
    padding: 0 0;
    overflow: hidden;
    background: none;
}

.stats-section .kop {
/*  background: linear-gradient(138deg, #5e943e 15%, #cdf0b9 80%); */
/*  background: linear-gradient(138deg, #ff69b4 1%, #fddde6 99%); */
    background: #d4baf2;
    text-align: center;
    padding: 5px 0 5px;
}

.stats-section .kop img {
   width: 100%;
}

.stats-section .hoofddeel {
    background: linear-gradient(250deg, #d4baf2 -0.66%, #c07cf4 101.42%);
    text-align: center;
    padding: 50px 0 50px;
    margin: 0 auto; 
    /* height: 1100px; */
}

.stats-section .container {
    max-width: 800px;
}
.stats-section .inner-wrapper .cta-block {
    text-align: center;
    background: linear-gradient(352.5deg, #d4baf2 -0.66%, #c07cf4 101.42%);
    -moz-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.08);
    border-radius: 35px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 10px;
    color: #FFFFFF;
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 32px;
}

.stats-section .beeld {
    overflow: hidden;
    text-align: center;
    border-radius:35px;
    max-width: 800px;
    width: 90%;
    margin: 20 auto;
    padding: 0 0 0;
    color: #FFFFFF;
    font-family: Trebuchet MS, Verdana, Arial;
    border: 20px #c157fc solid;
}

.stats-section .beeld img {
   border-radius: inherit;
   width: 100%;
}

/*stats section over*/

/* Footer Section */
.footer {
    padding: 15px 0 15px;
    background: #F8F8F8;
    width: 100%;
    position: absolute;
    bottom: 0;
}
.footer-info {
    color: #777779;
    font-size: 18px;
    font-family: Fira Sans, system-ui, -apple-system, roboto, "segoe ui", sans-serif;
    line-height: 27px;
    letter-spacing: normal;
    text-align: center;

}
.footer-info a {
    color: #777779;
}
.footer-info a:hover,
.footer-info a:active,
.footer-info a:focus {
    color: #008b99;
    text-decoration: none;
    outline: 0;
}

@media screen and (max-width: 767.98px) {
    .footer {
        padding: 33px 0 34px;
    }
    .footer-info {
        font-size: 18px;
        line-height: 27px;
        max-width: 328px;
        margin: auto;
    }
}
/* End */















