/*
Theme Name:
Author URI: https://www.qstylez.nl/
Author: QStylez - Maaike Tol
Version: 1.0
*/

html {
    font-size: 15px;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    color: #4d4d4d;
    font-family: 'Heebo', sans-serif;
    line-height: 1.8;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html, button, input, select, textarea {}
small {
    font-size: small;
}
.grecaptcha-badge {
    display: none;
}
/* Assistive text */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    position: absolute !important;
    height: 1px;
    width: 1px;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
:focus {
    outline: 0
}
a.post-edit-link {
    display: none
}
textarea, input[type="submit"] {
    -webkit-appearance: none;
}
ul, ol {
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    clear: both;
    line-height: 1;
}
h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2.5rem;
}
h2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2rem;
}
h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
}
h1 span,h2 span,h3 span {
    font-weight: 300;
}
.page-template-sub-content .entry-content h2, .page-template-sub-content .entry-content h3, .page-template-sub-content .entry-content h4, .page-template-sub-content .entry-content h5, .page-template-sub-content .entry-content h6, .single .entry-content h2, .single .entry-content h3, .single .entry-content h4, .single .entry-content h5, .single .entry-content h6 {
    margin-bottom: 0;
    margin-top: 1.5rem;
}
.page-template-sub-content .entry-content h2+p, .page-template-sub-content .entry-content h2+ul, .page-template-sub-content .entry-content h2+ol, .page-template-sub-content .entry-content h3+p, .page-template-sub-content .entry-content h3+ul, .page-template-sub-content .entry-content h3+ol, .page-template-sub-content .entry-content h4+p, .page-template-sub-content .entry-content h4+ul, .page-template-sub-content .entry-content h4+ol, .page-template-sub-content .entry-content h5+p, .page-template-sub-content .entry-content h5+ul, .page-template-sub-content .entry-content h5+ol, .page-template-sub-content .entry-content h6+p, .page-template-sub-content .entry-content h6+ul, .page-template-sub-content .entry-content h6+ol, .single .entry-content h2+p, .single .entry-content h2+ul, .single .entry-content h2+ol, .single .entry-content h3+p, .single .entry-content h3+ul, .single .entry-content h3+ol, .single .entry-content h4+p, .single .entry-content h4+ul, .single .entry-content h4+ol, .single .entry-content h5+p, .single .entry-content h5+ul, .single .entry-content h5+ol, .single .entry-content h6+p, .single .entry-content h6+ul, .single .entry-content h6+ol {
    margin-top: 10px;
}
.page-template-sub-content .entry-content h2, .single .entry-content h2, .col.about h2 {
    font-size: 2rem;
}
.page-template-sub-content .entry-content h3, .single .entry-content h3 {
    font-size: 1.5rem;
}
b, strong {
    font-weight: 700;
}
p, li {
    margin: 15px 0;
}
a {
    text-decoration: none;
}
.error404 .page-title {
    font-size: 3rem;
}
.home-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 170px;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/svg/EHBO_logo.svg) no-repeat;
    background-size: contain;
    background-position: 0% 0%;
    height: 50px;
}
.home-link img {
    width: 100%;
    display:block;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: none;
    cursor: pointer;
}
button[disabled], input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    padding-right: 2px;
    /* Don't cut off the webkit search cancel button */
    width: 100%;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
img {
    border-style: none;
}
img, video {
    height: auto;
    max-width: 100%;
}

section:after, article:after, .clear:after, #inner-header:after, .row:after, .social:after, .site-info:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
    color: ;
}
:-moz-placeholder {
    color: ;
}
::-moz-placeholder {
    color: ;
}
:-ms-input-placeholder {
    color: ;
}
/**
 * Standaard
 * ----------------------------------------------------------------------------
 */
 header#masthead {
background: #f7f7f7;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

body.home div#main {
    margin-top: 70px;
}
.site-header .inner.flexbox-wrapper {
    align-items: center;
    justify-content: space-between;
}

a.c-btn.green {
    background: #64c700;
}
.doneren-wrapper a.c-btn {
    margin: 0 auto;
    padding: 15px 30px;
    font-size: 17px;
}
a.c-btn.green:hover {
    background: #5dac0d;
}
a.c-btn {
    transition: .1s ease-in-out;
    position: relative;
    background: #f3000f;
    color: white;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 40px;
    display: table;
    font-weight: bold;
    letter-spacing: .5px;
}
a.c-btn:hover {
    background: #c71617;
}
section.nieuws .nieuws-item a.c-btn:hover {
    background: #a81112;
}
.single-nieuws .site-content {
    padding: 0px 20px;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.nav-links a:hover {
    background: #d70613;
}
.nav-links a {
    transition: .1s ease-in-out;
    position: relative;
    background: #f3000f;
    color: white;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 40px;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .5px;
}
.items a.facebook {
    margin-left: 10px;
}

.items a {
    line-height: 1;
}
.items {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.items i {
    transition: .1s ease-in-out;
    color: #f3000f;
}
.items a:hover i {
    color: black;
}
.menu span:nth-of-type(2) {
    top: 9px;
}

.menu span:nth-of-type(3) {
    top: 18px;
}
.menu span {
    width: 100%;
    height: 2px;
    background: #f3000f;
    display: block;
    position: absolute;
    transition: .2s ease-in-out;

}

.menu {
    width: 22px;
    height: 20px;
    position: relative;
    margin-left: 10px;
}

.menu.open span:nth-of-type(2) {
    right: -60px;
    opacity: 0;
}

.menu.open span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: 50%;
}
.menu.open span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 50%;
}
.inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    line-height: 1.8;
    position: relative;
}
.flexbox-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.sponsoren {
    justify-content: space-between;
    width: 100%;
}

.sponsor {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.sponsor-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    align-items: center;
    padding: 20px 0;
}
.sponsor-item {
    text-align: center;
}

.sponsor-logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transition: transform 0.2s ease-in-out;
}

.sponsor-logo:hover {
    transform: scale(1.05);
}

div#navbar ul.nav-menu {
    max-height: 0;
    overflow: hidden;
    position: relative;
    transition: .4s ease-in-out;
}
div#navbar.open ul {
    max-height: 600px;
}
div#navbar ul.nav-menu li:last-of-type a {
    color: #f3000f;
}

div#navbar ul.nav-menu li:last-of-type {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 0;
}
div#navbar ul.nav-menu li:first-of-type {
    margin-top: 20px;
}
div#navbar ul.nav-menu li {
    margin: 0;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0px;
}
div#navbar ul.nav-menu a {
    color: black;
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
    transition: .1s ease-in-out;
}
div#navbar li.current-menu-item a {
    color: #f3000f;
}
div#navbar ul.nav-menu li a:hover {
    color: #f3000f;
}
div#navbar ul.nav-menu {
    list-style-type: none;
}
div#navbar {
    order: 4;
    flex-basis: 100%;
    width: 100%;
}
h1.hidden {
    display: none;
}

section.intro {
    padding: 40px 0px;
    position: relative;
}
.ehboCursus p {
    text-shadow: 1px 1px 3px #646464;
}

.ehboCursus h2 {
    text-shadow: 1px 1px 3px #595959;
}
.ehboCursus h2, .ehboCursus p {
    color: white;
}
.ehboCursus {
    padding: 40px 20px;
    position: relative;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/2020/01/Header_cursus_kleinebanner.png) no-repeat;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center center;
}
.ehboCursus a.c-btn {
    margin-top: 20px;
}
.page-id-212 .sub-content .flexbox-wrapper div.knoppen {
    display: none;
}

.page-id-212 .sub-content .flexbox-wrapper a:not(.c-btn):hover {
    color: #f3000f;
}
.page-id-212 .sub-content .flexbox-wrapper a:not(.c-btn):before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/2020/03/favicon.png) no-repeat;
    background-size: contain;
    background-position: center center;
    margin-right: 10px;
    vertical-align: middle;
}
.page-id-212 .sub-content .flexbox-wrapper a:not(.c-btn) {
    color: black;
    font-weight: 500;
    font-size: 17px;
    line-height: 2;
}
.intro .right .hartslagNu h3 {
    margin-bottom: 5px;
    font-size: 2rem;
    color: #ffce00;
}

.intro .right .hartslagNu p.bigger {
    font-size: 17px;
    font-weight: 500;
    margin-top: 0;
}
.intro .right .hartslagNu p {
    color: white;
}
a.c-btn.white {
    background: white;
    color: #f3000f;
    margin-top: 20px;
}
a.c-btn.white:hover {
    background: #f7f7f7;
}
.emergency .tekst a.c-btn {
    z-index: 99;
}
.intro .right .hartslagNu {
    background: #f3000f url(https://www.ehbovolendam.nl/wp-content/uploads/svg/HartslagNu_Banner.svg) no-repeat;
    padding: 40px 20px;
    position: relative;
    margin-bottom: 20px;
    background-position: 100% 100%;
    background-size: contain;
}
.sub-locaties h1, .sub-agenda h1, .sub-cursus h1 {
    color: #f3000f;
    line-height: 1.2;
}
div#search-filter-results-50 ul li:nth-of-type(1), .verbandposten ul li:nth-of-type(1) {
    flex-basis: 100%;
    padding: 10px;
    font-weight: bold;
    font-size: 17px;
    padding-bottom: 0px;
}

div#search-filter-results-50 ul li, .verbandposten ul li {
    flex-basis: 50%;
    width: 50%;
    margin: 0;
    padding: 0px 10px;
    padding-bottom: 10px;
}
div#search-filter-results-50 ul, .verbandposten ul {
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: space-between;
    border-bottom: 1px solid #ededed;
}
div#search-filter-results-50 ul:last-of-type, .verbandposten ul:last-of-type {
    border-bottom: 0;
}
div#search-filter-results-50, .verbandposten {
    background: #f7f7f7;
    margin-bottom: 40px;
}
li.sf-level-0.sf-item-0 {
    display: none;
}
.searchandfilter ul > li > ul li.sf-option-active, .searchandfilter ul > li > ul li:hover {
    border: 1px solid #f3000f;
    color: #f3000f;
}
.page-id-204 .site-content .tekst .inner {
    padding: 0;
}
body:not(.home) section.doneren {
    padding: 20px 0px;
    position: relative;
}
.nieuws-wrapper .nieuws-item span.datum {
    display: table;
    margin-bottom: 10px;
    margin-top: 5px;
}
.nieuws-wrapper .nieuws-item h3 {
    margin-bottom: 0;
}
.nieuws-wrapper .nieuws-item:last-of-type {
    margin-bottom: 0;
}
.nieuws-wrapper .nieuws-item {
    background: #f7f7f7;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
}
section.doneren form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.doneren form p:nth-of-type(1) {
    position: relative;
    margin-top: 40px;
}

section.doneren form p:nth-of-type(1):before {
    content: 'Soort donatie';
    position: absolute;
    top: -30px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    left: 0;
    line-height: 1;
}
section.doneren form p:nth-of-type(1) {
    order: 1;
}
section.doneren form p:nth-of-type(13) {
    order: 13;
}

section.doneren form p:nth-of-type(12) {
    order: 12;
}
section.doneren form p:nth-of-type(11) {
    order: 11;
}
section.doneren form p:nth-of-type(8) {
    order: 10;
}
section.doneren form p:nth-of-type(7) {
    order: 9;
}
section.doneren form p:nth-of-type(6) {
    order: 8;
}
section.doneren form p:nth-of-type(5) {
    order: 7;
}
section.doneren form p:nth-of-type(4) {
    order: 6;
}
section.doneren form p:nth-of-type(3) {
    order: 5;
}
section.doneren form p:nth-of-type(2) {
    order: 4;
    position: relative;
    margin-top: 40px;
}
section.doneren form p:nth-of-type(2):before {
    content: 'Persoonlijke gegevens';
    position: absolute;
    top: -30px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    left: 0;
    line-height: 1;
}
section.doneren form p:nth-of-type(n+2) {
    background: transparent;
}

section.doneren form p:nth-of-type(n+2) input {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}
section.doneren form p:nth-of-type(10) {
    order: 3;
    border: 0;
    background: transparent;
    padding: 0;
    position: relative;
    margin-top: 40px;
}
section.doneren form p:nth-of-type(10):before {
    content: 'Betaalopties';
    position: absolute;
    top: -30px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    left: 0;
    line-height: 1;
}
section.doneren form p:nth-of-type(9) {
    order: 2;
    position: relative;
    margin-top: 40px;
}
section.doneren form p:nth-of-type(9):before {
    content: 'Bedrag';
    position: absolute;
    top: -30px;
    font-weight: bold;
    font-size: 1.25rem;
    color: #000000;
    left: 0;
    line-height: 1;
}
section.doneren form p:nth-of-type(10) label input:checked {
    border: 1px solid #f3000f;
    border-radius: 10px;
}

section.doneren form p:nth-of-type(10) label input {
    -webkit-appearance: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    appearance: none;
    padding: 0;
    top: 0;
    background: transparent;
}
section.doneren form p:nth-of-type(10) label {
    border: 0;
    padding: 10px;
    border-radius: 10px;
    position: relative;
    flex-basis: 30%;
    width: 30%;
    text-align: center;
    background: white;
}
section.doneren form p:nth-of-type(11) label input:checked, section.doneren form p:nth-of-type(12) label input:checked {
    background: #f3000f;
}

section.doneren form p:nth-of-type(12) label a {
    margin-left: 5px;
}
section.doneren form p:nth-of-type(11) label input, section.doneren form p:nth-of-type(12) label input {
    width: auto;
    margin: 0;
    flex-basis: auto;
    margin-right: 10px;
    -webkit-appearance: none;
    padding: 7.5px;
    align-self: center;
}
section.doneren form p:nth-of-type(11) label, section.doneren form p:nth-of-type(12) label {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    margin: 10px 0px;
    color: black;
}
section.doneren form p:nth-of-type(11), section.doneren form p:nth-of-type(12) {
    padding: 0;
    border: 0;
    margin: 0;
}
section.doneren form p:nth-of-type(13) input {
    margin: 0;
    border: 0;
    width: 100%;
    flex-basis: 100%;
    transition: .1s ease-in-out;
    position: relative;
    background: #64c700;
    color: white;
    line-height: 1;
    padding: 15px 25px;
    border-radius: 40px;
    display: table;
    font-weight: bold;
    letter-spacing: .5px;
    font-size: 17px;
}
section.doneren form p:nth-of-type(13) input:hover {
    background: #5dac0d;
}
section.doneren form p:nth-of-type(13) {
    margin-bottom: 0;
    margin-top: 20px;
    padding: 0;
    border: 0;
}
section.doneren ul {
    list-style-type: none;
}

section.doneren ul li {
    margin: 0;
    background: #000000;
    padding: 10px;
    color: white !important;
    margin-bottom: 10px;
}

section.doneren form p select {
    font-family: 'Heebo', sans-serif;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 14px;
    color: #999999;
}
section.doneren form p:nth-of-type(9) span {
    flex-basis: 80%;
    width: 80%;
    text-align: right;
    font-weight: bold;
    opacity: 0;
}
section.doneren form p:nth-of-type(9) select:nth-of-type(2) {
    flex-basis: 30%;
    width: 30%;
}

section.doneren form p:nth-of-type(9) select {
    margin-top: 10px;
    flex-basis: 60%;
    width: 60%;
    border: 1px solid #dfdfdf;
    padding: 10px;
    background: white;
    border-radius: 10px;

}
section.doneren form p:nth-of-type(9) span:nth-of-type(2) {
    opacity: 1;
    flex-basis: 100%;
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
}
section.doneren form p:nth-of-type(9) input {
    background: white;
    flex-basis: 100%;
    width: 100%;
    -webkit-appearance: textfield;
    border: 1px solid #dfdfdf;
    margin: 0;
    padding: 10px;
    border-radius: 10px;
}
section.doneren form p input {
    margin-top: 5px;
    padding: 5px;
    border-bottom: 0;
    background: white;
    width: 60%;
    flex-basis: 60%;
    margin-left: 10px;
}

section.doneren form p br {
    display: none;
}
section.doneren form p {
    margin: 0;
    background: white;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 10px;
    flex-basis: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    color: black;
    color: #999999;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}
span.wpcf7-form-control.wpcf7-acceptance span a {
    color: black;
    font-weight: bold;
}

span.wpcf7-form-control.wpcf7-acceptance span input:checked {
    background: #f3000f;
}
span.wpcf7-form-control.wpcf7-acceptance span input {
    width: auto;
    margin: 0;
    margin-right: 10px;
    -webkit-appearance: none;
    padding: 7.5px;
    border: 1px solid #f3000f;
    border-radius: 100%;
    margin-bottom: -2px;
}
.error404 div#primary {
    padding: 60px 0px;
    background: white;
    text-align: center;
}
.verbandposten h2:nth-of-type(2) {
    padding-top: 20px;
}

.verbandposten h2 {
    background: white;
    margin-bottom: 0;
    padding-bottom: 20px;
}
span.wpcf7-form-control.wpcf7-acceptance span {
    margin: 0;
}
form p:last-of-type {
    border: 0;
}
.page-id-17 .sub-locaties .resultaten {
    background: #f7f7f7;
    flex-basis: 100%;
    width: 100%;
    padding: 20px;
    position: relative;
}
input.wpcf7-form-control.wpcf7-submit {
    transition: .1s ease-in-out;
    position: relative;
    background: #f3000f;
    color: white;
    line-height: 1;
    padding: 10px 30px;
    border-radius: 40px;
    display: table;
    font-weight: bold;
    letter-spacing: .5px;
    width: auto;
    border-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    background: #cd0713;
}
span.ajax-loader {
    position: absolute;
}
.sub-contact .right > div:first-of-type h3 {
    margin-bottom: 20px;
    color: #ffd521;
    font-size: 1.75rem;
}

.sub-contact .right > div:first-of-type ul li a {
    color: white;
    font-weight: 500;
}
.sub-contact .right > div:first-of-type ul li a:hover {
    text-decoration: underline;
}
.sub-contact .right > div:first-of-type ul li {
    margin: 0;
}
.sub-contact .right > div:first-of-type ul {
    list-style-type: none;
}
.sub-contact .right > div:first-of-type {
    background: #f3000f;
    color: white;
    padding: 20px;
}
.sub-contact .right > div.maps {
    margin-top: 20px;
    height: 250px;
}
.sub-contact .right {
    flex-basis: 100%;
    width: 100%;
    margin-top: 40px;
}
.searchandfilter ul > li > ul > li {
    border: 1px solid #a7a7a7;
    margin-bottom: 20px;
    color: #a7a7a7;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    transition: .1s ease-in-out;
}
.searchandfilter ul > li > ul > li label {
    cursor: pointer;
}
.searchandfilter ul > li input {
    -webkit-appearance: none;
    display: none;
}
textarea {
    resize: none;
    height: 100px;
}
section.contactOpnemen.inner.flexbox-wrapper .left form p {
    width: 100%;
    margin: 0;
    margin-top: 10px;
}
input, textarea {
    width: 100%;
    padding: 10px;
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    border: 0;
    background: transparent;
    border-bottom: 1px solid black;
}
section.contactOpnemen.inner.flexbox-wrapper .left form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.contactOpnemen.inner.flexbox-wrapper .left form p:nth-of-type(1), section.contactOpnemen.inner.flexbox-wrapper .left form p:nth-of-type(2) {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}

section.contactOpnemen.inner.flexbox-wrapper .left > p {
    margin: 0;
}
section.contactOpnemen.inner.flexbox-wrapper h1, .sub-paginacontent h1 {
    color: #f3000f;
}
.sub-paginacontent .tekst p a {
    color: #f3000f;
    font-weight: 500;
}
.sub-paginacontent .tekst a:hover {
    text-decoration: underline;
}
section.contactOpnemen.inner.flexbox-wrapper {
    background: #f7f7f7;
    padding: 20px 20px;
}
p.verplicht {
    font-size: 13px;
}
.searchandfilter ul > li {
    padding: 0;
}
.intro .right {
    flex-basis: 100%;
    width: 100%;
}
.verbandpost .left p a {
    color: #f3000f;
    font-weight: 500;
}

.verbandpost .left p:first-of-type {
    font-size: 18px;
}
.verbandpost .left p {
    font-size: 15px;
    padding-right: 0;
}

ul.jaarverslagen li a:hover {
    background: #e7e7e7;
    text-decoration: none !important;
}

ul.jaarverslagen li a {
    background: #f7f7f7;
    padding: 10px 20px;
    display: table;
    border-radius: 30px;
    line-height: 1.2;
    font-weight: 500;
    color: black;
    transition: .1s ease-in-out;
}
ul.jaarverslagen li {
    margin: 0;
    margin-right: 20px;
    margin-bottom: 20px;
}
ul.jaarverslagen {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 700px;
}
.emergency .tekst a.c-btn {
    margin: 0 auto;
}

.emergency .tekst p {
    color: white;
    font-size: 14px;
    margin: 20px 0px;
}
.emergency .tekst h3 {
    color: #f3000f;
    font-size: 2rem;
    margin-bottom: 0;
}
.emergency:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/2020/01/ICE_Mobiel.png) no-repeat;
    background-size: contain;
    background-position: center left;
}
.emergency .tekst {
    text-align: center;
    flex-basis: 50%;
    width: 50%;
}

.emergency {
    position: relative;
    padding: 40px 20px;
    background: #ffdb41 url(https://www.ehbovolendam.nl/wp-content/uploads/svg/ICE_Banner.svg) no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: flex-end;
}
.emergency span.afb {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/svg/ICE_App.svg) no-repeat;
    background-size: contain;
    z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-left: 120px;
    top: 20px;
}
.doneren-wrapper p {
    margin: 0;
}

.doneren-wrapper {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
}

section.doel {
    padding: 40px 0px;
    background: #f7f7f7;
    margin-top: 40px;
    position: relative;
}
.agenda.flexbox-wrapper p:nth-of-type(2) {
    font-weight: bold;
    border-bottom: 1px solid black;
    flex-basis: 55%;
    padding-bottom: 5px;
    width: 55%;
}

.agenda.flexbox-wrapper p.datum {
    flex-basis: 35%;
    width: 35%;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}
.agenda.flexbox-wrapper span {
    margin-right: 10px;
    color: #f3000f;
}
.agenda.flexbox-wrapper p {
    margin: 0;
}
.agenda.flexbox-wrapper {
    align-items: flex-start;
    justify-content: space-between;
}
.agenda.flexbox-wrapper {
    padding: 10px 0px;
}
.stappenplan .number {
    width: 70px;
    height: 70px;
    display: block;
    background: #ffd006;
    color: white;
    font-weight: bold;
    font-size: 2.5rem;
    border-radius: 100%;
    line-height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}
section.nieuws .flexbox-wrapper > div.nieuws-wrapper .nieuws-item:nth-of-type(3) {
    display: none;
}
section.nieuws .flexbox-wrapper > div.nieuws-wrapper .nieuws-item {
    background: #c71617;
}
section.nieuws .flexbox-wrapper > div.nieuws-wrapper {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
}
section.nieuws .flexbox-wrapper > div > .c-btn {
    background: #64c700;
}
section.nieuws .flexbox-wrapper > div > .c-btn:hover {
    background: #59ae03;
}
section.nieuws {
    padding: 40px 0px;
    background: #f3000f;
    background: rgb(252,52,43);
    background: -moz-linear-gradient(left, rgba(252,52,43,1) 0%, rgba(203,5,5,1) 100%);
    background: -webkit-linear-gradient(left, rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%);
    background: linear-gradient(to right, rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc342b', endColorstr='#cb0505',GradientType=1 );
    color: white;
    margin-top: 40px;
}
.stappenplan .owl-stage {
    display: flex;
    flex-wrap: wrap;
}
.stappenplan .slide p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    color: #f3000f;
}
.doel span.afbeelding {
    width: 100%;
    height: 300px;
    display: block;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/2020/01/vereniging.png) no-repeat;
    background-size: cover;
    background-position: center center;
    order: 2;
    margin-top: 20px;
}
section.doel h2 {
    color: #f3000f;
    font-size: 2.5rem;
}
.doel .tekst .c-btn {
    margin-top: 20px;
    margin-bottom: 20px;
}

.doel .tekst p {
    font-weight: 500;
}
section.helpen {
    padding: 40px 0px;
    position: relative;
}
.boekje {
    position: relative;
    padding: 40px 20px;
    background: #ffdb41 url(https://www.ehbovolendam.nl/wp-content/uploads/svg/oranjekruis.svg) no-repeat;
    background-position: 0% 0%;
    background-size: cover;
}
.boekje p:last-of-type {
    padding-right: 100px;
}
.boekje a.c-btn {
    margin-top: 20px;
    z-index: 99;
}

.boekje h3 span {
    color: white;
    font-size: 18px;
    margin: 0;
    font-weight: bold;
}
.boekje h3 {
    color: #f3000f;
    font-size: 2rem;
}
.boekje:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/2020/01/oranjekruis_boek.png) no-repeat;
    background-size: contain;
    background-position: 100% 0%;
}
.helpen .slider h2 {
    font-size: 2.5rem;
    color: #f3000f;
}

.helpen .slider {
    flex-basis: 100%;
    width: 100%;
    margin-top: 20px;
    position: relative;
    background: #f7f7f7;
    padding: 40px 20px;
    text-align: center;
}
section.sponsoren p {
    font-size: 18px;
    margin-bottom: 0;
}

section.sponsoren h2 {
    font-size: 3rem;
    margin-bottom: 20px;
}
section.sponsoren {
    position: relative;
    padding: 40px 0px;
    background: #f3000f;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc342b+0,cb0505+100 */
background: rgb(252,52,43); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(252,52,43,1) 0%, rgba(203,5,5,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc342b', endColorstr='#cb0505',GradientType=1 ); /* IE6-9 */

    color: white;
}
.sub-locaties .sub-content .flexbox-wrapper ul li {
    padding: 10px;
    flex-basis: 50%;
    width: 50%;
    background: #f7f7f7;
    margin: 0;
    font-style: italic;
    border: 2px solid white;
}

.sub-locaties .sub-content .flexbox-wrapper ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
body.page-id-17 section.sponsoren {
    display: none;
}
.sponsoren:after {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 25px solid #f3000f;
    position: absolute;
    bottom: -25px;
    z-index: 10;
    display: block;
    left: 0;
    right: 0;
    visibility: visible;
    margin: 0 auto;
}
.versterken ul li {
    margin: 0;
}

.versterken h4 {
    margin-top: 0;
    font-size: 1.25rem;
    color: #ffcf02;
}
.versterken {
    flex-basis: 100%;
    width: 100%;
    background: red;
    padding: 20px;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f3000f;
    background: rgb(252,52,43);
    background: -moz-linear-gradient(left, rgba(252,52,43,1) 0%, rgba(203,5,5,1) 100%);
    background: -webkit-linear-gradient(left, rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%);
    background: linear-gradient(to right, rgba(252,52,43,1) 0%,rgba(203,5,5,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc342b', endColorstr='#cb0505',GradientType=1 );
}
.durven p:last-of-type {
    margin-bottom: 0;
}

.durven {
    background: white;
    padding: 20px;
}
.sponsoren a.meer {
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: white;
    font-size: 14px;
}
section.links ul {
    list-style-type: none;
}

section.links {
    padding: 40px 0px;
    position: relative;
}
section.links li h4 {
    color: #f3000f;
    margin: 0;
    font-size: 17px;
}

section.links a.c-btn.green {
    color: white;
    padding: 10px 25px;
    margin-bottom: 20px;
}
section.links li, section.links a {
    color: #4d4d4d;
    transition: .1s ease-in-out;
}
section.links a:hover, section.links ul:last-of-type li:last-of-type a:hover {
    color: black;
}
section.links ul:last-of-type a:not(.c-btn):hover {
    color: black;
}
section.links ul:nth-of-type(2) li:last-of-type a:hover {
    color: #64c700;
}
section.links ul {
    list-style-type: none;
}
section.links .flexbox-wrapper a {
    font-weight: bold;
}

section.links .flexbox-wrapper h4 {
    margin-bottom: 20px;
}
section.links .flexbox-wrapper {
    justify-content: space-between;
}
section.links ul {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-top: 20px;
}
section.links li {
    margin: 0;
    line-height: 2;
}
section.links ul:nth-of-type(2) li:last-of-type a {
    color: #f3000f;
}
section.links ul:last-of-type li:last-of-type a {
    color: #4d4d4d;
}

section.links ul:last-of-type li i {
    margin-left: 10px;
}
section.links ul:last-of-type {
    display: block;
    justify-content: space-between;
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    align-items: center;
}
section.links ul:first-of-type {
    flex-basis: 100%;
    width: 100%;
}
section.links ul:last-of-type a:not(.c-btn), section.links ul:last-of-type li {
    color: #f3000f;
}
section.links li.footerLogo {
    display: block;
    width: 100%;
    height: 50px;
    background: url(https://www.ehbovolendam.nl/wp-content/uploads/svg/EHBO_logo.svg) no-repeat;
    background-size: contain;
    background-position: center left;
    margin-bottom: 20px;
}

body:not(.home) div#main .sub-header h1 {
    margin-bottom: 0;
}

body:not(.home) div#main .sub-header {
    height: 250px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
body:not(.home) div#main {
    margin-top: 110px;
}
body:not(.home) div#main .sub-header .inner {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

body:not(.home) div#main .sub-header h1 {
    margin-bottom: 0;
    color: white;
    text-shadow: 1px 1px 3px #595959;
    position: absolute;
    bottom: 20px;
}
section.sub-content {
    padding-top: 20px;
}
.knoppen a:first-of-type {
    margin-right: 20px;
}

.knoppen {
    display: flex;
    margin-top: 20px;
}
.sub-overons article .sub-content {
    background: #f7f7f7;
}

section.sub-content {
    padding: 20px 0px;
    padding-bottom: 40px;
}
section.sub-content.bijwonen h2 {
    font-size: 2.25rem;
    color: #f3000f;
}

section.sub-content.bijwonen p a {
    color: black;
    font-weight: 500;
}
section.sub-content.bijwonen {
    margin-top: 40px;
    background: #f7f7f7;
    padding: 40px 0px;
}
/**
 * Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {}
.entry-content a {}
.entry-content a:hover {}
.entry-content a, .entry-title a {
    text-decoration: none;
}
.entry-title a:hover {}
/**
 * Navigatie
 * ----------------------------------------------------------------------------
 */

/**
 * Forms
 * ----------------------------------------------------------------------------
 */

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 100;
    padding: 0;
    border: 0;
    background: transparent;
    right: 10px;
    left: auto;
    top: 0px;
    font-size: 0.8rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    display: none !important;
}
/**
 * Media Queries
 * ----------------------------------------------------------------------------
 */

@media (min-width:680px) {
}
@media (min-width:768px) {
.ehboCursus {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 0;
}
.nieuws-wrapper .nieuws-item h3 {
    font-size: 1.75rem;
}
.nieuws-wrapper .nieuws-item {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    margin-bottom: 20px !important;
}
.single-nieuws .site-content {
    padding: 20px 20px;
    padding-bottom: 60px;
}
.nieuws-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.intro .right {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
section.contactOpnemen.inner.flexbox-wrapper {
    padding: 40px 20px;
    justify-content: space-between;
}
section.contactOpnemen.inner.flexbox-wrapper div.left {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
section.contactOpnemen.inner.flexbox-wrapper:after {
    display: none;
}
.sponsor {
    flex-basis: calc(33% - 10px);
    width: calc(33% - 10px);
    margin-top: 20px;
}
.page-id-17 .sponsor {
    margin-top: 0;
    margin-bottom: 20px;
}

section.contactOpnemen.inner.flexbox-wrapper div.right {
    flex-basis: 40%;
    width: 40%;
}
section.intro .flexbox-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
}
section.links ul, section.links ul:last-of-type {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
}
section.links ul:first-of-type li {
    margin-right: 20px;
}

section.links ul:first-of-type {
    display: flex;
    flex-wrap: wrap;
}
.sub-locaties article section.flexbox-wrapper {
    justify-content: space-between;
}

.sub-locaties .left, .sub-locaties .resultaten {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.sub-locaties section.flexbox-wrapper.inner:after {
    display: none;
}

.ehboCursus p {
    font-size: 18px;
}

.ehboCursus h2 {
    font-size: 3rem;
}

}
@media (min-width: 769px) {
}
@media (min-width: 1024px) {

.ehboCursus {
    flex-basis: calc(60% - 10px);
    width: calc(60% - 10px);
}
.doneren-wrapper > p strong {
    font-size: 16px;
}
.nieuws .inner.flexbox-wrapper > div {
    flex-basis: calc(30% - 10px);
    width: calc(30% - 10px);
}
.nieuws .inner.flexbox-wrapper .nieuws-wrapper {
    margin-top: 0;
    flex-basis: calc(70% - 10px);
    width: calc(70% - 10px);
}
.nieuws .inner.flexbox-wrapper {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
section.nieuws .flexbox-wrapper > div.nieuws-wrapper .nieuws-item {
    margin-bottom: 0 !important;    
}

.doneren-wrapper a.c-btn {
    margin: initial;
    margin-left: 20px;
}
.doneren-wrapper > p {
    flex-basis: 60%;
    width: 60%;
}
.doneren-wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.intro .right {
    flex-basis: calc(40% - 10px);
    width: calc(40% - 10px);
}
section.sub-content.bijwonen .flexbox-wrapper {
    align-items: flex-end;
    justify-content: space-between;
}

section.sub-content.bijwonen .flexbox-wrapper > div {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
section.doneren form p {
    margin-bottom: 20px;
}

section.doneren form p:nth-of-type(n+2) {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
section.doneren form p:nth-of-type(9), section.doneren form p:nth-of-type(10) {
    flex-basis: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 20px;
}
section.doneren form p:nth-of-type(2) {
    margin-top: 0;
}
section.doneren form p:nth-of-type(10) {
    margin-bottom: 80px;
}
section.doneren form {
    max-width: 900px;
    margin: 0 auto;
    margin-left: 0;
}
body:not(.home) section.doneren {
    padding: 40px 0px;
}
section.doneren form p:nth-of-type(6), section.doneren form p:nth-of-type(7), section.doneren form p:nth-of-type(8) {
    flex-basis: calc(33.333% - 10px);
    width: calc(33.333% - 10px);
}
section.doneren form p:nth-of-type(13) input {
    width: 50%;
    flex-basis: 50%;
    margin: 0 auto;
    margin-left: 0;
}

section.doneren form p:nth-of-type(13) {
    flex-basis: 100%;
    width: 100%;
}
section.doneren form p:nth-of-type(11), section.doneren form p:nth-of-type(12) {
    flex-basis: 100%;
    width: 100%;
}

section.doneren form p:nth-of-type(1) {
    flex-basis: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
section.sub-content.bijwonen .flexbox-wrapper > div.durven {
    margin-top: 0;
    flex-basis: calc(60% - 10px);
    width: calc(60% - 10px);
    padding: 40px;
    align-self: center;
    text-align: center;
}
section.doneren form p:nth-of-type(1), section.doneren form p:nth-of-type(9), section.doneren form p:nth-of-type(10) {
    margin-left: 0;
}
section.sub-content.bijwonen .flexbox-wrapper > div.versterken {
    flex-basis: calc(40% - 10px);
    width: calc(40% - 10px);
    margin-bottom: 0;
    padding: 40px;
}
section.sub-content.bijwonen h2 {
    font-size: 2.75rem;
}
body:not(.home) div#main .sub-header {
    height: 350px;
}
.sponsoren.flexbox-wrapper {
    flex-basis: 70%;
    width: 70%;
    margin-top: -20px;
}
.sub-locaties .sub-content .flexbox-wrapper ul li {
    flex-basis: 33.33%;
    width: 33.33%;
}
.page-id-17 .sub-locaties .resultaten .sponsoren {
    width: 100%;
    flex-basis: 100%;
    margin-top: 0;
}
.page-id-17 .sub-locaties .resultaten {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.page-id-17 .sub-locaties article section.flexbox-wrapper {
    padding-bottom: 40px;
    border-bottom: 5px solid #f7f7f7;
    margin-bottom: 20px;
}
.sub-overons article .sub-content .inner {
    padding: 0px 40px;
}
body:not(.home) div#main .sub-header h1 {
    width: 450px;
    font-size: 3rem;
}
body:not(.home) .ehboCursus {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
body:not(.home) .intro .right {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
}
.sub-locaties section.intro.sub-intro:before {
    content: '';
    display: block;
    height: 2px;
    background: red;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -40px;
    max-width: 1200px;
    margin-bottom: 40px;
    padding: 0px 20px;
}

.sub-overons article .sub-content .inner {
    justify-content: space-between;
}

.sub-overons article .sub-content .inner > div {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.doneren-wrapper {
    padding: 20px 40px;
}
section.doel {
    padding-top: 0px;
    margin-top: 80px;
}
.boekje p:last-of-type {
    padding-right: 130px;
}
.doel .tekst a.c-btn {
    margin-top: 40px;
    margin-bottom: 0;
}
.doel .tekst h2 {
    font-size: 3rem;
    padding-right: 60px;
    margin-bottom: 40px;
}
.doel .flexbox-wrapper {
    justify-content: space-between;
}
.doel .tekst {
    flex-basis: calc(100% - 440px);
    width: calc(100% - 440px);
    align-self: flex-end;
}
.doel span.afbeelding {
    order: 0;
    flex-basis: 400px;
    height: 400px;
    margin-top: -40px;
}
a.c-btn {
    padding: 10px 20px;
}
.boekje h3 {
    padding-right: 40px;
}

.boekje {
    flex-basis: 400px;
    width: 400px;
}
.helpen .flexbox-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.helpen .slider {
    flex-basis: calc(100% - 420px);
    width: calc(100% - 420px);
    margin-top: 0;
}
.sponsoren .tekst {
    flex-basis: 30%;
    width: 30%;
}
section.sponsoren {
    padding: 60px 0px;
}
section.links ul:first-of-type, section.links ul, section.links ul:last-of-type {
    flex-basis: auto;
    width: auto;
}
section.links ul:first-of-type {
    display: block;
}
}
@media (min-width:1140px) {
div#navbar ul.nav-menu li:last-of-type a {
    font-weight: bold;
}
div#navbar ul.nav-menu li a {
    font-size: 16px;
    font-weight: normal;
}
.doneren-wrapper > p strong {
    font-size: 18px;
}
section.sub-content.ereleden .flexbox-wrapper {
    justify-content: space-between;
}

section.sub-content.ereleden .flexbox-wrapper > div {
    flex-basis: calc(50% - 20px);
    width: calc(50% - 20px);
}
.sub-locaties, .sub-agenda, .sub-paginacontent {
    padding: 40px 0px;
}

body:not(.home) section.doneren {
    padding: 60px 0px;
}
.stappenplan.owl-carousel .owl-item {
    padding-top: 5px !important;
}

.stappenplan .owl-item.center span.number:after {
    content: '';
    display: block;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    position: absolute;
    background: #f3000f;
    top: -5px;
    border-radius: 100%;
    left: -5px;
    z-index: -1;
    right: 0;
}
.stappenplan .owl-item.center span.number {
    color: #f3000f;
    position: relative;
}
.stappenplan .owl-item.center p {
    opacity: 1;
}
.stappenplan .owl-item:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background: #f3000f;
    position: absolute;
    top: 40px;
    z-index: -1;
}
.stappenplan .owl-item:first-of-type:after {
    right: 0;
}
.stappenplan .owl-item:first-of-type:after, .stappenplan .owl-item:last-of-type:after {
    width: 50%;
}
.sub-locaties h1, .sub-agenda h1, .sub-cursus h1{
    font-size: 3.25rem;
}
body.page-id-15 section.agendaPunten {
    padding-bottom: 40px;
}
.sub-locaties .resultaten {
    flex-basis: calc(60% - 20px);
    width: calc(60% - 20px);
}
.sponsor {
    flex-basis: calc(25% - 10px);
    width: calc(25% - 10px);
    margin-top: 20px;
}
.home-link {
    height: 70px;
    max-width: 190px;
}
.items a i {
    font-size: 20px;
}
header#masthead {
    box-shadow: 0px 0px 10px -1px #d5d5d5;
}
body.home div#main {
    margin-top: 90px;
}
.agenda.flexbox-wrapper p {
    font-size: 17px;
    padding-bottom: 10px;
}
.agenda.flexbox-wrapper p:nth-of-type(2), .agenda.flexbox-wrapper p.datum {
    padding-bottom: 10px;
}
div#search-filter-results-50 ul li:last-of-type, .verbandposten ul li:last-of-type {
    border-right: 0;
}
section.contactOpnemen.inner.flexbox-wrapper {
    max-width: 1240px;
    padding: 60px;
}
.sub-contact .right > div:first-of-type {
    padding: 40px;
}
.sub-contact .right > div.maps {
    height: 300px;
}
section.contactOpnemen.inner.flexbox-wrapper .left form p {
    margin-top: 20px;
}
section.contactOpnemen.inner.flexbox-wrapper h1, .sub-paginacontent h1 {
    font-size: 3.25rem;
}
div#search-filter-results-50 ul li, .verbandposten ul li {
    border-right: 1px solid #ededed;
}
section.contactOpnemen.inner.flexbox-wrapper div.right {
    margin-top: 0;
}
.agenda-wrapper {
    margin-top: 40px;
}
div#search-filter-results-50 ul li:nth-of-type(1), div#search-filter-results-50 ul li, .verbandposten ul li, .verbandposten ul li:nth-of-type(1) {
    flex-basis: 33%;
    width: 33%;
    padding: 10px;
}
.sub-locaties .left {
    flex-basis: calc(40% - 20px);
    width: calc(40% - 20px);
}
.sub-locaties .left p {
    font-size: 18px;
    padding-right: 20%;
}
.verbandpost .left p {
    font-size: 15px;
    padding-right: 0;
}
.verbandpost .left p a:hover {
    text-decoration: underline;
}
.searchandfilter {
    width: 90%;
}

.searchandfilter ul > li > ul > li {
    font-size: 17px;
    margin-bottom: 30px;
}
.stappenplan .number {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3rem;
}
div#navbar ul.nav-menu li {
    border-bottom: 0;
    margin: 0px 15px;
}
div#navbar ul.nav-menu li:last-of-type {
    margin-bottom: 0;
}

div#navbar ul.nav-menu li:first-of-type {
    margin-top: 0;
}
.ehboCursus {
    padding: 60px;
    flex-basis: calc(65% - 10px);
    width: calc(65% - 10px);
    padding-right: 25%;
}
.intro .right {
    flex-basis: calc(35% - 10px);
    width: calc(35% - 10px);
}
.doneren-wrapper p {
    font-size: 18px;
}
.ehboCursus h2 {
    font-size: 4rem;
}
.ehboCursus p {
    font-size: 20px;
    width: 80%;
}
.doel .tekst a.c-btn, .ehboCursus a.c-btn {
    padding: 15px 25px;
    font-size: 17px;
}
body:not(.home) .ehboCursus a.c-btn {
    padding: 10px 20px;
    font-size: 15px;
}
.boekje h3 {
    font-size: 2.25rem;
}
.boekje h3 span {
    font-size: 22px;
}
section.helpen {
    padding: 60px 0px;
}
.stappenplan .slide p {
    opacity: 0;
}
.helpen .slider > p {
    font-size: 17px;
}
div.stappenplan {
    margin-top: 40px;
}
.helpen .slider {
    padding-bottom: 0;
}
section.doel {
    margin-top: 100px;
    padding: 60px 0px;
}
.intro .right .hartslagNu h3 {
    font-size: 2.25rem;
}
.intro .right .hartslagNu p.bigger {
    font-size: 20px;
    padding-right: 70px;
    line-height: 1.6;
}
.intro .right .hartslagNu, .emergency {
    padding: 40px;
}
.doel span.afbeelding {
    flex-basis: 500px;
    width: 500px;
    height: 450px;
}
.doel .tekst {
    flex-basis: calc(100% - 580px);
    width: calc(100% - 580px);
    }
.doel .tekst h2 {
    font-size: 3.25rem;
    padding-right: 140px;
    line-height: 1.2;
}
.boekje {
    padding: 40px;
}
.helpen .slider h2 {
    font-size: 3.25rem;
    margin-bottom: 40px;
}
section.sponsoren h2 {
    margin-bottom: 40px;
    font-size: 3.25rem;
}
section.links a.c-btn.green {
    font-size: 17px;
    padding: 15px 25px;
}
body:not(.home) div#main {
    margin-top: 130px;
}
body.page-id-13 section.agendaPunten {
    padding: 40px 0px;
}
body:not(.home).page-id-11 div#main .sub-header {
    top: -40px;
    margin-bottom: -40px;
}
body:not(.home).page-id-11 div#main {
    margin-top: 170px;
}
body:not(.home).page-id-11 div#main .sub-header h1 {
    font-size: 3.25rem;
    line-height: 1.2;
}

section.links ul:first-of-type li:first-of-type {
    margin-left: -80px;
    width: calc(100% + 60px);
    height: 70px;
    margin-bottom: 10px;
}
section.links ul {
    margin-top: 40px;
}
section.links ul:first-of-type {
    margin-top: 10px;
}
.menu {
    display: none;
}
div#navbar ul.nav-menu {
    max-height: 80px;
    display: flex;
    flex-wrap: nowrap;
}

div#navbar {
    order: 0;
    flex-basis: auto;
    width: auto;
}
body:not(.home) div#main .sub-header {
    max-width: 1220px;
    margin: 0 auto;
}
body:not(.home) div#main .sub-header h1 {
    bottom: 40px;
    left: 40px;
}
.items a.facebook {
    margin-left: 20px;
}
.sub-overons article .sub-content .inner > div > p:first-of-type {
    margin-top: 0;
}

.sub-overons article .sub-content .inner {
    padding: 20px 70px;
}
body:not(.home) div#main .sub-header {
    height: 400px;
}
.sub-overons article {
    background: #f7f7f7;
}
section.intro.sub-intro {
    background: white;
}
body:not(.home) .intro .right {
    flex-basis: 66.6666%;
    width: 66.6666%;
    display: flex;
    flex-wrap: nowrap;
    margin-top: 0;
    justify-content: space-between;
}
body:not(.home) .intro .right > div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 0;
    padding: 20px;
}
body:not(.home) .ehboCursus h2 {
    font-size: 2.5rem;
}
body:not(.home) .emergency:after {
    background-position: 0% 100%;
}
body:not(.home) .ehboCursus p {
    font-size: 15px;
}
body:not(.home) .ehboCursus {
    flex-basis: calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    padding: 20px;
}
.sponsoren a.meer {
    font-size: 12px;
}
section.sub-content.bijwonen .flexbox-wrapper > div {
    margin-bottom: 40px;
}
section.sub-content.bijwonen .flexbox-wrapper > div.durven {
    margin-bottom: 0;
    padding: 50px;
    align-self: flex-end;
}
}
@media (min-width:1440px) {
}

@media (max-width: 1024px) {
    input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], textarea {
        -webkit-appearance: none;
        border-radius: 0;
    }
    a[href^="tel"] {
        color: inherit;
        text-decoration: none;
    }
}

@media (max-width: 500px) {

.content-area iframe {
    height: auto;
}

}