* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

textarea:focus,
input:focus,
select:focus,
button:focus,
option:focus {
    outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Poppins", "sans-serif";
}

strong,
b {
    font-weight: 500;
}

.main-margin {
    padding-top: 134px;
}


/* KEYFRAMES */
.come-in {
    transform: translateY(150px);
    animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
}

@keyframes come-in {
    to {
        transform: translateY(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-left {
        transform: translateX(-300px);
        animation: come-in-left 0.8s ease forwards;
    }

    .come-in-left:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-left {
    to {
        transform: translateX(0);
    }
}

@media screen and (min-width: 800px) {
    .come-in-right {
        transform: translateX(300px);
        animation: come-in-right 0.8s ease forwards;
    }

    .come-in-right:nth-child(odd) {
        animation-duration: 1.5s;
        /* So they look staggered */
    }
}

@keyframes come-in-right {
    to {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        color: #fff;
    }

    5% {
        color: #8bcf97
    }

    10% {
        color: #fff;
    }

    20% {
        color: #8bcf97
    }

    21% {
        color: #fff;
    }

    50% {
        color: #fff;
    }

    100% {
        color: #fff;
    }
}

/*====Bootbox====*/
.collapsing, .modal, .modal-open {
    overflow: visible !important;
}
.modal-content .modal-footer {
	border-top: 0;
	justify-content: space-around;
	width: 100%;
	display: flex;
}
.bootbox .btn {
	margin-top: 0;
}
.bootbox .btn-default:hover {
	color: white;
}
.modal-header .close {
	position: relative;
	z-index: 10000 !important;
}
.modal-open .modal:not(.bootbox-alert) {
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.modal:not(.bootbox-alert) {
	z-index: -1 !important;
}
.modal.in:not(.bootbox-alert) {
	z-index: 1050 !important;
}
.modal:not(.bootbox-alert) .modal-content {
	margin-top: -10%;
}
.bootbox-alert .modal-dialog {
	margin: 0 !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	-o-transform: translate(-50%,-50%) !important;
	-ms-transform: translate(-50%,-50%) !important;
	-webkit-transform: translate(-50%,-50%) !important;
	-moz-transform: translate(-50%,-50%) !important;
	transform: translate(-50%,-50%) !important;
}
.bootbox .error {
	color: red;
}
.bootbox-body {
	text-align: center;
	line-height: 175%;
	padding-bottom: 0 !important;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
}
.bootbox-body a {
	color: #0065b3;
	font-weight: bold;
}
.modal-content {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
}
.modal-footer {
	text-align: center !important;
}
.modal-footer .btn {
	margin:0 10px;
	background-color: #0065b3 !important;
	color: #fff !important;
	display: inline-block;
	vertical-align: top;
	border:0 !important;
}
.modal-footer .btn:hover,.modal-foote .btn.focus, .modal-foote .btn:focus, .modal-foote .btn:hover {
	color: #fff !important;
	opacity: 0.9;
}
.modal-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	width: 400px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.modal-content .modal-footer .btn.btnPopup {
	text-transform: uppercase !important;
	color: #000 !important;
	background-color: transparent !important;
	border-bottom: 2px solid #ecdeb8 !important;
	margin-left: auto;
	margin-right: auto;
	border-radius: 0 !important;
	font-size: 1em;
}
.modal-content .modal-footer .btn.dn {
	display: none !important;
}
.modal-content .modal-footer .btn.btnPopupSubtle {
	width: 100% !important;
	background-color: transparent !important;
	padding: 5px !important;
	color: #ACACAC !important;
	font-size: 1.3rem !important;
	margin-top: 20px;
}
.bootbox-body h2 {
    text-align: left;
    font-size: 1.2em;
    margin-bottom: 18px;
}
.bootbox-body ul {
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    line-height: 125%;
    text-align: left;
}
.errors {
    color: red;
}
/*====/Bootbox====*

/*Inschrijvingen Kloen*/
.inschrijvingen {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.inschrijvingen {
    width: 96%;
    max-width: 1400px;
    margin: 60px auto;
}

.inschrijving_details {
    width: 450px;
    position: sticky;
    top: 15px;
    right: 0;
    padding: 15px;
    border: 1px solid rgb(220, 220, 220);
}

.inschrijving_details h2 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #0066b3;
    font-weight: bold;
}

.deelnemer_totals {
    margin-bottom: 10px;
}

.inschrijving_btn {
    display: inline-block;
    max-width: 100%;
    width: 200px;
    color: #fff;
    background-color: #0065b3;
    border: 0;
    border-radius: 12px;
    line-height: 30px;
    font-size: 1em;
}

.placeholder_details {
    line-height: 135%;
}

.deelnemers {
    width: calc(100% - 470px);
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.deelnemer_adder {
    width: 49%;
    text-align: center;
    padding-top: 45px;
}

.deelnemer_adder button {
    display: inline-block;
    max-width: 100%;
    width: 300px;
    color: #fff;
    background-color: #0065b3;
    border: 0;
    border-radius: 12px;
    line-height: 40px;
    font-size: 1.2em;
}

.deelnemer {
    margin-bottom: 25px;
    width: 49%;
}

.deelnemer h2 {
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #0066b3;
    font-weight: bold;
}

.deelnemer h3 {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: grey;
    font-weight: bold;
}

.deelnemer_gegevens {
    margin-bottom: 15px;
}

.deelnemer .field {
    width: 100%;
    margin-bottom: 14px;
}

.deelnemer .field label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.deelnemer .field input:not([type='checkbox']), .deelnemer .field select {
    height: 35px;
    border: 1px solid black;
    display: block;
    width: 100%;
    padding-left: 9px;
}

.deelnemer .field input[type='checkbox'] {
    width: 28px;
    height: 28px;
}

.deelnemer .field select {
    padding-left: 5px;
}

.btn_activiteit_add {
    background-color: #0065b3;
    border: 0;
    border-radius: 6px;
    padding: 7px 10px;
    color: #fff;
    cursor: pointer;
}

.deelnemer_remove,.activiteit_remove {
    vertical-align: top;
    cursor: pointer;
    color: red;
    margin-left: 5px;
}
.deelnemers .deelnemer:first-child .deelnemer_remove,.deelenemer_activiteiten .deelnemer_activiteit:first-child .activiteit_remove {
    display: none;
}
.total_line {
    padding: 10px 0;
    border-bottom: 1px solid rgb(240,240,240);
    display: flex;
    justify-content: space-between;
}
.total_line .price {
    font-weight: bold;
}
.extra_bonnen {
    margin-top: 10px;
    font-size: 0.8em;
    display: block;
    line-height: 125%;
}
.extra_bonnen a {
    font-weight: bold;
    color: #000;
}
.warning {
    display: none;
    margin-bottom: 10px;
    font-weight: bold;
    color: red;
}
.error {
    border: 1px solid red !important;
}
/* Cookie Melding */

.plenso_cookies {
    position: fixed;
    left: 10px;
    bottom: 10px;
    background-color: #FFF;
    border-radius: 5px;
    max-width: 400px;
    -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 25px;
    transition: all .5s;
    z-index: 9999;
}

.plenso_cookies>img {
    width: 50px;
}

.plenso_cookies>div {
    color: #3E3E3E;
    padding: 25px 0px;
    line-height: 25px;
    text-align: justify;
    font-size: 16px;
}

.plenso_cookies>div a {
    color: #3E3E3E;
    text-decoration: underline;
}

.plenso_cookies>a {
    background-color: #0065b3c9;
    color: #FFF;
    font-size: 15px;
    font-weight: 900;
    white-space: nowrap;
    padding: 18px 30px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s;
}

.plenso_cookies>a:hover {
    transform: scale(1.1);
}


/* Einde cookiemelding */


/* GDPR */

#content-container {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    margin: auto;
}

#content-container h1 {
    width: 100%;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    color: #0065b3c9;
    margin-bottom: 20px;
    margin-top: 150px;
}

#content-container h2 {
    color: #0065b3c9;
    font-size: 2.4em;
    font-weight: bold;
    margin-bottom: 1em;
    margin-top: 1em;
    cursor: pointer;
    padding-left: 15px;
}

#content-container h3 {
    background: #0065b3c9;
    color: #FFF;
    font-size: 1.3em;
    padding: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}

#content-container h3 span {
    position: absolute;
    z-index: 1;
    background: transparent url("/images/cross_w.png") no-repeat;
    display: inline-block;
    width: 15px;
}

#content-container h4 {
    margin-left: 2em;
    font-size: 1.1em;
    font-weight: bold;
}

#content-container p {
    padding: 20px;
    line-height: 170%;
    color: #7e7e7e;
    font-size: 1.2em;
}

#content-container ul {
    margin-left: 3em;
}

#content-container table {
    width: 100%;
}

#content-container a {
    color: #0065b3c9;
    font-weight: 700;
}

#gdpr-wrapper {
    min-height: 100%;
    position: relative;
}

#content-container thead {
    background-color: #4C4C4C;
    color: #FFF;
}

#content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
}

#content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
}

#content-container tbody td p {
    padding: 0px;
}

#content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
}


/* Einde GDPR */


/* Logobanner */

.logobanner {
    width: 100%;
    padding: 50px 100px;
    background-color: #0d5d9a;
}

.logobanner>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logobanner article {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    border: 1px solid #f9f9f9;
    margin: .5%;
}

.logobanner article a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}

.logobanner article img {
    width: 100%;
    transition: all .3s;
}

.logobanner article:hover img {
    filter: grayscale(0);
}

.logobanner article h2 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    width: 100%;
}


/* Einde logobanner */


/* Attentionframe */

body main .attentionFrame {
    border: 2px solid #c4161c;
    margin-left: auto;
    margin-right: auto;
    padding: 4rem 2rem;
    margin-bottom: 5rem;
    position: relative;
    width: 55%;
    box-sizing: border-box;
    max-width: 1240px;
    width: 100%;
}

body main .attentionFrame h2 {
    color: #c4161c;
    position: absolute;
    top: -1.7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    background-color: #FFF;
    padding: 1rem;
    text-align: center;
}

body main .attentionFrame p {
    color: #4B4B4B;
    text-align: center;
    line-height: 1.8rem;
    font-size: 1.2rem;
}


/* Einde attentionframe*/


/* Navigatie */

.res-nav {
    width: 400px;
    height: 100vh;
    position: fixed;
    right: -400px;
    top: 0;
    z-index: 1000;
    overflow: auto;
    transition: all .3s;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.menuoverlay {
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    background-color: rgba(0, 0, 0, .4);
}

.navitem {
    padding: 0 20px;
    border-left: 10px solid #efefef;
}

.res-nav nav {
    padding-bottom: 100px;
}

.res-nav .active a {
    font-weight: 700;
}

.res-nav .res-logo {
    width: 100px;
}

.res-nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

.nav_footer {
    width: 100%;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
}

.nav_footer p,
.nav_footer a {
    font-size: 12px;
    color: #8f8c8c;
}

.nav_footer span {
    color: #8f8c8c;
    margin: 0 10px;
}

.closebtn {
    width: 40px;
    cursor: pointer;
}

.navitem a {
    color: #0065b3c9;
    font-size: 1.5em;
    padding: 15px 0;
    font-weight: 200;
    display: inline-block;
    cursor: pointer;
    letter-spacing: 1px;
}

.nav-split {
    cursor: pointer;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.nav-split img {
    transform: rotate(-90deg);
    width: 20px;
    transition: all .3s;
}

.rotateImg {
    transform: rotate(0deg) !important;
}

.navitem ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.navitem ul a {
    padding: 10px 0;
    padding-left: 20px;
    font-size: 1.2em;
    background-color: #383838;
    width: 100%;
}

.menu-block {
    overflow: hidden;
}

.menu-is-open {
    right: 0 !important;
}

.overvisible {
    display: block;
}

.resnavvis {
    display: none;
}

.navigation {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
    z-index: 50;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.inner_navigation {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    -ms-align-items: center;
    align-items: center;
    width: 85%;
    margin: 0 auto;
    border-bottom: 2px solid #efefef;
}

.inner_navigation nav {
    height: 100px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.inner_navigation nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inner_navigation nav ul li {
    padding: 10px 20px;
}

.inner_navigation nav ul li>a {
    color: #4c4c4c;
    font-size: 18px;
    padding: 8px 0;
    border-bottom: 1px solid transparent;
    position: relative;
    font-weight: 200;
    letter-spacing: 2px;
}

.inner_navigation nav ul li>a,
.inner_navigation nav ul li>a:after,
.inner_navigation nav ul li>a:before {
    transition: all .5s;
}

.inner_navigation nav ul li>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    content: '.';
    color: transparent;
    background: #4c4c4c;
    height: 1px;
}

.inner_navigation nav ul li>a:hover:after {
    width: 100%;
}

.inner_navigation nav ul li>a:hover {
    color: #4c4c4c;
}

.inner_navigation nav ul li.active>a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    content: '.';
    color: transparent;
    background: #4c4c4c;
    height: 1px;
}

.inner_navigation nav ul li.active>a {
    color: #4c4c4c;
}

.inner_navigation nav ul li:last-child {
    background-color: #0065b3;
    color: #fff;
    border-radius: 8px;
}
.inner_navigation nav ul li:last-child a {
    color: #fff;
}

.sublinks {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: absolute;
    left: 0;
    transform: translateY(90%);
    bottom: 0;
    transition: .5s;
    opacity: 0;
    padding-top: 5px;
    height: 0;
}

.sublinks>div {
    padding: 20px 25px;
    background-color: #C5161D;
    flex-direction: column;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    display: none;
}

.inner_navigation nav ul li:hover .sublinks {
    transform: translateY(100%);
    opacity: 1;
    height: auto;
}

.inner_navigation nav ul li:hover .sublinks>div {
    display: flex;
}

.sublinks a {
    font-size: 1.3em;
    margin-bottom: 5px;
    color: #FFF;
    padding-left: 0px;
    padding-right: 5px;
    transition: all .3s;
    width: 100%;
}

.sublinks a:hover {
    padding-left: 5px;
    padding-right: 0px;
}

#resbtn {
    display: none;
    cursor: pointer;
}

.ressho {
    padding-right: 15px;
    display: none;
}

.inschrijvenbtn {
    margin-right: 20px;
    padding: 8px 20px;
    background-color: #C5161D;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    color: #FFF;
    letter-spacing: 1px;
    border-radius: 100px;
}

.upontop {
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #0065b3;
    padding: 5px 20px;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: fit-content;
    margin-right: 7.5%;
    border-bottom-left-radius: 20px;
}

.upontop div {
    display: flex;
    flex-direction: row;
    align-items: center;
    -ms-align-items: center;
}

.upontop span {
    color: white;
    margin: 0 10px;
}

.curtain-click {
    cursor: pointer;
}

.upontop a {
    margin-left: 10px;
    color: #fff;
    display: flex;
    padding: 0 5px;
    padding-bottom: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 0.9em;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.upontop a:not(.shoppingcart):hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.541);
}

.upontop a.lang {
    margin-left: 0 !important;
    letter-spacing: 2px;
}

.langnl {
    margin-right: 5px !important;
}

.activelang {
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, 0.541);
}

.upontop .active {
    text-decoration: underline;
}

.shoppingcart {
    color: #1C1B1B;
    position: relative;
    margin-left: 0 !important;
}

.shoppingcart i {
    font-size: 18px;
}

.shoppingcart .amount {
    position: absolute;
    right: -22px;
    bottom: -3px;
    font-size: 11px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border-radius: 200px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    font-weight: 700;
    color: #0065b3;
}

.uponspecial {
    font-size: 16px;
    background-color: white;
    width: 25px;
    height: 25px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    color: #0065b3c9 !important;
}

.uponspecial:hover {
    text-decoration: none !important;
}

.logo {
    z-index: 999;
    position: absolute;
    top: 20px;
    left: 7.5%;
    width: 250px;
    background-color: white;
    border-bottom-right-radius: 40px;
    transform: translateY(30px);
    z-index: 3;
    padding: 20px 40px;
}

.logo img {
    width: 100%;
}

.reslogo {
    display: none;
}


/* Einde navigatie */


/* Footer */

.footer_element {
    width: 40px;
    margin: 0 auto;
    margin-left: 50%;
    transform: translateX(-50%);
}

.slogan {
    padding: 100px 20px;
    width: 70%;
    margin: auto;
    text-align: left;
    font-size: 75px;
    color: #d3dee9;
    font-weight: 700;
    line-height: 130%;
}

.slogan strong,
.slogan b {
    color: #0065b3;
    font-weight: 700 !important;
}

footer {
    width: 100%;
    background-color: #0d5d9a;
}

footer h1 {
    padding: 10px;
    color: #FFF;
    font-size: 1.3em;
    float: left;
}

footer a {
    color: #FFF;
    text-decoration: none;
}

.tussenfooter {
    width: 100%;
    height: 300px;
    background-color: #000;
    display: flex;
    display: none;
    justify-content: center;
}

.tussen_left {
    width: 57%;
    margin-left: -125px;
    height: 100%;
    background-color: #c4161c;
    transform: skewX(-35deg);
}

.tussen_right {
    width: 50%;
    height: 100%;
}

.footer-top {
    width: 100%;
    overflow: auto;
    background-color: #4F4F4F;
}

.footer-right {
    float: right;
}

.socials {
    color: #FFF;
    padding: 10px 0;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    padding-top: 20px;
    display: none;
}

.socials a {
    background-color: white;
    color: #0065b3;
    border: 1px solid white;
    width: 30px;
    height: 30px;
    border-radius: 200px;
    display: flex;
    align-items: center;
    -ms-align-items: center;
    justify-content: center;
    transition: all 0.8s ease;
}

.socials a:hover {
    background-color: #0065b3;
    color: white;
}

.disclaimer {
    width: fit-content;
    text-align: center;
    padding: 10px 50px;
    border-top: 1px solid white;
    color: #FFF;
    font-size: 14px;
    font-weight: 200;
    display: flex;
    justify-content: center;
    margin: auto;
}

.disclaimer.mob {
    display: none;
}

.disclaimer span {
    font-weight: 200;
    margin: 0 10px;
}

.disclaimer:first-child p {
    border: none;
}

.disclaimer i {
    animation: pulse 4s infinite;
}


/* Einde footer */


/* Page header */

.content-box {
    margin: 0 auto;
    display: block;
    max-width: 85%;
    line-height: 2em;
    overflow: auto;
    padding: 10px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.content-box>p {
    width: 90%;
    text-align: center;
    margin: 0 auto 20px auto;
    display: block;
}

.content-box h2 {
    font-size: 1.4em;
}

.content-box strong {
    color: #4c4c4c;
}

.home_content>p {
    max-width: 60%;
    margin: 0 auto;
    font-size: 1.2em;
    color: #4c4c4c;
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: 200;
}

.home_content h2 {
    text-align: center;
    text-transform: uppercase;
    margin-top: -25px;
}

.home_content>ul {
    list-style-type: disc;
    padding-left: 20px;
    font-size: 1.2em;
    color: #4c4c4c;
}

.home_content p a {
    color: #0066b3;
    font-weight: 700;
}

.main-title {
    width: 100%;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #0066b3;
}

.content-box .line {
    margin: auto;
    margin-bottom: 20px;
}


/* Einde page header */


/* Blokken */

.blokken {
    display: flex;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin: 0 auto;
    width: 85%;
    margin-bottom: 60px;
}

.blokken article {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-direction: row;
    width: 100%;
    margin-bottom: 80px;
}

.blokken_img {
    width: 50%;
}

.blokken_img img {
    width: 100%;
}

.blokken_content {
    width: 50%;
    padding: 80px;
    text-align: left !important;
    font-weight: 200;
    color: #4c4c4c;
}

.blokken_content strong,
.blokken_content b {
    font-weight: 500 !important;
}

.blokken_content h2 {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 20px;
    color: #0066b3;
}

.blokken_tekst {
    line-height: 180%;
    font-size: 18px;
}

.blokken_tekst p {
    text-align: left !important;
}

.blokken_content a {
    display: flex;
    width: fit-content;
    margin-top: 20px;
    color: #4c4c4c;
    font-weight: 200;
    letter-spacing: 1px;
    font-size: 18px;
    border-bottom: 1px solid #4c4c4c;
    align-items: center;
    -ms-align-items: center;
}

.blokken_content a i {
    transition: all 0.8s ease;
    margin-left: 10px;
}

.blokken_content a:hover i {
    transform: translateX(10px)
}


/* Einde blokken */


/* slider */

.slider {
    width: 100%;
    height: 250px;
    background-image: url('../images/slider2.jpg');
    background-size: cover;
    background-position: center;
}


/* Einde slider */


/* Powertekst */

.line {
    background-color: #0065b3;
    width: 30px;
    height: 2px;
    margin: 15px 0;
}

.page_header {
    padding: 60px 20px;
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.page_header_element {
    width: 30px;
    padding-bottom: 20px;
}

.page_header img {
    width: 40px;
    margin: 15px 0;
}

.page_header h1 {
    color: #0066b3;
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    width: 90%;
    margin-bottom: 15px;
}

.page_header>h2 {
    color: #4C4C4C;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.page_header .c {
    line-height: 150%;
    font-weight: 200;
    font-size: 22px;
    color: #4C4C4C;
    width: 60%;
    margin: auto;
    text-align: center;
}

.page_header a {
    display: inline;
    color: #4c4c4c;
    width: fit-content;
    font-weight: 700;
}


/* Home pagina*/

.gototop {
    z-index: 100;
    width: 40px;
    height: 40px;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: fixed;
    right: -100px;
    bottom: 40px;
    color: #373a3c93;
    font-size: 1em;
    opacity: .8;
    cursor: pointer;
    transition: all .3s;
    border-radius: 200;
    border: none;
    background-color: #fff !important;
    transition: all 1s ease;
    box-shadow: #373A3C 0px 5px 15px;
}

.gototop:hover {
    transform: translateY(-10px);
}

.home_banner {
    width: 85%;
    margin: auto;
}

.home_banner .slick-arrow {
    position: absolute;
    left: 10px;
    top: calc(50% + 134px);
    transform: translateY(calc(-50% + 134px));
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 0;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 200px;
    color: white;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
}

.home_banner .slick-next {
    right: 10px;
    left: initial;
}

.home_banner article {
    position: relative;
}

.home_banner article img {
    width: 100%;
}

.home_banner article>div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 140px);
    max-width: 1600px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.home_banner article>div div {
    max-width: 800px;
}

.home_banner article h2 {
    font-weight: 700;
    line-height: 150%;
    font-size: 3.1em;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_banner article h3 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: white;
    text-shadow: 0px 0px 11px #000000;
}

.home_banner article a {
    border-radius: 4px;
    margin-top: 20px;
    color: #0065b3;
    font-size: 20px;
    padding: 12px 30px;
    background-color: #f9f1df;
    display: inline-block;
    transition: all .3s;
}

.home_banner article a:hover {
    background-color: #0065b3;
    color: #fff;
}

.home_banner .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 15px !important;
}

.home_banner .slick-dots li {
    margin: 5px;
    width: 15px;
    height: 15px;
    background-color: #efefef;
    border-radius: 100px;
}

.home_banner .slick-dots li button {
    display: none;
}

.home_banner .slick-dots .slick-active {
    background-color: #0066b3 !important;
}


/* Trending */

.trending .slick-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 200px;
    color: #0065b3;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 20px;
    border: none;
    font-size: 18px;
    background-color: transparent;
}

.trending .slick-next {
    left: initial;
    right: 10px;
}

.trending .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 2;
    transform: translateX(-50%);
}

.trending .slick-dots li {
    width: 11px;
    height: 11px;
    border-radius: 200px;
    margin: 10px 3px;
    background-color: #d32b4754;
    border: none;
    cursor: pointer;
}

.trending .slick-dots .slick-active {
    background-color: #d32b47;
}

.trending .slick-dots li button {
    display: none;
}

.trending {
    width: 100%;
}

.trending>div {
    margin: auto;
    padding: 100px 0;
    padding-top: 0px;
    width: 70%;
}

.trending>div .slick-slide {
    margin: 5% !important;
}

.trending>div article .img {
    position: relative;
    width: 80%;
    text-align: center;
    margin: auto;
}

.trending>div article img:not(.element) {
    width: 100%;
    border-radius: 50%;
}

.trending>div article .content {
    text-align: center;
    margin-top: 20px;
}

.trending>div article .content h2 {
    font-size: 25px;
    color: #d32b47;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    -ms-align-items: flex-end;
    justify-content: center;
}

.trending>div article .content h2 img {
    width: 40px;
    margin-left: 10px;
    animation: wiggle 3s;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    70% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(25deg);
    }

    80% {
        transform: rotate(-25deg);
    }

    85% {
        transform: rotate(20deg);
    }

    95% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.trending>div article .content div {
    color: #4C4C4C;
    font-size: 23px;
    font-weight: 200;
    margin-top: 10px;
    line-height: 130%;
}

.trending .overlay {
    width: 100%;
    bottom: 0;
    z-index: 2;
    left: 0;
    transition: all 2s;
    opacity: 0;
    border-radius: 50%;
    top: 0;
    position: absolute;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.425);
}

.trending a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 4;
}


/* Einde trending */


/* Parallax */

.parallax {
    width: 100vw;
    height: 80vh;
    position: relative;
    margin: 50px 0 100px 0;
    overflow: hidden;
}

.parallax video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.parallax .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.521);
}

.parallax h2 {
    position: absolute;
    bottom: 20px;
    color: white;
    font-size: 60px;
    font-weight: 700;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 130%;
    font-family: 'Nothing You Could Do', cursive;
}


/* Einde parallax */


/* Nieuws/social kaders */

.home_social {
    width: 100%;
    background-color: #f9f9f9;
    padding: 50px 10px;
    padding-top: 100px;
}

.home_social>div {
    max-width: 1300px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.home_social article {
    width: 31.33%;
    background-color: #0065b3;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.3em;
    letter-spacing: 2px;
    border: 1px dotted #0066b3;
    border-radius: 4px;
    margin: 1%
}

.home_social article i:not(.overlay_insta i) {
    background-color: #0065b3;
    color: #fff;
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 5px;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.fb_iframe_widget iframe {
    border: 2px solid white !important;
}

.home_social article>div {
    margin-top: 40px;
    width: 100%;
}

.home_social article .follow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    color: #0065b3;
    font-weight: 200;
    font-size: 15px;
    text-transform: unset !important;
    text-align: center;
    border-bottom: 1px solid #a8b5be5b;
    background-color: #ffde00;
    padding: 7px 20px;
    border-radius: 200px;
}

.home_blog {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 30px;
}

.home_blog_item:first-of-type {
    margin-bottom: 20px;
}

.home_blog_item h3 {
    margin-bottom: 5px;
    font-size: 1.2em;
    width: 100%;
    display: inline-block;
    background-color: #fff;
    color: #0066b3;
    padding: 5px 20px;
    line-height: 100%;
    font-size: .6em;
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.home_blog_item a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 5;
}

.home_blog_item img {
    width: 100%;
    transition: all 1s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.home_blog_item:hover img {
    transform: scale(1.10);
}

.home_blog_item span {
    width: 100%;
    color: #0065b3c9;
    font-size: .8em;
}

.fb-page {
    width: 100%;
}

.fb-article {
    width: 100%;
    padding: 0 30px;
    padding-bottom: 30px;
}

.fb_iframe_widget iframe {
    height: 510px !important;
}

.blog_img_title {
    position: relative;
    overflow: hidden;
}

._2p3a {
    width: 100% !important;
}

.instaholder {
    width: 100%;
    padding: 0 30px;
}

.insta-preview {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.insta-preview a {
    width: 48%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 4%;
    transition: all 1s;
}

.insta-preview a:after {
    /* content: "";*/
    display: block;
    padding-bottom: 100%;
}

.insta-preview a:hover {
    filter: grayscale(100%);
}

.instagram_feed {
    width: 100%;
    padding: 0 30px;
    margin-top: 5px;
    background-color: #0065b3;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.instagram_feed .instagram_post {
    position: relative;
    width: 49%;
    margin-bottom: 2%;
    border: 2px solid white;
}

.instagram_feed .instagram_post img {
    width: 100%;
}

.instagram_feed .instagram_post video {
    width: 100%;
}

.instagram_feed .instagram_post .overlay_insta {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    color: #FFF;
    font-size: 20px;
    transition: all .3s;
}

.instagram_feed .instagram_post:hover {
    cursor: pointer;
}

.instagram_feed .instagram_post:hover .overlay_insta {
    opacity: 1;
}


/* nieuws/social kaders */


/* Einde home pagina */


/* Kalender pagina */

.wedstrijden {
    width: 100%;
    padding: 40px 0px;
    padding-top: 0;
}

.innerwedstrijden {
    max-width: 1250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.showresdevider {
    display: none;
}

.innerwedstrijden article {
    background-color: #FFF;
    width: 100%;
    margin-bottom: 20px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.events {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.bigdate {
    height: 100%;
    display: none;
}

.bigdate div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.events article {
    position: relative;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background-color: #FFF;
    padding-left: 160px;
    margin-bottom: 20px;
}

.events article h2 {
    font-weight: 700;
    font-size: 1.4em;
}

.kalender_item_date {
    padding: 15px;
    width: 140px;
    text-align: center;
    font-size: 1.1em;
    background-color: #c4161c;
    color: #FFF;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    position: absolute;
    left: 10px;
    top: 10px;
}

.kalender_item_content {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.kalender_tekst {
    padding: 0 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 1.3em;
    color: #4C4C4C;
    font-weight: 200;
    display: none;
    line-height: 130%;
}

.kalender_tekst a {
    font-weight: 700;
    color: #c4161c;
}

.kalender_tekst img {
    width: 100%;
    margin-top: 20px;
}

.titelandinfo {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 10px;
    padding-top: 15px;
}

.kalender_moreinfo {
    background-color: #c4161c;
    width: 40px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    border-radius: 50%;
    transition: all .3s;
    cursor: pointer;
}

.rotate {
    transform: rotate(180deg);
}

.wedstrijden_filter {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: auto;
}

.wedstrijden_filter div {
    padding: 5px 20px;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: 20px;
    color: #b0b0b0;
    cursor: pointer;
    transition: all .3s;
}


/* .wedstrijden_filter div:first-child {
} */

.wedstrijden_filter div:nth-child(2) {
    border-left: 1px solid #b0b0b0;
}

.wedstrijden_filter div:last-child {
    text-align: left;
    border-left: 1px solid #b0b0b0;
    padding-right: 0;
}

.wedstrijden_filter div:hover,
.activefilterwedstrijd {
    color: #282923 !important;
}


/* Einde kalender pagina */


/* In beeld pagina */

.album-choose {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.album-shown {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.album-choose li {
    width: 23%;
    float: left;
    border: 3px solid #c4161c;
    border-left: 1.5px solid #c4161c;
    border-right: 1.5px solid #c4161c;
    text-align: center;
    color: #c4161c;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.spinnerbox {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.spinner {
    display: none;
    max-height: 70px;
}

.album-choose li:first-child {
    border-left: 3px solid #c4161c !important;
}

.album-choose li:last-child {
    border-right: 3px solid #c4161c !important;
}

.active-album {
    color: #FFF !important;
    background-color: #c4161c;
}

.album-item {
    width: 23%;
    margin: 1%;
    opacity: 0;
    position: relative;
}

.album-item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
}

.albumdetail {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.albumdetail h1 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 800px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 120%;
    font-size: 3.5em;
}

.albumdetail h2 {
    text-align: center;
    padding: 0 5px;
    display: flex;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    letter-spacing: 1px;
    color: #FFFfff;
}

.albumdetail ul {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

.afbeelding_header {
    width: 98%;
    position: relative;
    overflow: hidden;
    max-height: 400px;
    height: 100vh;
}

.afbeelding_header>img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.afbeelding_header div {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    padding: 35px;
}

.albumdetail ul li {
    width: 23%;
    cursor: zoom-in;
    margin: 1%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.albumdetail>a {
    font-size: 1.1em;
    color: #4C4C4C;
    letter-spacing: 1px;
    font-weight: 200;
    margin-bottom: 20px;
    border-bottom: 1px solid #4C4C4C;
}

.albumdetail>a i {
    color: #4c4c4c;
    font-weight: 200;
    margin-right: 10px;
    transition: all 0.8s ease;
}

.albumdetail>a:hover i {
    transform: translateX(-10px);
}

.albumdetail ul li img {
    width: 100%;
    transition: all .8s;
}

.albumdetail ul li:hover img {
    transform: scale(1.1);
}

.album-item img {
    width: 100%;
}

.album-item h2 {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    color: #0065b3;
    line-height: 120%;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
}

.album-item:hover h2 i {
    transform: rotate(180deg);
    background-color: #0066b3;
}

.album-item h2 i {
    min-width: 25px;
    height: 25px;
    background-color: #c4161c;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 50%;
    transition: all 0.8s ease;
    margin-left: 10px;
}

.album-item div h3 {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: #c4161c;
    color: #FFF;
    font-weight: 700;
    font-weight: 1.2em;
    padding: 2px 5px;
}


/* Einde in beeld pagina */


/* Over ons en tijdlijn */

.timelineholder {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.timelineholder::after {
    content: '';
    position: absolute;
    width: 10px;
    background-color: #000;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.timelineoverlayholder {
    width: 10px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    z-index: 9;
    overflow: hidden;
    top: 0;
    bottom: 0;
}

.timelineoverlay {
    background-color: #0066b3;
    border-radius: 10px;
}

.timeline {
    position: relative;
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.timeline h2 {
    width: 100%;
    color: #4c4c4c;
    font-weight: 200;
    font-size: 18px;
    margin-bottom: 20px;
}

.timeline h2 span {
    width: fit-content;
    color: #fff;
    padding: 4px 30px;
    border-radius: 200px;
}

.right_time h2 span {
    background-color: #0065b3;
}

.left_time h2 span {
    background-color: #c4161c;
}

.timeline p {
    line-height: 150%;
    color: #4c4c4c;
    font-weight: 200;
    font-size: 18px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 5px;
    background-color: #e1e1e1;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100px;
}

.timeline_quote {
    width: 100%;
    color: #252525;
    position: relative;
    padding: 45px;
    background-color: #f9f9f9;
    border-radius: 20px;
}

.timeline_quote i:first-of-type {
    color: #0066b3;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    opacity: .5;
}

.timeline_quote i:last-of-type {
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    color: #0066b3;
    opacity: .5;
}

.timeline_container {
    padding: 30px 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    background-color: inherit;
    width: 100%;
}

.timeline_container::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    background-color: #0066b3;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 1;
}

.timeline_item_content {
    padding: 20px 0;
    background-color: #FFF;
    position: relative;
    border-radius: 6px;
    width: 45%;
}

.left_time {
    margin-right: 5%;
}

.right_time {
    margin-left: 5%;
}

.imageleft {
    margin-left: 5%;
}

.imageright {
    margin-right: 5%;
}

.timeline_other_content {
    width: 45%;
}

.timeline_other_content img {
    width: 100%;
}

.conclusie {
    max-width: 600px;
    width: 96%;
    margin: 0 auto;
    margin-top: -5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #8BCF97;
    margin-bottom: 50px;
    padding: 25px;
    position: relative;
    z-index: 1;
    border-radius: 3px;
    -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
    box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #FFF;
    font-size: 1.8em;
    margin-bottom: 30px;
    margin-top: 10px;
}

.left_time h2 {
    text-align: right;
}

.left_time p {
    text-align: right;
}

.conclusie p {
    text-align: center;
    color: #FFF;
    line-height: 150%;
}


/* Einde over ons en tijdlijn */


/* Goede doelen pagina */

.goed_doel_detail,
.steun_ons_detail {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    margin-bottom: 60px;
}

.goed_doel_detail_logo {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
    margin-top: 0;
    align-items: center;
}

.goed_doel_detail_logo .img {
    width: 40%;
}

.goed_doel_detail_logo img {
    width: 100%;
}

.goed_doel_detail_content h2 {
    font-size: 25px;
    color: #c4161c;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 180%;
}

.goed_doel_detail_content p {
    line-height: 170%;
    color: #4c4c4c;
    font-weight: 200;
    font-size: 20px;
    margin-bottom: 20px;
}

.goed_doel_detail_content ul,
.goed_doel_detail_content ol,
.steun_ons_detail_content ul,
.steun_ons_detail_content ol {
    list-style-type: disc;
    font-weight: 200;
    color: #4c4c4c;
    padding-left: 40px;
    margin-bottom: 20px;
}

.goed_doel_detail_content ul li,
.goed_doel_detail_content ol li,
.steun_ons_detail_content ul li,
.steun_ons_detail_content ol li {
    font-size: 18px;
    font-style: italic;
    line-height: 130%;
}

.goed_doel_detail_content ul li:not(:last-of-type),
.goed_doel_detail_content ol li:not(:last-of-type),
.steun_ons_detail_content ul li:not(:last-of-type),
.steun_ons_detail_content ol li:not(:last-of-type) {
    padding-bottom: 10px;
}

.goed_doel_detail_content a {
    color: #c4161c;
}

.goed_doel_detail_content .gotosite {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 30px;
    color: #fff !important;
    background-color: #c4161c;
    letter-spacing: 1px;
    border-radius: 10px;
    transition: all 0.8s ease;
}

.goed_doel_detail_content .gotosite a {
    font-weight: 700;
    background-color: #fff !important;
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #c4161c;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.goed_doel_detail_content .gotosite a i {
    margin-right: 10px;
    transition: all 0.8s ease;
}

.goed_doel_detail_content .gotosite a:hover i {
    transform: rotate(45deg);
}

.goed_doel_detail_quote {
    width: 50%;
    color: #252525;
    position: relative;
    padding: 45px;
    background-color: #F9F9F9;
    border-radius: 20px;
    height: fit-content;
}

.goed_doel_detail_quote i:first-of-type {
    color: #c4161c;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 25px;
    opacity: .5;
}

.goed_doel_detail_quote i:last-of-type {
    color: #c4161c;
    position: absolute;
    right: 15px;
    bottom: 15px;
    font-size: 25px;
    opacity: .5;
}

.goed_doel_detail_quote p {
    line-height: 150%;
    color: #a3a3a3;
    font-weight: 200;
    font-size: 18px;
}


/* Einde goede doelen pagina */


/* Steun ons pagina */

.steun_ons {
    position: relative;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 60px;
    margin-top: 30px;
}

.steun_ons.carrousel {
    width: 100% !important;
    max-width: 100%;
}

.carrousel>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1300px;
    margin: 30px auto;
}

.steun_ons article {
    width: 31.33%;
    margin: 1%;
    margin-bottom: 30px;
}

.steun_ons article h2 {
    color: #0066b3;
    font-weight: 700;
    margin-top: 10px;
    padding: 5px 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -ms-align-items: center;
}

.steun_ons article:hover h2 i {
    transform: rotate(180deg);
    background-color: #0066b3;
}

.steun_ons article h2 i {
    width: 25px;
    height: 25px;
    background-color: #c4161c;
    color: white;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    border-radius: 50%;
    transition: all 0.8s ease;
}

.steun_ons .img {
    overflow: hidden;
    background-color: white;
    position: relative;
    transition: all .8s ease;
    cursor: pointer;
    border: 4px solid #f9f9f9;
    border-radius: 4px;
}

.steun_ons article a.full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.steun_ons img {
    width: 100%;
    transition: all 0.8s ease;
}

.steun_ons_detail h1 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 800px;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 120%;
    font-size: 3.5em;
}

.steun_ons_detail_content {
    width: 95%;
    margin: 30px auto;
}

.steun_ons_detail_content h2 {
    font-size: 1.4em;
    color: #c4161c;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 180%;
}

.steun_ons_detail_content a:not(.gotosite) {
    color: #c4161c;
    font-weight: 500;
}

.steun_ons_detail_content a.gotosite {
    display: flex;
    width: fit-content;
    margin-top: 30px;
    color: #fff;
    background-color: #c4161c;
    padding: 10px 20px;
    letter-spacing: 1px;
    border-radius: 200px;
    transition: all 0.8s ease;
    border: 2px solid #c4161c;
}

.steun_ons_detail_content a.gotosite:hover {
    background-color: transparent;
    color: #c4161c;
}

.steun_ons_detail_content p {
    line-height: 170%;
    font-weight: 200;
    color: #4c4c4c;
    font-size: 18px;
    margin-bottom: 20px;
}

.steun_ons_detail ul {
    line-height: 170%;
    color: #828282;
    font-size: 1.2em;
    list-style-type: disc;
    margin-left: 40px;
}


/* Einde steun ons pagina */


/* Carrousel */

.carrousel {
    width: 100%;
    background-color: #f6f6f6;
}

.carrousel h2:not(.steun_ons article h2) {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #0066b3;
    text-align: center;
    width: 95%;
    margin: 0 auto;
    padding-top: 30px;
}


/* Dots */

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 10;
    left: 0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    color: black !important;
}

.slick-dots li button {
    font-size: 16px;
    line-height: 5em;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    display: inline-block;
    content: '';
    text-align: center;
    border-radius: 50%;
    padding: 0;
    opacity: .25;
    background-color: #c4161c;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: #c4161c;
}


/* Einde carrousel */


/* Sponsors pagina */

.sponsors {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sponsors:first-of-type {
    margin-bottom: 100px;
}

.groot-sponsor {
    width: 31.33% !important;
    margin: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.sponsor {
    width: 14.66%;
    margin: 1%;
    border: 4px solid #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.sponsor_worden {
    background-color: #c4161c;
    position: relative;
}

.sponsor_worden a {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    color: white;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 130%;
}

.sponsor a {
    position: relative;
}

.sponsor a:not(.sponsor_worden a):before {
    content: '';
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    top: 0px;
    left: 0px;
    background: linear-gradient(to right, #0066b3 0%, #0066b3 100%), linear-gradient(to top, #0066b3 50%, transparent 50%), linear-gradient(to top, #0066b3 50%, transparent 50%), linear-gradient(to right, #0066b3 0%, #0066b3 100%), linear-gradient(to left, #0066b3 0%, #0066b3 100%);
    background-size: 0% 2px, 2px 200%, 2px 200%, 0% 2px, 0% 2px;
    background-position: 50% 100%, 0% 0%, 100% 0%, 100% 0%, 0% 0%;
    background-repeat: no-repeat, no-repeat;
    transition: transform 0.8s ease-in-out, background-position 0.8s ease-in-out, background-size 0.8s ease-in-out;
    transform: scaleX(0) rotate(180deg * 0);
    transition-delay: 0.8s*2, 0.8s, 0s;
}

.sponsor:not(.sponsor_worden):hover {
    border: none;
}

.sponsor:not(.sponsor_worden):hover a:before {
    background-size: 200% 2px, 2px 400%, 2px 400%, 55% 2px, 55% 2px;
    background-position: 50% 100%, 0% 100%, 100% 100%, 100% 0%, 0% 0%;
    transform: scaleX(1) rotate(180deg * 0);
    transition-delay: 0s, 0.8, 0.8s*2;
}

.sponsor img {
    width: 100%;
}

.sponsor_ak {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
}

.sponsor_ak_small a {
    width: 46%;
    margin: 2%;
}

.sponsor_ak_small a img {
    width: 100%;
    transition: all .3s;
}

.sponsor_ak_small a img:hover {
    transform: scale(1.1);
}

.main_ak img,
.sponsor_ak img {
    width: 100%;
}

.main_ak h2,
.sponsor_ak h2 {
    font-size: 1.5em;
    color: #c4161c;
    font-family: "Gill Sans", "Gill Sans MT", Lato, sans-serif;
    font-weight: 700;
    padding: 10px 10px;
}

.sponsor_ak h2 {
    text-align: center;
    font-size: 1.3em;
    font-weight: 700;
}

.main_ak p,
.sponsor_ak p {
    font-size: 1.3em;
    padding: 0 10px;
}


/* Einde sponsors pagina */


/* Bestuurspagina */

.bestuur {
    width: 100%;
    margin-bottom: 20px;
    overflow: auto;
    margin-top: 20px;
}

.bestuur>div {
    width: 80%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.bestuur article {
    width: 23%;
    margin: 1%;
}

.bestuur img {
    width: 100%;
}

.bestuur .content {
    padding: 10px;
}

.bestuur .content h2 {
    color: #0065b3;
    font-weight: 700;
    line-height: 140%;
}

.bestuur .content h2 span {
    font-weight: 200;
}


/* Einde bestuurspagina */


/* Blog */

.blog-img img {
    width: 100%;
}

.blog-head {
    text-align: left;
    line-height: 180%;
    position: relative;
}

.blog-head .c {
    width: 100%;
    color: #505050;
}

.blog-content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 30px;
}

.footermar-blog {
    padding-bottom: 50px;
}

.blog-item {
    position: relative;
}

.blog-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.blog-rows {
    margin-top: 1%;
}

.blog-row {
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 1%;
}

.blog-row:last-child {
    margin-bottom: 0;
}

.blog-row .row-block {
    width: 49.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.row-block:not(:nth-child(2n)) {
    margin-right: 1%;
}

.blog-row.type-b .row-block {
    margin: 0;
    width: 100%;
}

.blog-row.reverse .row-block:first-child {
    order: 2;
    margin-left: 1%;
    margin-right: 0%;
}

.blog-row .extra .blog-item {
    width: 48.979591836734693877551020408163%;
}

.blog-row .extra .blog-item:not(:nth-child(2n)) {
    margin-right: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-main .blog-item {
    width: 100%;
}

.blog-row .extra .blog-item:nth-child(n+3) {
    margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.80);
    color: #fff;
}

.blog-rows .blog-inhoud h2 {
    font-weight: 700;
    text-align: left;
    line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.4em;
}

.blog-rows .extra .blog-inhoud h2 {
    font-size: 1.2em;
}

.blog-row.type-c .row-block {
    margin-right: 0;
    width: 100%;
}

.type-c .combo-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c.reverse .combo-img .big {
    order: 2;
}

.type-c .combo-img>* {
    width: 50%;
}

.type-c .combo-img .big img {
    width: 100%;
}

.type-c .combo-img .small {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.type-c .combo-img .small img {
    width: 50%;
}

.button-hold {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.button-hold:last-child {
    margin-bottom: 0px;
}

.button-hold a {
    display: inline-block;
    border: 2px solid #0065b3;
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    font-weight: 700;
    color: #0065b3;
    transition: all 1s ease;
}

.button-hold a:hover {
    background-color: #0065b3;
    color: #fff;
}


/**
   * Blog detail
   **/

.blog-holder {
    display: flex;
    margin-top: 60px;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.blog-aside {
    padding: 30px;
    width: 400px;
    margin-right: 50px;
    border: 2px solid #f3f3f3;
}

.blog-main {
    width: calc(100% - 350px);
}

.blog-main .c {
    font-size: 1.3em;
    color: #4c4c4c;
    font-weight: 200;
    padding: 0;
    line-height: 180%;
}

.blog-item .c {
    font-size: 1.1em;
    color: #4c4c4c;
    font-weight: 200;
    padding: 0 15px;
    line-height: 180%;
}

.blog-recent .blog-item .c {
    padding: 0 !important;
}

.blog-main .blog-img {
    position: relative;
    width: 100%;
}

.blog-main .blog-img .h1 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 180%;
    color: #0065b3;
    font-size: 2.1em;
}

.blog-aside h3 {
    font-weight: 700;
    color: #0065b3;
    font-size: 1.5em;
    text-align: left;
    margin-bottom: 25px;
}

.blog-nav nav {
    border-top: 1px solid rgb(220, 220, 220);
    margin-bottom: 60px;
}

.blog-nav a {
    line-height: 40px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgb(220, 220, 220);
    color: rgb(100, 100, 100);
    padding-left: 8px;
}

.blog-nav a:hover,
.blog-nav a.active {
    color: #0065b3;
}

.blog-nav-btn {
    display: none;
    text-align: center;
    padding: 10px 0;
    font-size: 3.2em;
    color: #0065b3;
    cursor: pointer;
}

.blog-recent h2 {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 150%;
    margin-bottom: 10px;
    color: #626572;
}

.blog-recent .c {
    margin-bottom: 10px;
    line-height: 180%;
    color: #999999;
}

.blog-recent .blog-item {
    margin-bottom: 35px;
}

.blog-recent .more {
    font-weight: 200;
    color: #0065b3;
}

.blog-more-nav {
    display: block;
}

.blog-overzicht {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-overzicht .blog-item a {
    position: static;
}

.blog-overzicht .btn-hold {
    padding: 15px;
    text-align: left;
}

.blog-overzicht .btn-hold a {
    display: inline-block;
    background-color: transparent;
    font-weight: 200;
    color: #0065b3;
    transition: all 1s ease;
    border-bottom: 1px solid #0065b3;
}

.blog-overzicht .blog-item:hover a {}

.blog-overzicht h2 {
    font-size: 1.3em;
    padding: 0 15px;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #4c4c4c;
    font-weight: 500;
}

.blog-overzicht .blog-item {
    width: 48%;
    margin: 1%;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    transition: all 1s ease;
}

.blog-overzicht .blog-item:hover {
    transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6) {
    width: 32%;
    margin-bottom: 2%;
}

.blog-overzicht .blog-item:nth-child(n+6) .c,
.blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
    display: none;
}

.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)) {
    margin-right: 2%;
}

.blog-content-row {
    margin-bottom: 30px;
}

.merk-content .blog-content-row {
    margin-bottom: 1.33%;
}

.blog-content-row h2 {
    font-size: 1.2em;
    line-height: 150%;
    color: #626572;
}

.blog-content-row .c {
    width: 100%;
    margin: 0 auto;
}

.blog-content-row a {
    color: #0065b3;
}

.blog-content-row .multi-img-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
}

.blog-content-row .multi-img-holder.two>* {
    width: 49%;
}

.blog-content-row .multi-img-holder.three>* {
    width: 32.33%;
}

.blog-content-row .multi-img-holder.four>* {
    width: 24%;
}

.blog-content-row .multi-img-holder>a img {
    width: 100%;
}

.blog-content-row .filmpje {
    max-width: 1000px;
    max-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.blog-content-row .tekst-and-image {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.blog-content-row .tekst-and-image>* {
    width: 50%;
}

.blog-content-row .tekst-and-image .c {
    padding: 0 20px;
}

.blog-content-row .tekst-and-image.reverse .img {
    order: 2;
}

.title-hold {
    text-align: center;
    margin-bottom: 36px;
}

.title-hold h3 {
    margin-top: 30px;
    padding-top: 30px;
    color: #626572;
    border-top: 3px solid #ececec;
    font-size: 1.5em;
    font-weight: bold;
}


/* Einde blog */


/* Verkooppunten */

.store_banner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.store_banner img {
    width: 100%;
}

.store_banner_content {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .7);
    padding: 35px;
    display: flex;
    max-width: 600px;
    flex-direction: column;
}

.store_banner_content h1 {
    font-size: 1.8em;
    font-family: adobe-devanagari, sans-serif;
    color: #c4161c;
}

.store_banner_content div {
    font-size: 1.3em;
    line-height: 150%;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #6d6d6d;
}

.stores {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    padding: 50px 0;
    padding-top: 0;
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.stores article {
    width: 31.33%;
    margin: 20px 1%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border: 1px solid #e2e2e2;
    position: relative;
}

.stores article img {
    width: 45%;
    display: inline-block;
    margin-bottom:
}

.stores article>div {
    width: 55%;
    padding: 0 15px;
}

.store_content {
    display: flex;
    flex-direction: column;
}

.store_content p {
    margin-bottom: 5px;
    line-height: 150%;
    font-size: .9em;
}

.store_content h2 {
    font-size: 1.1em;
    font-weight: 500;
    color: #0065b3;
    margin-bottom: 15px;
}

.store_content>div {
    font-weight: 200;
    color: #4C4C4C;
    font-size: 18px;
}

.stores article a.full {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.stores article a:not(.full) {
    position: absolute;
    right: -6px;
    bottom: -6px;
    background-color: #ffde00;
    padding: 5px;
    width: 35px;
    height: 35px;
    color: #0066b3;
    font-size: 16px;
    transition: all .8s ease;
    border: 1px solid #e2e2e2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
}

.stores article:hover a:not(.full) {
    background-color: #0066b3;
    color: white;
}

.stores-holder-afrekenen {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    justify-content: space-between;
}

.stores-holder-afrekenen .stores {
    order: 1;
    width: 66%;
    padding-bottom: 0;
    margin: 0;
}

.stores-holder-afrekenen .stores article {
    width: 48%;
}

.stores-holder-afrekenen #map_canvas {
    order: 2;
    width: 32%;
}

.searchstorebox {
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    padding: 50px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    background-color: #0066b3;
    margin-top: -50px;
    border-radius: 5px;
    z-index: 2;
    position: relative;
}

.searchstore {
    width: 100%;
    border: none;
    padding: 10px;
    text-align: center;
    background-color: #F4F4F4;
    color: #0066b3 !important;
    margin-right: 10px;
    font-family: 'Poppins', 'sans-serif';
}

.searchstore::placeholder {
    color: #0066b3;
    font-family: 'Poppins', 'sans-serif';
}

.searchstore input {
    border-radius: 5px !important;
}

.searchbutton {
    background-color: #ffde00;
    color: #0066b3;
    min-width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.1em;
    border: none;
    transition: all .3s;
    cursor: pointer;
    border-radius: 50%;
}

.searchbutton:hover {
    font-size: 1.2em;
}

.searchstorebox h2 {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 20px;
}

.spinnerbox {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 50px;
}

.spinner {
    display: none;
    max-height: 70px;
}

.storebanner {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.storedetail {
    width: 90%;
    max-width: 1100px;
    background-color: #0065b3;
    border-radius: 5px;
    padding: 35px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-top: -80px;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.15);
    margin-bottom: 100px;
}

#storemap {
    width: 100%;
    height: 500px;
}

.storedetail>img:not(.el) {
    width: 40%;
    border: 2px solid white;
}

.storedetail>img.el {
    position: absolute;
    bottom: -5px;
    right: -200px;
    width: 400px;
}

.storedetail_content {
    width: 40%;
    padding: 35px;
    position: relative;
}

.storedetail_content h1 {
    color: #fff;
    font-size: 1.5em;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.storedetail_content p {
    position: relative;
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 200;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    -ms-align-items: center;
    line-height: 130%;
}

.storedetail_content p i {
    width: 50px;
}

.storedetail_content p a {
    color: #fff;
}

.storedetail_links {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.storedetail_links a {
    background-color: #c4161c;
    padding: 12px 25px;
    color: #4C4C4C;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    min-width: 100%;
    text-align: center;
    border: 1px solid #c4161c;
}

.storedetail_links a:hover {
    background-color: transparent;
    padding: 12px 25px;
    color: #c4161c !important;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
    min-width: 100%;
    text-align: center;
}

.storedetail_links a i {
    margin-right: 10px;
}


/* Einde verkooppunten */


/* Contact pagina */

.contact_pagina {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 100px 10px 0 10px;
}

.contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #0065b3;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
    border-bottom-right-radius: 20px;
}

.contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
}

.contact_gegevens {
    width: 35%;
}

.contact_gegevens h1 {
    font-weight: 700;
    color: #0066b3;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #FFF;
    line-height: 150%;
}

.contact_gegevens p {
    padding-bottom: 10px;
    color: #4c4c4c;
}

.contact_split {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.contact_split h2 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
}

.contact_split div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.contact_split div p {
    padding: 10px;
    padding-left: 50px;
    position: relative;
    color: #fff;
}

.contact_split div p a {
    color: #fff;
}

.contact_split div p i {
    position: absolute;
    left: 0;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
}

.contact_split img {
    width: 200px;
    overflow: hidden;
    position: absolute;
    border-radius: 50%;
    top: -50px;
    right: -30px;
    border: 10px solid transparent;
    background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
    background-repeat: no-repeat;
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
}

#PL_privacy {
    justify-content: space-between;
    width: 100%;
}

.contact_formulier {
    width: 55%;
}

.contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: inline-block;
    margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    padding: 8px 0px;
    color: #0065b3c9;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: "Poppins", sans-serif;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
    border-bottom: 2px solid #0065b3c9;
    font-weight: 400;
}

.contact_form textarea {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    border-radius: 0px;
    padding: 10px 0px;
    color: #0065b3c9;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    height: 100px;
}

.contact_form textarea:focus {
    border-bottom: 2px solid #0065b3c9;
    font-weight: 400;
}

.contact_form input[type=submit] {
    padding: 7px 30px;
    background: transparent;
    border: 2px solid #0065b3c9;
    font-weight: 200;
    color: #0065b3c9;
    font-size: 1.2em;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    transition: all .8s ease;
}

.contact_form input[type=submit]:disabled {
    opacity: .3;
}

.contact_form input[type=submit]:disabled:hover {
    background: transparent;
    color: #0066b3;
}

.contact_form input[type=submit]:hover {
    background-color: #0066b3;
    color: #FFF;
}

.contact_formulier #NaamInput {
    width: 100%;
}

.contact_formulier #EmailInput {
    width: 100%;
}

.map {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    margin-top: -70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.map video {
    width: 30%;
    transform: translateX(40%);
}

.map img.el {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1) translate(-100px, 0px);
    z-index: 1000;
    width: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#dasmap {
    height: 600px;
    width: 70%;
}


/* Einde Contact Pagina */


/* Aanbod */

.aanbod_top {
    width: 100%;
    max-width: 1600px;
    padding: 40px 10px;
    padding-bottom: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    margin-top: 60px;
}

.aanbod_top>h1 {
    font-size: 2em;
    color: #D23B3D;
    font-weight: 700;
}

.aanbod_top>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.list_view {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.list_view>div {
    cursor: pointer;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 1.2em;
    color: #b6b6b6;
    background-color: white;
    border: 2px solid #F5F5F5;
    margin-left: 7px;
}

.list_view_active {
    background-color: #D23B3D !important;
    color: white !important;
    border: 2px solid #D23B3D !important;
}

.price_order {
    height: 40px;
    padding-right: 100px;
    padding-left: 15px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1em;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.aanbod_pagina {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 10px;
}

.aanbod_pagina aside {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    background-color: white;
    border: 2px solid #F5F5F5;
}

.aanbod_pagina aside>h2 {
    width: 100%;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.4em;
    color: #D23B3D;
    border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside>h2 span {
    display: none;
}

.aanbod_pagina aside>h2 span i {
    transition: all .5s;
}

.rotatethingy {
    transform: rotate(180deg);
}

.aanbod_pagina aside h3 {
    font-size: 1.3em;
    font-weight: 700;
    color: #353535;
    padding: 20px 20px;
    padding-bottom: 5px;
}

.aanbod_filter {
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed #F5F5F5;
}

.aanbod_filter:last-of-type {
    border-bottom: none;
}

.aanbod_filter select {
    width: 100%;
    padding: 10px;
    font-family: effra, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
    background-color: #F5F5F5;
    border: none;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .3s;
    color: #737373;
    font-size: 1.2em;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 2px;
    top: 2px;
    color: white;
}

.aanbod_items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.products_container {
    width: 100%;
    padding: 10px;
    padding-top: 0;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.product {
    width: 23%;
    margin: 0 1%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    background-color: white;
    position: relative;
    transition: all 1s;
}

.product .new {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: green;
    color: white;
    padding: 5px 20px;
    padding-top: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    -ms-align-items: center;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    border-radius: 15px 0;
}

.product:hover {
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.product a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.product>img {
    width: 100%;
    border: 2px solid #F5F5F5;
}

.product>h2 {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    font-weight: 200;
    font-size: 1.2em;
    margin-top: 10px;
}

.product>h3 {
    width: 100%;
    text-align: center;
    color: #3F3F3F;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 700;
}

.product button {
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
    border: none;
    color: white;
    background-color: #D03437;
    font-size: 1.1em;
    border-radius: 200px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.product_list img {
    display: none;
}

.product_list button {
    display: flex;
}

.product_list {
    width: 48%;
    border: 1px solid #dadada;
    padding: 10px;
}

.product_list>h2 {
    margin-top: 0;
}

.product_list>h3,
.product_list>h2 {
    text-align: left;
}

.noprods {
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 1.3em;
    font-weight: 200;
    width: 100%;
    padding: 30px;
    color: #353535;
    flex-direction: column;
    line-height: 150%;
}

.noprods div {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #D03437;
    color: white;
}

.clearfilters {
    font-size: .95em;
    color: #d32b47;
    display: none;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 5px;
    cursor: pointer;
    background-color: #f7f7f7;
}

.clearfilters i {
    margin-right: 10px;
}

.range-slider {
    margin-top: 10px;
}

.hiddenarticles {
    opacity: 0;
    transition: all .3s;
    transform: translateY(70px);
}

.spinnerbox {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px;
}

.spinnerbox img {
    width: 100px;
}


/* Einde Aanbod */


/* Product Pagina */

.product_topper {
    width: 100%;
    background-color: #FAFAFA;
}

.product_topper>div {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
}

.product_topper a {
    font-weight: 200;
    font-size: 16px;
    color: #1C1B1B;
    display: inline-block;
    padding: 10px 0;
}

.product_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    padding: 50px 10px;
}

.product_header_image {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.product_header_image>a i {
    transition: all .3s;
    padding-left: 5px;
}

.product_header_image>a:hover i {
    padding-left: 0 !important;
    padding-right: 5px;
}

.product_header_image>img {
    width: calc(100% - 150px);
    transition: all .2s;
}

.product_extrafotos {
    width: 150px;
}

.product_extrafotos .slick-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: 2;
    border: none;
}

.product_extrafotos .slick-next {
    top: initial;
    bottom: 0;
}

.product_extrafotos article {
    padding: 10px;
    border-left: 2px solid white;
}

.product_extrafotos article:first-of-type {
    padding-top: 0;
}

.product_extrafotos article img {
    width: 100%;
    cursor: pointer;
    border-left: 2px solid white;
}

.active_thumb {
    border-left: 2px solid #0065b3 !important;
}

.mainimg {
    cursor: zoom-in;
}

.product_header_content {
    width: 50%;
    padding: 0 80px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_header_content h1 {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 3.6px;
    color: #1C1B1B;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
    color: #353535;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 2.4px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product_header_content .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.product_header_content .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.product_header_content .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.product_links {
    margin-bottom: 10px;
}

.product_links a {
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
    color: #939393;
    padding: 2px 10px;
    font-size: .8em;
    transition: all .3s;
    margin-right: 5px;
}

.product_links a:hover {
    border: 1px solid #939393;
}

.product_intro {
    line-height: 200%;
    font-weight: 400;
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.product_prijs {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.product_prijs article {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_prijs article h2 {
    color: #353535;
    font-weight: 400;
    font-size: 1em;
    margin-top: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 10px;
}

.product_prijs article p {
    font-size: 16px;
    letter-spacing: 2.8px;
    font-weight: 400;
    color: #6A6A6A;
}

.product_afmetingen {
    display: flex;
    justify-content: flex-start;
}

.product_afmetingen article {
    padding: 15px 30px;
    background-color: #F3F3F2;
    border: 1px solid white;
}

.product_afmetingen article h2 {
    font-weight: 700;
    font-size: 1.2em;
    color: #6b6b6b;
    margin-bottom: 5px;
}

.product_afmetingen article p {
    font-size: 1.1em;
    color: #6b6b6b;
}

.product_actions {
    width: 100%;
}

.product_actions button {
    padding: 15px 30px;
    background-color: #c5c8cac9;
    color: #0065b3;
    font-weight: 400;
    border: none;
    border: 1px solid #c5c8cac9;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    width: 100%;
    transition: all .3s;
    font-family: Montserrat, sans-serif;
}

.product_actions button:hover {
    background-color: transparent;
}

.product_kleuren {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
}

.product_kleuren>label {
    position: relative;
}

.product_kleuren>label div {
    width: 5pc;
    height: 3pc;
    border: 2px solid #eee;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    color: #eee;
    margin-right: 4px;
    z-index: 2;
    position: relative;
}

.product_kleuren>label div>span {
    display: block;
    position: relative;
    top: 2px;
    width: 100%;
    text-align: center;
    font-size: 0.9em;
}

.product_kleuren>label input {
    opacity: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.product_kleuren>label input:checked+div {
    border: 2px solid red;
}

.maat_select {
    width: 100%;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #1C1B1B;
    letter-spacing: 4px;
    background-color: transparent;
    border: 1px solid #ddd;
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.product_more_info {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 150%;
    font-weight: 200;
    font-size: 20px;
    color: #4C4C4C;
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 10px;
}

.product_more_info h2 {
    font-size: 1.3em;
    font-weight: 700;
    color: #D23B3D;
    margin-top: 25px;
    margin-bottom: 5px;
}

.product_more_info ul {
    list-style-type: disc;
    padding-left: 20px;
}

.product_sfeerfoto {
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    background-color: black;
}

.product_sfeerfoto>div {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 1600px;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.product_sfeerfoto h2 {
    font-size: 59px;
    font-weight: 600;
    line-height: 110%;
    max-width: 630px;
    color: #fff;
    margin-bottom: 40px;
}

.product_sfeerfoto button {
    padding: 10px 30px;
    background-color: #D23B3D;
    color: white;
    font-weight: 700;
    border: none;
    border-radius: 200px;
    font-family: Montserrat, sans-serif;
}

.product_sfeerfoto>img {
    width: 100%;
    position: relative;
    z-index: 1;
    opacity: .7;
}

.amount_select {
    width: 200px;
    padding: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 200;
    font-size: 1.2em;
    background-color: #F5F5F5;
    border: none;
}


/* Einde Product Pagina */


/* Winkelwagen */

.winkelwagen_pagina,
.gegevens_pagina {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    margin-top: 60px;
}

.winkelwagen_pagina>h1,
.gegevens_pagina h1 {
    width: 100%;
    padding: 40px 0;
    padding-bottom: 10px;
    font-size: 24px;
    color: #1C1B1B;
    font-weight: 400;
}

.main {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.main img {
    width: 50px;
    margin-right: 20px;
}

.shopping_cart {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
}

.shopping_cart article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 15px;
    border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
    background-color: #f6f6f6;
    border-bottom: none;
}

.shopping_cart article:first-of-type .title {
    color: #1C1B1B;
    font-weight: 200;
    font-size: 16px;
    text-align: center;
    width: 100%;
}

.shopping_cart article:first-of-type .aantal {
    min-width: 150px;
    color: #1C1B1B;
    text-align: center;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    border: none;
}

.shopping_cart article:first-of-type .actions {
    visibility: hidden;
    min-width: 40px;
}

.sub_article {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.shopping_cart article:last-of-type {
    border-bottom: none;
}

.shopping_cart article h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1c1b1b;
    transition: color 0.2s ease-in-out;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 140%;
    margin-bottom: 10px;
}

.shopping_cart article h3 {
    width: 100%;
    font-weight: 500;
    letter-spacing: 0.2em;
    position: relative;
    z-index: 2;
    color: #6a6a6a;
    font-size: 14px;
}

.sub_article .aantal {
    display: inline-flex;
    align-items: center;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.sub_article .aantal input {
    border: none;
    width: 50px;
    text-align: center;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
}

.sub_article .aantal i {
    width: 50px;
    height: 50px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.sub_article .aantal input[type=number]::-webkit-outer-spin-button,
.sub_article .aantal input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.sub_article .aantal input[type=number] {
    -moz-appearance: textfield;
}

.sub_article .price {
    min-width: 200px;
    font-weight: 400;
    color: #1C1B1B;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
}

.sub_article .actions {
    background-color: #fff;
    color: #C4242C;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    -ms-align-items: center;
    align-items: center;
    padding-left: 20px;
    border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
    transition: all .5s;
}

.sub_article .actions:hover i {
    transform: scale(1.4);
}

.financial dl {
    border-top: 2px solid #e1e1e1;
    margin-top: 10px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    flex-direction: column;
}

.financial dt {
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1B;
    letter-spacing: 1px;
}

.financial dl>div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 12px 0;
}

.financial dl>div.extra {
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    -ms-align-items: flex-start;
    align-items: flex-start;
}

.financial dl>div.extra.vk {
    border-top: 2px dashed #e1e1e1;
    margin-top: 10px;
}

.financial dl>div.total dt,
.financial dl>div.total dd {
    color: #1C1B1B;
    font-weight: 700;
}

.financial dd {
    min-width: 150px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1B;
    letter-spacing: 1px;
}

.financial dl>div.extra dt {
    font-size: 12px !important;
}

.shop_empty {
    display: inline-block;
    padding: 10px 30px;
    background-color: #c5c8cac9;
    border: 1px solid #c5c8cac9;
    color: #0065b3;
    margin-top: 15px;
    transition: all 0.8s ease;
}

.shop_empty:hover {
    background-color: transparent;
    border: 1px solid #0065b3;
}

.product_actions .added {
    width: 100%;
    color: #0065b3;
    font-weight: 200;
    height: 51px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-aling-items: flex-start;
    text-align: left;
    display: none;
}

.product_actions .added i {
    font-size: 25px;
    margin-right: 10px;
}

.goto_prev {
    color: #1C1B1B;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 1px;
}

.goto_next,
#pay {
    padding: 15px 30px;
    background-color: #c5c8cac9;
    color: #0065b3;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    border: 1px solid #c5c8cac9;
    transition: all .3s;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.goto_next:hover,
#pay:hover {
    background-color: transparent;
    border: 1px solid #0065b3;
}

.buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
}


/* Einde Winkelwagen */


/* Gegevens */

.checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    height: 25px;
    font-weight: 200;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    transition: all .3s;
}

.checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    transition: all .3s;
    width: 20px;
    font-size: .8em;
    background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
    background-color: #ccc;
}

.checkbox input:checked~.checkmark {
    background-color: #000;
}

.checkmark i {
    content: "";
    position: absolute;
    display: none;
    font-size: 1.1em;
}

.checkbox input:checked~.checkmark i {
    display: block;
}

.checkbox .checkmark i {
    left: 4px;
    top: 4px;
    color: white;
}

.checkbox a {
    font-weight: 700;
    color: #000;
}

.webshop-form fieldset>div {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
}

.webshop-form .field {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.webshop-form .field label {
    width: 100%;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    color: #1C1B1B;
    margin-bottom: 5px;
}

.webshop-form .field input,
.webshop-form .field select {
    width: 100%;
    padding: 10px;
    color: #1C1B1B;
    border: none;
    font-size: 14px;
    background-color: #f4f4f4;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
}

.webshop-form .field select {
    background-image: url(/images/select.png);
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
    padding: 10px 30px;
    border: none;
    background-color: #314983;
    font-weight: 200;
    color: white;
    border-radius: 200px;
    font-family: Montserrat, sans-serif;
}

.webshop-form .selectField {
    width: 100%;
}

.webshop-form .textField,
.webshop-form .emailField {
    width: 49%;
}

.leverklik {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.checkboxField label {
    width: initial !important;
    margin-right: 10px;
}

.checkboxField {
    color: #000;
}

.checkboxField input {
    width: 20px !important;
}

.webshop-form h2 {
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 15px;
    padding-top: 20px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    border-top: 2px solid #f4f4f4;
    width: 100%;
}

.gegevens_input {
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    border-top: 2px solid #f4f4f4;
    padding-top: 20px;
}

.gegevens_input label a {
    color: #000;
    font-weight: 700;
}

.gegevens_controleren {
    display: none;
}

.webshop_Adres {
    width: 100% !important;
}

.webshop_Postcode {
    width: 31.33% !important;
}

.webshop_Gemeente {
    width: 66.66% !important;
}

.input_gegevens {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.input_gegevens p {
    font-size: 16px;
    font-weight: 200;
    color: #353535;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 47%;
    margin-bottom: 10px;
}

.input_gegevens p span {
    font-weight: 700;
}

.input_producten {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0;
    width: 100%;
}

.input_producten article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 2px dashed #f7f7f7;
    margin-bottom: 5px;
    padding: 10px 0;
    letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
}

.input_producten article img {
    width: 50px;
    margin-right: 20px;
}

.input_producten article:last-of-type {
    border-bottom: none;
}

.big {
    font-size: 16px;
    font-weight: 400;
    color: #1C1B1B;
    margin-bottom: 10px;
}

.small {
    font-size: 1em;
    font-weight: 400;
    color: #8a8a8a;
}

.input_producten article div:last-of-type {
    font-size: 16px;
    color: #1C1B1B;
    font-weight: 400;
}

.input_producten article div:last-of-type span {
    margin-left: 20px;
}

.controle_part .financial {
    width: 100%;
}


/* Einde Gegevens */


/* Bevestiging */

.bestelling_geplaatst,
.bevestiging_bg {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: flex-end;
    align-items: flex-end;
    background-color: #f0f3f7;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bestelling_geplaatst>div,
.bevestiging_bg>div {
    background-color: #0065b3;
    border: 4px solid white;
    border-radius: 5px;
    width: 100%;
    max-width: 650px;
    padding: 50px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
    margin-bottom: 100px;
}

.bestelling_geplaatst>div>i,
.bevestiging_bg>div>i {
    font-size: 2em;
    color: #fff;
}

.bevestiging_bg>div>img {
    width: 60px;
}

.bestelling_geplaatst>div h1,
.bevestiging_bg>div h1 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}

.bestelling_geplaatst>div h2,
.bevestiging_bg>div h2 {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    line-height: 130%;
}

.bestelling_geplaatst>div div,
.bevestiging_bg>div div {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.bestelling_geplaatst>div a,
.bevestiging_bg>div a {
    padding: 15px 30px;
    background-color: #ffde00;
    color: #0065b3;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 13px;
    border: 1px solid #ffde00;
    margin-top: 20px;
    transition: all .3s;
    font-family: 'Poppins', sans-serif;
    border-radius: 200px;
}

.bestelling_geplaatst>div a:hover,
.bevestiging_bg>div a:hover {
    background-color: transparent;
    color: #ffde00;
}

.bestelling_geplaatst img {
    width: 100%;
    margin-top: 30px;
}


/* Einde Bevestiging */


/* Media Query's */

@media screen and (max-width: 1500px) {
    .stores article {
        width: 48%;
    }

    .slogan {
        width: 80%;
    }

    .logobanner {
        padding: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .blog-content h2 {
        font-size: 1.25rem;
    }

    .blog-main .blog-img {
        width: 90%;
    }

    .inner_navigation {
        width: 95%;
    }

    .logo {
        left: 2.5%
    }

    .upontop {
        margin-right: 2.5%;
    }

    .trending>div {
        width: 90%;
    }

    .logobanner {
        padding: 50px 20px;
    }

    .bestuur>div {
        width: 90%;
    }
}

@media screen and (max-width: 1350px) {
    .product {
        width: 31.33%;
    }
}

@media screen and (max-width: 1300px) {
    .blog-overzicht .blog-item {
        width: 98%;
    }
}

@media screen and (max-width: 1250px) {
    .storedetail {
        width: 100%;
        margin-top: 0;
        box-shadow: none;
    }

    .store_banner_content {
        display: none;
    }
}

@media screen and (max-width: 1210px) {
    .blog-content h1 {
        font-size: 2.1rem;
    }

    .blog-content h2 {
        font-size: 1.15rem;
        width: 70%;
    }

    .blog-main .blog-img {
        width: 100%;
    }
}

@media screen and (max-width: 1200px) {
    .contact_pagina {
        padding: 25px 10px;
    }

    .contact_gegevens {
        margin-bottom: 20px;
        padding: 30px 10px;
    }

    .contact_gegevens,
    .contact_formulier,
    .map {
        width: 100%;
        padding: 0 10px;
    }

    .map {
        margin-top: 20px;
        height: auto;
    }

    .map video {
        display: none;
    }

    #dasmap {
        height: 500px;
        width: 100%;
    }

    .contact_gegevens h1,
    .contact_gegevens h2 {
        text-align: center;
        line-height: 120%;
    }

    .contact_gegevens>div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        margin-top: 20px;
    }

    .contact_gegevens>div a {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-direction: column;
    }

    .contact_split div {
        padding: 20px;
    }

    .contact_split img {
        right: -10px;
    }

    .contact_split div {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    body main .attentionFrame {
        width: 95%;
    }

    .blog-overzicht .blog-item:nth-child(n+6) h2 {
        font-size: 1.6em;
    }

    .blog-content-row .tekst-and-image>* {
        width: 100%;
    }

    .blog-content-row .tekst-and-image .img {
        margin: 15px auto;
        max-width: 500px;
    }

    .content-box {
        max-width: 95%;
    }

    .slogan {
        font-size: 60px;
    }

    .trending>div article .content div {
        font-size: 20px;
    }

    .map img.el {
        display: none;
    }

    .aanbod_pagina {
        flex-wrap: wrap;
    }

    .products_container {
        padding: 0;
    }

    .aanbod_items {
        margin-top: 30px;
    }

    .aanbod_pagina aside {
        width: 100%;
        max-width: 100%;
    }

    .aanbod_pagina aside>div {
        display: none;
    }

    .aanbod_pagina aside>h2 {
        cursor: pointer;
        border-bottom: none;
    }

    .aanbod_pagina aside>h2 span {
        display: inline-block;
    }

    .slick-prev {
        top: 42% !important;
    }

    .slick-next {
        top: 54% !important;
    }
}

@media screen and (max-width: 1150px) {
    .navigation {
        position: absolute;
    }

    .logo {
        position: relative;
        width: 200px;
        left: -2%;
    }

    .inner_navigation nav {
        display: none;
    }

    .inner_navigation {
        position: relative;
        padding: 10px;
        max-width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #resbtn {
        display: block;
    }

    .ressho {
        display: flex;
        justify-content: center;
        -ms-align-items: center;
        padding-right: 0px !important;
        align-items: center;
    }

    .menubtn {
        width: 45px;
        cursor: pointer;
    }

    .ressho .curtain-click {
        color: #FFF;
        margin-right: 15px;
        font-size: 1.5em;
    }

    .ressho .curtain-click {
        color: #FFF;
        margin-right: 15px;
        font-size: 1.5em;
    }

    .page_header .c {
        width: 80%;
    }

    .page_header>h2 {
        font-size: 15px;
    }

    .contact_split img {
        top: -60px;
    }

    .blokken {
        margin-top: 0;
        margin-bottom: 0;
    }

    .blokken article {
        flex-direction: column;
        margin-bottom: 0;
    }

    .blokken_img {
        width: 95%;
        order: 1;
    }

    .blokken_content {
        width: 95%;
        order: 2;
        padding: 40px 20px;
    }

    .product {
        width: 48%;
    }

    .logobanner article {
        display: none;
    }

    .logobanner article:nth-of-type(-n+4) {
        display: block;
    }

    .bestuur>div {
        width: 100%;
    }
}

@media screen and (max-width: 1100px) {
    .storedetail>img:not(.el) {
        width: 30%;
    }

    .storedetail>img.el {
        width: 350px;
        right: 0;
    }

    #storemap {
        width: 100%;
    }

    .stores-holder-afrekenen #map_canvas {
        order: 1;
        width: 100%;
        margin-bottom: 25px;
        height: 300px;
    }

    .stores-holder-afrekenen .stores {
        order: 2;
        width: 100%;
    }

    .stores-holder-afrekenen .stores article a {
        font-size: 0.8em;
    }

    .slogan {
        font-size: 55px;
    }
}

@media screen and (max-width: 1050px) {
    .trending>div {
        padding: 60px 0;
    }

    .album-item {
        width: 31%;
    }
}

@media screen and (max-width: 1000px) {
    .upontop>div:first-of-type {
        display: none;
    }

    .home_banner,
    .blokken {
        width: 95%;
        max-width: 95%;
    }

    .page_header .c,
    .blokken_img,
    .blokken_content {
        width: 100%;
    }

    .blokken_content {
        padding: 40px 0;
        padding-bottom: 0;
    }

    .home_social article {
        width: 48%;
    }

    .home_social article:not(:last-of-type) {
        margin-bottom: 20px;
    }

    .sponsor {
        width: 31.33%;
    }

    .groot-sponsor {
        width: 48% !important;
    }

    .contact_split img {
        width: 160px;
    }

    .blog-content h1 {
        width: 100%;
        font-size: 1.9rem;
    }

    .blog-content h2 {
        font-size: 1.15rem;
    }

    .blog-main .blog-img {
        width: 100%;
    }

    .blog-nav nav {
        margin-bottom: 20px;
    }

    .blog-holder {
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .row-block .extra {
        padding: 10px;
    }

    .blog-aside h3 {
        width: 100%;
    }

    .blog-recent {
        display: none;
    }

    .blog-recent .blog-item {
        width: 45%;
    }

    .blog-aside {
        width: 100%;
        margin-right: 0;
    }

    .blog-nav {
        order: 1;
    }

    .blog-main {
        width: 100%;
        padding: 10px;
        order: 2 !important;
    }

    .stores {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .stores article {
        width: 80%;
    }

    .instagram_feed .instagram_post {
        display: none;
    }

    .instagram_feed .instagram_post:nth-child(-n+4) {
        display: block;
    }

    .parallax {
        height: 60vh;
        margin: 30px 0;
    }

    .parallax h2 {
        width: 80%;
        font-size: 50px;
    }
}

@media screen and (max-width: 950px) {
    .storedetail>img.el {
        width: 300px;
    }

    .storedetail>img:not(.el) {
        display: none;
    }

    .storedetail_content {
        width: 60%;
    }

    #content-container h1 {
        font-size: 2.5em;
        margin-bottom: 60px !important;
    }

    #content-container h2 {
        font-size: 1.8em;
    }

    .events article {
        padding-left: 0;
        padding: 15px;
        flex-wrap: wrap;
        flex-direction: column;
        border-bottom: 2px solid #f9f9f9;
    }

    .kalender_item_date {
        position: relative;
        left: initial;
        top: initial;
        font-weight: 200;
        padding: 10px;
    }

    .kalender_moreinfo {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .kalender_item_content {
        width: 100%;
        display: block;
    }

    .afbeelding_header {
        max-height: 300px;
    }

    .album-item {
        width: 48%;
    }

    .bestuur article {
        width: 31%;
    }

    .bestuur {
        margin-top: 0;
    }
}

@media screen and (max-width: 900px) {
    .groot-sponsor {
        width: 48% !important;
    }

    .contact_split img {
        top: -60px;
    }

    .blog-main .c {
        font-size: 1.2em;
    }

    .product {
        width: 31.33%;
    }

    .product_header {
        flex-wrap: wrap;
    }

    .product_header_image {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .product_header_image img {
        max-width: 500px;
    }

    .product_header_content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {

    .home_banner,
    .navigatie {
        width: 95%;
    }

    .home_banner article h2 {
        font-size: 2.5em;
    }

    .home_banner article h3 {
        font-size: 1.1em;
    }

    .content-box {
        max-width: 100%;
    }

    .trending>div {
        width: 95%;
    }

    .trending>div .slick-slide {
        margin: .5% !important;
    }

    .trending>div article .content {
        left: 10px;
        bottom: 10px;
    }

    .trending .slick-arrow {
        left: 5px;
    }

    .trending .slick-next {
        left: initial;
        right: 5px;
    }

    .trending>div article .content h3 {
        font-size: 14px;
        font-weight: 200;
    }

    .trending>div article .content h2 {
        font-size: 20px;
    }

    .slogan {
        width: 100%;
        padding: 80px 30px;
        font-size: 50px;
    }

    .trending>div article .content div {
        font-size: 18px;
    }
}

@media screen and (max-width: 840px) {
    .timeline_item_content {
        width: 100%;
        padding: 0;
        order: 1;
    }

    .timeline {
        overflow: auto;
    }

    .timeline_other_content {
        width: 100%;
        order: 2;
        text-align: left;
    }

    .left_time h2 {
        text-align: left;
    }

    .left_time p {
        text-align: left;
    }

    .timeline_other_content img {
        width: 100%;
        margin-top: 10px;
    }

    .timeline_container {
        width: 90%;
        float: right;
        flex-wrap: wrap;
    }

    .timelineoverlayholder {
        left: 5%;
    }

    .timeline::after {
        left: 5%;
    }

    .timeline_container::after {
        left: -5.6%;
        width: 25px;
        height: 25px;
    }

    .timeline_quote {
        margin-top: 20px;
    }

    .right_time,
    .imageleft {
        margin-left: 0;
    }

    .imageright {
        margin-right: 0;
    }

    .timeline_container {
        padding: 10px;
    }
}

@media screen and (max-width: 800px) {
    .page_header.home {
        padding-top: 60px;
    }

    .home_social article {
        width: 100%;
    }

    .home_social article:nth-of-type(3) {
        display: none;
    }

    .events article h2 {
        font-size: 1.1em;
    }

    .albumdetail h1 {
        font-size: 2.5em;
    }

    .steun_ons_detail h1 {
        font-size: 2.5em;
    }

    .albumdetail ul li {
        width: 31.33%;
    }

    .afbeelding_header {
        height: 250px;
    }

    .steun_ons_detail_content p,
    .goed_doel_detail_content p,
    .goed_doel_detail_content ul,
    .steun_ons_detail_content ul,
    .goed_doel_detail_content ol,
    .steun_ons_detail_content ol .home_content>p {
        font-size: 1em;
    }

    .goed_doel_detail_logo {
        flex-direction: column;
    }

    .goed_doel_detail_logo .img {
        width: 70%;
    }

    .goed_doel_detail_quote {
        width: 90%;
    }

    .blog-rows .blog-main .blog-inhoud h2 {
        font-size: 1.6em;
    }

    .blog-content-row .multi-img-holder.four>*,
    .blog-content-row .multi-img-holder.three>* {
        width: 49%;
    }

    .blog-content-row .multi-img-holder.four>*:nth-child(-n+2) {
        margin-bottom: 2%;
    }

    .blog-content-row .multi-img-holder.three>*:last-child {
        display: none;
    }

    .shopping_cart article {
        flex-direction: column;
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
        display: flex;
        border: 2px dashed #e8e8e8;
    }

    .shopping_cart article:last-of-type {
        border-bottom: 2px dashed #e8e8e8;
    }

    .winkelwagen_pagina>h1,
    .gegevens_pagina h1 {
        text-align: center;
        margin-bottom: 10px;
    }

    .shopping_cart article h3,
    .shopping_cart article h2 {
        text-align: center;
    }

    .shopping_cart article .main {
        margin-bottom: 20px;
    }

    .shopping_cart article:first-of-type {
        display: none;
    }

    .winkelwagen_pagina {
        padding: 0 15px;
    }

    .financial dl {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .financial dt {
        font-weight: 400;
    }

    .financial dd {
        min-width: 0;
        margin-left: 15px;
    }

    .financial dl>div:last-of-type {
        justify-content: center;
        -ms-align-items: center;
        align-items: center;
    }

    .stores-holder-afrekenen .stores article {
        width: 98%;
    }

    .slogan {
        font-size: 40px;
    }

    .steun_ons article {
        width: 48%;
    }
}

@media screen and (max-width: 780px) {
    .navitem a {
        font-size: 1.5em;
    }

    .navitem ul a {
        font-size: 1.2em;
    }

    .resnavvis {
        display: block;
    }

    .reslogo {
        display: block;
        /* height: 50px; */
    }

    .reslogo img {
        height: 85px;
        margin: 42px 0;
        border-radius: 20px;
    }

    footer {
        height: auto;
    }

    .sponsor {
        width: 48%;
    }

    .groot-sponsor {
        width: 100% !important;
    }
}

@media screen and (max-width: 750px) {
    .page_header h1 {
        font-size: 2em;
    }

    .page_header .c {
        font-size: 18px;
        width: 90%;
    }

    .blokken_content {
        padding: 50px 20px;
    }

    .contact_info>div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .contact_info {
        padding: 20px 10px;
    }

    .contact_info h2 {
        text-align: center;
        margin-bottom: 0;
    }

    .album-choose li {
        width: 33.33%;
    }

    .album-item div h1 {
        font-size: 1.8vw;
    }

    .blog-recent .blog-item {
        width: 100%;
    }

    .webshop-form .textField,
    .webshop-form .emailField {
        width: 100%;
    }

    .webshop-form fieldset>div {
        padding: 10px;
    }

    .parallax h2 {
        width: 90%;
        font-size: 40px;
    }

    .parallax {
        height: 50vh;
    }

    .bestuur article {
        width: 48%;
    }
}

@media screen and (max-width: 700px) {

    .blog-row .row-block,
    .blog-row.type-b .row-block {
        width: 100%;
        margin-bottom: 4.0816326530612244897959183673469%;
    }

    .row-block:not(:nth-child(2n)) {
        margin-right: 0;
    }

    .blog-row.reverse .row-block:first-child {
        margin-left: 0;
    }

    .blog-row {
        margin-bottom: 0;
    }

    .product {
        width: 48%;
    }

    #PL_privacy {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .privcnt {
        margin-bottom: 20px !important;
    }

    .subm_button {
        width: 100%;
        text-align: right;
    }

    .contact_form input[type=submit] {
        padding: 5px 20px;
        font-size: 1em;
    }
}

@media screen and (max-width: 680px) {
    .blog-main .blog-img .h1 {
        position: static;
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 1.4em;
    }
}

@media screen and (max-width: 660px) {
    body main .attentionFrame {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 650px) {
    .storedetail {
        padding: 40px;
    }

    .storedetail_content {
        padding: 0;
    }

    .storedetail_content h1 {
        font-size: 1.2em;
    }

    .storedetail_content p,
    .storedetail_content a {
        font-size: 1em;
    }

    #content-container h1 {
        font-size: 2.1em;
    }

    #content-container h2 {
        font-size: 1.5em;
    }

    .contact_split img {
        top: -20px;
        width: 140px;
    }

    .home_banner article h2 {
        font-size: 2em;
    }

    .home_banner article h3 {
        font-size: 1em;
    }

    .home_banner .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .blog-content h1 {
        width: 100%;
        font-size: 1.8rem;
    }

    .blog-main .c {
        font-size: 1.1em;
    }

    .blog-main .blog-img {
        width: 100%;
    }

    .storedetail_links a {
        background-color: #fadac1;
        border: 1px solid #fadac1;
    }

    .slogan {
        font-size: 35px;
        padding: 50px 30px;
    }

    .logobanner>div {
        flex-wrap: wrap;
    }

    .logobanner article {
        width: 48%;
    }

    .blokken_content {
        padding: 20px;
    }

    .blokken_content h2 {
        font-size: 1.3em;
        margin-bottom: 10px;
    }

    .parallax {
        margin-bottom: 0;
    }

    .goed_doel_detail_content .gotosite {
        width: fit-content;
        justify-content: flex-end;
        margin-top: 30px;
        color: #fff !important;
        background-color: #c4161c;
        letter-spacing: 1px;
        border-radius: 10px;
        transition: all 0.8s ease;
        margin-bottom: 10px;
    }

    .goed_doel_detail_content .gotosite a {
        font-weight: 500;
        background-color: #c4161c !important;
        width: fit-content;
        padding: 10px 20px;
        border: 2px solid #c4161c;
        border-radius: 10px;
        color: white !important;
    }
}

@media screen and (max-width: 600px) {
    .page_header {
        padding: 40px 20px;
    }

    .page_header h1 {
        font-size: 1.5em;
    }

    .page_header .c {
        font-size: 18px;
        width: 95%;
    }

    .kalender_item_date {
        font-size: 1em;
    }

    .titelandinfo {
        flex-wrap: wrap;
        padding: 0;
        margin-top: 10px;
    }

    .kalender_tekst {
        font-size: 1em;
        padding-top: 15px;
    }

    .album-item div h1 {
        font-size: 1.1em;
    }

    .bigdate {
        height: auto;
        width: fit-content;
    }

    .bigdate div {
        flex-direction: row;
    }

    .bigdate div p:first-of-type {
        font-size: 1.1em !important;
        font-weight: 700;
        margin-right: 5px;
    }

    .bigdate div p:nth-of-type(2) {
        margin-right: 5px;
    }

    .blog-overzicht .blog-item {
        width: 100%;
        margin-bottom: 1em;
    }

    .blog-more-nav-btn {
        display: block;
    }

    .blog-more-nav {
        display: none;
    }

    .album-item {
        width: 100%;
    }

    .contact_gegevens h1 {
        font-size: 1.6em;
    }

    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        -ms-align-items: flex-start;
    }

    .contact_split h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .contact_split div p {
        font-size: 18px;
    }

    .stores article {
        width: 95%;
    }

    .slogan {
        font-size: 30px;
        padding: 50px 20px;
    }

    .parallax h2 {
        font-size: 30px;
    }

    .parallax {
        height: 40vh;
        margin: 30px 0;
        margin-bottom: 0;
    }

    .trending>div {
        padding-top: 30px;
    }

    .logo {
        padding: 0;
        border-radius: 0;
        width: 120px;
        transform: unset;
        left: unset;
        top: unset;
    }

    .steun_ons article {
        width: 100%;
    }

    .steun_ons {
        margin-top: 0;
    }

    .page_header {
        padding-bottom: 20px;
    }

    .page_header h1 {
        font-size: 1.3em;
    }

    .page_header .c {
        font-size: 16px;
    }

    .main-title {
        font-size: 1.2em;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .storedetail>img.el {
        right: -100px;
        width: 250px;
    }

    .aanbod_pagina {
        padding: 0;
    }

    .slick-prev {
        top: 38% !important;
    }

    .slick-next {
        top: 58% !important;
    }
}

@media screen and (max-width: 550px) {
    .home_banner article h2 {
        font-size: 1.7em;
    }

    .blokken_content {
        padding: 20px 0;
    }

    .home_banner article h3 {
        font-size: .9em;
    }

    .res-nav {
        width: 100%;
        right: -550px;
    }

    .albumdetail ul li {
        width: 48%;
    }

    .afbeelding_header {
        height: 200px;
    }

    .albumdetail h1 {
        font-size: 1.5em;
    }

    .steun_ons_detail h1 {
        font-size: 1.5em;
    }

    .albumdetail h2 {
        font-size: .9em;
    }

    .afbeelding_header {
        height: 200px;
    }

    .goed_doel_detail_logo img {
        width: 90%;
    }

    .goed_doel_detail_quote {
        width: 100%;
    }

    .contact_split img {
        border: 7px solid transparent;
    }

    .trending .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 15px;
    }

    .home_social article:nth-of-type(2),
    .home_blog_item:nth-of-type(2),
    .disclaimer {
        display: none;
    }

    .socials,
    .disclaimer.mob {
        display: flex;
    }

    .disclaimer {
        border: none;
        flex-direction: column;
        font-size: 14px;
        line-height: 140%;
    }

    .disclaimer.mob>div {
        display: flex;
        flex-direction: row;
    }

    .logobanner {
        padding: 20px;
    }

    .parallax h2 {
        font-size: 25px;
    }

    .parallax {
        height: 30vh;
    }

    .sponsor_worden a {
        font-size: 18px;
    }

    .bestuur article {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .goed_doel_detail_logo .img {
        width: 90%;
    }

    #content-container h1 {
        font-size: 1.8em;
    }

    .album-item {
        width: 100%;
        padding: 10px 0;
    }

    .contact_split img {
        width: 120px;
    }

    .bestelling_geplaatst>div,
    .bevestiging_bg>div {
        padding: 50px 20px;
    }

    .bestelling_geplaatst>div a,
    .bevestiging_bg>div a {
        font-size: 11px;
        padding: 10px 20px;
    }

    .disclaimer {
        font-size: 12px;
    }
}

@media screen and (max-width: 450px) {
    .blokken_content {
        padding: 30px 10px;
    }

    .blokken_tekst {
        font-size: 16px;
    }

    .blokken_content a {
        font-size: 16px;
    }

    .logo {
        width: 100px;
    }

    .menubtn {
        width: 40px;
    }

    .plenso_cookies {
        right: 10px;
    }

    .main-title {
        font-size: 1.2em;
    }

    .footer-top h1 {
        width: 100%;
        text-align: center;
    }

    .album-choose li {
        width: 100%;
        border: 1px solid #c4161c;
        margin-top: 10px;
    }

    .album-choose li:last-child {
        border-right: 1px solid #c4161c !important;
    }

    .album-choose li:first-child {
        border-left: 1px solid #c4161c !important;
    }

    .stores article {
        flex-wrap: wrap;
    }

    .stores article>div {
        width: 100%;
        padding: 15px 0;
    }

    .stores article a {
        bottom: -20px;
    }

    .stores article img {
        width: 100%;
    }

    .parallax h2 {
        font-size: 20px;
    }

    .parallax {
        height: 25vh;
    }

    .goed_doel_detail_content .gotosite a {
        font-size: 14px;
        padding: 7px 20px;
    }
}

@media screen and (max-width: 400px) {
    .contact_gegevens h2 {
        font-size: 15px;
    }

    .contact_split div {
        justify-content: flex-start;
        align-items: flex-start;
        text-align: center;
    }

    .contact_split div p {
        font-size: 15px;
        padding-left: 30px;
    }

    .contact_form input[type=text],
    .contact_form input[type=email],
    .contact_form textarea {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .privcnt {
        flex-wrap: wrap;
        height: initial !important;
        line-height: 120%;
    }

    .contact_form input[type=submit] {
        width: 100%;
        margin-top: 10px;
    }

    .blog-main .blog-img .h1 {
        font-size: 1.6em;
    }

    .nav_footer p,
    .nav_footer a {
        font-size: 10px;
    }
}

@media screen and (max-width: 390px) {
    body main .attentionFrame {
        padding-top: 3rem;
    }
}

@media screen and (max-width: 340px) {
    .album-choose li {
        width: 100%;
    }
}