main {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    min-height: 50vh;
}
main>div.wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
main>div.wrapper>.content {
    width: 75%;
    margin-top: 2rem;
    margin-bottom: 4rem;
}
main>div.wrapper>aside {
    position: relative;
    top: 0;
    width: 25%;
}
main>div.wrapper aside {
    margin-top: -2rem;
    padding-top: 4rem;
    margin-bottom: 4rem;
}

.article .article-image.full-size img {
    max-width: none;
    max-height: none;
}
.landing-page section p {
    font: normal normal 400 105%/1.75 Montserrat,Verdana,sans-serif;
}
.article p, h2, ul{
    font: normal normal 400 100%/1.75 Montserrat,Verdana,sans-serif;
    color: #333;
    font-weight: 400;
    font-style: normal;
    line-height: initial;
/*    font-size: 15.5px !important;*/
    line-height: 28px;
}

/*@media screen and (min-width: 69em) and (max-width:90em) {
   .landing-page section p {
        font:normal normal 400 98.75%/1.75 Montserrat,Verdana,sans-serif !important;
    }
}

@media screen and (min-width: 49.5em) and (max-width:69em) {
   .landing-page section p {
        font:normal normal 400 87.5%/1.75 Montserrat,Verdana,sans-serif !important;
    }

    ul.nav-main>li {
        padding: 0 7px
    }
}

@media screen and (min-width: 49.5em) and (max-width:60em) {
   .landing-page section p {
        font:normal normal 400 82.5%/1.75 Montserrat,Verdana,sans-serif !important;
    }
}*/
.article h2{
    font-size: 24px !important;
}
h2.inschrijven {
    font-size: 26px !important;
}
h2  {
    margin-top: 14px;
    color: #e74c3b;
    font-weight: 700;
}

.article>div.wrapper {
    display: inline-grid;
    grid-gap: 2.5%;
    grid-template-columns: 50% 47.5%;
    align-items: start;
}
.articles .article .article-image img {
    padding: 1.5rem 1.5rem 1.5rem 0;
}

.article .article-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    max-width: 26.25rem;
    max-height: 285px;
    padding: 1em 0;
}
.article .tekst {
    font:  normal normal 400 96.875%/1.75 Montserrat,Verdana,sans-serif;
    padding-top: 0;
}
.article h1.title {
/*    font-family: "Noticia Text script=latin rev=2";*/
    /*font-size: 24px;*/
    line-height: 1.4;
    /*color: #333;*/
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.landing-page section p.sub-title {
    font-size: 13px !important;
    font-weight: 400;
    line-height: 2.29;
    color: #666;
    margin: 0;
    width: 100%;
    float: left;
}
p.sub-title-small {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 2.29;
    color: #666;
    margin: 0;
    width: 100%;
    float: left;
}
.article .leesmeer {
    font-weight: 600;
    color: #e74c3b;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e74c3b;
}

.article .leesmeer:after {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-weight: 900;
}
.article .label {
    float: left;
    min-width: 60px;
    border-radius: 2px;
    padding-right: .45rem;
    padding-left: .45rem;
    text-align: center;
    font-size: .6875rem;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    visibility: visible;
    background-color: #c5eaed;
    margin: 0 0.3em 0.3em;
}

aside h2 {
    font-size: 1rem;
    font-weight: 800;
    margin: 2rem 0 0 0;
}
ul.aside-ul {
    list-style: none;
}
ul.aside-ul li {
    margin-top: 1.25rem;
}
ul.aside-ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    color: green;
    margin: 0 .8rem 0 -1.8rem;
}
aside .buitenkant button {
    /* margin-top: 2rem; */
}
button[href] {
    color: #fff;
}

.form-keuze-tekst, .link, [data-ga-naar-lijst], [href], a {
    /*color: #0057a6;
    font-weight: 600;
    cursor: pointer;*/
}
.do-close-menu, .link, .menu-button, .nav-main li, .nav-service li, .zoeken-button, [data-ga-naar-inschrijving], [data-ga-naar-lijst], [data-ga-terug], [href], a {
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,.2);
}
p.small {
    font-size: 16px !important;
    line-height: initial;
}
.text-float-left {
    float: left;
}
.font-size-90 {
    font-size: 0.9em;
}

@media screen and (min-width: 1em) and (max-width: 49.5em) {
    .wrapper {
        padding: 0;
    }
    main {
        min-height: 80vh;
    }
    main>div.wrapper {
        flex-direction: column;
    }
    main>div.wrapper>.content {
        width: 99%;
        margin: 1rem auto 1rem auto;
    }
    main>div.wrapper>aside {
        display: none;
        width: 93%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        padding-top: 0;
    }
    .articles .article {
        margin-top: 2em;
    }
    .article>div.wrapper {
        display: block;
    }
    .article .article-image {
        padding: 0;
        margin-bottom: 20px;
    }
    .articles .article .article-image img {
        padding: 0;
    }
}

.rednavbalk.onder {
    padding-top: .75rem;
    border-top: 1px solid #e74c3b;
    margin-bottom: 3rem;
}

.rednavbalk {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}
.rednavbalk .rednav-l:before {
    font-family: 'Font Awesome 5 Free',Montserrat,Verdana,sans-serif;
    font-weight: 400;
    content: "\f359";
}
    .terug-pijl:before {
    font-family: 'Font Awesome 5 Free',Montserrat,Verdana,sans-serif;
    font-weight: 900;
    content: "\f060";
}
.rednavbalk .rednav-r:after {
    font-family: 'Font Awesome 5 Free',Montserrat,Verdana,sans-serif;
    font-weight: 400;
    content: "\f35a";
}

.pagination {
    float: right ;
}
.pagination > li {
    color:#e74c3b ;
}
.disabled {
    display: none;
}
.pagination > li > a, .pagination > li > span {

    border: 1px solid #e74c3b;
    border-radius: 6px;
}

blockquote > p {
    color: #666 !important;
    margin: 1rem 20% 1rem 5% !important;
    padding-left: 1rem !important;
    border-left: 3px solid #e74c3b !important;
    font-size: 1.5rem !important;
    line-height: 1.33 !important;
    font-style: italic !important;
}
@media screen and (min-width: 1em) and (max-width: 49.5em) {
    blockquote > p {
        font-size: 1.3rem !important;
    }
}
.landing-page .features h2 {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    margin: 2rem 0 0 0;
}

input[type=text] {
    padding: 12px 20px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
button{
  background-color: #4CAF50;
    border: none;
    color: white;
    padding: 12px 30px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}
canvas{
  /*prevent interaction with the canvas*/
  pointer-events:none;
}
#captcha {
    float: left;
    margin-right: 6px;
}

.even {
    background: transparent;
}
.odd {
    background: #f9f9f9;
}