/* --------- FONTS --------- */

@font-face {
    font-family: 'Dosis-Bold';
    src: url("./../fonts/Dosis-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Dosis-Medium';
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Dosis-Medium.ttf") format("truetype");
}

@font-face {
    font-family: 'Dosis-Regular';
    font-style: normal;
    font-weight: 400;
    src: url("./../fonts/Dosis-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "VAG Rounded Bold";
    src: url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.eot");
    src: url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.eot?#iefix") format("embedded-opentype"),
    url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.woff") format("woff"),
    url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.woff2") format("woff2"),
    url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.ttf") format("truetype"),
    url("./../fonts/VAGRoundedBold/cb6fde5f8d476108498229d866fd45a9.svg#VAG Rounded Bold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "VAG Rounded LT W04 Light";
    src: url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.eot");
    src: url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.eot?#iefix") format("embedded-opentype"),
    url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.woff") format("woff"),
    url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.woff2") format("woff2"),
    url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.ttf") format("truetype"),
    url("./../fonts/VAGRoundedLTW04Light/dc8d88cde32af2f5c8ceeb8b535bd35e.svg#VAG Rounded LT W04 Light") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* --------- VARS --------- */

:root {
    --kleur_basis: #aa182c;
    --kleur_leerkracht:  #aa182c;

/* origineel
    --kleur_groep34: #e4317c;
    --kleur_groep56: #28a532;
    --kleur_groep78: #642382;

    --kleur_groep34_tint: #fceaf2;
    --kleur_groep56_tint: #e7f5e8;
    --kleur_groep78_tint: #efe9f2;


    7-8 wisselt met 5-6


*/


    --kleur_groep34:  #aa182c;
    --kleur_groep56:  #aa182c;
    --kleur_groep78:  #aa182c;

    --kleur_groep34_tint: #fceaf2;
    --kleur_groep56_tint: #efe9f2;
    --kleur_groep78_tint: #e7f5e8;


}

/* --------- DOCUMENT --------- */

* {
    box-sizing: border-box;
}

html {
    font-family: 'Dosis-Regular';
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #000000;
}

body {
    background-color: rgba(27, 154, 58, 0.1); /* lichtgroen */
    margin: 0px;
}

/* --------- KLEUREN --------- */

.color_green {
    background-color: #426929;
    color: #ffffff;
}

.color_purple {
    background-color: #672b79;
    color: #ffffff;
}

.color_les {
    background-color: #8bcd9b;
}

/* --------- WRAPPERS --------- */

.site_wrapper {
    width: 100%;
}

div.site_wrapper.groep34 {
    background-color: var(--kleur_groep34_tint);
}

div.site_wrapper.groep56 {
    background-color: var(--kleur_groep56_tint);
}

div.site_wrapper.groep78 {
    background-color: var(--kleur_groep78_tint);
}

.content_wrapper {
    width: 100%;
    max-width: 1430px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.5rem;
    display: flex;
    flex-flow: wrap;

}

.page_wrapper {
    width: 100%;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    min-height: 600px; /* todo */
    margin-top: 60px;

    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0rem .5rem .5rem rgba(0, 0, 0, 0.2);

}

body.general .site_wrapper .page_wrapper {
    margin-top: 2rem;
}

.page_wrapper .h1-ct, .page_wrapper .h2-ct, .page_wrapper .h3-ct,
.les_content .h1-ct, .les_content .h2-ct, .les_content .h3-ct {
    width: 100%;
    text-align: left;
}

.page_wrapper .text,
.les_content .text {
    width: 100%;
    font-size: 1.4rem;
    text-align: left;
}

.les_content .text,
.les_content .cms_text_image-wrapper {
    padding:1rem;
    padding-top:0;
    font-size: 1.4rem;
}


.les_wrapper {
    width: 100%;
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* --------- BASICS --------- */


p {
    margin-bottom: 1rem;
}

p.intro {
    color: var(--kleur_basis);
    font-family: 'Dosis-Regular';
    font-size: 1.1rem;
    line-height: 1.5rem;
    padding-top: 0.2rem;
}

h1, h2, h3 {
    font-family: "VAG Rounded Bold", Arial, sans-serif;
}

h1 {
    font-size: 3rem;
    color: var(--kleur_basis);
    margin-bottom: 1rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.5rem;
    color: var(--kleur_groep34);
    margin-bottom: 0.5rem;
}


ul li {
    list-style-type: disc;
}

ol li {
    list-style-type: decimal;
}

li {
    padding-left: 0rem;
    line-height: 1.1rem;
}


a {
    color: #aa182c;
}

a.button,
div.text p a.button {
    color: #fff;
    background-color: #1b9a3a;
    text-align: center;
    font-family: "VAG Rounded Bold", Arial, sans-serif;
    text-decoration: none;
    border-radius: 0.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    height: 2rem;
    padding-top: 0.05rem;
    box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.2);
    display: inline-block;
}

a.button:hover,
div.text p a.button:hover {
    text-decoration: underline;
    color: #fff;
}


/* --------- PAGE --------- */

.page_title_wrapper {
    width: calc(100% - 1rem);
    max-width: calc(940px - 1rem);
    margin-left: auto;
    margin-right: auto;
    height: 4.5rem;
    margin-bottom: 1rem;
}

.page_title_wrapper h1 {
    margin-top: 1.5rem;
}

.page_title_wrapper h1.lesson {
    margin-top: 1.9rem;
    font-size: 2.5rem;
}

div.text p a {
    text-decoration: underline;
}

div.text p a:hover,
div.text p a:focus,
div.text p a:focus-visible {
    color: #db1868;
    text-decoration: underline;
}

div.link {
    margin-bottom: 1rem;
    text-align: center;
}

div.link a {
    color: #fff;
    background-color: #1b9a3a;
    text-align: center;
    font-family: "VAG Rounded Bold", Arial, sans-serif;
    text-decoration: none;
    border-radius: 0.4rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    font-size: 1.2rem;
    line-height: 2rem;
    height: 2rem;
    padding-top: 0.05rem;
    box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, 0.2);
    display: inline-block;
}

div.link a:hover,
div.link a:focus,
div.link a:focus-visible {
    text-decoration: underline;
}

/* --------- HEADER --------- */

.header_wrapper {
    width: 100%;
    box-shadow: 0rem .5rem .5rem rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 0;
    /* left en right nodig vanwege margin:auto */
    left: 0;
    right: 0;
    position: fixed;
    z-index: 9999999999;
}

/* --------- MENU --------- */

.header_menu {
    width: 100%;
    background-color: #ffffff;
    color: var(--kleur_basis);
    border-radius: 0.5rem;
    height: 3rem;
    font-family: 'Dosis-Medium';

}

.header_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.header_menu ul > li {
    display: inline-block;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.header_menu ul > li span.link_separator {
    font-size: 1.2rem;
    padding-top: 0.1rem;
    color: var(--kleur_basis);
}

.header_menu ul > li > a {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 3rem;
    font-size: 1.2rem;
    text-decoration: none;
}


.header_menu ul > li.selected > a,
.header_menu ul > li > a:hover,
.header_menu ul > li > a:focus,
.header_menu ul > li > a:focus-visible {
    text-decoration: underline;
}

.header_top {
    height: 2.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 1.25rem;
    width: calc(100% - 1.25rem);
}

/* --------- QUICKMENU --------- */

#quickmenu {
    background-color: #426929;
    color: #ffffff;
    padding-left: 1rem;
    padding-right: 1rem;
}



#quickmenu_toggle {
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
}

#quickmenu_toggle:hover,
#quickmenu_toggle:focus,
#quickmenu_toggle:focus-visible {
    text-decoration: underline;
}

#quickmenu_toggle span {
    display: inline-block;
    vertical-align: middle;
}

.quickmenu_label {
    color: #ffffff;
    text-decoration: none;
}

#quickmenu_toggle:hover span.quickmenu_label,
#quickmenu_toggle:focus span.quickmenu_label,
#quickmenu_toggle:focus-visible span.quickmenu_label {
    text-decoration: underline;
}

.quickmenu_icon {
    aspect-ratio: 32 / 24;
    width: 2rem;
    height: auto;
    background-image: url(./../images/menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

ul#quickmenu_panel {
    position: absolute;
    z-index: 999999999;
    top: 3rem;
    right: 0;
    background-color:#426929;
    color: #ffffff;
    height: 100vh;
    display: flow;
    padding: 2rem;
    list-style: none;
    display: none;
}

#quickmenu_toggle[aria-expanded="false"] span.quickmenu_icon {
    background-image: url(./../images/menu.svg);
}

#quickmenu_toggle[aria-expanded="true"] span.quickmenu_icon {
    background-image: url(./../images/menu_active.svg);
}


ul#quickmenu_panel li {
    list-style: none;
    display: block;
    height: fit-content;
    padding: 0;
}

ul#quickmenu_panel li,
ul#quickmenu_panel li a {
    padding: 0;
    color: #ffffff;
    text-align: left;
    font-size: 1.2rem;
}

ul#quickmenu_panel ul {
    flex-direction: column;
    list-style: none;
}

ul#quickmenu_panel ul li[role="presentation"] {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ul#quickmenu_panel ul li a {
    list-style: none;
    font-size: 1rem;
    line-height: 2rem;
    margin-left: 1rem;
}

ul#quickmenu_panel li a:hover,
ul#quickmenu_panel li a:focus,
ul#quickmenu_panel li a:focus-visible,
ul#quickmenu_panel ul li a:hover,
ul#quickmenu_panel ul li a:focus,
ul#quickmenu_panel ul li a:focus-visible {
    text-decoration: underline;
}


/* --------- FOOTER --------- */

.footer_wrapper {
    width: 100%;
}

.footer_row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
    padding-top: 0rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer_row ul[role="menu"],
.footer_row div.social_links {
    list-style: none;
    padding: 2rem;
    padding-bottom: 0.5rem;
    font-size: 1.6rem;
}

.footer_row ul[role="menu"] li {
    list-style: none;
}

.footer_row ul[role="menu"] li.menu_title,
.footer_row div.social_links span.menu_title {
    font-family: "VAG Rounded Bold", Arial, sans-serif;
    line-height: 1.1rem;
    margin-bottom: 0.8rem;
}

.footer_row ul[role="menu"] li a {
    font-family: 'Dosis-Medium';
    text-decoration: none;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.8rem;
}

.footer_row ul[role="menu"] li a:hover,
.footer_row ul[role="menu"] li a:focus,
.footer_row ul[role="menu"] li a:focus-visible {
    text-decoration: underline;
}


.footer_text {
    font-family: 'Dosis-Medium';
    font-weight: normal;
    line-height: 125%;
    font-size: 0.90rem;
    color: #fff;
    padding-left: 2rem;
    padding-bottom: 1rem;
}

.footer_text a {
    text-decoration: underline;
    color: #fff;
}

.footer_text a:hover,
.footer_text a:focus,
.footer_text a:focus-visible {
    color: #fbff00;
}

.links_wrapper {
    width: 100%;
    background-color: #672b79;
    color: #ffffff;
    padding-top: 1rem;
    height: 5rem;
}

.footer_links {
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding-top: 1rem !important;
}

.footer_links li {
    display: inline-block;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.footer_links li span.menu_item_postfix {
    font-size: 1.4rem;
    padding-top: 0.1rem;
}

.footer_links li a {
    display: block;
    padding-left: 1rem;
    padding-right: 1rem;

    line-height: 3rem;
    font-size: 1rem;

    text-decoration: none;
    color: #ffffff;
}

.footer_links li a:hover,
.footer_links li a:focus-visible {
    text-decoration: underline;
}

.footer_row div.social_links {
    display: flex;
    flex-direction: column;
}

.icon_social {
    padding-left: 2.5rem;
    background-size: 2rem;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin-bottom: 0.3rem;
}

.icon_social:hover,
.icon_social:focus,
.icon_social:focus-visible {
    text-decoration: underline;
}

.icon_social_youtube {
    background-image: url(../images/icon_social_youtube.svg);
}

.icon_social_facebook {
    background-image: url(../images/icon_social_facebook.svg);
}

.icon_social_instagram {
    background-image: url(../images/icon_social_instagram.svg);
}


/* --------- INCLUDES --------- */

/* --------- PAGE HEADERS --------- */

.general-page-header,
.lesson-page-header {
    background-color: var(--kleur_basis);
    width: 100%;
    height: 40vh;
    max-height: 450px;
    text-align: center;
    margin-top:3rem;
    background-image: url(../images/1600x600-school-spelenmetsprookjesheader-sprookjesboom.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

div.site_wrapper.groep34 div.lesson-page-header {
    background-color: var(--kleur_groep34);
}

div.site_wrapper.groep56 div.lesson-page-header {
    background-color: var(--kleur_groep56);
}

div.site_wrapper.groep78 div.lesson-page-header {
    background-color: var(--kleur_groep78);
}

div.site_wrapper.leerkracht div.lesson-page-header {
    background-color: var(--kleur_leerkracht);
}

/* --------- LESSON TILES --------- */

.lesson-page-tile-intro,
.lesson-page-tile {
    display: inline-block;
    aspect-ratio: 1 / 1;
    width: 19.2rem; /*24rem;*/
    background-color: #fff;
    box-shadow: 0.5rem .5rem .5rem rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    text-decoration: none;
    border: solid 0.3rem transparent;
}

.lesson-page-tile-intro {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 1rem;
}

.lesson-page-tile-intro h2 {
    color: var(--kleur_basis);
    font-size: 1.92rem; /*2.4rem;*/
}

div.site_wrapper.groep34 div.content_wrapper div.lesson-page-tile-intro h2 {
    color: var(--kleur_groep34);
}

div.site_wrapper.groep56 div.content_wrapper div.lesson-page-tile-intro h2 {
    color: var(--kleur_groep56);
}

div.site_wrapper.groep78 div.content_wrapper div.lesson-page-tile-intro h2 {
    color: var(--kleur_groep78);
}

.lesson-page-tile-intro p {
    width:100%;
    color: var(--kleur_basis);
    font-size: 1.28rem; /* 1.6rem;*/
    line-height: 1.44rem; /*1.8rem;*/
}

.lesson-page-tile:hover,
.lesson-page-tile:focus,
.lesson-page-tile:focus-visible {
    border: solid 0.3rem #e4347b;
}

.lesson-page-tile-thumb {
    width: 100%;
    height: 12.8rem; /*16rem;*/
    border-top-right-radius: 0.75rem;
    border-top-left-radius: 0.75rem;
    background-color: #f4f4f4;
    overflow: hidden;
}

.lesson-page-tile-thumb img {
    width: 100%;
    height: auto;
}

.lesson-page-tile-info {
    width: 100%;
    height: 6.4rem; /* 8rem;*/
    padding-left: 1%;
    padding-right: 1%;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

.lesson-page-tile-title {
    width: 100%;
    text-align: center;
    color: #db1868;
    font-size: 1.92rem; /*2.4rem;*/
    border-bottom: 2px solid #db1868;
    height: 3.2rem; /*4rem;*/
    padding-top: 0.3rem;
    margin-bottom: 0.64rem; /*0.8rem;*/
}

img.wallet_general {
    position: absolute;
    width: 14rem;
    height: 14rem;
    margin-top: -14rem;
    z-index: 9999;
    margin-left: -3rem;
}

img.wallet_lesson {
    position:absolute;
    width: 14rem;
    height: 14rem;
    margin-top: -11rem;
    z-index: 9999;
}

div.site_wrapper div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2 {
    color: var(--kleur_groep56);
    border-bottom: 2px solid var(--kleur_groep56);
}


div.site_wrapper.groep34 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2 {
    color: var(--kleur_groep34);
    border-bottom: 2px solid var(--kleur_groep34);
}

div.site_wrapper.groep56 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2 {
    color: var(--kleur_groep56);
    border-bottom: 2px solid var(--kleur_groep56);
}

div.site_wrapper.groep78 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2 {
    color: var(--kleur_groep78);
    border-bottom: 2px solid var(--kleur_groep78);
}


div.site_wrapper.groep34 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2.leerkracht {
    color: var(--kleur_groep78);
    border-bottom: 2px solid var(--kleur_groep78);
}

div.site_wrapper.groep56 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2.leerkracht {
    color: var(--kleur_groep78);
    border-bottom: 2px solid var(--kleur_groep78);
}

div.site_wrapper.groep78 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info h2.leerkracht {
    color: var(--kleur_groep56);
    border-bottom: 2px solid var(--kleur_groep56);
}


.lesson-page-tile-duration,
.lesson-page-tile-theme {
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    vertical-align: middle;
    width: 40%;
    height: 2.4rem; /*3rem;*/
    color: #672b79;
    font-size: 0.8rem; /*1rem;*/
    line-height: 2.4rem; /*3rem;*/
}

.lesson-page-tile-duration img,
.lesson-page-tile-theme img {
    max-width: 2.56rem; /*3.2rem;*/
}

.lesson-page-tile-duration span,
.lesson-page-tile-theme span {
    padding-left: 0.6rem;
}


div.site_wrapper.groep56 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info .lesson-page-tile-duration span,
div.site_wrapper.groep56 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info .lesson-page-tile-theme span {
    color: var(--kleur_groep78); /* groen wissel */
}

div.site_wrapper.groep78 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info .lesson-page-tile-duration span,
div.site_wrapper.groep78 div.content_wrapper a.lesson-page-tile div.lesson-page-tile-info .lesson-page-tile-theme span {
    color: var(--kleur_groep56); /* paars wissel */
}


/* lesson-tile */
:root {
    --lesson_tile_scale: 0.8;
    --lesson_tile_margin_scale: 3;
}

.lesson-intro {
    font-family: "VAG Rounded Bold", Arial, sans-serif;
    font-size: calc(2.4rem * var(--lesson_tile_scale));
    margin: 0 auto;
    text-align: left;
    color: var(--kleur_basis);
    padding: 2rem;
    padding-bottom: 0;
    display: flex;
}

.lesson-tile-intro,
.lesson-tile {
    display: inline-block;
    width: calc(19.2rem * var(--lesson_tile_scale));
    background-color: #fff;
    box-shadow: 0.5rem .5rem .5rem rgba(0, 0, 0, 0.2);
    border-radius: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    padding: 0.5rem;
    text-decoration: none;
    border: solid 0.3rem transparent;
}

.lesson-tile:hover,
.lesson-tile:focus,
.lesson-tile:focus-visible {
    border: solid 0.3rem #aa182c;;
}

.lesson-tile-thumb {
    width: 100%;
    height: calc(16.7rem * var(--lesson_tile_scale));

    background-color: #fff;
    overflow: hidden;
}

.lesson-tile-thumb img {
    width: 100%;
    height: auto;
}

.lesson-tile-info {
    width: 100%;
    height: calc(4.4rem * var(--lesson_tile_scale));
    padding-left: 1%;
    padding-right: 1%;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}

.lesson-tile-title {
    width: 100%;
    text-align: center;
    color:  #aa182c;;
    font-size: calc(1.92rem * var(--lesson_tile_scale));

    height: calc(3.2rem * var(--lesson_tile_scale));
    padding-top: calc(1.3rem * var(--lesson_tile_scale));

}

a[href="/les/groep34"] .lesson-tile-title {
    color: var(--kleur_groep34);
}

a[href="/les/groep56"] .lesson-tile-title {
    color: var(--kleur_groep56);
}

a[href="/les/groep78"] .lesson-tile-title {
    color: var(--kleur_groep78);
}

a[href="/les/leerkracht"] .lesson-tile-title {
    color: var(--kleur_leerkracht);
}

/* --------- LES CONTENT --------- */

.les_content {
    height: calc(100% - 6rem);
    width: calc(100vw - 4rem);
    margin-left: 2rem;
    margin-right: 2rem;
    background-color: #FFF;
    color: #000000;
    border-radius: 1rem;
    box-shadow: 0.5rem .5rem .5rem rgba(0, 0, 0, 0.2);
    overflow: auto;
}

.les_content h1 {
    margin: 1rem;
}

.digibord_svg_wrapper {
    width: 100%;
    margin-top: -80px;
    height: calc(100% - 40px);
}

.digibord_svg_wrapper svg {

    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.button_close {
    float: right;
    margin: 1rem;
    width: 2rem;
    height: 2rem;
    background-image: url(../images/icon_sluit.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.button_close:hover,
.button_close:focus,
.button_close:focus-visible {
    background-image: url(../images/icon_sluit_hover.svg);
}

.cms_text_image-wrapper {
    display:flex;
}

.cms_text_image-wrapper div {
    padding-right:1rem;
}

.cms_text_image-wrapper div:last-child {
    padding-right: 0;
}

.w100 {
    width:100%;
}
.w90 {
    width:90%;
}
.w80 {
    width:80%;
}
.w75 {
    width:75%;
}
.w67 {
    width:67%;
}
.w60 {
    width:60%;
}
.w50 {
    width:50%;
}
.w40 {
    width:40%;
}
.w33 {
    width:33%;
}
.w25 {
    width:25%;
}
.w20 {
    width:20%;
}
.w10 {
    width:10%;
}


@media only screen and (max-width: 1024px) {
    .les_wrapper {
        height: unset;
    }

    .les_content {
        height:fit-content;
    }

    .cms_text_image-wrapper {
        display:revert;
    }

    .cms_text_image-wrapper div {
        padding-right:0rem;
    }

    .w100,
    .w90,
    .w80,
    .w75,
    .w67,
    .w60,
    .w50,
    .w40 {
        width:100%;
    }

    .w33,
    .w25,
    .w20,
    .w10 {
        width:50%;
    }

}



/* --------- RESPONSIEF --------- */

.mobile_show {
    display: none;
}

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

    .mobile_show {
        display: block;
    }

    .mobile_hide {
        display: none !important;
    }

}


/* --------- cookie consent related --------- */


h4.cookie_head {
    font-family: "VAG Rounded Bold", Arial, sans-serif;
    font-size: 1.3rem;
    color: #28a532;
    margin-bottom: 0.3rem;
    margin-left: 1rem;

}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin-right: 10px;

}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #28a532;
}

input:focus + .slider {
    box-shadow: 0 0 1px #28a532;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.cookie_option_back {
    background-color: #f3f9f2;
    border: 2px solid #4EAE58;
    border-radius: 7px;
    padding: 22px 20px 20px;
    margin-bottom: 40px
}


/* deze komt van thema.geldlessen.nl */
.cookie_bar_wrapper {
    width: calc(100% - 64px);
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px;
    box-shadow: 0 0 13px #0006;
}

.cookie_bar_text_wrapper {
    width: 70%;
    float: left;
    font-size: 16px;
    line-height: 20px;
}

.cookie_bar_text_wrapper p {
    font-size: 16px;
    line-height: 20px;
}

.cookie_bar_button_wrapper {
    width: 30%;
    float: right;
    text-align: right;
}


.cookie_bar_settings_btn {
    background-color: #fff;
    display: inline-block;
    border: 2px solid #1E8527;
    color: #1e8527;
    font-weight: 500;
    font-size: 16px;
    padding: 0 25px;
    line-height: 44px;
    text-decoration: none;
    border-radius: 5px;
    height: 44px;
}

.cookie_bar_accept_btn {
    background-color: #1E8527;
    display: inline-block;
    border: 2px solid #1E8527;
    font-size: 16px;
    color: #1e8527;
    font-weight: 500;
    padding: 0 25px;
    line-height: 44px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    height: 44px;
}

@media only screen and (max-width: 900px) {
    .cookie_bar_mobile_full {
        width: calc(100% - 32px) !important;
        padding: 16px;
    }

    .cookie_bar_text_wrapper, .cookie_bar_text_wrapper p {
        font-size: 14px;
        line-height: 16px;
    }

    .cookie_bar_settings_btn, .cookie_bar_accept_btn {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
    }

    .cookie_bar_accept_btn {
        margin-top: 10px;
    }
}
