@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@font-face {
    font-family: 'CoreMellow55';
    src: url('../fonts/CoreMellow55-MediumRegular.woff2') format('woff2'),
    url('../fonts/CoreMellow55-MediumRegular.woff') format('woff'),
    url('../fonts/CoreMellow55-MediumRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
.text-primary {
    color: #eb6265 !important;
}
.text-orange {
    color: #FFE6D6;
}
.text-pink {
    color: #ea709b;
}
.text-blue {
    color: #0F4CBE;
}
.bg-white {
    background-color: #fff;
}
.bg-light-orange {
    background-color: #FFE6D6;
}
.bg-orange {
    background-color: #FE9263;
}
.bg-pink {
    background-color: #ea709b;
}
.bg-blue {
    background-color: #0F4CBE;
}
.bg-light-blue {
    background-color: #F4F7FC;
}
* {
    outline: 0;
    margin: 0;
    padding: 0;
}
html, * {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*============ GOOGLE FONTS =============*/
body {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #231B35;
    font-weight: 400;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
}
p {
    color: #231B35;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 15px;
}
@media (min-width: 320px) {
    p {
        font-size: 15px;
        line-height: 28px;
    }
}
@media (min-width: 768px) {
    p {
        font-size: 15px;
        line-height: 26px;
    }
}
@media (min-width: 992px) {
    p {
        font-size: 14px;
        line-height: 24px;
    }
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'CoreMellow55', sans-serif;
    margin: 0;
    color: #0F4CBE;
}
h1 {
    font-size: 40px;
    line-height: 1.3;
    padding-bottom: 18px;
}
h2 {
    font-size: 30px;
    line-height: 1.3;
    padding-bottom: 16px;
}
h3 {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 14px;
}
h4 {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 12px;
}
h5 {
    font-size: 18px;
    line-height: 1.3;
    padding-bottom: 10px;
}
h5 .red {
  font-size: 16px;
  color: #CB0000;
}
h6 {
    font-size: 16px;
    line-height: 1.3;
    padding-bottom: 8px;
}
.h1 {
    font-size: 40px;
    line-height: 1.3;
    padding-bottom: 18px;
}
.h3 {
    font-size: 25px;
    line-height: 1.3;
    padding-bottom: 14px;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pagecontent .pageimage {
    margin-bottom: 1rem !important;
    margin-top: 5px !important;
    border-radius: 15px;
}
@media (min-width: 0) {
    .pagecontent .pageimage {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .pagecontent .pageimage {
        width: 40%;
    }
}
.pagecontent .pageimage.fullwidth {
    margin-bottom: 1rem !important;
    margin-top: 5px !important;
    border-radius: 15px;
    width: 100%;
}
.pagecontent hr {
    width: 100%;
    margin-bottom: 16px;
}
.pagecontent a{
    color: #0f4cbe;
    text-decoration: underline !important;
}
.pagecontent a.globe, .pagecontent a.pdf, .pagecontent a.doc, .pagecontent a.phone, .pagecontent a.mail {
    color: #231B35;
    text-decoration: underline !important;
}
.pagecontent a:hover{
    color: #231B35;
    text-decoration: none !important;
}
.pagecontent a.globe:hover, .pagecontent a.pdf:hover, .pagecontent a.doc:hover, .pagecontent a.phone:hover, .pagecontent a.mail:hover {
    color: #231B35;
    text-decoration: none !important;
}
.pagecontent a.globe:before {
    font-size: 20px;
    content: "\f0ac";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-right: 7px;
    text-decoration: none !important;
}
.pagecontent a.pdf:before {
    font-size: 15px;
    content: "\f1c1";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 3px;
    margin-right: 8px;
    text-decoration: none !important;
}
.pagecontent a.doc:before {
    font-size: 15px;
    content: "\f1c2";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 3px;
    margin-right: 8px;
    text-decoration: none !important;
}
.pagecontent a.phone:before {
    font-size: 18px;
    content: "\f095";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 2px;
    margin-right: 7px;
    text-decoration: none !important;
}
.pagecontent a.mail:before {
    font-size: 17px;
    content: "\f0e0";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 0;
    margin-right: 7px;
    text-decoration: none !important;
}
.clearfix.horizontalbreak {
    height: 25px;
    clear: both;
}
.pagecontent ul {
    margin: 0 0 18px 16px;
    padding: 0;
    display: grid;
}
.pagecontent ul li {
    list-style-type: unset;
    margin-left: 40px;
}
.pagecontent ol {
    margin: 0 0 18px 24px;
    padding: 0;
    display: grid;
}
.pagecontent ol li {
    list-style-type: unset;
    margin-left: 40px;
}
.pagecontent figure.table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}
.pagecontent table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}
@media (min-width: 0) {
    .pagecontent table {
        margin-left: 0%;
        margin-right: 0%;
        width: 100%;
    }
}
@media (min-width: 992px) {
    .pagecontent table {
        margin-left: 3%;
        margin-right: 3%;
        width: 94%;
    }
}
.pagecontent th {
    background-color: #FFE6D6;
    padding: 10px;
    border: 1px solid #FFE6D6;
    text-transform: uppercase;
}
.pagecontent th p{
    font-size: 14px;
    font-weight: 700;
    padding:0;
    line-height: 21px;
}
.pagecontent td {
    padding: 10px;
    border: 1px solid #ddd;
}
.pagecontent td p{
    font-size: 14px;
    font-weight: 400;
    padding:0;
    line-height: 21px;
}
.pagecontent tr:first-child td {
    border-top: none;
}
.pagecontent tr:nth-child(even) {
    background-color: #f2f2f2;
}
.pagecontent .galerij img {
    border-radius: 15px;
    border: 3px solid #D8E5F6;
    opacity: 0.8;
    transition: border-color 0.3s ease, opacity 0.3s ease;
}
.pagecontent .gallery a {
    color: #231B35;
    text-decoration: underline;
}
.pagecontent .gallery a:hover {
    text-decoration: none;
}
.pagecontent .galerij a {
    color: #231B35;
}
.pagecontent .gallery.bg-light-orange .galerij img {
    border: 3px solid #0f4cbe;
}
.pagecontent .galerij img:hover {
    border-color: #0F4CBE;
    border-color: #FE9263;
    opacity: 1;
}
.pagecontent .gallery.bg-light-orange .galerij img:hover {
    border: 3px solid #FE9263;
}
.pagecontent .gallery.bg-orange .galerij img:hover, .pagecontent .gallery.bg-pink .galerij img:hover {
    border: 3px solid #0f4cbe;
}
.pagecontent .gallery.bg-blue p, .pagecontent .gallery.bg-blue h2, .pagecontent .gallery.bg-blue h3, .pagecontent .gallery.bg-blue h4, .pagecontent .gallery.bg-blue h5, .pagecontent .gallery.bg-blue h6, .pagecontent .gallery.bg-blue ol, .pagecontent .gallery.bg-blue ul {
    color: white;
}
.pagecontent .gallery.bg-blue a {
    color: white;
    text-decoration: underline;
}
.pagecontent .gallery.bg-blue a:hover {
    text-decoration: none;
}
.pagecontent .team-card {
    margin-top: 15px;
    margin-bottom: 15px;
    border: none;
    background: #FFE6D6;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.pagecontent .team-card .card_img img {
    margin: 0 auto;
    border-radius: 15px 15px 0 0;
    border-bottom: 2px solid #FFF;
}
.pagecontent .team-card .card_img.img-circle {
    margin: 20px auto 0 auto;
    border-radius: 50%;
    border: 3px solid #FFF;
    overflow: hidden;
}
.pagecontent .team-card a.mail {
    color: #231B35;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none !important;
}
.pagecontent .team-card a.mail:before {
    font-size: 14px;
    content: "\f0e0";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 0;
    margin-right: 7px;
    text-decoration: none !important;
}
.pagecontent .team-card a.mail:hover {
    text-decoration: underline !important;
}
.pagecontent .team-card .location {
    color: #231B35;
    font-size: 12px;
    line-height: 10px;
    text-decoration: none !important;
}
.pagecontent .team-card .location:before {
    font-size: 15px;
    content: "\f041";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
    margin-left: 0;
    margin-right: 7px;
    text-decoration: none !important;
}
.pagecontent .bg-light-orange .team-card {
    background: #FFF;
}
.pagecontent .bg-light-orange .team-card .card_img img {
    border-bottom: 2px solid #FE9263;
}
.pagecontent .bg-light-orange .team-card .card_img.img-circle {
    border: 3px solid #FE9263;
}
.pagecontent .bg-orange .team-card {
    background: #FFF;
}
.pagecontent .bg-orange .team-card .card_img img {
    border-bottom: 2px solid #0f4cbe;
}
.pagecontent .bg-orange .team-card .card_img.img-circle {
    border: 3px solid #0f4cbe;
}
.pagecontent .bg-pink .team-card {
    background: #FFF;
}
.pagecontent .bg-pink .team-card .card_img img {
    border-bottom: 2px solid #0f4cbe;
}
.pagecontent .bg-pink .team-card .card_img.img-circle {
    border: 3px solid #0f4cbe;
}
.pagecontent .bg-pink .team-card h5 {
    color: #ea709b;
}
.pagecontent .bg-blue .team-card {
    background: #FFF;
}
.pagecontent .bg-blue .team-card .card_img img {
    border-bottom: 2px solid #fe9263;
}
.pagecontent .bg-blue .team-card .card_img.img-circle {
    border: 3px solid #fe9263;
}
.pagecontent .bg-blue .team-card h5 {
    color: #fe9263;
}
@media (min-width: 0) {
    .pagecontent .team-card .card_img.img-circle, .pagecontent .team-card .card_img.img-circle img {
        width: 300px;
        height: 300px;
    }
}
@media (min-width: 576px) {
    .pagecontent .team-card .card_img.img-circle, .pagecontent .team-card .card_img.img-circle img {
        width: 170px;
        height: 170px;
    }
}
@media (min-width: 768px) {
    .pagecontent .team-card .card_img.img-circle, .pagecontent .team-card .card_img.img-circle img {
        width: 140px;
        height: 140px;
    }
}
@media (min-width: 992px) {
    .pagecontent .team-card .card_img.img-circle, .pagecontent .team-card .card_img.img-circle img {
        width: 200px;
        height: 200px;
    }
}
.pagecontent .medewerkers.bg-blue p, .pagecontent .medewerkers.bg-blue h2, .pagecontent .medewerkers.bg-blue h3, .pagecontent .medewerkers.bg-blue h4, .pagecontent .medewerkers.bg-blue h5, .pagecontent .medewerkers.bg-blue h6, .pagecontent .medewerkers.bg-blue ol, .pagecontent .medewerkers.bg-blue ul {
    color: white;
}
.pagecontent .medewerkers.bg-blue a {
    color: white;
    text-decoration: underline;
}
.pagecontent .medewerkers.bg-blue a:hover {
    text-decoration: none;
}
.pagecontent .medewerkers.bg-blue .card-body p, .pagecontent .medewerkers.bg-blue .card-body a {
    color: #231B35;
}
.pagecontent .medewerkers.bg-blue .card-body h5 {
    color: #fe9263;
}
a.appsysbtn {
    background-color: #0f4cbe;
    color: #FFE5D6;
    border: none;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    text-decoration: none !important;
}
a.appsysbtn .chevron {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}
a.appsysbtn:hover .chevron {
    transform: translateX(5px);
}
a.appsysbtn:hover, a.appsysbtn:focus {
    background-color: #0070CF;
    color: #FFE5D6;
}
a.appsysbtn.white {
    background-color: #fff;
    color: #0F4CBE;
}
a.appsysbtn.white:hover, a.appsysbtn.white:focus {
    background-color: #0070CF;
    color: #FFF;
}
a.appsysbtn.orange {
    background-color: #fe9263;
    color: #0F4CBE;
}
a.appsysbtn.orange:hover, a.appsysbtn.orange:focus {
    background-color: #0070CF;
    color: #FFF;
}
a.appsysbtn.pink {
    background-color: #ea709b;
    color: #0F4CBE;
}
a.appsysbtn.pink:hover, a.appsysbtn.pink:focus {
    background-color: #0070CF;
    color: #FFF;
}
button.appsysbtn {
    background-color: #0f4cbe;
    color: #FFE5D6;
    border: none;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    text-decoration: none !important;
}
button.appsysbtn .chevron {
    display: inline-block;
    margin-left: 10px;
    transition: transform 0.3s ease;
}
button.appsysbtn:hover, button.appsysbtn:focus {
    background-color: #0070CF;
    color: #FFE5D6;
}
button.appsysbtn:hover .chevron {
    transform: translateX(5px);
}
button.appsysbtn.orange {
    background-color: #fe9263;
    color: #0F4CBE;
}
button.appsysbtn.orange:hover, button.appsysbtn.orange:focus {
    background-color: #0070CF;
    color: #FFF;
}
.blockquote {
    position: relative;
    padding: 28px;
    margin-bottom: 20px;
    border: 1px solid #E0D4D9;
    border-left: 4px solid #0F4CBE;
    font-size: 15px;
    line-height: 28px;
    font-style: italic;
    border-radius: 15px;
}
.blockquote.text-right {
    border-right: 4px solid #0F4CBE;
    border-left: 1px solid #E0D4D9;
}
.blockquote-bubble {
    position: relative;
    background-color: #fff
}
.blockquote-bubble .blockquote-bubble-content:after {
    top: 100%;
    border: 1px solid #E0D4D9;
    content: " ";
    height: 20px;
    width: 20px;
    position: absolute;
    pointer-events: none;
    background: #fff;
    left: 30px;
    margin-top: -9px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0
}
.blockquote-bubble.text-right .blockquote-bubble-content:after {
    right: 30px;
    left: auto
}
.blockquote-footer {
    margin-bottom: 20px;
    position: relative;
    display: -ms-flexbox;
    display: flex
}
.blockquote-footer img {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    float: left
}
.blockquote-footer .info {
    display: inline-block;
    padding-left: 10px;
    float: left;
    margin-top: 8px
}
.blockquote-footer .name {
    font-size: 15px;
    color: #231B35;
    display: inline-block
}
.blockquote-footer .designation {
    font-size: 15px;
    color: #848484;
    display: inline-block
}
.blockquote-footer:before {
    content: "\2014 \00A0";
    visibility: hidden
}
.blockquote-footer.text-right {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}
.blockquote-footer.text-right img {
    float: right
}
.blockquote-footer.text-right .info {
    float: right;
    padding-left: 0;
    padding-right: 10px
}
.blockquote.bg-light-orange, .blockquote-bubble.bg-light-orange .blockquote-bubble-content:after {
    background: #FFE6D6;
    border: none;
}
.blockquote.text-left.bg-light-orange {
    border-left: 4px solid #FE9263;
}
.blockquote.text-right.bg-light-orange {
    border-right: 4px solid #FE9263;
}
.blockquote.bg-orange, .blockquote-bubble.bg-orange .blockquote-bubble-content:after {
    background: #FE9263;
    border: none;
}
.blockquote-bubble.bg-orange .blockquote-bubble-content {
    color: #FFF;
}
.blockquote.text-left.bg-orange {
    border-left: 4px solid #0F4CBE;
}
.blockquote.text-right.bg-orange {
    border-right: 4px solid #0F4CBE;
}
.blockquote.bg-pink, .blockquote-bubble.bg-pink .blockquote-bubble-content:after {
    background: #ea709b;
    border: none;
}
.blockquote-bubble.bg-pink .blockquote-bubble-content {
    color: #FFF;
}
.blockquote.text-left.bg-pink {
    border-left: 4px solid #0F4CBE;
}
.blockquote.text-right.bg-pink {
    border-right: 4px solid #0F4CBE;
}
.blockquote.bg-blue, .blockquote-bubble.bg-blue .blockquote-bubble-content:after {
    background: #0F4CBE;
    border: none;
}
.blockquote-bubble.bg-blue .blockquote-bubble-content {
    color: #FFF;
}
.blockquote.text-left.bg-blue {
    border-left: 4px solid #ea709b;
}
.blockquote.text-right.bg-blue {
    border-right: 4px solid #ea709b;
}
/*=== 1.COMMON ===*/
/* Font faces */
.container {
    position: relative;
    width: 100%;
}
@media (min-width: 480px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
a {
    color: #848484;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
    outline: 0;
    color: #eb6265;
    text-decoration: none;
}
.logo {
    padding-top: 20px;
    padding-bottom: 6px;
    width: 170px;
}
.main-wrapper {
    overflow-x: hidden;
    position: relative;
}
.main-wrapper #navright {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 210px;
    background-image: url("../img/bg_header.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: bottom left;
    z-index: 6;
}
.main-wrapper #apotheiatarif {
    position: absolute;
    top: 29px;
    right: 298px;
    width: 150px;
    height: 27px;
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    background-color: #fe9263;
    background-image: url("../img/bg_button.webp");
    background-repeat: no-repeat;
    background-size: 145px;
    background-position: -14px 0;
    border-radius: 16px;
    transition: background-position 0.5s ease;
    z-index: 1000;
}
.main-wrapper #apotheiatarif:hover {
    background-position: -60px 0;
}
.main-wrapper #search-box {
    position: absolute;
    display: inline-block;
    right: 133px;
    z-index: 7;
}
#searchInput {
    width: 188px;
    padding: 3px 36px 3px 14px;
    font-size: 16px;
    border: none;
    border-radius: 20px;
    outline: none;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: #231B35;
}
#searchButton {
    position: absolute;
    right: -3px;
    top: -2px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 19px;
    outline: none;
    color: #004AC3;
    padding: 5px 10px 5px 10px;
}
#searchButton:hover {
    color: #231B35;
}
#secondnav {
    position: absolute;
    top: 70px;
    right: 5px;
    /*width: 291px;*/
    z-index: 1000;
}
#secondnav a {
    display: inline-block;
    width: 130px;
    padding: 3px 5px 1px 5px;
    color: #FDE4DA;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}
#secondnav a:hover, #secondnav a.active {
    border-bottom: 1px solid #FDE4DA;
}
#lngswitch {
    position: absolute;
    right: 19px;
    z-index: 3000;
}
#lngswitch li.nav-item.dropdown.drop_single a.nav-link.dropdown-toggle, #lngswitch li.nav-item.dropdown.drop_single.show a.nav-link.dropdown-toggle {
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
}
#lngswitch li.nav-item.dropdown.drop_single.show > a:after {
    padding-left: 0;
}
#lngswitch ul.dropdown-menu {
    width: auto;
    min-width: 1px;
    background: none;
    padding: 0;
    margin: -7px 0 0 0;
}
#lngswitch ul.dropdown-menu a {
    margin-left: 14px;
    padding: 3px 14px 3px 8px;
    display: block;
    background: #FFF;
    font-size: 13px;
    color: #004AC3;
    text-transform: uppercase;
    border-radius: 10px;
}
@media (min-width: 0) {
    .logo {
        padding-top: 4px;
        padding-bottom: 70px;
        width: 100px;
    }
    .main-wrapper #navright {
        width: 240px;
        height: 170px;
    }
    .main-wrapper #apotheiatarif {
        top: 120px;
        right: 8px;
        width: 136px;
    }
    .main-wrapper #search-box {
        top: 13px;
        right: 65px;
    }
    #searchInput {
        width: 155px;
    }
    #secondnav {
        top: 48px;
        right: 0;
        width: 201px;
    }
    #secondnav a {
        width: 96px;
        padding: 3px 0 1px 0;
        font-size: 11px;
    }
    #lngswitch {
        top: 9px;
        right: 0;
    }
}

@media (min-width: 576px) {
    .logo {
        padding-top: 4px;
        padding-bottom: 66px;
        width: 120px;
    }
    .main-wrapper #navright {
        width: 280px;
        height: 170px;
    }
    .main-wrapper #apotheiatarif {
        top: 120px;
        right: 25px;
        width: 150px;
    }
    .main-wrapper #search-box {
        top: 13px;
        right: 100px;
    }
    #searchInput {
        width: 155px;
    }
    #secondnav {
        top: 48px;
        right: 0;
        width: 242px;
    }
    #secondnav a {
        width: 117px;
        padding: 3px 0 1px 0;
        font-size: 12px;
    }
    #lngswitch {
        top: 9px;
        right: 19px;
    }
}
@media (min-width: 768px) {
    .logo {
        padding-top: 20px;
        padding-bottom: 6px;
        width: 170px;
    }
    .main-wrapper #navright {
        width: 375px;
        height: 180px;
    }
    .main-wrapper #apotheiatarif {
        top: 29px;
        right: 393px;
    }
    .main-wrapper #search-box {
        top: 29px;
        right: 113px;
    }
    #searchInput {
        width: 213px;
    }
    #secondnav {
        top: 66px;
        right: 34px;
        width: 282px;
    }
    #secondnav a {
        width: 120px;
        font-size: 13px;
    }
    #lngswitch {
        top: 24px;
    }
}
@media (min-width: 992px) {
    .logo {
        padding-top: 20px;
        padding-bottom: 6px;
        width: 170px;
    }
    .main-wrapper #navright {
        width: 280px;
        height: 210px;
    }
    .main-wrapper #apotheiatarif {
        top: 29px;
        right: 298px;
    }
    .main-wrapper #search-box {
        top: 29px;
        right: 100px;
    }
    #searchInput {
        width: 155px;
    }
    #secondnav {
        top: 70px;
        right: 0;
        width: 248px;
    }
    #secondnav a {
        width: 120px;
        padding: 3px 0 1px 0;
        font-size: 12px;
    }
    #lngswitch {
        top: 24px;
    }
}
@media (min-width: 1200px) {
    .logo {
        padding-top: 20px;
        padding-bottom: 6px;
        width: 170px;
    }
    .main-wrapper #navright {
        width: 350px;
        height: 210px;
    }
    .main-wrapper #apotheiatarif {
        right: 368px;
    }
    .main-wrapper #search-box {
        top: 29px;
        right: 133px;
    }
    #searchInput {
        width: 188px;
    }
    #secondnav {
        top: 75px;
        right: 40px;
        width: 250px;
    }
    #secondnav a {
        width: 122px;
        padding: 3px 0 1px 0 !important;
        font-size: 13px;
    }
    #lngswitch {
        top: 24px;
    }
}
@media (min-width: 768px) {
    .boxed .main-nav {
        box-shadow: none;
    }
}
.boxed .main-wrapper {
    position: relative;
    background-color: #fff;
    margin: 0 auto 0 auto;
    overflow-x: hidden;
}
@media (min-width: 480px) {
    .boxed .main-wrapper {
        /*max-width: 520px;*/
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .boxed .main-wrapper {
        padding: 0 0 0;
        max-width: 100%;
    }
}
@media (min-width: 992px) {
    .boxed .main-wrapper {
        padding: 0 0 0;
    }
}
@media (min-width: 1200px) {
    .boxed .main-wrapper {
        padding: 0 0 0;
        max-width: 1180px;
        margin: 0 auto 50px auto;
        overflow-x: hidden;
        box-shadow: -12px 0 20px rgba(192, 192, 192, 0.1), /* Left shadow */ 15px 0 15px rgba(0, 0, 0, 0.3), /* Right shadow */ 0 15px 15px rgba(0, 0, 0, 0.3); /* Bottom shadow */
    }
}
.boxed .home_transparent-wrapper.main-wrapper {
    padding-top: 0;
}
.position_unset > .offset-md-1.col-md-10 {
    position: unset;
}
.position_unset > .offset-md-1.col-md-10 > .row {
    position: unset;
}
.visible {
    display: block !important;
}
.form-control:focus {
    box-shadow: none;
}
.section {
    padding-top: 80px;
}
@media (min-width: 992px) {
    .section {
        padding-top: 100px;
    }
}
.sectionTitle {
    position: relative;
    margin-top: 15px;
}
.sectionTitle span {
    font-family: 'CoreMellow55', sans-serif;
    color: #eb6265;
    text-transform: capitalize;
}
@media (min-width: 320px) {
    .sectionTitle span {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .sectionTitle span {
        font-size: 30px;
        line-height: 30px;
    }
}
.sectionTitle h2 {
    line-height: 40px;
    padding-bottom: 25px;
    padding-top: 8px;
    color: #222222;
    margin: 0;
}
@media (min-width: 320px) {
    .sectionTitle h2 {
        font-size: 40px;
        letter-spacing: 0;
    }
}
@media (min-width: 768px) {
    .sectionTitle h2 {
        font-size: 40px;
        letter-spacing: 0;
    }
}
.img-full {
    width: 100%;
}
.img-circle {
    position: relative;
    border-radius: 50%;
}
.bg-image-holder, .bg-image {
    background-size: cover !important;
    background-position: 50% 50% !important;
    transition: all 0.3s linear;
    background: #f5f5f5;
    position: relative;
}
::-moz-selection {
    background-color: #eb6265;
    color: #fff;
}
::selection {
    background-color: #eb6265;
    color: #fff;
}
.bg-sand {
    background-color: #f5f5f5;
}
.bg-primary {
    background-color: #eb6265 !important;
}
.bg-dark-navy {
    background-color: #323f41 !important;
}
.no-bg {
    background-color: transparent;
}
.bordered {
    border: 1px solid #e5e5e5;
}
.mb30 {
    margin-bottom: 30px;
}
.no-padding {
    padding: 0 !important;
}
.pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb50 {
    padding-bottom: 50px;
}
.pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pt100 {
    padding-top: 100px;
}
.pb100 {
    padding-bottom: 100px;
}
.bold {
    font-weight: 700 !important;
}
.medium {
    font-weight: 500 !important;
}
.table-inverse {
    background-color: #323f41;
}
.sidebar {
    padding-left: 15px;
    margin-top: 40px;
}
@media (min-width: 768px) {
    .sidebar {
        padding-left: 30px;
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .sidebar {
        padding-left: 40px;
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .sidebar.sidebar-left {
        padding-left: 15px;
    }
}
@media (min-width: 992px) {
    .sidebar.sidebar-left {
        padding-left: 15px;
    }
}
/*============== Hover Overlays ==============*/
.hover-overlay {
    position: absolute;
    content: '';
    background-color: rgba(235, 98, 101, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    perspective: 80px;
    transform: translateY(-100%);
    transition: transform 0.3s ease;
}
.hover-overlay a.overlay_icon {
    width: 55px;
    height: 55px;
    background: #fff;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 3px;
    text-align: center;
}
.hover-overlay a.overlay_icon i.fa {
    font-size: 20px;
    line-height: 50px;
    color: #848484;
}
.highlighter {
    background: #282C34;
    padding: 0 10px;
    border-radius: 4px;
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace !important;
    display: inline-block;
}
/* ================================================
--> Section divider / hr style
================================================== */
hr.hr_narrow {
    width: 7%;
    height: 2px;
    height: 20px 0;
}
.hr_color, .hr_color hr {
    color: #fff;
    background: #fff;
}
hr.hr-inline {
    display: inline-block;
}
.dropdown-toggle {
    color: #222222;
}
.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    margin-left: 5px;
    vertical-align: middle;
    content: "\f107";
    border: 0;
    color: inherit;
}
.dropdown-toggle.btn-primary {
    color: #fff;
}
.dropdown-toggle.focus, .dropdown-toggle:focus, .dropdown-toggle.active, .dropdown-toggle:active, .dropdown-toggle.active, .dropdown-toggle:hover {
    box-shadow: none;
}
.dropdown.show > .dropdown-toggle {
    box-shadow: none;
}
.dropdown.show > .dropdown-toggle::after {
    content: "\f106";
}
.dropdown.show > .btn-primary.dropdown-toggle {
    background-color: #eb6265 !important;
    border: 1px solid #eb6265 !important;
}
.dropdown.show > .btn-primary.dropdown-toggle.focus, .dropdown.show > .btn-primary.dropdown-toggle:focus, .dropdown.show > .btn-primary.dropdown-toggle.active, .dropdown.show > .btn-primary.dropdown-toggle:active, .dropdown.show > .btn-primary.dropdown-toggle.active, .dropdown.show > .btn-primary.dropdown-toggle:hover {
    background-color: #eb6265 !important;
    border: 1px solid #eb6265 !important;
}
.dropdown.show .dropdown-megamenu {
    width: 100%;
}
.dropdown.show .dropdown-megamenu span.title {
    padding: 15px 0 5px;
    display: inline-block;
    font-weight: 700;
}
.dropdown-menu {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.08);
    border: 0;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #e5e5e5;
    color: #848484;
}
.dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #222222;
}
.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0;
}
.dropdown.btn-group .btn {
    margin-top: 10px;
}
/* ================================================
--> Elements Alert style
================================================== */
.alert {
    padding: 20px;
    margin-bottom: 20px;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 13px;
}
@media (min-width: 768px) {
    .alert {
        font-size: 18px;
    }
}
.alert-success {
    background-color: #d2f0ca;
    border-color: #49c32c;
    color: #49c32c;
}
.alert-info {
    background-color: #d0e7f6;
    border-color: #439fdb;
    color: #439fdb;
}
.alert-warning {
    background-color: #faefcd;
    border-color: #eabf38;
    color: #eabf38;
}
.alert-danger {
    background-color: #fdd6d7;
    border-color: #f55c5d;
    color: #f55c5d;
}
.iconic-alert .alert {
    padding: 10px 20px;
}
.iconic-alert i {
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 10px;
}
.iconic-alert .alert-success i {
    background: #49c32c;
}
.iconic-alert .alert-info i {
    background: #439fdb;
}
.iconic-alert .alert-warning i {
    background: #eabf38;
}
.iconic-alert .alert-danger i {
    background: #f55c5d;
}
.alert-dismissible .close {
    position: relative;
    right: -1.25rem;
    padding: 18px 20px;
    color: inherit;
    font-size: 25px;
    opacity: 0.8;
    top: -10px;
}
/* ================================================
--> Elements Alert style
================================================== */
.anim_item {
    position: relative;
    text-align: center;
    border: 1px solid #e5e5e5;
    padding: 60px 20px 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    animation-play-state: paused;
}
.anim_item:hover {
    animation-play-state: running;
    animation-iteration-count: infinite;
}
.anim_item .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.anim_item h5 {
    margin-bottom: 10px;
}
/* ================================================
--> Background Element style
================================================== */
.content-wrapper {
    position: relative;
    padding: 80px 50px;
}
.content-wrapper h1 {
    padding-bottom: 30px;
}
.content-wrapper p {
    padding-bottom: 30px;
}
.bg-image {
    position: relative;
}
.bg-image.shadow:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(50, 63, 65, 0.9);
}
.bg-custom h1, .bg-custom p {
    color: #fff;
    padding-bottom: 30px;
}
.overlay {
    position: relative;
}
.pattern-01 {
    background-image: url("../img/patterns/pattern1.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}
/* ================================================
--> Elements image style
================================================== */
.image_container {
    width: 100%;
    overflow: hidden;
}
.image_container img {
    max-width: 100%;
}
.image_container img.image_rounded {
    border-radius: 4px;
}
.image_container img.image_circle {
    border-radius: 50%;
}
.image_container img.image_bordered {
    padding: 5px;
    border: 1px solid #e5e5e5;
}
#image.element_single .display-single_element > p {
    margin-bottom: 0;
}
#image.element_single .display-single_element .image_container {
    margin-top: 30px;
}
/* ================================================
--> Elements input_group style
================================================== */
.input-group .form-check-label {
    margin-bottom: 0;
}
.input-group .input-group-addon input[type=checkbox], .input-group .input-group-addon input[type=radio] {
    margin-top: 6px;
}
.input-group .form-check {
    margin-bottom: 0;
}
.input-group .form-check .checkbox-custom + .checkbox-custom-label:before, .input-group .form-check .radio-custom + .radio-custom-label:before {
    margin-right: 0;
}
label {
    font-size: 15px;
}
.input-group-addon {
    border-radius: 0;
    background: #f5f5f5;
    padding-left: 17px;
    padding-right: 17px;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #FF0000;
    padding-top: 11px;
}
input.form-control {
    font-size: 15px;
    color: #231B35;
}
.cr-addon .input-group {
    margin-bottom: 30px;
}
/* ================================================
--> Elements carousel style
================================================== */
.carousel-item {
    height: 300px;
}
@media (min-width: 768px) {
    .carousel-item {
        height: 350px;
    }
}
@media (min-width: 992px) {
    .carousel-item {
        height: 400px;
    }
}
.carousel-item:hover .carousel-control {
    opacity: 0;
    visibility: hidden;
}
.carousel-item img {
    width: 100%;
    height: 100%;
}
.carousel-caption {
    position: absolute;
    right: unset;
    bottom: auto;
    left: 5%;
    z-index: 10;
    padding: 0;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-caption.text-center {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.carousel-caption h1 {
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    line-height: 35px;
}
@media (min-width: 768px) {
    .carousel-caption h1 {
        font-size: 35px;
        line-height: 55px;
    }
}
@media (min-width: 992px) {
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 55px;
    }
}
.carousel-caption p {
    font-size: 14px;
    color: #fff;
    padding: 20px 0 25px;
    line-height: 24px;
}
@media (min-width: 768px) {
    .carousel-caption p {
        font-size: 16px;
        line-height: 26px;
        padding: 25px 0 30px;
    }
}
@media (min-width: 992px) {
    .carousel-caption p {
        padding: 35px 0 40px;
    }
}
.carousel-caption .btn {
    height: 35px;
    line-height: 35px;
}
.carousel-indicators li {
    max-width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: transparent;
    position: relative;
}
.carousel-indicators li.active {
    background-color: #eb6265;
    border: 2px solid #eb6265;
}
.carousel-indicators li.active:before {
    position: absolute;
    top: 6px;
    left: 6px;
    display: inline-block;
    content: "";
    background: white;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}
.carousel-indicators.right_indicators {
    right: 0;
    bottom: auto;
    left: auto;
    padding-left: 0;
    margin-right: 5%;
    margin-left: 0;
    list-style: none;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-indicators.right_indicators li {
    width: 20px;
    height: 20px;
    margin: 3px 0;
}
.carousel-control {
    opacity: 0;
    visibility: hidden;
}
.carousel-control span.icon-prev, .carousel-control span.icon-next {
    position: absolute;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    width: 45px;
    height: 45px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.302);
    text-align: center;
    transition: all 0.3s ease;
}
.carousel-control span.icon-prev .fa, .carousel-control span.icon-next .fa {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}
.carousel-control span.icon-prev:hover, .carousel-control span.icon-prev:focus, .carousel-control span.icon-next:hover, .carousel-control span.icon-next:focus {
    background: #eb6265;
    border-color: #eb6265;
}
.carousel-control .icon-prev {
    left: 15px;
}
.carousel-control .icon-next {
    right: 15px;
}
.carousel:hover .carousel-control {
    opacity: 1;
    visibility: visible;
}
.testimonial-carousel {
    position: relative;
    padding-bottom: 50px;
}
.testimonial-carousel .carousel-indicators {
    bottom: 0;
}
.testimonial-carousel .carousel-indicators li {
    border-color: #e5e5e5;
}
.testimonial-carousel .carousel-indicators li.active {
    background-color: #eb6265;
    border: 2px solid #eb6265;
}
.testimonial-carousel p {
    margin: 30px 5px;
}
.testimonial-carousel h5 {
    margin-bottom: 10px;
}
.testimonial-carousel .carousel-item {
    height: auto;
}
.client-img {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
}
/*==============================================
Carousel with Slick Styles
===============================================*/
button.slick-arrow {
    width: 50px;
    height: 50px;
    z-index: 55;
}
@media (min-width: 768px) {
    button.slick-arrow {
        width: 40px;
        height: 40px;
    }
}
@media (min-width: 1200px) {
    button.slick-arrow {
        width: 50px;
        height: 50px;
    }
}
.slick-prev:before {
    content: '\f053';
}
.slick-next:before {
    content: '\f054';
}
.slick-prev:before, .slick-next:before {
    font-family: 'FontAwesome';
    font-size: 40px;
    line-height: 1;
    opacity: 1;
    color: #0f4cbe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
    .slick-prev {
        left: -15px;
    }
}
@media (min-width: 768px) {
    .slick-next {
        right: -15px;
    }
}
.arrow-shade button.slick-arrow {
    opacity: 0;
    visibility: hidden;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    z-index: 55;
    background: rgba(255, 255, 255, 0.302);
    text-align: center;
    transition: all 0.3s ease;
}
.arrow-shade button.slick-arrow .fa {
    font-size: 30px;
    color: #fff;
    line-height: 45px;
}
.arrow-shade button.slick-arrow:hover, .arrow-shade button.slick-arrow:focus {
    background: #eb6265;
    border-color: #eb6265;
}
@media (min-width: 768px) {
    .arrow-shade button.slick-arrow.slick-prev {
        left: 25px;
    }
}
@media (min-width: 768px) {
    .arrow-shade button.slick-arrow.slick-next {
        right: 25px;
    }
}
.arrow-shade:hover button.slick-arrow, .arrow-shade:focus button.slick-arrow {
    opacity: 1;
    visibility: visible;
}
.brand_carousel {
    padding: 0 0;
}
.brand_carousel .slick-initialized .slick-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.brand_carousel .brand_img img {
    width: 100%;
    object-fit: contain;
    vertical-align: middle;
}
.block-nieuws-home {
    background: #FFE6D6;
}
.block-nieuws-home .row {
    display: flex;
    align-items: center;
}
.block-nieuws-home h3 {
    display: flex;
    align-items: center;
}
@media (min-width: 0) {
    .block-nieuws-home .card-link {
        text-decoration: none;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .block-nieuws-home .slidewrapper .card {
        display: block;
        background: #FFF;
        border-radius: 40px 40px 40px 40px;
        padding: 0 0 0 0;
        margin: 8px 0 8px 0;
        border: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 510px;
    }
    .block-nieuws-home.bg-white .slidewrapper .card {
        background: #FFE6D6;
    }
    .block-nieuws-home .slidewrapper .card .images {
        display: none;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .block-nieuws-home .slidewrapper .card .tekst {
        float: left;
        width: 100%;
        padding: 40px 40px 40px 40px;
    }
    .block-nieuws-home .slidewrapper .card:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
    .block-nieuws-home .slidewrapper .link {
        color: #0F4CBE;
        text-decoration: underline;
    }
    .block-nieuws-home .slidewrapper .link:hover, .block-nieuws-home .slidewrapper .card-link:hover .link {
        text-decoration: none;
    }
}
@media (min-width: 576px) {
    .block-nieuws-home .slidewrapper .card {
        height: 360px;
    }
}
@media (min-width: 768px) {
    .block-nieuws-home .card-link {
        text-decoration: none;
        display: block;
        margin-left: 36px;
        margin-right: 36px;
    }
    .block-nieuws-home .slidewrapper .card {
        display: block;
        border-radius: 220px 220px 220px 220px;
        padding: 0 0 0 0;
        margin: 8px 0 8px 0;
        border: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 440px;
    }
    .block-nieuws-home .slidewrapper .card .images {
        float: left;
        display: block;
        border-radius: 220px 0 0 220px;
        width: 40%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .block-nieuws-home .slidewrapper .card .tekst {
        float: right;
        width: 60%;
        padding: 60px 80px 20px 20px;
    }
    .block-nieuws-home .slidewrapper .card:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    }
    .block-nieuws-home .slidewrapper .link {
        color: #0F4CBE;
        text-decoration: underline;
    }
    .block-nieuws-home .slidewrapper .link:hover, .block-nieuws-home .slidewrapper .card-link:hover .link {
        text-decoration: none;
    }
}
@media (min-width: 992px) {
    .block-nieuws-home .card-link {
        margin-left: 36px;
        margin-right: 0;
    }
    .block-nieuws-home .slidewrapper:nth-child(even) .card-link {
        margin-left: 0;
        margin-right: 36px;
    }
    .block-nieuws-home .slidewrapper .card {
        border-radius: 220px 0 0 220px;
        margin: 8px 8px 8px 0;
    }
    .block-nieuws-home .slidewrapper:nth-child(even) .card {
        border-radius: 0 220px 220px 0;
        margin: 8px 0 8px 8px;
    }
    .block-nieuws-home .slidewrapper .card .images {
        float: left;
        border-radius: 220px 0 0 220px;
        width: 45%;
    }
    .block-nieuws-home .slidewrapper .card .tekst {
        float: right;
        width: 55%;
        padding: 20px 20px 20px 20px;
    }
    .block-nieuws-home .slidewrapper:nth-child(even) .images {
        float: right;
        border-radius: 0 220px 220px 0;
        width: 45%;
    }
    .block-nieuws-home .slidewrapper:nth-child(even) .tekst {
        float: left;
        width: 55%;
        padding: 20px 20px 20px 20px;
    }
}
.block-nieuws-home .een .card-link {
    text-decoration: none;
    display: block;
    margin-left: 36px;
    margin-right: 36px;
}
.block-nieuws-home .een .slidewrapper .card {
    display: block;
    border-radius: 220px 220px 220px 220px;
    padding: 0 0 0 0;
    margin: 8px 0 8px 0;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 440px;
}
.block-nieuws-home .een .slidewrapper .card .images {
    float: left;
    display: block;
    border-radius: 220px 0 0 220px;
    width: 40%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.block-nieuws-home .een .slidewrapper .card .tekst {
    float: right;
    width: 60%;
    padding: 60px 80px 20px 20px;
}
.block-nieuws-home .een .slidewrapper .card:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.block-nieuws-home .een .slidewrapper .link {
    color: #0F4CBE;
    text-decoration: underline;
}
.block-nieuws-home .een .slidewrapper .link:hover, .block-nieuws-home .een .slidewrapper .card-link:hover .link {
    text-decoration: none;
}
@media (min-width: 0) and (max-width: 767.99px) {
    .block-nieuws-home .een .card-link {
        text-decoration: none;
        display: block;
        margin-left: 20px;
        margin-right: 20px;
    }
    .block-nieuws-home .een .slidewrapper .card {
        display: block;
        background: #FFF;
        border-radius: 40px 40px 40px 40px;
        padding: 0 0 0 0;
        margin: 8px 0 8px 0;
        border: none;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: 510px;
    }
    .block-nieuws-home.bg-white .een .slidewrapper .card {
        background: #FFE6D6;
    }
    .block-nieuws-home .een .slidewrapper .card .images {
        display: none;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .block-nieuws-home .een .slidewrapper .card .tekst {
        float: left;
        width: 100%;
        padding: 40px 40px 40px 40px;
    }
    .block-nieuws-home .een .slidewrapper .card:hover {
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    }
    .block-nieuws-home .een .slidewrapper .link {
        color: #0F4CBE;
        text-decoration: underline;
    }
    .block-nieuws-home .een .slidewrapper .link:hover, .block-nieuws-home .een .slidewrapper .card-link:hover .link {
        text-decoration: none;
    }
}
.image_carousel .element_row {
    margin: 0 -15px;
}
.image_carousel .element_row .image_single {
    padding: 0 15px;
}
.product-carousel .element_row {
    margin: 0 -15px;
}
.product-carousel .element_row .card {
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-carousel .slick-dots {
    bottom: -30px;
}
.product-carousel .slick-dots li button {
    border: 2px solid #e5e5e5;
}
.slick-dots {
    bottom: 35px;
}
.slick-dots li button {
    border: none;
    opacity: 1;
    background: #F7C6D7;
    border-radius: 50%;
}
.slick-dots li button:before {
    color: transparent;
}
.slick-dots li.slick-active button {
    background-color: #FF0000;
    border: none;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    font-size: 8px;
    line-height: 22px;
    color: #0F4CBE;
}
/* ================================================
--> Elements form style
================================================== */
.form-group {
    margin-bottom: 30px;
}
.form-control {
    height: 50px;
}
select.form-control:not([size]):not([multiple]) {
    height: unset;
}
input.form-control, textarea.form-control, select.form-control {
    border-radius: 10px;
    font-size: 14px;
    padding: 13px 20px 13px 40px;
    line-height: 24px;
    border: 1px solid #BDBBC3;
}
input.form-control ::-webkit-input-placeholder, textarea.form-control ::-webkit-input-placeholder, select.form-control ::-webkit-input-placeholder {
    color: #231B35;
}
input.form-control :-moz-placeholder, textarea.form-control :-moz-placeholder, select.form-control :-moz-placeholder {
    color: #231B35;
}
input.form-control ::-moz-placeholder, textarea.form-control ::-moz-placeholder, select.form-control ::-moz-placeholder {
    color: #231B35;
}
input.form-control :-ms-input-placeholder, textarea.form-control :-ms-input-placeholder, select.form-control :-ms-input-placeholder {
    color: #231B35;
}
input.form-control.focus, input.form-control:focus, input.form-control.active, input.form-control:active, textarea.form-control.focus, textarea.form-control:focus, textarea.form-control.active, textarea.form-control:active, select.form-control.focus, select.form-control:focus, select.form-control.active, select.form-control:active {
    border-color: #eb6265;
}
.text_input .form-group {
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .text_input .form-group {
        margin-bottom: 20px;
    }
}
.text_input .form-group label {
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    color: #222222;
    margin-top: 8px;
    text-align: left;
}
@media (min-width: 768px) {
    .text_input .form-group label {
        text-align: right;
    }
}
@media (min-width: 992px) {
    .text_input .form-group label {
        font-size: 16px;
    }
}
.form-group .helpText {
    position: absolute;
    top: 18px;
    right: 25px;
}
.countrySelect .sbHolder {
    background-color: transparent;
    border: 1px solid #BDBBC3;
    margin: 0;
    border-radius: 0;
    background: #FFF;
}
.countrySelect .sbHolder, .countrySelect .sbSelector {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px;
    border-radius: 10px;
}
.countrySelect .sbOptions {
    width: 100% !important;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    right: 0 !important;
    border-radius: 10px;
    z-index: 100;
}
.countrySelect .sbOptions a {
    color: #231B35;
    font-size: 13px;
    padding: 13px 17px;
    text-transform: uppercase;
    text-decoration: none !important;
}
.countrySelect .sbOptions a:hover {
    color: #0f4cbe;
    background-color: transparent;
}
.countrySelect .sbToggle {
    background: rgba(0, 0, 0, 0) url("/assets/plugins/selectbox/images/light-drop.png") no-repeat scroll 0 0;
    height: 6px;
    right: 10px;
    top: 22px;
    width: 9px;
}
.countrySelect .sbSelector:link, .countrySelect .sbSelector:visited, .countrySelect .sbSelector:hover {
  color: #231B35 !important;
  text-transform: uppercase;
  text-decoration: none !important;
}
.form-check {
    padding-left: 0;
}
.form-check-input {
    margin-left: 4px;
    margin-top: 6px;
    padding: 5px;
    opacity: 0;
}
.form-check-label {
    padding-left: 0;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
    cursor: default;
    color: #231B35;
}
.form-check-label a {
    font-size: 14px;
    color: #231B35;
    text-decoration: underline;
}
.form-check-label a:hover {
    font-size: 14px;
    color: #231B35;
    text-decoration: none;
}
.checkbox-custom-label.form-check-label.red, .form-check-label.red a, .form-check-label.red a:hover, .checkbox-custom-label.form-check-label .red {
    color: #CB0000;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #BDBBC3;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background: #eb6265;
    border: 0 solid #eb6265;
}
.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
    content: "\f111";
    font-size: 9px;
    font-family: 'FontAwesome';
    color: #fff;
    background: #eb6265;
    border: 0 solid #eb6265;
}
span.or {
    font-size: 15px;
    padding: 15px 0;
    display: block;
    color: #222222;
}
.checkbox-custom:checked + .checkbox-custom-label.default-checked:before,
.radio-custom:checked + .radio-custom-label.default-checked:before {
    background-color: #e5e5e5 !important;
    color: #848484 !important;
}
.checkbox-custom:checked + .checkbox-custom-label.disable-checked:before,
.radio-custom:checked + .radio-custom-label.disable-checked:before {
    background: #f2f2f2 !important;
    color: #c2c2c2 !important;
}
.input-icon {
    position: relative;
}
.input-icon .input-group-addon {
    background-color: transparent;
    border: 0 solid transparent;
    font-size: 16px;
    color: #7B7686;
    position: absolute;
    top: 1px;
    padding: 0;
    z-index: 55;
    margin: 14px 0;
    left: 27px;
}
.input-icon .verplicht {
    background-color: transparent;
    border: 0 solid transparent;
    font-size: 9px;
    color: #CB0000;
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 56;
    right: 21px;
}
.input-icon a.phonebe, .input-icon a.phonenl {
    position: absolute;
    top: 12px;
    right: 50px;
    padding: 0;
    z-index: 56;
    width: 19px;
    height: 19px;
    opacity: 0.3;
}
.input-icon a.phonenl {
    right: 24px;
}
.input-icon a.phonebe.active, .input-icon a.phonenl.active, .input-icon a.phonebe:hover, .input-icon a.phonenl:hover {
    opacity: 1;
}
.input-icon a.phonebe img, .input-icon a.phonenl img {
    width: 19px;
    height: 19px;
    border-radius: 3px;
}
.input-icon input {
    padding-left: 40px;
}
.input-icon.col-md-12 .input-group-addon {
    left: 27px;
}
.form-inline {
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-inline .input-group {
    width: 38%;
    position: relative;
}
.form-inline .uname, .form-inline .email, .form-inline .password {
    position: relative;
}
.custom-form-group-icon {
    position: relative;
}
.custom-form-group-icon input.form-control {
    height: 50px;
}
.custom-form-group-icon i {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #888;
    font-size: .81rem;
}
.appsysnaam {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.errorred {
    border: 1px solid #CB0000 !important;
}
.contact-map {
    width: 100%;
    height: 400px;
    vertical-align: top;
    border: 0;
}
.vestiging {
    border-radius: 10px;
    margin-right: 0;
    padding: 25px 28px;
}
@media (min-width: 992px) {
    .vestiging {
        margin-right: 15px;
    }
}
.vestiging p {
    padding: 6px 0 0 0;
}
.vestiging .location:before, .vestiging .fax:before {
    font-size: 20px;
    content: "\f041";
    color: #0F4CBE;
    display: inline-block;
    width: 20px;
    font-family: 'FontAwesome';
    margin-right: 2px;
    margin-left: 3px;
}
.vestiging .fax:before {
    font-size: 17px;
    content: "\f1ac";
    margin-right: 5px;
    margin-left: 0;
}
.vestiging a.mail, .vestiging a.phone {
    color: #231B35;
    text-decoration: none !important;
}
.vestiging a.mail:hover, .vestiging a.phone:hover {
    color: #231B35;
    text-decoration: underline !important;
}
.vestiging a.mail:before, .vestiging a.phone:before {
    font-size: 17px;
    content: "\f0e0";
    color: #0F4CBE;
    display: inline-block;
    width: 20px;
    font-family: 'FontAwesome';
    margin-left: 0;
    margin-right: 5px;
    text-decoration: none !important;
}
.vestiging a.phone:before {
    content: "\f095";
    margin-left: 2px;
    margin-right: 3px;
}
.vestiging p.openingsuren, .vestiging p.telefonisch {
    margin-left: 25px;
    position: relative;
}
.vestiging p.telefonisch {
    margin-top: 10px;;
}
.vestiging .telefonisch:before, .vestiging .openingsuren:before {
    position: absolute;
    top: 6px;
    left: -30px;
    font-size: 20px;
    content: "\f025";
    color: #0F4CBE;
    display: inline-block;
    font-family: 'FontAwesome';
}
.vestiging .openingsuren:before {
    content: "\f017";
}
p.text-small {
    font-size: 13px;
    line-height: 19px;
}
p.text-smaller {
    font-size: 12px;
    line-height: 17px;
}
/* JOBS */
.vestiging a.main {
  display: inline-block;
  width: 100%;
  color: #0f4cbe;
  padding: 0;
  margin-bottom: 16px;
  font-size: 18px;
  font-family: 'CoreMellow55', sans-serif;
  font-weight: 700;
  text-decoration: none !important;
}
.vestiging a.main .chevron {
  font-size: 16px;
  display: inline-block;
  margin-left: 0;
  transition: transform 0.3s ease;
}
.vestiging a.main:hover .chevron {
  transform: translateX(5px);
}
.vestiging a.sub {
  display: inline-block;
  width: 100%;
  color: #0f4cbe;
  color: #231B35;
  padding: 3px 0 4px 14px;
  line-height: 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
}
.vestiging a.sub .chevron {
  font-size: 14px;
  display: inline-block;
  margin-left: 1px;
  transition: transform 0.3s ease;
}
.vestiging a.sub:hover .chevron {
  transform: translateX(5px);
}
.vestiging a.main.active {
    background-image: url("../img/bullet_pill_pink.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 0 10px;
    padding-left: 12px;
}
.vestiging a.sub.active {
    background-image: url("../img/bullet_pill_pink.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 14px 10px;
    padding: 3px 0 4px 26px;
}
#errors {
    color: #CB0000;
}
.note-editable ul {
    margin: 0 0 18px 16px;
    padding: 0;
    display: inline-grid;
}
.note-editable ul li {
    list-style-type: unset;
}
.note-editable ol {
    margin: 0 0 18px 24px;
    padding: 0;
    display: inline-grid;
}
.note-editable ol li {
    list-style-type: unset;
}
/*JOBS NAVIGATIE*/
.jnav a.plaatszoekertje {
    display: flex;
    align-items: center;
    width: 100%;
    background: #0F4CBE;
    border-radius: 15px;
    text-align: center;
    font-family: 'CoreMellow55', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    padding-left: 60px;
    padding-right: 10px;
    min-height: 60px;
    background-image: url("../img/doc.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center left;
}
.jnav a.plaatszoekertje:hover {
    background-color: #0070CF;
}
.jnav {
    margin-right: 0;
}
@media (min-width: 992px) {
    .jnav {
        margin-right: 15px;
    }
}
/* ================================================
--> Elements Progressbar style
================================================== */
.progress {
    border-radius: 0;
}
.progress.bordered {
    height: 20px;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    padding: 0 5px;
    line-height: 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 0;
}
.progress.bordered .progress-bar {
    background-color: #eb6265;
    border-radius: 0;
    height: 10px;
}
.progressText {
    font-size: 15px;
}
.progress-bar {
    background-color: #eb6265;
    text-align: left;
    border-radius: 0;
}
.tooltip {
    position: relative;
    float: right;
}
.tooltip > .tooltip-inner {
    background-color: transparent;
    padding: 8px 15px;
    color: #848484;
    font-size: 15px;
}
.tooltip > .tooltip-inner:before {
    display: none;
}
.progress-bar-primary {
    background-color: #eb6265;
}
.progress-bar-success {
    background-color: #49c32c;
}
.progress-bar-info {
    background-color: #439fdb;
}
.progress-bar-warning {
    background-color: #eabf38;
}
.progress-bar-danger {
    background-color: #f55c5d;
}
.circle1 {
    margin-top: 30px;
    position: relative;
}
.circle1 strong {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin-top: -20px;
    color: #222222;
}
.circle1 span.text {
    display: block;
    color: #222222;
    font-size: 16px;
    margin-top: 15px;
    text-transform: uppercase;
}
/*=== 1.BANNER SLIDER ===*/
.boxed .main-slider {
    overflow: hidden;
}
@media (min-width: 768px) {
    .boxed .main-slider {
        margin-top: 15px;
    }
}
@media (min-width: 992px) {
    .boxed .main-slider {
        margin-top: 15px;
    }
}
@media (min-width: 1200px) {
    .boxed .main-slider {
        margin-top: 80px;
    }
}
@media (min-width: 768px) {
    .boxed .home_transparent-wrapper .main-slider {
        margin-top: 0;
    }
}
.main-slider.container {
    padding: 0;
}
@media (min-width: 768px) {
    .main-slider.container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.main-slider .slick-slider {
    margin-bottom: 0;
    padding: 0;
}
.main-slider .slide {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 320px) {
    .main-slider .slide {
        height: 250px;
    }
}
@media (min-width: 768px) {
    .main-slider .slide {
        height: 400px;
    }
}
@media (min-width: 992px) {
    .main-slider .slide {
        height: 600px;
    }
}
@media (min-width: 320px) {
    .main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4 {
        background-position: right center;
    }
}
@media (min-width: 992px) {
    .main-slider .slide.slide1, .main-slider .slide.slide2, .main-slider .slide.slide4 {
        background-position: center;
    }
}
@media (min-width: 320px) {
    .main-slider .slide.slide3 {
        background-position: 20% center;
    }
}
@media (min-width: 992px) {
    .main-slider .slide.slide3 {
        background-position: center;
    }
}
@media (min-width: 992px) {
    .version-3 .main-slider .slide {
        height: 690px;
    }
}
.main-slider .slide h1,
.main-slider .slide h2,
.main-slider .slide h3,
.main-slider .slide h4,
.main-slider .slide h5,
.main-slider .slide h6,
.main-slider .slide p,
.main-slider .slide .h1,
.main-slider .slide .h2,
.main-slider .slide .h3,
.main-slider .slide .h4,
.main-slider .slide .h5,
.main-slider .slide .h6 {
    display: block;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .main-slider .common-inner {
        margin-left: 30px;
    }
}
.main-slider .common-inner .h1 {
    font-family: 'CoreMellow55', sans-serif;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}
@media (min-width: 320px) {
    .main-slider .common-inner .h1 {
        font-size: 30px;
        line-height: 34px;
        margin: 0;
    }
}
@media (min-width: 768px) {
    .main-slider .common-inner .h1 {
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 10px;
    }
}
@media (min-width: 992px) {
    .main-slider .common-inner .h1 {
        font-size: 50px;
        line-height: 55px;
        margin: 0 0 10px;
    }
}
.main-slider .common-inner .h4 {
    color: #fff;
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 13px;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .main-slider .common-inner .h4 {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }
}
.main-slider .common-inner a.btn {
    text-align: center;
    background-color: #eb6265;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
}
@media (min-width: 768px) {
    .main-slider .common-inner a.btn {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px;
    }
}
@media (min-width: 320px) {
    .main-slider .common-inner .img-responsive {
        margin-bottom: 5px;
        width: 65px;
    }
}
@media (min-width: 768px) {
    .main-slider .common-inner .img-responsive {
        width: 95px;
        margin-bottom: 30px;
    }
}
@keyframes drop {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.drop {
    animation-name: drop;
    transform-origin: center;
}
/*============================================
Event Carousel with Slick Styles
=============================================*/
.event_carousel {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.event_carousel:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(50, 63, 65, 0.9);
}
.event_carousel .event_details {
    position: relative;
    padding: 30px;
}
@media (min-width: 768px) {
    .event_carousel .event_details {
        padding: 30px 20px;
    }
}
.event_carousel .event_details span {
    color: #fff;
    font-size: 17px;
    padding-bottom: 20px;
}
.event_carousel .event_details p {
    padding-top: 20px;
    color: #fff;
}
/* ================================================
--> Elements Nav style
================================================== */
ul.nav .nav-item .nav-link {
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
}
ul.nav .nav-item.active .nav-link {
    color: #eb6265;
}
ul.nav .nav-item.active .nav-link.focus {
    color: #eb6265;
}
ul.nav-tabs .nav-item .nav-link {
    border-radius: 0;
    padding: 10px 25px;
    background-color: #f5f5f5;
    margin-right: 0;
    border-bottom: 0;
}
ul.nav-tabs .nav-item .nav-link.active {
    border-top-color: #eb6265;
    border-top-width: 2px;
    background-color: #fff;
}
@media (min-width: 768px) {
    ul.nav-tabs .nav-item .nav-link {
        margin-right: 5px;
    }
}
ul.nav-tabs .nav-item:last-child .nav-link {
    margin-right: 0;
}
ul.nav-tabs.no-bg .nav-item .nav-link {
    background-color: transparent;
    border: 2px solid transparent;
}
ul.nav-tabs.no-bg .nav-item .nav-link.active {
    border-color: #eb6265;
    background-color: #eb6265;
    color: #fff;
}
ul.nav-tabs.nav-pills .nav-item .nav-link.active {
    border-color: #eb6265;
    background-color: #eb6265;
    color: #fff;
}
/* ================================================
--> Elements Navbar style
================================================== */
header {
    background-color: #fff;
}
.main-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    /*box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);*/
    z-index: 5;
}
.main-nav.header-transparent {
    box-shadow: none;
}
.main-nav.header-transparent.navbar-sticky {
    z-index: 555;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
.main-nav.navbar-sticky {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .main-nav {
        padding: 0 0 67px 0 !important;
    }
}
@media (min-width: 992px) {
    .main-nav {
        padding: 0 !important;
    }
}
.main-nav .navbar-brand {
    padding: 0;
    margin-top: -5px;
}
.main-nav .navbar-brand .logo-fill-1,
.main-nav .navbar-brand .logo-fill-2 {
    fill: #eb6265;
}
@media (min-width: 768px) {
    .main-nav .navbar-brand {
        width: auto;
        margin-top: 0;
    }
    .main-nav .navbar-brand img {
        width: auto;
        max-width: 150px;
    }
}
@media (min-width: 992px) {
    .main-nav .navbar-brand {
        overflow: visible;
    }
    .main-nav .navbar-brand img {
        width: auto;
        max-width: 100%;
    }
}
.main-nav .navbar-toggler {
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    border-radius: 0;
    position: absolute;
    left: 10px;
    top: -44px;
    margin-top: 0;
}
@media (min-width: 768px) {
    .main-nav .navbar-toggler {
        top: 12px;
    }
}
.main-nav .navbar-toggler .burger-menu {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    background: #eb6265;
    text-align: center;
    border-radius: 50%;
}
.main-nav .navbar-toggler.active, .main-nav .navbar-toggler:focus {
    outline: none;
}
.main-nav .navbar-collapse {
    /*padding: 10px 0 10px 0;*/
    padding: 10px 0 0 0;
    border-top: none;
    top: 8px;
    position: absolute;
    width: 350px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    z-index: 10000 !important;
    border-radius: 16px;
    background: #FFF;
}
@media (min-width: 768px) {
    .main-nav .navbar-collapse {
        top: 63px;
    }
}
@media (min-width: 992px) {
    .main-nav .navbar-collapse {
        top: 0;
        margin-top: 0;
        position: relative;
        box-shadow: none;
    }
}
.main-nav .collapse.show {
    overflow-y: auto;
}
.main-nav .navbar-nav {
    position: relative;
    z-index: 555;
    background: #fff;
}
.main-nav .navbar-nav:after {
    content: "";
    display: table;
    clear: both;
}
@media (min-width: 992px) {
    .main-nav .navbar-nav {
        position: static;
        background: transparent;
    }
}
.main-nav .nav-item a.nav-link {
    color: #222222;
    padding: 0;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px 15px;
}
@media (min-width: 992px) {
    .main-nav .nav-item a.nav-link {
        padding: 40px 20px;
        margin: 0;
    }
}
.main-nav .nav-item a.nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .main-nav .nav-item a.nav-link:before {
        top: 70px;
        opacity: 0;
    }
}
.main-nav .nav-item a.nav-link:hover {
    color: #eb6265;
}
.main-nav .nav-item a.nav-link:hover:before {
    opacity: 1;
}
.main-nav .nav-item a.nav-link:active {
    color: #222222;
}
.main-nav .nav-item a.nav-link:active:before {
    opacity: 0;
}
.main-nav .nav-item a.nav-link.active {
    color: #eb6265 !important;
}
.main-nav .nav-item.dropdown > a.nav-link:after {
    position: absolute;
    border: none;
    top: 5px;
    opacity: 1;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 8px;
}
@media (min-width: 768px) {
    .main-nav .nav-item.dropdown > a.nav-link:after {
        opacity: 0;
    }
}
.main-nav .nav-item.dropdown > a.nav-link:hover, .main-nav .nav-item.dropdown > a.nav-link:focus {
    color: #eb6265;
}
.element_single .main-nav .navbar-nav {
    z-index: auto;
}
.show > a.nav-link {
    color: #eb6265;
}
.show > a.nav-link:hover, .show > a.nav-link:focus {
    color: #eb6265;
}
.show > a:after {
    content: "\f106";
    font-family: fontawesome;
    padding-left: 5px;
}
.show > .dropdown-menu {
    transition: transform 0.3s, opacity 0.3s ease-in-out;
    transform: scale(1, 1);
    opacity: 1;
}
@media (min-width: 0) {
    .dropdown-menu {
        top: 100%;
        min-width: 230px;
        margin-top: 0;
        width: auto;
        padding: 0 30px 10px;
        border-radius: 0 !important;
        /*background-color: rgba(255, 255, 255, 0.1);*/
        box-shadow: none;
    }
}
@media (min-width: 992px) {
    .dropdown-menu {
        top: 100%;
        min-width: 230px;
        margin-top: 0;
        width: auto;
        padding: 0 30px 10px;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }
    .dropdown-menu.dd_second {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2) !important;
    }
}
.dropdown-menu a {
    padding: 10px 0 10px 14px;
    display: block;
    color: #231B35;
    font-size: 14px;
}
.dropdown-menu a.active {
    color: #eb6265;
    font-weight: bold;
}
@media (min-width: 768px) {
    .dropdown-menu a:hover {
        color: #eb6265;
    }
}
@media (min-width: 992px) {
    .dropdown-menu {
        transform-origin: top;
        animation-fill-mode: forwards;
        transform: scale(1, 0);
        background-color: #fff;
        margin-top: 0;
        padding: 20px;
        display: block;
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s ease-in-out;
    }
}
.dropdown-menu li {
    padding: 0;
    background-image: url("../img/bullet_pill.png");
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 0 18px;
}
.dropdown-menu.dd_first li.drop_single{
    background-position: 0 9px;
}
@media (min-width: 768px) {
    .dropdown-menu.dd_first li.drop_single {
        background-position: 0 18px;
    }
}
.dropdown-menu li:last-child {
    border-bottom: 0;
}
.dropdown-menu li.dropdown > a:after {
    position: absolute;
    border: none;
    top: 14px;
    right: 10px;
    opacity: 1;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 768px) {
    .dropdown-menu li.dropdown > a:after {
        content: "\f105";
    }
}
.dropdown-menu li.dropdown .dd_second {
    border: none;
    margin-top: 0;
    margin-left: 0;
    box-shadow: none;
    border-left: 0 solid transparent;
    border-top: 0 solid transparent;
    background: transparent;
}
@media (min-width: 768px) {
    .dropdown-menu li.dropdown .dd_second {
        top: 0 !important;
        left: -100% !important;
        margin-top: -23px;
        box-shadow: none;
        border-right: 0 solid transparent;
        border-top: 3px solid transparent;
        margin-left: -50px;
        background: #fff;
    }
}
@media (min-width: 992px) {
    .dropdown-menu li.dropdown .dd_second {
        top: 0 !important;
        left: 100% !important;
        margin-top: -17px;
        box-shadow: none;
        border-right: 0 solid transparent;
        border-top: 3px solid transparent;
        margin-left: 20px;
        background: #fff;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu li.dropdown .dd_second {
        top: 0 !important;
        left: 100% !important;
        margin-top: -17px;
        margin-left: 20px;
        box-shadow: none;
        border-left: 10px solid transparent;
        border-top: 3px solid transparent;
        background: #fff;
    }
}
.dropdown-menu li.dropdown.show > a:after {
    content: "\f106";
}
@media (min-width: 768px) {
    .dropdown-menu li.dropdown.show > a:after {
        content: "\f104";
    }
}
.dropdown-menu li.dropdown.show > .dropdown-menu {
    transition: transform 0.3s, opacity 0.3s ease-in-out;
    transform: scale(1, 1);
    opacity: 1;
    display: block;
}
.boxed .main-nav .nav-item a.nav-link {
    color: #0f4cbe;
    padding: 0;
    font-size: 17px;
    position: relative;
    font-weight: 500;
    text-transform: none;
    display: block;
}
.boxed .main-nav .nav-item a.nav-link.twee {
    padding: 0;
    margin-right: 10px;
    margin-left: 14px;
    font-size: 14px;
    color: #231B35;
    font-weight: 400;
    width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .boxed .main-nav .nav-item a.nav-link {
        padding: 20px 15px 20px 5px;
        font-size: 15px;
        margin-right: 4px;
        letter-spacing: -0.5px;
    }
    .boxed .main-nav .nav-item a.nav-link.twee {
        padding: 10px 15px 10px 14px;
        font-size: 15px;
        margin-left: 0;
        margin-right: 10px;
        color: #231B35;
        font-weight: 400;
    }
}
@media (min-width: 1200px) {
    .boxed .main-nav .nav-item a.nav-link {
        padding: 20px 15px 20px 10px;
        font-size: 15px;
        margin-left: 0;
        margin-right: 10px;
    }
    .boxed .main-nav .nav-item a.nav-link.twee {
        padding: 10px 15px 10px 0;
        font-size: 14px;
        margin-right: 10px;
        color: #231B35;
        font-weight: 400;
    }
}
.boxed .main-nav .nav-item a.nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
@media (min-width: 768px) {
    .boxed .main-nav .nav-item a.nav-link:before {
        top: 70px;
    }
}
.boxed .main-nav .nav-item a.nav-link:hover:before {
    opacity: 0;
}
.boxed .main-nav .nav-item a.nav-link:active:before {
    opacity: 0;
}
.boxed .main-nav .nav-item a.nav-link.btn-search:hover:before {
    display: none;
}
.boxed .main-nav .nav-item a.nav-link.active a.nav-link {
    color: #eb6265;
}
.boxed .main-nav .nav-item a.nav-link.active a.nav-link:before {
    opacity: 1;
}
.boxed .main-nav .nav-item.dropdown > a:after {
    position: absolute;
    border: none;
    top: 5px;
    opacity: 1;
    content: "\f107";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    right: 8px;
}
@media (min-width: 0) {
    .boxed .main-nav .nav-item.dropdown > a:after {
        top: 4px;
    }
}
@media (min-width: 768px) {
    .boxed .main-nav .nav-item.dropdown > a:after {
        opacity: 1;
        right: 0;
    }
}
@media (min-width: 992px) {
    .boxed .main-nav .nav-item.dropdown > a:after {
        top: 24px;
    }
    .boxed .main-nav .nav-item.dropdown > a.twee:after {
        top: 14px;
        right: 15px;
    }
}
@media (min-width: 992px) {
    .boxed .main-nav .nav-item.dropdown .dropdown-menu {
        padding-top: 14px;
        padding-bottom: 14px;
        border-radius: 10px !important;
    }
}
.boxed .main-nav .nav-item.active a.nav-link {
    color: #0f4cbe;
    font-weight: 700;
}
.boxed .main-nav .nav-item.active a.nav-link.twee {
    color: #231B35;
    font-weight: 400;
}
.boxed .main-nav .nav-item.active a.nav-link.twee.active {
    color: #0f4cbe;
    font-weight: 700;
}
.boxed .main-nav .nav-item.show > a {
    color: #0f4cbe;
}
.boxed .main-nav .nav-item.show > a:after {
    content: "\f106";
}
.boxed .main-nav .nav-item.show > .dropdown-menu {
    transition: transform 0.3s, opacity 0.3s ease-in-out;
    transform: scale(1, 1);
    opacity: 1;
    border-radius: 14px;
}
.boxed .main-nav .nav-item .btn-search {
    top: 0;
    right: 0;
}
.boxed .main-nav .nav-item .btn-search:hover:before, .boxed .main-nav .nav-item .btn-search.active:before, .boxed .main-nav .nav-item .btn-search:focus:before {
    border: 0 !important;
    opacity: 0 !important;
}
.boxed .main-nav .nav-item .btn-search.nav-link {
    display: none;
}
@media (min-width: 768px) {
    .boxed .main-nav .nav-item .btn-search.nav-link {
        display: block;
    }
}
@media (min-width: 768px) {
    .logo-center .navbar-brand {
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        margin: auto;
        margin-left: -30px;
    }
}
@media (min-width: 768px) and (min-width: 768px) {
    .logo-center .navbar-brand {
        width: 150px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -60px;
    }
}
@media (min-width: 768px) and (min-width: 992px) {
    .logo-center .navbar-brand {
        margin-left: -70px;
    }
}
.header-transparent.white {
    color: #000;
}
@media (min-width: 768px) {
    .header-transparent {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#00000000', GradientType=0);
        position: absolute;
        z-index: 55;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
    }
    .header-transparent.white {
        background: #fff;
    }
}
@media (min-width: 768px) {
    .header-transparent .navbar-brand {
        position: absolute;
        text-align: center;
        margin: auto;
        left: 44%;
        margin-left: 0;
        z-index: 10;
        margin-top: -23px;
        transform: translateX(-50%);
    }
    .header-transparent .navbar-brand img {
        max-width: 130px;
    }
}
@media (min-width: 992px) {
    .header-transparent .navbar-brand {
        left: 48%;
    }
    .header-transparent .navbar-brand img {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .header-transparent .navbar-brand {
        left: 50%;
    }
}
.header-transparent .navbar-nav.mlr-auto {
    margin: 0 auto;
}
@media (min-width: 768px) {
    .header-transparent .navbar-nav.mlr-auto {
        margin-left: 30px;
    }
}
@media (min-width: 992px) {
    .header-transparent .navbar-nav.mlr-auto {
        margin: 0 auto;
    }
}
.header-transparent .nav-item a.nav-link {
    color: #222;
}
@media (min-width: 768px) {
    .header-transparent .nav-item a.nav-link {
        color: #fff;
    }
}
.header-transparent.navbar-sticky {
    position: fixed;
    background: transparent;
}
.header-transparent.navbar-sticky.bg-white {
    background-color: #fff;
}
.header-transparent.white a.nav-link {
    color: #000;
}
.header-transparent.white .megaDropMenu .dropdown-menu {
    top: 120%;
    z-index: 9999;
}
.header-transparent .dropdown-menu a {
    color: #848484;
}
@media (min-width: 768px) {
    .bg-dark a.nav-link {
        color: #fff !important;
    }
}
.display-single_element .main-nav {
    box-shadow: none;
}
.display-single_element .main-nav .nav-item a.nav-link {
    color: #222222;
}
.display-single_element .main-nav .navbar-collapse {
    margin-top: 20px;
    height: 200px;
}
@media (min-width: 768px) {
    .display-single_element .main-nav .navbar-collapse {
        margin-top: 0;
        height: auto;
    }
}
.display-single_element .main-nav .navbar-collapse .navbar-nav {
    background-color: #fff;
}
@media (min-width: 768px) {
    .display-single_element .main-nav .navbar-collapse .navbar-nav {
        background-color: transparent;
    }
}
.display-single_element .main-nav .dropdown-menu a {
    color: #222222;
}
.display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
    top: 20px;
}
@media (min-width: 768px) {
    .display-single_element .main-nav .navbar-toggler, .display-single_element .main-nav .nav-cart {
        top: 0;
    }
}
.display-single_element .main-nav .navbar-brand {
    margin-left: -15px;
}
@media (min-width: 768px) {
    .display-single_element .main-nav .navbar-brand {
        margin-left: unset;
    }
}
.display-single_element .nav-wrapper {
    padding: 0 15px;
}
.display-single_element .nav-item.first-child a.nav-link {
    padding-left: 10px;
}
/* ================================================
--> Elements pagination style
================================================== */
.page-item a.page-link {
    border-radius: 0 !important;
    margin-right: 10px;
    color: #222222;
    font-size: 17px;
    height: 45px;
    width: 45px;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dadada;
}
.page-item.active a.page-link, .page-item:hover a.page-link {
    background-color: #eb6265;
    border: 1px solid #eb6265;
    color: #fff;
}
.page-item:last-child a.page-link {
    margin-right: 0;
}
/* ================================================
--> Elements pagination style
================================================== */
.page-item a.page-link {
    /*border-radius: 0 !important;*/
    margin-right: 10px;
    color: #0F4CBE;
    font-size: 15px;
    height: 40px;
    width: 40px;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dadada;
    border-radius: 15px !important;
}
.page-item.active a.page-link, .page-item:hover a.page-link {
    background-color: #eb6265;
    border: 1px solid #eb6265;
    color: #fff;
}
.page-item:last-child a.page-link {
    margin-right: 0;
}
/*==============================================
--> Contact section
================================================*/
.contact .contact_item-container {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding-bottom: 80px;
    padding-top: 80px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    position: relative;
    margin-bottom: -140px;
}
@media (min-width: 768px) {
    .contact .contact_item-container {
        padding-left: 70px;
        padding-right: 70px;
    }
}
.contact .contact_left, .contact .contact_middle {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .contact .contact_left, .contact .contact_middle {
        margin-left: 70px;
        margin-bottom: 0;
        margin-right: 0;
    }
}
.contact .contact_right {
    margin-left: 25px;
    margin-right: 25px;
}
@media (min-width: 768px) {
    .contact .contact_right {
        margin-left: 0;
        margin-right: 0;
    }
}
.contact h3 {
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 15px;
}
.contact li {
    font-size: 15px;
    line-height: 26px;
}
@media (min-width: 768px) {
    .contact li {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .contact li {
        font-size: 15px;
    }
}
/*CUSTOM CSS*/
.block-home {
    background-image: url("../img/bg_home.webp");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top left;
    min-height: 554px;
    color: #FFF !important;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.block-home h1, .block-home h2, .block-home h3, .block-home h4, .block-home h5, .block-home h6, .block-home p, .block-home a {
    color: #FFF;
}
.block-home a {
    text-decoration: underline;
}
.block-home a:hover {
    color: #FFF;
    text-decoration: none;
}
.block-home .img-fluid {
    border-radius: 15px;
}
@media (max-width: 991.98px) {
    .block-home {
        background-size: cover;
        background-position: top left;
        display: block;
    }
}
.block-text-image p, .block-text-image a {
    color: #0F4CBE;
}
.block-text-image a {
    text-decoration: underline;
}
.block-text-image a:hover {
    text-decoration: none;
}
.block-text-image a.appsysbtn {
    color: #FFE5D6;
}
.block-text-image ul, .block-text-image ol {
    color: #0F4CBE;
}
/********EVENTS HOME********/
.block-events-home {
    background: #FFE6D6;
}
.block-events-home h4 {
    line-height: 1;
}
.block-events-home .card-link {
    text-decoration: none;
    display: block;
}
.block-events-home .cardbig {
    background: #FFF;
    border-radius: 15px 15px 15px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    height: 528px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.block-events-home.bg-white .cardbig {
    background: #FFE6D6;
}
.block-events-home .cardbig.noheight {
    height: auto;
    padding-bottom: 40px;
}
@media (min-width: 0) {
    .block-events-home .cardbig {
        height: auto;
        padding-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .block-events-home .cardbig {
        height: 536px;
        padding-bottom: unset;
    }
}
@media (min-width: 992px) {
    .block-events-home .cardbig {
        height: 530px;
    }
}
@media (min-width: 1200px) {
    .block-events-home .cardbig {
        height: 528px;
    }
}
.block-events-home .cardbig:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.block-events-home .cardbig .background {
    border-radius: 15px 15px 0 0;
    height: 254px;
    width: 100%;
    background-image: url("../img/bg_help.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.block-events-home .cardbig .date {
    width: 31%;
    background: #0F4CBE;
    border-radius: 0 40px 40px 0;
    padding: 22px 0 25px 0;
    margin-top: -34px;
    color: #FFE5D6;
    font-size: 26px;
    font-family: 'CoreMellow55', sans-serif;
    font-weight: 400;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-events-home .cardbig .date2 {
    width: 31%;
    background: #0F4CBE;
    border-radius: 0 40px 40px 0;
    padding: 22px 0 14px 0;
    margin-top: -40px;
    color: #FFE5D6;
    font-size: 26px;
    font-family: 'CoreMellow55', sans-serif;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.block-events-home .cardbig .date2 .datum {
    width: 100%;
    color: #FFE5D6;
    font-size: 26px;
    font-family: 'CoreMellow55', sans-serif;
    font-weight: 400;
    text-align: center;

}
.block-events-home .cardbig .date2 .tijd {
    width: 100%;
    color: #FFE5D6;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-align: center;

}
.block-events-home .cardbig .text {
    width: 100%;
    padding: 20px 22px 0 22px;
}
.block-events-home .card {
    background: #FFF;
    border-radius: 0 15px 15px 15px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    height: 260px;
}
.block-events-home.bg-white .card {
    background: #FFE6D6;
}
@media (min-width: 0) {
    .block-events-home .card {
        height: auto;
        padding-bottom: 30px;
    }
    .block-events-home .card .date {
        width: 31%;
        background: #0F4CBE;
        border-radius: 0 40px 40px 0;
        padding: 22px 0 25px 0;
        color: #FFE5D6;
        font-size: 26px;
        font-family: 'CoreMellow55', sans-serif;
        font-weight: 400;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-events-home .card .text {
        width: 69%;
        padding: 20px 15px 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
}
@media (min-width: 768px) {
    .block-events-home .card {
        height: 260px;
        padding-bottom: unset;
    }
}
@media (min-width: 768px) {
    .block-events-home .card.noheight {
        height: auto;
        padding-bottom: 30px;
    }
}
@media (min-width: 992px) {
    .block-events-home .card {
        height: 260px;
    }
    .block-events-home .card.noheight {
        height: 260px;
        padding-bottom: unset;
    }
}
@media (min-width: 1200px) {
    .block-events-home .card {
        height: 260px;
    }
}
.block-events-home .card:hover {
    transform: translateY(-3px); /* Slight lift on hover */
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2); /* Subtle shadow */
}
.block-events-home .card .text p {
    padding-bottom: 5px;
}
.block-events-home .card .text .link, .block-events-home .cardbig .text .link {
    color: #0F4CBE;
    text-decoration: underline;
}
.block-events-home .card .text .link:hover, .block-events-home .cardbig .text .link:hover {
    text-decoration: none;
}
/* Add hover effect to .goto when .card-link is hovered */
.block-events-home .card-link:hover .link {
    text-decoration: none;
}
.block-events-home .card-link:hover .card {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
/********ZOEKERTJES HOME********/
.block-zoekertjes-home {
    background: #FE9263;
}
.block-zoekertjes-home .card-link {
    text-decoration: none;
    display: block;
}
.block-zoekertjes-home .card {
    background: #FFF;
    border-radius: 15px;
    padding: 0 15px 20px 15px;
    margin: 5px 0 0 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
}
.block-zoekertjes-home.bg-white .card {
    background: #ffe5d6;
}
.block-zoekertjes-home .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.block-zoekertjes-home .card .text {
    width: 100%;
    padding: 20px 15px 0 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.block-zoekertjes-home .card .text p {
    padding-bottom: 5px;
}
.block-zoekertjes-home .card .text p i {
    display: inline-block;
    font-size: 22px;
    margin-top: -4px;
    padding-right: 6px;
    color: #0F4CBE;
    vertical-align: middle;
}
.block-zoekertjes-home .card .text p i:not(:first-of-type) {
    padding-left: 16px;
}
.block-zoekertjes-home .card .text .link {
    color: #0F4CBE;
    text-decoration: underline;
}
.block-zoekertjes-home .card .text .link:hover {
    text-decoration: none;
}
.block-zoekertjes-home .card-link:hover .link {
    text-decoration: none;
}
.block-zoekertjes-home .card-link:hover .card {
    background-color: #FFF;
    transform: translateY(-3px);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.block-zoekertjes-home.bg-white .card-link:hover .card {
    background: #ffe5d6;
}
.block-zoekertjes-home a.bekijkzoekertjes, .block-zoekertjes-home a.plaatszoekertje {
    display: flex;
    align-items: center;
    width: 100%;
    background: #0F4CBE;
    border-radius: 15px;
    text-align: center;
    font-family: 'CoreMellow55', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    padding-left: 60px;
    padding-right: 10px;
    min-height: 60px;
}
.block-zoekertjes-home a.bekijkzoekertjes:hover, .block-zoekertjes-home a.plaatszoekertje:hover {
    background-color: #0070CF;
}
.block-zoekertjes-home a.bekijkzoekertjes {
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center left;
}
.block-zoekertjes-home a.plaatszoekertje {
    background-image: url("../img/doc.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center left;
}
@media (min-width: 0) {
    .block-zoekertjes-home .slick-dots {
        bottom: -50px;
        margin-left: 0;
        margin-bottom: 15px;
    }
    .block-zoekertjes-home .card {
        height: auto;
        margin-left: 0;
    }
    .block-events-home .card .date {
        width: 31%;
        background: #0F4CBE;
        border-radius: 0 40px 40px 0;
        padding: 22px 0 25px 0;
        color: #FFE5D6;
        font-size: 26px;
        font-family: 'CoreMellow55', sans-serif;
        font-weight: 400;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-events-home .card .text {
        width: 69%;
        padding: 20px 15px 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
}
@media (min-width: 768px) {
    .block-zoekertjes-home .slick-dots {
        bottom: -40px;
        margin-left: 15px;
        margin-bottom: 0;
    }
    .block-zoekertjes-home .card {
        margin-left: 30px;
        height: 380px;
    }
    .block-zoekertjes-home #vacaturesonhome {
        margin-left: -30px;
    }
    .block-zoekertjes-home a.bekijkzoekertjes {
        margin-bottom: 5px;
        margin-top: 5px;
        font-size: 14px;
    }
    .block-zoekertjes-home a.plaatszoekertje {
        margin-top: 5px;
        font-size: 14px;
    }
    .vacaturesonhome.twee a.plaatszoekertje {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .block-events-home .card .date {
        width: 20%;
        background: #0F4CBE;
        border-radius: 0 40px 40px 0;
        padding: 22px 0 25px 0;
        color: #FFE5D6;
        font-size: 16px;
        font-family: 'CoreMellow55', sans-serif;
        font-weight: 400;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .block-events-home .card .text {
        width: 80%;
        padding: 20px 15px 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }
}
@media (min-width: 992px) {
    .block-zoekertjes-home .card {
        height: 340px;
    }
    .block-zoekertjes-home a.plaatszoekertje {
        margin-top: 8px;
        margin-bottom: 29px;
    }
    .block-zoekertjes-home a.plaatszoekertje.een, .block-zoekertjes-home a.plaatszoekertje.twee {
        margin-top: 5px;
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .block-zoekertjes-home .card {
        height: 300px;
    }
    .block-zoekertjes-home a.bekijkzoekertjes, .block-zoekertjes-home a.plaatszoekertje {
        font-size: 15px;
    }
    .block-zoekertjes-home a.plaatszoekertje {
        margin-bottom: 29px;
    }
}
.block-zoekertjes-home p.uren, .block-zoekertjes-home p.marker {
    padding-left: 24px;
    font-size: 13px;
    line-height: 20px;
    position: relative;
}
.block-zoekertjes-home p.uren:before {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    content: "\f017";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.block-zoekertjes-home p.marker:before {
    position: absolute;
    top: -1px;
    left: 3px;
    font-size: 20px;
    content: "\f041";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.block-wordlid-home {
    background: #FE9263;
}
.block-wordlid-home .card {
    padding: 0 0;
    width: 100%;
    border: none;
    background: none;
}
.block-wordlid-home .card .text {
    border-radius: 15px 0 0 15px;
    background: #0F4CBE;
}
.block-wordlid-home .card .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 80px 80px 0;
}
@media (max-width: 575.98px) {
    .block-wordlid-home .card .background {
        border-radius: 0;
    }
}
.block-wordlid-home a.appsysbtn {
    margin-top: 10px;
    margin-right: 10px;
}
.block-indekijker-home {
    background: #ea709b;
}
.block-indekijker-home .row {
    display: flex;
    align-items: center;
}
.block-indekijker-home h3 {
    display: flex;
    align-items: center;
}
.block-indekijker-home .card-link {
    text-decoration: none;
    display: block;
}
.block-indekijker-home .slidewrapper {
    position: relative;
}
.block-indekijker-home .slidewrapper .card {
    display: block;
    background: #FFF;
    border-radius: 15px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}
.block-indekijker-home.bg-white .slidewrapper .card {
    background: #ea709b;
}
.block-indekijker-home .slidewrapper .card h4 {
    color: #ea709b;
}
.block-indekijker-home.bg-white .slidewrapper .card h4 {
    color: #0F4CBE;
}
.block-indekijker-home.bg-white .slidewrapper .card p {
    color: #FFF;
}
.block-indekijker-home .slidewrapper .images {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 15px;
    transition: transform 0.3s ease;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.block-indekijker-home .slidewrapper .images:hover {
    transform: translateX(5px);
}
.block-indekijker-home .slidewrapper .card:hover {
    transform: translateX(-5px);
}
.block-indekijker-home .slidewrapper .link {
    color: #0F4CBE;
    text-decoration: underline;
}
.block-indekijker-home.bg-white .slidewrapper .link {
    color: #FFF;
}
.block-indekijker-home .slidewrapper .link:hover, .block-indekijker-home .slidewrapper .card-link:hover .link {
    text-decoration: none;
}
.block-indekijker-home .slick-dots {
    bottom: unset;
}
@media (min-width: 0) {
    .block-indekijker-home .slidewrapper .card {
        margin-left: 20%;
        padding: 25px 15px 25px 25%;
        height: 440px;
    }
    .block-indekijker-home .slidewrapper .images {
        top: 30px;
        height: 380px;
        width: 41%;
    }
}
@media (min-width: 768px) {
    .block-indekijker-home .slidewrapper .card {
        margin-left: 20%;
        padding: 30px 15px 30px 30%;
        height: 340px;
    }
    .block-indekijker-home .slidewrapper .images {
        top: 36px;
        height: 268px;
        width: 46%;
    }
}
@media (min-width: 992px) {
    .block-indekijker-home .slidewrapper .card {
        margin-left: 20%;
        padding: 30px 15px 30px 30%;
        height: 310px;
    }
    .block-indekijker-home .slidewrapper .images {
        top: 36px;
        height: 238px;
        width: 46%;
    }
}
@media (min-width: 1200px) {
    .block-indekijker-home .slidewrapper .card {
        margin-left: 25%;
        padding: 30px 15px 30px 30%;
        height: 310px;
    }
    .block-indekijker-home .slidewrapper .images {
        top: 32px;
        height: 246px;
        width: 51%;
    }
}
/*onze waarden*/
.waardencard {
    width: 100%;
    background: #FFF;
    text-align: center;
    color: #0F4CBE;
    padding: 20px 16px 36px 16px;
    margin-bottom: 25px;
    border-radius: 100px;
}
.waardencard a {
    color: #0F4CBE;
    text-decoration: underline;
}
.waardencard a:hover {
    text-decoration: none;
}
.waardencard img {
    height: 98px;
}
.waardencard p {
    color: #0F4CBE;
    font-weight: 600;
}
@media (min-width: 0) {
    .waardencard {
        border-radius: 100px;
        padding: 20px 25px 36px 25px;
    }
}
@media (min-width: 768px) {
    .waardencard {
        border-radius: 200px !important;
        padding: 30px 50px 40px 50px;
    }
}
@media (min-width: 992px) {
    .waardencard {
        border-radius: 100px;
        background: #FFF;
        padding: 20px 16px 36px 16px;
    }
}
@media (min-width: 1200px) {
    .waardencard {
        border-radius: 100px;
    }
}
/*image-background*/
.rotated-container {
    width: 130%;
    height: 600px;
    border-radius: 250px;
    z-index: 4;
    overflow: hidden;
    transform: rotate(10deg);
    margin-left: 0%;
}
@media (min-width: 0) {
    .rotated-container {
        margin-left: -20%;
    }
}
@media (min-width: 768px) {
    .rotated-container {
        margin-left: 0%;
    }
}
.afdelingen {
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 140px;
}
.afdelingen .rounded-corners {
    border-radius: 15px;
    margin: 120px 0 15px 0;
    padding: 0 0 20px 0;
}
.afdelingen .rounded-corners p {
    color: #0F4CBE;
}
.afdelingen .rounded-corners a {
    color: #0F4CBE;
    text-decoration: underline;
}
.afdelingen .rounded-corners a:hover, .afdelingen .rounded-corners a:focus {
    text-decoration: none;
}
@media (min-width: 578px) {
    .afdelingen .rounded-corners {
        margin: 180px 15px 15px 15px;
    }
}
@media (min-width: 768px) {
    .afdelingen .rounded-corners {
        margin: 200px 15px 15px 15px;
    }
}
@media (min-width: 992px) {
    .afdelingen .rounded-corners {
        margin: 230px 15px 15px 15px;
        padding: 0 0 0 0;
    }
}
.afdelingen .wordlid {
    border-radius: 15px;
    margin: 50px 0 15px 0;
    padding: 0 0 0 0;
}
.afdelingen .wordlid h4 {
    color: #FFE5D6;
    text-transform: uppercase;
}
@media (min-width: 578px) {
    .afdelingen .wordlid {
        margin: 50px 15px 15px 15px;
    }
}
.afdelingen ul, .afdelingen ol {
    color: #0F4CBE;
}
/*nieuws overview*/
a.tagbtn {
    background-color: #5782D2;
    color: #FFE5D6;
    border: none;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    margin-right: 5px;
    margin-bottom: 10px;
}
a.tagbtn:hover, a.tagbtn:focus, a.tagbtn.active {
    background-color: #0f4cbe;
    color: #FFE5D6;
}
/*Nieuws overview*/
.block-nieuws .card-link {
    text-decoration: none;
    display: block;
}
.block-nieuws .card {
    border-radius: 15px 15px 15px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #FFE6D6;
}
.block-nieuws .card .imgholder {
    position: relative;
    display: block;
    background: #FFF;
    border-radius: 15px 15px 0 0;
}
.block-nieuws .card img {
    width: 100%;
    display: block;
    border-radius: 15px 15px 0 0;
}
.block-nieuws .card .imgholder .date {
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 110px;
    background: #0F4CBE;
    border-radius: 0 40px 40px 0;
    padding: 13px 0 16px 0;
    color: #FFE5D6;
    font-size: 16px;
    font-family: 'CoreMellow55', sans-serif;
    font-weight: 400;
    text-align: center;
}
.block-nieuws .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.block-nieuws .card .text {
    padding: 50px 20px 30px 20px;
}
.block-nieuws .card .text .link {
    text-decoration: underline;
    color: #0F4CBE;
}
.block-nieuws .card .text .link:hover {
    text-decoration: none !important;
}
.block-nieuws .card-link:hover .card {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.block-nieuws .card-link:hover .link {
    text-decoration: none;
}
.block-nieuws.bg-grey {
    background-color: #FAFBFE;
}
/*nieuws detail*/
a.backtooverview {
    color: #231B35;
    text-decoration: underline;
}
a.backtooverview:hover {
    text-decoration: none;
    color: #231B35;
}
a.tagbtndetail {
    background-color: #5782D2;
    color: #FFE5D6;
    border: none;
    border-radius: 40px;
    padding: 8px 14px;
    font-size: 10px;
    line-height: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none !important;
    margin-right: 0;
    margin-bottom: 0;
}
a.tagbtndetail:hover, a.tagbtndetail:focus {
    background-color: #0f4cbe;
    color: #FFE5D6;
}
/*paging*/
a.paging {
    display: inline-block;
    border-radius: 10px !important;
    margin-right: 5px;
    color: #0F4CBE;
    font-size: 15px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #dadada;
}
a.paging.active, a.paging:hover {
    background-color: #0F4CBE;
    border: 1px solid #0F4CBE;
    color: #fff;
}
a.paging:last-child {
    margin-right: 0;
}
/*block zoekertjes*/
p.filteropties{
    margin-top: -20px;
    font-size: 13px;
}
p.filteropties a{
    text-decoration: underline;
    font-size: 13px;
    position: relative;
    padding-left: 15px;
}
p.filteropties a:before{
    position: absolute;
    top: -2px;
    left: 0;
    font-size: 12px;
    content: "\f0e2";
    color: #ea709b;
    font-family: 'FontAwesome';
}
p.filteropties a:hover{
    text-decoration: none;
}
.block-zoekertjes .card-link {
    float: left;
    text-decoration: none;
    display: block;
    width: 100%;
    margin: 0 0 20px 0;
}
.block-zoekertjes .card {
    border-radius: 15px 15px 15px 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #FFE6D6;
    padding: 15px 20px 10px 20px;
}
.block-zoekertjes .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.block-zoekertjes .card .text .marker, .block-zoekertjes .card .text .uren {
    float: left;
    font-size:12px;
    line-height: 18px;
    color: #231B35;
    text-transform: uppercase;
}
.block-zoekertjes .card .text .marker{
    width: 100%;
    padding-left: 28px;
    padding-right: 15px;
    position: relative;
}
.block-zoekertjes .card .text .marker:before {
    position: absolute;
    top: 3px;
    left: 4px;
    font-size: 22px;
    content: "\f041";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.block-zoekertjes .card .text .uren {
    width: 100%;
    text-align: left;
}
@media (min-width: 992px) {
    .block-zoekertjes .card .text .marker {
        padding-left: 24px;
        width: 65%;
    }
    .block-zoekertjes .card .text .marker:before {
        left: 0;
    }
    .block-zoekertjes .card .text .uren {
        width: 35%;
        text-align: right;
    }
}
.block-zoekertjes .card .text .uren i {
    display: inline-block;
    font-size: 22px;
    margin-top: -4px;
    padding-right: 6px;
    color: #0F4CBE;
    vertical-align: middle;
}
.block-zoekertjes .card hr {
    border: none;
    height: 1px;
    background-color: white;
    margin: 10px 0;
}
.block-zoekertjes .card .textomschrijving {
    float: left;
    width: 100%;
    padding-right: 40px;
    position: relative;
}
.block-zoekertjes .card .textomschrijving:before {
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 22px;
    content: "\f054";
    color: #0F4CBE;
    font-family: 'FontAwesome';
    transition: transform 0.3s ease;
}
.block-zoekertjes .card:hover .textomschrijving:before{
    transform: translateX(7px);
}
.block-zoekertjes .card-link:hover .card {
    transform: translateY(-3px);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
}
.zoekertjesdetail {
    border-radius: 10px;
    margin-right: 0;
    padding: 25px 28px;
    display: inline-block;
    width: 100%;
}
.zoekertjesdetail .uren {
    float: left;
    width: 100%;
    font-size:13px;
    text-transform: uppercase;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
    border-bottom: 1px solid #FFF;
}
.zoekertjesdetail .uren:before {
    position: absolute;
    top: 3px;
    left: 2px;
    font-size: 22px;
    content: "\f017";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.zoekertjesdetail .marker {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
}
.zoekertjesdetail .marker:before {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 22px;
    content: "\f041";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.zoekertjesdetail .apotheek {
    float: left;
    width: 100%;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
    border-bottom: 1px solid #FFF;
}
.zoekertjesdetail .apotheek:before {
    position: absolute;
    top: 5px;
    left: 4px;
    font-size: 18px;
    content: "\f067";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.zoekertjesdetail .contactpersoon {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
}
.zoekertjesdetail .contactpersoon:before {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 19px;
    content: "\f007";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.zoekertjesdetail a.email, .zoekertjesdetail a.tel, .zoekertjesdetail a.gsm {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 3px 0 3px 28px;
    margin-bottom: 4px;
    text-decoration: none !important;
    position: relative;
}
.zoekertjesdetail a.email:before, .zoekertjesdetail a.tel:before, .zoekertjesdetail a.gsm:before {
    position: absolute;
    top: 3px;
    font-size: 17px;
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.zoekertjesdetail a.email:before {
    left: 4px;
    content: "\f0e0";
    font-size: 16px;
}
.zoekertjesdetail a.tel:before {
    left: 6px;
    content: "\f095";
}
.zoekertjesdetail a.gsm:before {
    left: 7px;
    font-size: 26px;
    content: "\f10b";
}
.zoekertjesdetail a.email:hover, .zoekertjesdetail a.tel:hover, .zoekertjesdetail a.gsm:hover  {
    text-decoration: underline !important;
}
a.plaatszoekertjedetail {
    display: flex;
    align-items: center;
    width: 100%;
    background: #0F4CBE;
    border-radius: 15px;
    text-align: center;
    font-family: 'CoreMellow55', sans-serif;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    text-align: left;
    padding-left: 60px;
    padding-right: 10px;
    min-height: 60px;
    background-image: url("../img/doc.png");
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center left;
    text-decoration: none !important;
}
a.plaatszoekertjedetail:hover {
    background-color: #0070CF;
    color: #FFF;
}
/*block agenda*/
.eventdetail {
    border-radius: 10px;
    margin-right: 0;
    padding: 25px 28px;
    display: inline-block;
    width: 100%;
}
.eventdetail .type {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
    border-bottom: 1px solid #FFF;
}
.eventdetail .type:before {
    position: absolute;
    top: 5px;
    left: 2px;
    font-size: 18px;
    content: "\f0b1";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.eventdetail .uren,.eventdetail .urenb {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
    border-bottom: 1px solid #FFF;
}
.eventdetail .urenb {
    border-bottom: none;
}
.eventdetail .uren:before,.eventdetail .urenb:before {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 22px;
    content: "\f017";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.eventdetail .urenb:before {
    left: 1px;
}
.eventdetail .marker,.eventdetail .markerb {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
}
.eventdetail .markerb {
    border-bottom: 1px solid #FFF;
}
.eventdetail .markerb:last-of-type {
    border-bottom: none;
}
.eventdetail .marker:before,.eventdetail .markerb:before {
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 22px;
    content: "\f041";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.eventdetail .markerb:before {
    left: 4px;
}
.eventdetail .sessie {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 0;
    position: relative;
}
.eventdetail .doelgroep {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
}
.eventdetail .doelgroep:before {
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 18px;
    content: "\f007";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.eventdetail .prijs {
    float: left;
    width: 100%;
    font-size:13px;
    line-height: 20px;
    color: #231B35;
    padding: 0 0 0 28px;
    position: relative;
}
.eventdetail .prijs:before {
    position: absolute;
    top: 0;
    left: 1px;
    font-size: 16px;
    content: "\f0d6";
    color: #0F4CBE;
    font-family: 'FontAwesome';
}
.tijdstiplocatie, .titel, .locatie, .money {
    float: left;
    width: 100%;
    font-size:14px;
    line-height: 22px;
    color: #231B35;
    padding: 0 0 0 24px;
    position: relative;
}
.tijdstiplocatie, .titel {
    font-size: 16px;
}
.tijdstiplocatie:before, .titel:before, .locatie:before, .money:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 19px;
    content: "\f017";
    color: #ea709b;
    font-family: 'FontAwesome';
}
.titel:before {
    content: "\f05a";
}
.locatie:before {
    top: 0;
    left: 2px;
    font-size: 22px;
    content: "\f041";
}
.money:before {
    top: 0;
    left: 0;
    font-size: 16px;
    content: "\f0d6";
}
/*overview agenda*/
.eventoverview .card {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 60px;
    padding: 8px 0 10px 0;
    background: #FFE6D6;
}
.eventoverview .card:before {
    position: absolute;
    top: 18px;
    right: 28%;
    font-size: 22px;
    content: "\f054";
    color: #0F4CBE;
    font-family: 'FontAwesome';
    transition: transform 0.3s ease;
}
.eventoverview .card:hover:before{
    transform: translateX(7px);
}
.eventoverview .card .bgimage {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 25%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    border-radius: 0 15px 15px 0;
}
.eventoverview .card .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 17%;
    background: #0F4CBE;
    border-radius: 15px 0 15px 0;
    padding: 17px 0 14px 0;
    color: #FFE5D6;
    font-size: 16px;
    font-family: 'CoreMellow55', sans-serif;
    font-weight: 400;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.eventoverview .card .date .time {
    width: 100%;
    font-size: 13px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}
.eventoverview .card .text {
    flex-grow: 2;
    padding: 5px 34% 0px 20%;
}
.eventoverview .doelgroepen, .eventoverview .locaties, .eventoverview .types {
    font-size:12px;
    line-height: 16px;
    color: #231B35;
    padding: 1px 0 1px 23px;
    position: relative;
}
.eventoverview .locaties:before, .eventoverview .doelgroepen:before, .eventoverview .types:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-size: 16px;
    content: "\f041";
    color: #ea709b;
    font-family: 'FontAwesome';
}
.eventoverview .locaties:before {
    left: 2px;
    font-size: 20px;
}
.eventoverview .doelgroepen:before {
    content: "\f0b1";
}
.eventoverview .types:before {
    top: 0px;
    content: "\f0a1";
}
@media (min-width: 0px) {
    .eventoverview .card .bgimage {
        display: none;
    }
    .eventoverview .card .text {
        flex-grow: 2;
        padding: 5px 40px 0px 20%;
    }
    .eventoverview .card:before {
        right: 15px;
    }

}
@media (min-width: 578px) {
    .eventoverview .card .bgimage {
        display: block;
    }
    .eventoverview .card .text {
        flex-grow: 2;
        padding: 5px 33% 0px 20%;
    }
    .eventoverview .card:before {
        right: 28%;
    }

}
@media (min-width: 992px) {
    .eventoverview .card:before {
        right: 23%;
    }
    .eventoverview .card .bgimage {
        width: 20%;
    }
    .eventoverview .card .date {
        width: 20%;
    }
    /*.block-events-home .cardbig .date {*/
    .eventoverview .card .date .time {
        width: 100%;
    }
    .eventoverview .card .text {
        padding: 5px 28% 0px 23%;
    }
}
/*form agenda*/
.facturatieveld{
    padding-left: 45px;
    width: 100%;
}
.facturatieveld .input-group-addon {
    left: 57px !important;
}
label .red{
    font-size: 16px;
    font-weight: 700;
    color: #CB0000;
}
/*tegel*/
.pagecontent .tegel {
    width: 100%;
    border-radius: 15px;
    padding: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.pagecontent .tegel .pageimage {
    margin-bottom: 1rem !important;
    margin-top: 0 !important;
    width: 100%;
}
.pagecontent .tegel .title,
.pagecontent .tegel .text {
    margin: 0;
    padding: 0;
}
.pagecontent .tegel h3 {
    margin-bottom: 10px;
}
.pagecontent .tegel .text {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.pagecontent .tegel .text p {
    margin: 0;
    padding: 0;
}
.pagecontent .tegel .text ul li,.pagecontent .tegel .text ol li {
    margin-left: 15px;
}
.pagecontent .tegel .appsysbtn {
    margin-top: 15px;
    text-align: center;
}
.pagecontent .tegel.bg-blue p, .pagecontent .tegel.bg-blue h2, .pagecontent .tegel.bg-blue h3, .pagecontent .tegel.bg-blue h4, .pagecontent .tegel.bg-blue h5, .pagecontent .tegel.bg-blue h6, .pagecontent .tegel.bg-blue ol, .pagecontent .tegel.bg-blue ul, .pagecontent .tegel.bg-blue a:not(.appsysbtn) {
    color: white;
}
.pagecontent .tekst-pil .card {
    padding: 0 0;
    width: 100%;
    border: none;
    background: none;
}
.pagecontent .tekst-pil .card .text {
    border-radius: 15px 0 0 15px;
    padding-left: 3em !important;
    padding-right: 3em !important;
}
.pagecontent .tekst-pil .card .text.nofoto {
    border-radius: 15px 80px 80px 15px;
    padding-right: 5em !important;
}
.pagecontent .tekst-pil .card .text.bg-blue p,
.pagecontent .tekst-pil .card .text.bg-blue h2,
.pagecontent .tekst-pil .card .text.bg-blue h3,
.pagecontent .tekst-pil .card .text.bg-blue h4,
.pagecontent .tekst-pil .card .text.bg-blue h5,
.pagecontent .tekst-pil .card .text.bg-blue h6,
.pagecontent .tekst-pil .card .text.bg-blue ol,
.pagecontent .tekst-pil .card .text.bg-blue ul,
.pagecontent .tekst-pil .card .text.bg-blue a {
    color: white !important;
}
.pagecontent .tekst-pil .card .background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 0 80px 80px 0;
}
.pagecontent #sitemap .level1, .pagecontent #sitemap .level2, .pagecontent #sitemap .level3, .pagecontent #sitemap .level4 {
    display: block;
    color: #0F4CBE;
    background-image: url("../img/bullet_pill_pink.png");
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding: 0 0 0 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagecontent #sitemap .level1 {
    margin-left: 20px;
}
.pagecontent #sitemap .level2 {
    margin-left: 60px;
}
.pagecontent #sitemap .level3 {
    margin-left: 100px;
}
.pagecontent #sitemap .level4 {
    margin-left: 140px;
}
.pagecontent #sitemap a.level1, .pagecontent #sitemap a.level2, .pagecontent #sitemap a.level3, .pagecontent #sitemap a.level4 {
    display: block;
    color: #0F4CBE;
    text-decoration: none !important;
    background-image: url("../img/bullet_pill_pink.png");
    background-repeat: no-repeat;
    background-position: 0 9px;
    padding: 0 0 0 16px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.pagecontent #sitemap a.level1 {
    margin-left: 20px;
}
.pagecontent #sitemap a.level2 {
    margin-left: 60px;
}
.pagecontent #sitemap a.level3 {
    margin-left: 100px;
}
.pagecontent #sitemap a.level4 {
    margin-left: 140px;
}
.pagecontent #sitemap a.level1:hover, .pagecontent #sitemap a.level2:hover, .pagecontent #sitemap a.level3:hover, .pagecontent #sitemap a.level4:hover {
    background-image: url("../img/bullet_pill.png");
    text-decoration: underline;
}
.broodkruimel{
    background-color: #FAFBFE;
    border-top: 2px solid #F4F7FC;
    border-bottom: 2px solid #F4F7FC;
    padding: 7px 0 7px 4px;
    font-size: 11px;
}
.broodkruimel .label{
    display: inline-block;
    width: 100%;
    padding-right: 5px;
}
@media (min-width: 992px) {
    .broodkruimel .label{
        width: auto;
    }
}
.broodkruimel a,.broodkruimel .tekst {
    display: inline-block;
    color: #231B35;
    text-decoration: none !important;
    padding: 0 0 0 12px;
    margin: 0 3px 0 0;
    position: relative;
}
.broodkruimel a:before, .broodkruimel .tekst:before {
    position: absolute;
    top: 1px;
    left: 0;
    font-family: 'FontAwesome';
    content: "\f054";
    font-size: 7px;
    color: #ea709b;
    display: inline-block;
}
.broodkruimel a.first {
    padding: 0 0 0 0;
}
.broodkruimel a.first:before {
    content: none;
}
.broodkruimel a:hover {
    text-decoration: underline !important;
}
/*Search results*/
a.searchresulttopic{
    color: #231B35;
    font-size: 11px;
    display: block;
    padding-bottom: 10px;
    text-decoration: none !important;
}
a.searchresulttopic i{
    color: #FE9263;
    font-size: 24px;
    padding-top: 9px;
}
a.searchresulttopic:hover i{
    color: #000;
}
.searchrelevance {
    border-right: 1px solid #ddd;
}
a.searchtitle{
    font-size: 17px;
    font-weight: bold;
    text-decoration: none !important;
}
a.searchtitle:hover{
    color: #231B35;
}
/*footer*/
footer {
    padding-top: 18px;
    padding-bottom: 0;
    color: #231B35;
    position: relative;
}
footer .logo-footer {
    padding-top: 16px;
    padding-bottom: 10px;
    width: 170px;
}
footer .tekst {
    padding-top: 14px;
    font-size: 13px;
    font-weight: 400;
    color: #231B35;
}
footer a {
    color: #231B35;
}
footer a:hover {
    color: #4F5CD6;
}
footer .tekst a.maillink {
    color: #4F5CD6;
    font-weight: bold;
    text-decoration: underline;
}
footer .tekst a.maillink:hover {
    text-decoration: none;
}
footer #socials {
    position: absolute;
    top: 42px;
    right: 15px;
    width: 110px;
    text-align: right;
}
@media (min-width: 0) {
    footer .tekst.last {
        padding-top: 35px;
    }
}
@media (min-width: 578px) {
    footer .tekst.last {
        padding-top: 14px;
    }
}
@media (min-width: 768px) {
    footer {
        padding-bottom: 0;
    }
    footer .tekst, footer .tekst.last {
        padding-top: 35px;
    }
    footer #socials {
        top: 90px;
        left: 15px;
        text-align: left;
    }
}
@media (min-width: 992px) {
    footer {
        padding-bottom: 2px;
    }
    footer .tekst, footer .tekst.last {
        padding-top: 30px;
    }
}
@media (min-width: 1200px) {
    footer #socials {
        left: 35px;
    }
}
footer a.social {
    color: #4F5CD6;
    font-size: 28px;
}
footer a.social:hover {
    color: #231B35;
}
@media (min-width: 0) {
    footer p.text-smaller .bottom {
        display: inline-block;
        width: 100%;
    }
    footer p.text-smaller .seporator {
        display: none;
    }
}
@media (min-width: 578px) {
    footer p.text-smaller .seporator {
        display: inline-block;
    }
    footer p.text-smaller .bottom {
        width: inherit;
    }
}
/*help*/
#hoverzonea, #hoverzoneb {
    position: fixed;
    display: none;
}
#hoverzonea {
    bottom: 270px;
    right: 0;
    width: 190px;
    height: 30px;
}
#hoverzoneb {
    bottom: 0;
    right: 190px;
    width: 30px;
    height: 302px;
}
#help {
    position: fixed;
    z-index: 10000;
    bottom: 15px;
    right: 15px;
    width: 124px;
    height: 200px;
    border-radius: 62px;
    background-image: url("../img/bg_help.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: none;
}
#help #headshot {
    margin: 12px 0 10px 20px;
    width: 84px;
    height: 84px;
    border-radius: 42px;
    background-image: url("../img/medewerker2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#help #tekst {
    width: 100%;
    padding: 0 10px;
    color: #FFF;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}
a.helpmail, a.helpphone, a.helpquestion {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #ea709b;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 10200;
}
a.helpmail {
    bottom: 230px;
    right: 62px;
}
a.helpphone {
    bottom: 212px;
    right: 117px;
}
a.helpquestion {
    bottom: 163px;
    right: 151px;
}
a.helpmail:hover, a.helpphone:hover, a.helpquestion:hover {
    background: #0f4cbe;
    color: #FFF;
}
a.helpclose {
    position: fixed;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    bottom: 186px;
    right: 18px;
    color: #FFF;
    background: #ea709b;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    border-radius: 28px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 10300;
    display: none;
}
a.helpclose:hover {
    background: #0f4cbe;
    color: #FFF;
}
a.helpsmall {
    position: fixed;
    z-index: 10000;
    bottom: 15px;
    right: 25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: url("../img/medewerker2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    display: none;
}
a.helpsmallquestion {
    position: fixed;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    bottom: 30px;
    right: 10px;
    color: #FFF;
    background: #ea709b;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 10300;
    display: none;
}
a.helpsmallquestion:hover {
    color: #FFF;
    background: #0f4cbe;
}
/* Cookie Dialog */
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    margin-bottom: 20px;
    line-height: 1.75em;
    color: #FFF !important;
}
#gdpr-cookie-message li {
    list-style: none;
    margin: 0 0 10px 0;

}
#gdpr-cookie-message li:last-child {
    margin-bottom: 0;
}
#gdpr-cookie-message input[type="checkbox"] {
    margin-top: 10px;
    margin-right: 15px;
    float: left;
}
#gdpr-cookie-message label {
    display: inline-block;
    max-width: 90%;
}
#gdpr-cookie-message button#ihavecookiesBtn {
    margin-left: 0 !important;
}
#gdpr-cookie-message {
    position: fixed;
    right: 15px;
    bottom: 15px;
    max-width: 440px;
    background-color: #0F4CBE;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
    margin-left: 30px;
    font-family: "Open Sans", sans-serif;
    z-index: 100000;
}
@media (max-width: 767.98px) {
    #gdpr-cookie-message {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        padding: 20px 4% 0% 4%;
        margin-left: 0;
        height: 500px;
        background-color: #0F4CBE;
    }
}
#gdpr-cookie-message h4 {
    color: #fe9263;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: #fe9263;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
    padding-left: 0;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: left;
}
#gdpr-cookie-message li {
    width: 100%;
    display: inline-block;
}
#gdpr-cookie-message li i {
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 13px;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: #fe9263;
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: #FFF;
    border-bottom-color: #fe9263;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    background: #fe9263;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 15px 7px 15px;
    border-radius: 40px;
    margin-left: 0;
    margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
    margin-bottom: 4px;
}
#gdpr-cookie-message button:hover, #gdpr-cookie-message button:focus {
    background-color: #0070CF;
    color: #FFF;
    transition: all 0.3s ease-in;
    border: none;
}
button#gdpr-cookie-advanced {
    background-color: #ea709b;
    color: #FFF;
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
/***********************404*******************************/
.error-content {
    padding-top: 100px;
    padding-bottom: 260px;
}
.error-content.text-center {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}
.error-content p {
    font-size: 15px;
    line-height: 24px;
    padding-bottom: 80px;
}
.error-content span {
    font-size: 110px;
    display: block;
    padding: 60px 0 0 0;
    color: #0F4CBE;
}
.error-content span i {
    color: #FE9263 !important;
}
@media (min-width: 768px) {
    .error-content p {
        font-size: 18px;
        line-height: 28px;
    }
    .error-content span {
        font-size: 150px;
        padding: 70px 0 20px 0;
    }
}
@media (min-width: 992px) {
    .error-content p {
        font-size: 22px;
        line-height: 32px;
    }
    .error-content span {
        font-size: 218px;
        padding: 80px 0 30px 0;
    }
}
/*place recaptcha on the bottom left side*/
.grecaptcha-badge {
    bottom: 280px !important;
}
/*extra-link mobile*/
a.extralinkmobile {
    position: absolute;
    right: 0px;
    top: 9px;
    width: 60px;
    height: 30px;
    display: block;
    z-index: 10000;
}
a.extralinkmobile:after {
    visibility: hidden;
}
@media (min-width: 992px) {
    a.extralinkmobile {
        display: none;
    }
}
