* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #202020;
    background-color: #FFF;
    line-height: 22px;
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'Margot Bd';
    src: url('../fonts/Margot-Bold.eot');
    src: url('../fonts/Margot-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Margot-Bold.woff2') format('woff2'),
        url('../fonts/Margot-Bold.woff') format('woff'),
        url('../fonts/Margot-Bold.ttf') format('truetype'),
        url('../fonts/Margot-Bold.svg#Margot-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Margot Reg';
    src: url('../fonts/Margot-Regular.eot');
    src: url('../fonts/Margot-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Margot-Regular.woff2') format('woff2'),
        url('../fonts/Margot-Regular.woff') format('woff'),
        url('../fonts/Margot-Regular.ttf') format('truetype'),
        url('../fonts/Margot-Regular.svg#Margot-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

#header {
    border-top:10px solid #adcd54;
    height: 80px;
    width: 100%;
    float: left;
}

#header-inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

#content {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    padding: 50px 20px 60px 20px;
}

#purple-bar {
    width: 100%;
    height: 70px;
    background: rgba(102, 36, 131, 0.1);
    margin-top: -40px;
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
}

#purple-bar2 {
    width: 100%;
    height: 145px;
    background: rgba(102, 36, 131, 0.1);
    margin-top: -20px;
    position: relative;
    z-index: 999;
    float: left;
    width: 100%;
}

a.aanmelds, a.aanmelds:visited {
    display: block;
    color: white;
    padding:10px 10px;
    width: 100%;
    text-align: center;
    background-color: #adcd54;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Amaranth', sans-serif;
    font-size: 19px;
}

a.aanmelds:hover {
    background-color: #d60b52;
    text-decoration: none;
}

#slider {overflow: hidden; height: 350px;float: left; width: 100%;}
#slider-home {overflow: hidden; height: 450px;float: left; width: 100%; position: relative;}

#mainmenu {
    max-width: 100%;
    padding: 30px 20px 0px 20px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

#logo {
    background-color: #fff;
    text-align: center;
    right: 0;
    position: absolute;
    z-index: 999;
    padding: 10px 30px 20px 30px;
}

#logo img {
    width: 300px;
}
#melding{
    position: absolute;
    right: 30px;
    top: 153px;
    width: 300px;
    background: #adcd54;
    color: white;
    z-index: 1;
    padding: 15px;
    text-align: center;
    /* font-weight: bold; */
    font-family: 'Amaranth', sans-serif;
    font-size: 16px;
}
.tekst {
    width: 70%;
    float: left;
    padding-right: 50px;
}

#afbeeldingen {
    width: 30%;
    float: left;
}

#afbeeldingen2 {
    width: 100%;
}

.afbeelding {
    margin-bottom: 20px;
}

a.routeplan, a.routeplan:visited {
    background: #d60b52;
    color: white;
    text-align: center;
    font-size: 18px;
    padding: 7px 10px;
    width: 100%;
    display: block;
    margin-top: 15px;
    font-family: 'Amaranth', sans-serif;
}

a.routeplan:hover {
    background-color: #adcd54;
    text-decoration: none;
}

#blokken-main {
    margin-top: -100px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 20px 0px 20px;
    position: relative;
}

#blokken-wrap {
    width: 100%;
    float: left;
    margin-top: -225px;
    z-index: 999;
    position: relative;
}

#content-wrap {
    float: left;
    width: 100%;
}
#spoed {
    padding: 7px 35px 7px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #adcd54;
    border: 5px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    z-index: 9999;
    bottom: 0px;
    right: 20px;
    color: #fff;
    font-size: 23px;
    line-height: 27px;
    text-align: center;
    -ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    -moz-background-clip: padding;     /* Firefox 3.6 */
    -webkit-background-clip: padding;  /* Safari 4? Chrome 6? */
    background-clip: padding-box;      /* Firefox 4, Safari 5, Opera 10, IE 9 */
}

/* .blok {
    width: 24.25%;
    float: left;
    margin-right: 1%;
    background-color: #662483;
    min-height: 200px;
    position: relative;
} */
.blok {
    width: 15.8%;
    float: left;
    margin-right: 1%;
    background-color: #662483;
    min-height: 200px;
    position: relative;
    margin-top: 35px;
}

.link-blok {
    width: 55px;
    height: 45px;
    padding-top: 15px;
    background: #fff;
    color: #662483;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    margin-left: -27.5px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}

.blok:hover .link-blok {
    width: 55px;
    height: 45px;
    padding-top: 12px;
    background: #fff;
    color: #662483;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    font-size: 25px;
    margin-left: -27.5px;
    text-align: center;
}

.icon-blok {
    width: 100%;
    text-align: center;
    padding-top: 45px;
    float: left;
    height: 130px;
}
.icon-blok img{
    width: auto;
    max-width: 80%;
    height: auto;
    max-height: 100%;
}

.tekst-blok {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 23px;
    line-height: 35px;
    text-align: center;
    font-family: 'Amaranth', sans-serif;
    padding-bottom: 70px;
}

#blokken-bottom-main {
    float: left;
    margin-top: 100px;
}

.blok-bottom {
    width: 50%;
    float: left;
    min-height: 200px;
    position: relative;
}

.img-blok-bottom {
    float: left;
    padding:20px;
    background: #adcd54;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 20%;
    text-align: center;
    position: relative;
}

.tekst-blok-bottom {
    float: left;
    width: 60%;
    padding-left: 50px;
    padding-top: 10px;
    position: relative;
}

#blokken-bottom-main a {color: #000;}

.tekst-blok-bottom:after {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: -50px;
    bottom: -5px;
    font-size: 30px;
    color: #adcd54;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out; 
}

.blok-bottom:hover .tekst-blok-bottom:after {
    right: -55px;
    color: #662483;
}

#no-margin {margin-right: 0%;}

#footer {
    width: 100%;
    background: #d60b52;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
}

#footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

#footer-bottom {
    width: 100%;
    background: #adcd54;
    float: left;
}

#footer-bottom-inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: right;
    color: #fff;
    padding: 8px 20px 8px 20px;
}
#footer-bottom-inner a {color: #fff; text-decoration: none;}

#foot-left {
    width: 30%;
    float: left;
}

#foot-right {
    float: right;
    color: #fff;
    width: 70%;
    padding-top: 30px;
}

#foot-right a {
    color: #fff;
}

#col1 { float: right; padding-left: 70px;}
#col2 { float: right; padding-left: 40px;}
#col3 { float: right; padding-left: 40px;}

input {
    outline: none;
}

textarea {
    outline: none;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
}

.label {
    width: 30%; 
    float: left;
     margin-bottom: 5px;
 }

.veld { 
    float: left; 
    width: 70%; 
    margin-bottom: 5px;
}

.veld_verzenden {
    width: 100%;
    float: left;
}

.formlinks {
    float: left;
    width: 30%;
    height: 35px;
    line-height: 16px;
}

.formrechts {
    float: left;
    width: 70%;
}

.tekstvak_breed.foutveld, .foutveld {
    border: #FF0000 solid 2px;
}

.tekstvak_breed {
    color: #000;
    background: #fff;
    text-decoration: none;
    height: 30px;
    width: 90%;
    border: 1px solid #662483;
    padding-left: 5px;
    margin-bottom: 5px;
}

.tekstvak_multi {
    color: #000;
    background: #fff;
    text-decoration: none;
    width: 90%;
    border: 1px solid #000;
    padding-left: 5px;
}

.button {
    padding: 6px 15px 6px 15px;
    float: left;
    border: none;
    color: #FFFFFF;
    font-size: 14px;
    margin-top: 10px;
    background-color: #d60b52;
    -webkit-appearance:none;
}

.button:hover {
    cursor: pointer;
}

.fout {
    color: #FF0000;
}

#content .downloads {
    padding: 10px 0px;
    margin-left: 0px;
}

.downloads h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #662483;
}

.downloads li {
    list-style: none;
    background: url(../images/pdf.png) top left no-repeat;
    background-position: 10px 10px;    
    font-size: 15px;
    padding: 9px 0px 9px 40px;
    width: auto;
    font-weight: normal;
    border-top: #c0c0c0 dotted 1px;
}

.downloads li:after {
    content: "\f101";
    float: right;
    padding-right: 15px;
    font-family: fontAwesome;
}

.downloads a:link, .downloads a:visited {
    color: #202020;
    text-decoration: none;
    display: block;
    background-color: #ffdae7;
}

.downloads a:hover {
    color: #FFF;
    background-color: #d60b52;
}

.paginatie {
    /* width: 100%; */
    padding: 10px 6px 10px 10px;
    overflow: hidden;
    background-color: #dad9d4;
    margin-top: 15px;
    float: left;
}

.paginatie_inactief, .paginatie_actief {
    float: left;
    margin-right: 4px;
    height: auto;
    width: 23px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 1px;
    background-color: #698b73;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
}

.paginatie_actief {
    background-color: #a27757;
    color: #FFFFFF;
}

.intakeformulier {
    float: left;
}

#wrapopmerk {
    float: left;
}

.intakeformulier h2 {
    float: left;
    width: 100%;
    color: #8540a2;
}

/* DEZE HACK IS NODIG OMDAT ANDERS HET CONTENT VLAK NIET MEESCHAALD MET EEN FLOATED DIV */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-mac */

a {
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;  
}

a:link {
    color: #662483;
    text-decoration: none;
}

a:active {
    color: #662483;
    text-decoration: none;
}

a:visited {
    color: #662483;
    text-decoration: none;
}

a:hover {
    color: #662483;
    text-decoration: underline;
}

h1 {
    font-family: 'Amaranth', sans-serif;
    color: #662483;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 25px;
}

h2 {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}

h3 {
    color: #999;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}

h4,h5,h6 {
    color: #ccc;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

/* Review Styles */
.review-item {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.review-name {
    font-size: 18px;
    color: #662483;
    font-weight: bold;
}

.review-date {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

.review-rating {
    margin-bottom: 15px;
    color: #ffa500;
    font-size: 18px;
}

.review-rating .fa-star {
    color: #ffa500;
}

.review-rating .fa-star-o {
    color: #ddd;
}

.review-rating .rating-number {
    margin-left: 10px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.review-message {
    color: #333;
    line-height: 1.6;
    font-size: 14px;
}