:root {
    --baseFontFamily: 'mala', Arial, Sans-serif;
    --baseHeaderFontFamily: 'Baton', Arial, Sans-serif;
    --baseParagraphFontFamily: 'Spot Mono', Arial, Sans-serif;
    --baseHeaderH3: 'JeanLucWeb-Bold', Arial, Sans-serif;
    --baseBottomMargin: 4rem;
    --site-max-width: 80rem;
    --baseFontColour: #2d2d2d;
    --baseFontHeaderColour: #2d2d2d;
    --baseLinkColour: #2d2d2d;
    --baseLinkColour-dark: #2d2d2d;
    --dhtogoOrange: #FFA014;
    --dhtogoOrange-light: #F9BC63;
    --dhtogoOrange-dark: #E79011;
    --dhtogoPink: #eda5ae;
    --dhtogoPink-ultralight: #FFE0EE;
    --dhtogoPink-light: #FDADD1;
    --dhtogoPink-dark: #C87882;
    --dhtogoGreen: #96cb98;
    --dhtogoGreen-light: #95F095;
    --dhtogoGreen-dark: #729C7B;
    --dhtogoRed: #FC510A;
    --dhtogoRed-light: #FD7D48;
    --dhtogoRed-dark: #E55113;
    --dhtogoYellow: #FDD947;
    --dhtogoYellow-light: #FFE065;
    --dhtogoYellow-dark: #f0b700;
    --dhtogoBrown: #cc9f8f;
    --themecolor: var(--dhtogoPink);
    --themecolor-dark: var(--dhtogoPink-dark);
    --black: #222;
    --darkGrey: #666;
    --grey: #999;
    --lightGrey: #efefef;
    --white: #fff;
    --offWhite: #fefefe;
    --red: #f00;
    --lever: #d5bcba;
    --leverDark: #CC9F8F;
    --purple: #9486b2;
    --purpleDark: #7D6EAF;

}

body.theme-toown,
.card.theme-toown,
section.theme-toown,
a.theme-toown {
    --themecolor: var(--dhtogoOrange);
    --themecolor-dark: var(--dhtogoOrange-dark)
}

body.theme-tosocialize,
.card.theme-tosocialize,
section.theme-tosocialize,
a.theme-tosocialize {
    --themecolor: var(--dhtogoYellow);
    --themecolor-dark: var(--dhtogoYellow-dark)
}

body.theme-toenjoy,
.card.theme-toenjoy,
section.theme-toenjoy,
a.theme-toenjoy {
    --themecolor: var(--dhtogoGreen);
    --themecolor-dark: var(--dhtogoGreen-dark)
}

body.theme-tovisit,
.card.theme-tovisit,
section.theme-tovisit,
a.theme-tovisit {
    --themecolor: var(--dhtogoRed);
    --themecolor-dark: var(--dhtogoRed-dark)
}

body.theme-verhaal,
.card.theme-verhaal,
section.theme-verhaal,
a.theme-verhaal,
body.theme-foto,
.card.theme-foto,
section.theme-foto,
a.theme-foto {
    --themecolor: var(--purple);
    --themecolor-dark: var(--purpleDark);
}

body.theme-tip,
.card.theme-tip,
section.theme-tip,
a.theme-tip,
body.theme-event,
.card.theme-event,
section.theme-event,
a.theme-event {
    --themecolor: var(--dhtogoPink);
    --themecolor-dark: var(--dhtogoPink-dark);
}

body.theme-recept,
.card.theme-recept,
section.theme-recept,
a.theme-recept {
    --themecolor: var(--dhtogoGreen);
    --themecolor-dark: var(--dhtogoGreen-dark);
}

body.theme-video,
.card.theme-video,
section.theme-video,
a.theme-video,
body.theme-podcast,
.card.theme-podcast,
section.theme-podcast,
a.theme-podcast {
    --themecolor: var(--lever);
    --themecolor-dark: var(--leverDark);
}

.inner-wrap:after {
    content: "";
    display: table;
    clear: both
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-style: bold;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.group:after,
ul:after,
ol:after {
    content: "";
    display: table;
    clear: both
}

.group,
ul,
ol {
    zoom: 1;
    overflow: hidden
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.invisible-accessible,
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.is-visible {
    display: block
}

.is-invisible,
.element-invisible {
    display: none;
    visibility: hidden
}

.is-hidden {
    visibility: hidden
}

.up-to-small-screens {
    display: block
}

@media only screen and (min-width: 30.0625em) {
    .up-to-small-screens {
        display: none;
        visibility: hidden
    }
}

.small-screens-up {
    display: none
}

@media only screen and (min-width: 30.0625em) {
    .small-screens-up {
        display: block
    }
}

.up-to-medium-screens {
    display: block
}

@media only screen and (min-width: 37.5em) {
    .up-to-medium-screens {
        display: none;
        visibility: hidden
    }
}

.medium-screens-up {
    display: none
}

@media only screen and (min-width: 37.5em) {
    .medium-screens-up {
        display: block
    }
}

.up-to-large-screens {
    display: block
}

@media only screen and (min-width: 48.0625em) {
    .up-to-large-screens {
        display: none;
        visibility: hidden
    }
}

.large-screens-up {
    display: none
}

@media only screen and (min-width: 48.0625em) {
    .large-screens-up {
        display: block
    }
}

.up-to-xlarge-screens {
    display: block
}

@media only screen and (min-width: 60em) {
    .up-to-xlarge-screens {
        display: none;
        visibility: hidden
    }
}

.xlarge-screens-up {
    display: none
}

@media only screen and (min-width: 60em) {
    .xlarge-screens-up {
        display: block
    }
}

.up-to-wide-screens {
    display: block
}

@media only screen and (min-width: 80em) {
    .up-to-wide-screens {
        display: none;
        visibility: hidden
    }
}

.wide-screens-up {
    display: none
}

@media only screen and (min-width: 80em) {
    .wide-screens-up {
        display: block
    }
}

@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner {
    -webkit-transition: 400ms padding ease-in-out;
    transition: 400ms padding ease-in-out
}

.spinner:after {
    display: none
}

.spinner:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: auto;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 2px solid var(--black);
    border-top-color: #333;
    -webkit-animation: spinner .6s linear infinite;
    animation: spinner .6s linear infinite;
    right: 0.625rem
}

html {
    height: 100%
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    padding: 0;
}

body>header,
body footer,
body main {
    width: 100%;
    display: block;
    overflow: hidden
}

body>header {
    padding: 1rem;
    position: relative;
}

.sticky {
    position: -webkit-sticky;
	position: sticky;
	top: 0;
    background-color: var(--white);
    z-index: 10;
}


@media only screen and (min-width: 30.0625em) {
    body>header {
        padding: 1rem 2rem
    }
}

main {
    margin: 0;
    padding-top: 1.5rem
}

main>aside,
main article {
    margin-bottom: 2rem
}

main section {
    margin-bottom: 0;
}

.inner-wrap {
    margin: 0 auto;
    padding: 2rem 0.625rem;
    max-width: var(--site-max-width);
    position: relative
}

@media only screen and (min-width: 48.0625em) {
    .inner-wrap {
        padding: 1rem 1.25rem
    }
}

main>.inner-wrap {
    padding: 0 1rem 1rem
}

@media only screen and (min-width: 30.0625em) {
    main>.inner-wrap {
        padding: 0 2rem 1rem
    }
}

@media only screen and (min-width: 48.0625em) {
    main>.inner-wrap {
        padding: 1.25rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(12, 1fr);
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 30px
    }
}

footer>.inner-wrap {
    /* max-width: 900px; */
    padding: 0 1rem 1rem
}

@media only screen and (min-width: 30.0625em) {
    footer>.inner-wrap {
        padding: 0 2rem 1rem
    }
}

@media only screen and (min-width: 48.0625em) {
    footer>.inner-wrap {
        padding: 1.25rem;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: repeat(12, 1fr);
        grid-template-columns: repeat(12, 1fr);
        grid-gap: 30px;
    }
}

body.home .inner-wrap,
body.landing .inner-wrap {
    max-width: 90rem;
    overflow: hidden;
}


.inner-wrap>article,
.inner-wrap>section {
    overflow: hidden
}

@media only screen and (min-width: 48.0625em) {

    .inner-wrap>article,
    .inner-wrap>section {
        -ms-grid-column: 2;
        -ms-grid-column-span: 10;
        grid-column: 2 / 12
    }
}

@media only screen and (min-width: 60em) {

    .inner-wrap>article,
    .inner-wrap>section {
        -ms-grid-column: 2;
        -ms-grid-column-span: 8;
        grid-column: 2 / 10
    }
}

@media only screen and (min-width: 80em) {

    .inner-wrap>article,
    .inner-wrap>section {
        -ms-grid-column: 3;
        -ms-grid-column-span: 6;
        grid-column: 3 / 9
    }
}

.inner-wrap>section.section-fullwidth {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1 / 13
}

@media only screen and (min-width: 48.0625em) {

    body.home .inner-wrap>aside,
    body.landing .inner-wrap>aside {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1 / 5;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-right: 1rem;
        border-right: 2px solid var(--lightGrey)
    }
}

@media only screen and (min-width: 60em) {

    body.home .inner-wrap>aside,
    body.landing .inner-wrap>aside {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 1;
        grid-row-start: 1
    }
}

@media only screen and (min-width: 80em) {

    body.home .inner-wrap>aside,
    body.landing .inner-wrap>aside {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / 4;
        -ms-grid-row: 1;
        grid-row-start: 1
    }
}

@media only screen and (min-width: 48.0625em) {

    body.home .inner-wrap>article,
    body.home .inner-wrap>section,
    body.landing .inner-wrap>article,
    body.landing .inner-wrap>section {
        -ms-grid-column: 5;
        -ms-grid-column-span: 8;
        grid-column: 5 / 13
    }
}

@media only screen and (min-width: 60em) {

    body.home .inner-wrap>article,
    body.home .inner-wrap>section,
    body.landing .inner-wrap>article,
    body.landing .inner-wrap>section {
        -ms-grid-column: 4;
        -ms-grid-column-span: 9;
        grid-column: 4 / 13
    }
}

@media only screen and (min-width: 80em) {

    body.home .inner-wrap>article,
    body.home .inner-wrap>section,
    body.landing .inner-wrap>article,
    body.landing .inner-wrap>section {
        -ms-grid-column: 4;
        -ms-grid-column-span: 9;
        grid-column: 4 / 13
    }
}

img {
    max-width: 100%
}

figure {
    margin: 0 0 2rem;
    text-align: center
}

figure figcaption {
    text-align: left;
    color: #999;
    margin-top: .5em
}

figure>div {
    display: inline-block;
    margin: 0 auto;
    max-width: 100%
}

.video,
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.video iframe,
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%
}

.skipcontent {
    background-color: #fff;
    left: -9999px;
    padding: 0.3125em 1em;
    position: absolute;
    padding: 1rem;
    display: inline-block;
    z-index: 2;
    font-weight: bolder
}

.skipcontent:after {
    content: ">>";
    margin-left: 0.625rem
}

.skipcontent:focus {
    left: 1.25em
}

.button.editlink {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    color: var(--white);
    background: var(--darkGrey);
    border: 0
}

@font-face {
    font-family: "Baton";
    src: url("../webfonts/Baton-Bold-Web.eot");
    src: url("../webfonts/Baton-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../webfonts/Baton-Bold-Web.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Ilisarniq";
    src: url("../webfonts/Ilisarniq-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Spot Mono";
    src: url("../webfonts/Spot-Mono-Regular.woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "JeanLucWeb-Bold";
    src: url("../webfonts/jeanlucweb-bold.woff");
    font-weight: bold;
    font-style: bold;
}

body {
    font-size: 1rem;
    font-family: var(--baseFontFamily) !important;
    color: var(--baseFontColour);
    line-height: 1.66;
}

@media only screen and (min-width: 60em) {
    body {
        font-size: 1.125rem
    }
}

/* h1, */
h2,
/* h3, */
h4,
h5 {
    margin-top: 0;
    font-family: var(--baseHeaderFontFamily) !important;
    color: var(--baseFontHeaderColour);
    margin-bottom: 0.5em;
    line-height: 1.1666
}

h1, h3, .category {
    margin-top: 0;
    font-family: var(--baseHeaderH3) !important;
    color: var(--baseFontHeaderColour);
    margin-bottom: 0.5em;
    line-height: 1.1666;
}

h1.special,
h2.special,
h3.special,
h4.special,
h5.special {
    text-transform: uppercase;
    display: inline-block
}

h1.special a,
h1.special a:hover,
h1.special a:active,
h2.special a,
h2.special a:hover,
h2.special a:active,
h3.special a,
h3.special a:hover,
h3.special a:active,
h4.special a,
h4.special a:hover,
h4.special a:active,
h5.special a,
h5.special a:hover,
h5.special a:active {
    text-decoration: none
}

h1.special-red:after,
h2.special-red:after,
h3.special-red:after,
h4.special-red:after,
h5.special-red:after {
    background-color: var(--dhtogoRed)
}

h1.widget,
h2.widget,
h3.widget,
h4.widget,
h5.widget {
    color: var(--themecolor);
    text-transform: uppercase
}

h1,
.alpha {
    font-size: 3.4375rem;
}

/* article.main-content h1,
article.main-content .alpha {
    color: var(--themecolor)
} */

h2,
.beta {
    font-size: 1.5rem;
    text-transform: uppercase;
}

@media only screen and (min-width: 60em) {
    .beta {
        font-size: 2rem;
    }
}

body.home .section-fullwidth h2,
body.landing .section-fullwidth h2,
body.home .section-fullwidth .beta,
body.landing .section-fullwidth .beta {
    font-size: 4rem
}

h3,
.gamma {
    font-size: 1.5rem
}

h4,
.delta {
    font-size: 1.125rem
}

h5,
.epsilon {
    font-size: 1rem;
    font-weight: normal
}

.linktext {
    font-family: var(--baseHeaderFontFamily);
    font-size: 1.5rem;
    line-height: initial;
}

@media only screen and (min-width: 60em) {
.linktext {
    font-size: 1.5rem;
}
}

p,
ul,
ol,
dl,
pre,
blockquote,
table {
    margin: 0 0 1.5em 0;
    font-size: 1rem;
}

@media only screen and (min-width: 60em) {

    p,
    ul,
    ol,
    dl,
    pre,
    blockquote,
    table
     {
        font-size: 1.125rem
    }
}

figcaption>p,
.meta,
.agenda-blok .advertentie-tekst p {
    color: var(--darkGrey);
    font-size: .9375rem;
    font-family: "Spot Mono";
}

@media only screen and (min-width: 60em) {

    .meta,
    figcaption>p {
        font-size: 1rem
    }
}

.introduction p {
    font-size: 1.25rem;
}

@media only screen and (min-width: 60em) {
    .introduction p {
        font-size: 1.5rem
    }
}

ul {
    padding: 0 0 0 1.5em;
    margin: 0 0 var(--baseBottomMargin)
}

ul li {
    padding: 0;
    margin: 0
}

footer ul {
    list-style: none;
    padding: 0
}

ol {
    margin: 0 0 var(--baseBottomMargin);
    padding-left: 2em
}

li {
    list-style-type: "-     ";
}

li ol,
li ul {
    margin-top: 0.5em
}

ol ol li:last-child {
    margin-bottom: 0
}

a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: var(--baseLinkColour);
    text-decoration: none;
}

a:visited {
    color: var(--baseLinkColour-dark)
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: var(--baseLinkColour-dark)
}

h1 a:hover,
h1 a:active,
h1 a:focus,
h2 a:hover,
h2 a:active,
h2 a:focus,
h3 a:hover,
h3 a:active,
h3 a:focus,
h4 a:hover,
h4 a:active,
h4 a:focus,
h5 a:hover,
h5 a:active,
h5 a:focus,
.card.linkcard a:hover {
    text-decoration: underline
}

a.tag {
    color: var(--black);
    font-size: 1.25rem;
    text-decoration: none
}

a.tag:hover,
a.tag:focus,
a.tag:active {
    text-decoration: underline
}

figcaption {
    line-height: 1.2
}

blockquote {
    padding: 0 1rem;
    font-family: var(--baseHeaderFontFamily) !important;
    font-size: 2.25rem;
    text-align: center;
}

@media only screen and (min-width: 37.5em) {
    blockquote {
        padding: 0 2rem
    }
}

blockquote span {
    border-bottom: 4px solid var(--themecolor);
    padding-bottom: 1px
}

svg.icon {
    display: inline-block;
    fill: CurrentColor;
    height: 1.2em;
    width: 1.2em;
    vertical-align: text-bottom
}

button,
.button {
    background-color: var(--themecolor);
    color: var(--black);
    display: inline-block;
    padding: 0.4em 0.625em 0.275em;
    line-height: 1.5;
    margin: 0 0.625rem 1.5rem 0;
    font-family: var(--baseHeaderFontFamily) !important;
    font-size: 1.25rem;
    border: 1px solid var(--themecolor);
    text-decoration: none
}

.cta {
    background-color: var(--dhtogoYellow);
    border: 1px solid var(--dhtogoye);
    padding: 2rem;
}

button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
    background-color: var(--themecolor-dark);
    border: 1px solid var(--themecolor-dark);
    color: var(--offWhite);
    text-decoration: underline;
}

.cta:hover {
    background-color: var(--dhtogoYellow-dark);
    border: 1px solid var(--dhtogoYellow-dark);
}

button[disabled=disabled] {
    cursor: not-allowed;
    background-color: var(--grey);
    border: 1px solid var(--grey);
}

.button-wide {
    width: 100%;
    text-align: center;
}

.button-big {
    width: 100%;
    text-align: center;
    font-size: 2.25rem;
    color: var(--black);
    font-family: var(--baseHeaderFontFamily) !important;
}

.button_small {
    padding: 0.125em 0.5em 0.125em;
    line-height: 1.5;
    border-radius: 0;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}

.button_as-link {
    color: #000;
    padding: 0 0.625rem;
    text-decoration: underline;
    text-transform: lowercase;
    border: 0;
    color: var(--baseLinkColour);
    background-color: transparent;
    cursor: pointer
}

.button_as-link:hover,
.button_as-link:active,
.button_as-link:focus {
    background-color: transparent;
    text-decoration: none;
    color: var(--baseLinkColour)
}

.toggle-menu {
    position: absolute;
    top: 1.2rem;
    right: 1rem;
    z-index: 110;
    display: none;
    margin-right: 1em;
    width: 32px;
    height: 32px
}

@media only screen and (min-width: 37.5em) {
    .toggle-menu {
        top: 2rem
    }
}

.js .toggle-menu {
    display: block
}

@media only screen and (min-width: 37.5em) {
    .js .toggle-menu {
        display: none
    }
}

.advertentie-slider {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    overflow: hidden;
}

.advertentie-blok1 {
    display: flex;
    flex-direction: row;
    flex: 1;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.advertentieslider {
    text-decoration: none;
    display: flex;
    flex: 2;
    align-items: center;
}

.container-icon>a {
    text-decoration: none;
}

.advertentie-tekst {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: .5rem;
}

.advertentie-tekst>h3,
.advertentie-tekst>p,
.agenda-blok .advertentie-tekst p {
    margin: 0;
    font-size: small;
    line-height: 1;
}

.advertentie-tekst>h3 {
    color: var(--themecolor);
}

.container-icon {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    margin: 0 .5rem;
    max-height: 95%;
}

.agenda-slider {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .advertentie-slider {
        height: 65px;
        width: 60%;
        float: left;
        border-right: 1px solid black;
    }
}

@media only screen and (min-width: 768px) {

    .advertentie-slider {
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .swiper-wrapper {
        margin: 10px 0;
    }

    .advertentie-blok1 {
        border-right: 1px solid black;
    }
}

.agenda-blok {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    width: 40%;
    float: right;
    height: 65px;
    display: flex;
    flex-direction: row;
}

@media only screen and (min-width: 768px) {
    .agenda-blok {
        display: none;
        visibility: hidden;
    }
}


.navigation-primary {
    overflow-y: scroll;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    top: 50px;
    left: 0;
    width: 100vw;
    min-height: 95vh;
    background: var(--white);
    z-index: 100;
    /* -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); */
    padding: 4rem 0 0rem 10vw
}

.sitename .small {
    font-size: 1rem;
}

@media only screen and (min-width: 37.5em) {
    .navigation-primary {
        padding: 4rem 0 0rem 20vw
    }
}

.navigation-primary .close-menu {
    position: absolute;
    top: 1rem;
    right: 1rem
}

.navigation-primary ul {
    margin-bottom: 0
}

.nav-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.nav-search input[type='search'] {
    width: 70%;
    border: 0;
    border-bottom: 1px solid var(--grey);
    border-radius: 0;
    margin-right: 5%
}

.nav-search input[type='submit'] {
    width: 20%;
    max-width: 60px;
    border-radius: 3px;
    background: var(--lightGrey);
    color: var(--darkGrey)
}

@media only screen and (min-width: 37.5em) {
    .menus-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.menu,
.menu-secondary {
    padding-left: 0
}

@media only screen and (min-width: 37.5em) {

    .menu,
    .menu-secondary {
        width: 50%
    }
}

.menu li,
.menu-secondary li {
    list-style: none
}

ul.menu {
    display: flex;
    flex-direction: column;
    width: 100%;
}

ul.menu li {
    font-family: var(--baseHeaderH3) !important;
    font-size: 1.5rem;
    margin-bottom: 1em;
    flex: 1;
}

@media only screen and (min-width: 48.0625em) {
    ul.menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
            "menu1 menu2"
            "menu3 menu4";
    }

    ul.menu li {
        font-size: 2rem;
    }
}

.index-1.first.dropdown.sub-menu>a,
.index-2.dropdown.sub-menu>a,
.index-3.dropdown.sub-menu>a,
.index-4.dropdown.sub-menu>a {
    text-transform: uppercase;
}

ul.menu a {
    color: var(--black);
    text-decoration: none;
    display: inline-block
}

ul.menu a:hover {
    color: var(--baseFontColour)
}

ul.menu a:hover:after {
    background-color: var(--themecolor-dark)
}

ul.menu li.active a {
    color: var(--baseFontColour)
}

ul.menu-secondary li {
    font-size: 1.5rem;
    margin-bottom: 1em
}

ul.menu-secondary a {
    color: var(--darkGrey);
    text-decoration: none
}

ul.menu-secondary a:hover {
    text-decoration: underline;
    color: var(--baseFontColour)
}

ul.menu-secondary li.active a {
    color: var(--baseFontColour)
}

ul.sub-menu-items {
    padding: 0;
}

ul.sub-menu-items>li {
    font-family: var(--baseParagraphFontFamily) !important;
    font-size: 1.5rem;
    margin: 0;
}

ul.sub-menu-items>li>a {
    color: var(--grey);
}

.menu_block {
    margin-bottom: var(--baseBottomMargin)
}

.pager {
    list-style: none;
    padding: 0;
    margin-bottom: var(--baseBottomMargin)
}

.pager li {
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 0.25rem 0.25rem 0
}

.pager li.prev a,
.pager li.next a {
    min-width: 5rem
}

.pager a {
    display: block;
    text-align: center;
    padding: 0.5rem 0.625rem;
    border: 1px solid var(--lightGrey);
    background-color: var(--lightGrey);
    min-width: 2.5rem
}

.pager a:link,
.pager a:visited {
    text-decoration: none;
    color: var(--darkGrey)
}

.pager a:hover,
.pager a:active,
.pager a:focus,
.pager a.active {
    background-color: var(--white);
    color: var(--grey)
}

.menu-icon {
    display: block;
    position: absolute;
    /* top: 5px; */
    left: 3px;
    width: 28px;
    height: 2px;
    background: var(--darkGrey)
}

.menu-icon:before,
.menu-icon:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--darkGrey);
    content: "";
    -webkit-transition-duration: 0.1s, 0.1s;
    transition-duration: 0.1s, 0.1s;
    -webkit-transition-delay: 0.1s, 0s;
    transition-delay: 0.1s, 0s
}

.menu-icon:before {
    top: 8px;
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform
}

.menu-icon:after {
    bottom: -16px;
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform
}

.menu-icon:hover .menu-icon,
.menu-icon.toggle-active .menu-icon {
    background: var(--black)
}

.menu-icon:hover .menu-icon:before,
.menu-icon:hover .menu-icon:after,
.menu-icon.toggle-active .menu-icon:before,
.menu-icon.toggle-active .menu-icon:after {
    background-color: var(--black)
}

.toggle-active .menu-icon {
    background: none;
    height: 11px;
    width: 30px;
    left: 1px
}

.toggle-active .menu-icon:before {
    top: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    height: 4px;
    background: var(--darkGrey)
}

.toggle-active .menu-icon:after {
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    height: 4px;
    background: var(--darkGrey)
}

.pager {
    list-style: none;
    padding: 0;
    margin-bottom: var(--baseBottomMargin)
}

.pager li {
    padding: 0;
    margin: 0;
    float: left;
    margin: 0 0.25rem 0.25rem 0
}

.pager li.prev a,
.pager li.next a {
    min-width: 5rem
}

.pager a {
    display: block;
    text-align: center;
    padding: 0.5rem 0.625rem;
    border: 1px solid var(--lightGrey);
    background-color: var(--lightGrey);
    min-width: 2.5rem
}

.pager a:link,
.pager a:visited {
    text-decoration: none;
    color: var(--darkGrey)
}

.pager a:hover,
.pager a:active,
.pager a:focus,
.pager a.active {
    background-color: var(--white);
    color: var(--Grey)
}



.preheader {
    position: relative;
    padding: .5rem 2rem;
    background-color: var(--black);
    color: var(--offWhite);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    flex-wrap: wrap;
    gap: .5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preheader .preheadertext,
.preheader .preheadertext p {
    font-size: 0.75rem;
    margin-bottom: 0;
    font-family: var(--baseParagraphFontFamily) !important;
}

.preheader a {
    color: var(--offWhite);
    text-decoration: none;
    outline: none
}

.preheader a:hover,
.preheader a:focus {
    border-bottom: 1px dotted var(--grey)
}

.preheader .toggle-winkel {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 37.5em) {
    .preheader .toggle-winkel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: .5rem;
        right: 2rem
    }
}

form {
    width: 100%;
    margin-bottom: var(--baseBottomMargin)
}

fieldset {
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 3px
}

fieldset.ui-fieldset-present {
    border: 1px solid var(--grey);
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

legend {
    font-size: 1.5rem
}

label {
    color: var(--black);
    font-size: 1rem;
    display: block;
    font-weight: bold;
    margin-bottom: 0.25em
}

label.error,
.has-error label {
    color: #a94442
}

.required-field {
    color: var(--red);
    font-size: 0.8rem;
    font-weight: bold;
    margin-left: 0.5rem
}

input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    padding: 0.5em;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 2px
}

input:disabled {
    background: var(--offWhite);
    border-color: var(--lightgrey), 15%;
    cursor: not-allowed
}

input:focus {
    border-color: var(--black)
}

input.error,
.has-error input {
    border: 1px solid #a94442;
    margin-bottom: 0.625rem
}

input.error:focus,
.has-error input:focus {
    border: 1px solid var(--grey)
}

input[type="text"] {
    -webkit-appearance: none;
    border-radius: 3px
}

input[type="search"] {
    -webkit-appearance: none;
    border-radius: 3px
}

input[type="password"] {
    -webkit-appearance: none;
    border-radius: 3px
}

input[type="radio"] {
    width: auto;
    margin-right: 0.25rem;
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 0
}

input[type="radio"]+label {
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    position: relative;
    top: 2px
}

input[type="radio"].error,
.has-error input[type="radio"] {
    border: 1px solid #a94442
}

input[type="radio"].error+label,
.has-error input[type="radio"]+label {
    color: #a94442
}

input[type="checkbox"] {
    width: auto;
    margin-right: 0.25rem;
    display: inline-block;
    margin-bottom: 0;
    margin-bottom: 0
}

input[type="checkbox"]+label {
    display: inline-block;
    font-size: 1rem;
    margin-right: 1rem;
    font-weight: normal;
    margin-bottom: 1rem;
    position: relative;
    top: 2px
}

input[type="submit"],
input button[type="submit"] {
    border: 0;
    color: var(--white);
    float: left;
    display: block;
    padding: 0.35rem 0.75em;
    line-height: 1.5;
    display: block;
    clear: both;
    width: auto;
    background-color: var(--darkGrey);
    border-radius: 0
}

textarea {
    width: 100%;
    min-height: 200px;
    resize: vertical;
    border: 1px solid var(--grey);
    margin-bottom: 1.5rem;
    border-radius: 3px;
    padding: 0.5rem
}

textarea:focus {
    border-color: var(--black);
    outline: none
}

textarea.error,
.has-error textarea {
    border-color: #a94442;
    margin-bottom: 0.625rem
}

textarea.error:focus,
.has-error textarea:focus {
    background-color: var(--white)
}

select {
    max-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--grey);
    padding: 0.5rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 3px
}

select.error,
.has-error select {
    border-color: #a94442;
    margin-bottom: 0.625rem
}

select.error:focus,
.has-error select:focus {
    background-color: var(--white)
}

.form-item {
    max-width: 600px
}

.form-item_error-message {
    margin-bottom: 1.5rem;
    color: #a94442;
    padding: 0.35rem 0.5em;
    border: 1px solid #a94442;
    background: #faeded;
    border-radius: 2px;
    position: relative
}

.form-item_error-message:after {
    content: "";
    position: absolute;
    height: 8px;
    width: 8px;
    top: -5px;
    left: 1.5rem;
    border-left: 1px solid #a94442;
    border-top: 1px solid #a94442;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #faeded
}

@-webkit-keyframes icon-expand-expanding {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@keyframes icon-expand-expanding {
    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@-webkit-keyframes icon-expand-collapsing {
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

@keyframes icon-expand-collapsing {
    to {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg)
    }
}

.collapsing span {
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    -webkit-animation: icon-expand-collapsing .3s linear 1;
    animation: icon-expand-collapsing .3s linear 1
}

.collapsing span:after {
    display: block
}

.expanding span {
    -webkit-transition: 300ms all ease-in-out;
    transition: 300ms all ease-in-out;
    -webkit-animation: icon-expand-expanding .3s linear 1;
    animation: icon-expand-expanding .3s linear 1
}

.expanding span:after {
    display: none
}

.general-expandable-field-wrap {
    margin-bottom: 3.5rem;
    overflow: hidden
}

.general-expandable-field {
    border: 1px solid #999;
    position: relative;
    overflow: hidden
}

.general-expandable-field:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.general-expandable-field:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.general-expandable-field .expandable-field_toggler {
    font-family: var(--baseHeaderFontFamily) !important;
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    width: 100%;
    display: inline-block;
    white-space: normal
}

.general-expandable-field .expandable-field_toggler:link,
.general-expandable-field .expandable-field_toggler:visited {
    text-decoration: none;
    color: var(--black)
}

.general-expandable-field .expandable-field_toggler:hover,
.general-expandable-field .expandable-field_toggler:active,
.general-expandable-field .expandable-field_toggler:focus {
    text-decoration: underline
}

.general-expandable-field+.general-expandable-field {
    margin-top: -1px
}

.expandable-field_body {
    padding: 0.25rem 0.625rem
}

@media only screen and (min-width: 37.5em) {
    .expandable-field_body {
        padding-right: 4rem
    }
}

.expandable-field_toggler {
    padding: 0.625rem 0.625rem
}

.expandable-field_toggler .expandable-field_toggle-icon {
    text-indent: -999px;
    position: absolute;
    right: 0.5rem;
    top: 0.75rem;
    width: 1.5333rem;
    height: 1.5rem;
    border: 0;
    display: block;
    overflow: hidden;
    padding: 0.25rem;
    opacity: 0.6
}

.expandable-field_toggler .expandable-field_toggle-icon .icon-plus {
    position: relative;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem
}

.expandable-field_toggler .expandable-field_toggle-icon .icon-plus:after {
    content: "";
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    left: 37%;
    top: 0%;
    background-color: var(--black)
}

.expandable-field_toggler .expandable-field_toggle-icon .icon-plus:before {
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    position: absolute;
    left: -4%;
    top: 40%;
    background-color: var(--black)
}

.expandable-field_toggler .expandable-field_toggle-icon .icon-arrow {
    position: relative;
    display: block;
    width: 0.8rem;
    height: 0.8rem
}

.expandable-field_toggler .expandable-field_toggle-icon .icon-arrow:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: -4px;
    border-top: 2px solid var(--black);
    border-right: 2px solid var(--black);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.expandable-field_toggler .expandable-field_toggle-icon.expand-icon-expanded span:after {
    display: none
}

.expandable-field_toggler.active .icon-plus {
    position: relative;
    display: block;
    width: 0.9375rem;
    height: 0.9375rem
}

.expandable-field_toggler.active .icon-plus:after {
    display: none
}

.expandable-field_toggler.active .icon-arrow:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 4px
}

.expandable-field_toggler:hover .expandable-field_toggle-icon,
.expandable-field_toggler:active .expandable-field_toggle-icon,
.expandable-field_toggler:focus .expandable-field_toggle-icon {
    opacity: 1
}

.logo {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
}

@media only screen and (min-width: 30.0625em) {
    .logo {
        max-width: 300px
    }
}

@media only screen and (min-width: 37.5em) {
    .logo {
        max-width: 600px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.logo img {
    width: 32px;
    height: 32px;
    margin-right: 5px
}

@media only screen and (min-width: 37.5em) {
    .logo img {
        width: 60px;
        height: 60px;
        margin-right: 10px
    }
}


.logo span {
    text-transform: uppercase;
    font-family: var(--baseHeaderH3) !important;
    font-size: 1.5rem;
    line-height: 1;
    transition-duration: 0.5s;
    transition-delay: 0.1s, 0s;
}

@media only screen and (min-width: 37.5em) {
    .logo span {
        font-size: 2.5rem
    }
}

@media only screen and (min-width: 48.0625em) {
    .logo>.span>.shrink {
        font-size: 1.5rem;
    }

    .logo span {
        font-size: 3.4375rem
    }
}

.logo span.postfix {
    margin-left: 5px;
    color: var(--grey);
    -webkit-text-fill-color: white;
    -webkit-text-stroke: 1px black
}

@media only screen and (min-width: 30.0625em) {
    .logo span.postfix {
        margin-left: 14px;
        color: #f09
    }
}

.contentblock,
.body,
.introduction,
.ingredienten,
.advertentie-text,
.advertentie-products,
.section-gallery {
    margin-bottom: var(--baseBottomMargin)
}

.main-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-content-flex>.contentblock,
.main-content-flex>* {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.main-content-flex .contentblock.contentblock-video {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.swiper-container {
    width: 100%;
    height: auto
}

.swiper-container .swiper-slide {
    text-align: center
}

.twoblocks-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 .5rem;
}

.twoblocks-container div {
    padding: 2rem;
    width: 100%
}

.advertentie-text {
    background-color: var(--lever);
    text-align: center;
    padding: .5em 0;
}

.advertentie-text>p,
.advertentie-products>p {
    font-family: var(--baseParagraphFontFamily) !important;
    color: var(black);
    font-size: 0.875rem;
    padding: 0 .5em;
}

.advertentie-text>h5 {
    text-transform: uppercase;
    color: var(--purple);
    font-size: 2rem;
    padding: 0 .5em;
}

.advertentie-text>a {
    color: var(--white);
    font-family: var(--baseParagraphFontFamily) !important;
    font-size: 0.875rem;
    text-decoration-line: underline;
    padding: 0 .5em;
}

.advertentie-products {
    text-align: center;
    border: 1px solid var(--lightGrey);
    padding: .5em 0;
}

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

.mobile-products {
    display: flex;
    flex-direction: row;
}

.mobile-products>div {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    max-height: 12rem;
}

@media only screen and (min-width: 48.0625em) {
    .products {
        flex-direction: row;
    }

    .mobile-products {
        flex: 1;
    }
}

@media only screen and (min-width: 37.5em) {
    .twoblocks-container div {
        width: calc(50% - 15px)
    }
}

.ingredienten {
    border-radius: 3px;
    padding: 20px;
    box-shadow: 0px 0px 5px 3px var(--themecolor);
    width: 98%;
    align-self: center;
}

.ingredienten>ul>li {
    font-family: var(--baseParagraphFontFamily) !important;
    list-style-type: "- ";
    font-size: 00.875rem;
}

.ingredienten p:first-of-type {
    font-family: var(--baseHeaderH3) !important;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.ingredienten p {
    font-family: var(--baseParagraphFontFamily) !important;
    font-size: 00.875rem;
}

.twoblocks-container div:first-child {
    background: var(--white);
    -webkit-box-shadow: 0 0 5px 3px var(--themecolor);
    box-shadow: 0 0 5px 3px var(--themecolor);
    border-radius: 3px;
    margin-bottom: 2rem;
    font-family: var(--baseParagraphFontFamily) !important;
}

@media only screen and (min-width: 37.5em) {
    .twoblocks-container div:first-child {
        margin-right: 30px;
        margin-bottom: 0
    }
}

.twoblocks-container div:last-child {
    background: var(--themecolor);
    font-family: var(--baseHeaderFontFamily);
    font-size: 00.875rem;
}

.twoblocks-container ul {
    margin-bottom: 0
}

.social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.social-container figure {
    width: calc(50% - 8px);
    margin-right: 15px;
    margin-bottom: 1rem
}

@media only screen and (min-width: 30.0625em) {
    .social-container figure {
        width: calc(50% - 15px);
        margin-right: 30px;
        margin-bottom: 2rem
    }
}

.social-container figure:nth-child(2) {
    margin-right: 0
}

.social-container figure:last-child {
    margin-right: 0
}

.social-container figcaption p,
.credits {
    font-size: 0.875rem
}

article.main-content .bigdate {
    color: var(--black);
    margin-bottom: 1.5em
}

footer {
    min-height: 50px;
    padding-top: 3rem
}

.footernieuwsbrief {
    background-color: var(--dhtogoYellow);
    padding: 2em;
    display: grid;
    justify-content: center;
}

footer div:nth-child(2) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 1/5;
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    padding-right: 4rem;
}

footer div:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 5/9;
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    padding-right: 4rem;
}

footer div:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 9/13;
    border-bottom: 1px solid black;
    margin-bottom: 1em;
    padding-right: 4rem;
}

@media only screen and (min-width: 48.0625em) {
    /* footer {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--dhtogoPink)), color-stop(50%, var(--dhtogoYellow)));
        background: linear-gradient(to right, var(--dhtogoPink) 50%, var(--dhtogoYellow) 50%)
    } */


    footer div:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }

}

@media only screen and (min-width: 48.0625em) {
    footer div:nth-child(1) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 4;
        grid-column: 1/13;
    }

    footer div:nth-child(2) {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        border-right: 1px solid black;
        border-bottom: none;
    }

    footer div:nth-child(3) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 5/9;
        border-right: 1px solid black;
        border-bottom: none;
    }

    footer div:nth-child(4) {
        -ms-grid-column: 10;
        -ms-grid-column-span: 3;
        grid-column: 9/13;
        border-right: 1px solid black;
        border-bottom: none;
    }
}


/* @media only screen and (min-width: 60em) {
    footer div:nth-child(2) {
        -ms-grid-column: 4;
        -ms-grid-column-span: 3;
        border-right: 1px solid black;
        border-bottom: none;
    }

    footer div:nth-child(3) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 3;
        grid-column: 5/9;
        border-right: 1px solid black;
        border-bottom: none;
    }
    
    footer div:nth-child(4) {
        -ms-grid-column: 10;
        -ms-grid-column-span: 3;
        grid-column: 9/13;
        border-right: 1px solid black;
        border-bottom: none;
    }
} */

/* footer div:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 5/9;
    border-right: 1px solid black;
}

footer div:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 9/13;
    border-right: 1px solid black;
} */

footer .footernieuwsbrief h2 {
    text-align: center;
}

footer .footernieuwsbrief p {
    font-family: var(--baseParagraphFontFamily) !important;
    text-align: center;
    line-height: 1.2;
}

footer .footernieuwsbrief a {
    text-decoration: underline;
    color: var(--darkGrey);
}

.aanmelden-nieuwsbrief {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: none;
    margin: 0;
}

.e-mail-nieuwsbrief[type="text"] {
    display: flex;
    flex: 3;
    border-radius: 0;
    border: none;
    font-family: var(--baseParagraphFontFamily) !important;
}

.e-mail-nieuwsbrief[type="text"]:focus-visible {
    background-color: var(--lightGrey);
    outline: none;
}

.submit-nieuwsbrief[type="submit"] {
    display: flex;
    flex: 1;
    justify-content: center;
    border-radius: 0;
    font-family: var(--baseParagraphFontFamily) !important;
}

footer .footertext1 p,
footer .footertext2 p,
footer .footertext3 p,
footer .footertext1 a,
footer .footertext2 a,
footer .footertext3 a {
    font-family: var(--baseParagraphFontFamily) !important;
    color: var(--darkGrey);
    padding-right: 1rem;
}


footer .footertext1 img {
    margin-bottom: 1rem
}

.item-teaser img {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem
}

.toggle-winkel {
    margin-top: 3px;
    text-decoration: none;
    font-family: var(--baseHeaderFontFamily) !important;
    text-transform: uppercase;
    line-height: 1;
    color: var(--lightGrey);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-decoration: none
}

.toggle-winkel:hover,
.toggle-winkel:active,
.toggle-winkel:focus,
.toggle-winkel:visited {
    color: var(--lightGrey);
    border-bottom: none
}

.toggle-winkel .toggle-thing {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background-color: var(--darkGrey);
    margin: 0 0 0 8px;
    width: 26px;
    height: 16px;
    border-radius: 5px;
    padding: 0 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transition: all .5s ease-in;
    transition: all .5s ease-in
}

.toggle-winkel .toggle-button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--grey);
    border-radius: 5px
}

.toggle-winkel.active {
    color: var(--offWhite)
}

.toggle-winkel.active .toggle-thing {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.toggle-winkel.active .toggle-button {
    background-color: var(--dhtogoGreen)
}

a.toggle-winkel:hover,
a.toggle-winkel:active,
a.toggle-winkel:focus,
a.toggle-winkel:visited {
    border-bottom: none
}

section.zoekmachine p,
section.zoekmachine select {
    font-size: 1.1rem
}

@media only screen and (min-width: 37.5em) {

    section.zoekmachine p,
    section.zoekmachine select {
        font-size: 1.5rem
    }
}

section.zoekmachine .no-break {
    white-space: nowrap
}

section.zoekmachine select {
    max-width: 280px;
    width: auto;
    border-radius: 0;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    border: 0;
    border-bottom: 2px solid var(--themecolor);
    padding: .5em .8em .3em 0;
    line-height: 1.4;
    margin: 0 .2rem 0 .2rem;
    font-weight: bold;
    text-transform: lowercase;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23EB75AA%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right .1em top 50%;
    background-size: .65em auto
}

@media only screen and (min-width: 37.5em) {
    section.zoekmachine select {
        max-width: 320px
    }
}

section.zoekmachine.zoekmachine-toenjoy select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%235FCF5F%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E")
}

section.zoekmachine.zoekmachine-tosocialize select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23E5C12E%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E")
}

section.zoekmachine.zoekmachine-toown select {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23E79011%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E")
}

.section-results .info {
    font-family: var(--baseFontFamily) !important;
}

.section-results .address {
    font-family: var(--baseHeaderFontFamily) !important;
}

section.switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.switch a {
    display: block;
    margin-right: 2rem;
    width: auto
}

section.switch a.active {
    display: none;
    font-family: var(--baseHeaderFontFamily) !important;
    font-size: 2rem;
    text-decoration: none
}

body.home .introduction,
body.landing .introduction {
    margin-bottom: 0
}

.grid {
    margin: 0 auto
}

.grid .grid-item,
.grid .grid-sizer {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width: 37.5em) {

    .grid .grid-item,
    .grid .grid-sizer {
        width: calc(50% - 15px)
    }
}

@media only screen and (min-width: 48.0625em) {

    .grid .grid-item,
    .grid .grid-sizer {
        width: calc(33% - 20px)
    }
}

@media only screen and (min-width: 80em) {

    .grid .grid-item,
    .grid .grid-sizer {
        width: calc(25% - 23px)
    }
}

@media only screen and (min-width: 37.5em) {
    .grid-with-highlight .grid-item:first-of-type {
        width: 100%
    }
}

@media only screen and (min-width: 48.0625em) {
    .grid-with-highlight .grid-item:first-of-type {
        width: calc(66% - 15px)
    }
}

@media only screen and (min-width: 80em) {
    .grid-with-highlight .grid-item:first-of-type {
        width: calc(50% - 20px)
    }
}

body.home .grid .grid-item,
body.home .grid .grid-sizer,
body.landing .grid .grid-item,
body.landing .grid .grid-sizer {
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width: 37.5em) {

    body.home .grid .grid-item,
    body.home .grid .grid-sizer,
    body.landing .grid .grid-item,
    body.landing .grid .grid-sizer {
        width: calc(50% - 15px)
    }
}

@media only screen and (min-width: 48.0625em) {

    body.home .grid .grid-item,
    body.home .grid .grid-sizer,
    body.landing .grid .grid-item,
    body.landing .grid .grid-sizer {
        width: calc(33% - 20px)
    }
}

@media only screen and (min-width: 37.5em) {

    body.home .grid .grid-item:first-of-type,
    body.landing .grid .grid-item:first-of-type {
        width: 100%
    }
}

@media only screen and (min-width: 48.0625em) {

    body.home .grid .grid-item:first-of-type,
    body.landing .grid .grid-item:first-of-type {
        width: calc(66% - 10px)
    }
}

.card {
    position: relative
}

.card img {
    display: block;
    max-width: 100%
}

.card .img-container {
    width: 100%;
    height: auto;
    overflow: hidden
}

.card .headergroup {
    padding: 1rem 0
}

@media only screen and (min-width: 37.5em) {
    .card .headergroup {
        min-height: 90px
    }
}

@media only screen and (min-width: 48.0625em) {
    .card .headergroup {
        min-height: 115px
    }
}

@media only screen and (min-width: 60em) {
    .card .headergroup {
        min-height: 90px
    }
}

.card .headergroup h3 {
    margin-bottom: 0
}

.card svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin: 0 .2em;
    padding: .1em;
    border-radius: 4px
}

.card svg.icon:hover {
    background-color: var(--themecolor)
}

.card span.cat {
    color: var(--themecolor);
    text-transform: uppercase;
    display: inline-block;
    margin-right: .2rem
}

.card a {
    color: var(--black)
}

.card:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.card.linkcard a {
    text-decoration: none
}

@media only screen and (min-width: 30.0625em) {
    .grid-with-highlight .card:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media only screen and (min-width: 30.0625em) {
    .grid-with-highlight .card:first-of-type .img-container {
        width: 65%
    }
}

@media only screen and (min-width: 48.0625em) {
    .grid-with-highlight .card:first-of-type .img-container {
        width: 78%
    }
}

.grid-with-highlight .card:first-of-type .headergroup {
    background: var(--themecolor);
    padding: 1rem;
    height: auto
}

@media only screen and (min-width: 30.0625em) {
    .grid-with-highlight .card:first-of-type .headergroup {
        width: 35%
    }
}

.grid-with-highlight .card:first-of-type span.cat {
    color: var(--white);
    display: block;
    margin-bottom: 1rem
}

.grid-with-highlight .card:first-of-type:hover .headergroup {
    background: var(--themecolor-dark)
}

.aside-agenda {
    padding-top: 16px
}

/* .aside-agenda h2 {
    border-bottom: 10px solid var(--dhtogoPink);
    padding-bottom: .5rem
} */

.aside-agenda>h2::after {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    background-image: url(../../source/images/Wavy.svg);
    background-repeat: no-repeat;
}

.agenda-date {
    font-family: var(--baseParagraphFontFamily) !important;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.agenda-teaser {
    font-family: var(--baseParagraphFontFamily) !important;
}

.contentlist {
    list-style: none;
    padding: 0;
    color: var(--black)
}

.contentlist li {
    padding: 1rem 0;
    position: relative
}

.contentlist>li>.agenda-teaser::after {
    content: "";
    display: block;
    margin-top: 1rem;
    height: 20px;
    width: 100%;
    background-image: url(../../source/images/Wavy.svg);
    background-repeat: no-repeat;
}

.contentlist li.subheader {
    margin: 1rem 0 0rem;
    border-bottom: 0
}

.contentlist li.subheader h2 {
    margin-bottom: 0
}

@media only screen and (min-width: 37.5em) {
    .contentlist li.subheader {
        margin: 3rem 0 rem
    }
}

.contentlist li.haslink:hover {
    text-decoration: underline;
}

.contentlist li.haslink h3 a:hover {
    color: var(--black)
}

.contentlist li h3 a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0
}

.contentlist h3,
.contentlist h3 a {
    color: var(--black);
    margin-bottom: .5rem;
    text-transform: uppercase
}

.contentlist p {
    color: var(--black);
    margin-bottom: .5rem
}

.banner {
    position: relative;
    margin: 2rem 0;
    height: auto
}

.banner h2,
.banner h2 a {
    text-align: center;
    text-decoration: none
}

.banner h2:hover,
.banner h2 a:hover {
    text-decoration: underline
}

.banner a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.banner .headergroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2rem 1rem 1.5rem 1rem;
    height: 100%
}

.banner.banner-image {
    height: auto
}

.banner.banner-image .headergroup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem 1rem .5rem 1rem
}

.banner.banner-image h2,
.banner.banner-image h2 a {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    color: var(--white)
}

.banner.banner-image img.for-desktop {
    display: none
}

@media only screen and (min-width: 37.5em) {
    .banner.banner-image img.for-desktop {
        display: block;
        width: 100%;
    }
}

.banner.banner-image img.for-mobile {
    display: block
}

@media only screen and (min-width: 37.5em) {
    .banner.banner-image img.for-mobile {
        display: none
    }
}

.banner.banner-yellow {
    background: var(--dhtogoYellow)
}

.banner.banner-red {
    background: var(--dhtogoRed)
}

.banner.banner-pink {
    background: var(--dhtogoPink)
}

.banner.banner-yellow {
    background: var(--dhtogoGreen)
}

.banner.banner-orange {
    background: var(--dhtogoOrange)
}

@font-face {
    font-family: 'swiper-icons';
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: var(--dhtogoPink)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 2rem;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 16 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(.5 * var(--swiper-navigation-size));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--themecolor))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--themecolor))
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

/*# sourceMappingURL=screen.css.map */