:root {
    --suffix-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

@font-face {
    font-family: 'Antipasto Pro';
    src: local('Antipasto Pro Light'),local('AntipastoPro-Light'),url(../fonts/AntipastoPro-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Antipasto Pro';
    src: local('Antipasto Pro Medium'),local('AntipastoPro-Medium'),url(../fonts/AntipastoPro-Medium.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Antipasto Pro';
    src: local('Antipasto Pro Bold'),local('AntipastoPro-Bold'),url(../fonts/AntipastoPro-Bold.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'),local('ArialMT'),url(../fonts/ArialMT.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Arial';
    src: local('Arial Bold'),local('Arial-BoldMT'),url(../fonts/Arial-BoldMT.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

html {
    font-family: "Arial", var(--suffix-family);
    font-size: 16px;
    word-break: break-word;
}

@media (max-width: 768px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 769px) {
    html {
        font-size: 8px;
    }
}

@media (min-width: 1024px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 1280px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 1600px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 1700px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 16px;
    }
}

body {
    background-color: #A1C1ED;
    color: #1B4888;
}



/* --------------------------------------- TYPOGRAFIE */

mark {
    background-color: #ffd07b;
    color: inherit;
    padding: 2px 5px
}

article,aside,details,figcaption,figure,label,footer,header,hgroup,menu,nav,section,main {
    display: block;
    width: 100%
}

p:empty {
    display: none
}

p+p,p+table,p+ol,p+ul,table+p,ol+p,ul+p {
    margin-top: 16px
}

ol,ul {
    margin: 0;
    padding-left: 24px
}

li {
    width: 100%
}

li:not(:last-child) {
    margin-bottom: 10px
}

ul {
    list-style: outside disc
}

ol {
    list-style: outside decimal
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

a * {
    cursor: pointer;
    cursor: hand;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Antipasto Pro",var(--suffix-family);
    font-weight: 700;
    line-height: 1.17;
}

h1, h2 {
    font-size:3rem;
    /* margin-top: 2rem; */
}

.h2-ct {
    margin-top: -50px;
}

h3,h4,h5,h6 {
    font-size:2rem;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
}

p {
    font-size: 1.6rem;
}

p a,ul a,ol a,table a {
    text-decoration: underline;
}

p a:hover,ul a:hover,ol a:hover,table a:hover {

}

strong,b {
    font-weight: 700
}

img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

/* --------------------------------------- TYPOGRAFIE einde */


#clickplate_popup_wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #ccca;
    z-index: 999;

}

#clickplate_popup_inner_wrapper {
    background-color: #fff;


    position: absolute;
    display: block;

    border: 2px #1b4888 solid;
    border-radius: 25px;

    width: calc(60%);

    overflow: hidden;

    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);

}

#clickplate_popup_header {
    background-color: #fff;
    display: block;
    float: left;
    width: 100%;
    height: 70px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

}

#clickplate_popup_content {
    background-color: #fff;
    display: block;
    float: left;

    padding: 25px;
    padding-top: 0;
    width: calc(100%);
    height: calc(100% - 70px);

    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

#clickplate_popup_content > * {
    width:50%;
}

.singlecolumn
{
    width:100% !important;
}
.singlecolumn > * {
    width:94%;
}

.clickplate_close_btn {
    cursor: pointer;
    position:absolute;
    right: 0;

    margin-top:10px;
    margin-right:10px;
    width: 50px;
    height: 50px;
    background-image: url(../images/knop_sluiten.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;

}

.clickplate_close_btn span
{
    display: none;
}


#clickplate_popup_content .cms6_component_video_embed,
#clickplate_popup_content .image-ct
{
    width:calc(50% - 1rem);
    float:right;
    margin-left: 1rem;
}
.cms6_component_video_embed__yt_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cms6_component_video_embed__yt_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cms6_component_video_embed__vimeo_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.cms6_component_video_embed__vimeo_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
}

