/* cmsms stylesheet: Best-Layout---grid modified: Saturday, June 27, 2026 4:42:30 PM */
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
	margin: 0;
	padding: 0;
}

img,
fieldset {
	border: 0;
}

/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}




/* apply a natural box layout model to all elements */

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

/* body css */

body {
	margin: 0;
	text-align: center;
}

.section {
	clear: both;
	padding: 0;
	margin: 0;
	display: flex;
    flex-wrap: wrap;
}

/* media css */

img {
	max-width: 100%;
	height: auto;
	display: block;
}

.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* form css */

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
input[type=button],
input[type=submit],
input[type=reset],
select,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
input[type=file],
select,
textarea {
	width: 100%;
}

/* general table css */

table {
	width: 90% !important;
	table-layout: fixed;
	word-wrap: break-word;
}

/*
table {
	width: 96% !important;
	margin: 15px 2%;
	border-spacing: 0;
	border-collapse: collapse;
} */

table th {
	font-weight: 400;
	padding: 10px;
	border: 1px solid #999;
	background: #efefef;
}

table td {
	padding: 10px;
	border: 1px solid #999;
}



table tr td:first-child {width: 50% !important;}
table tr td:first-child + td {width: 40% !important;}
/* split column css */

.split-column {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.split-column:last-child {
	margin-bottom: 0;
}

/* content css */

.content {
	margin: 0 auto;
	text-align: left;
	max-width: 1500px; /* max-width of your responsive website (example 1200px) */
}
.row1,
.one-column {
	float: left;
	width: 98%;
	margin: 10px 1%;
}
.row1row2,
.two-column,
.two-fourth-column {
	float: left;
	width: 48%;
	margin: 10px 1%;
}
.row1row2row3,
.three-column {
	float: left;
	width: 31.333333%;
	margin: 10px 1%;
}

.two-third-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;
}
.row1row2row3row4,
.four-column,
.one-fourth-column {
	float: left;
	width: 23%;
	margin: 10px 1%;
}

.three-fourth-column {
	float: left;
	width: 73%;
	margin: 10px 1%;
}

.row1row2row3row4row5row6,
.six-column {
	float: left;
	width: 14.666666%;
	margin: 10px 1%;
}


.five-sixth-column {
	float: left;
	width: 81.333333%;
	margin: 10px 1%;
}


.four-sixth-column {
	float: left;
	width: 64.666666%;
	margin: 10px 1%;	
}
.row1row2row3row4row5,
.five-column {
	float: left;
	width: 18%;
	margin: 10px 1%;	
}

.three-fifth-column {
	float: left;
	width: 58%;
	margin: 10px 1%;	
}

.two-fifth-column {
	float: left;
	width: 38%;
	margin: 10px 1%;	
}


.row1row2row3row4row5row6row7row8,
.eight-column {
	float: left;
	width: 10.5%;
	margin: 10px 1%;	
	
}

.six-eight-column {
	float: left;
	width: 73%;
	margin: 10px 1%;	
}

.row1row2row3row4row5row6row7,
.seven-column {
	float: left;
	width: 12.285714%;
	margin: 10px 1%;	
}


.seven-eight-column {
	float: left;
	width: 85.5%;
	margin: 10px 1%;	
}



@media screen and (max-width: 1400px) {
    .row1,
	.one-column,
	.two-fourth-column,
    .row1row2row3,	
	.three-column,
	.two-third-column,
	.five-sixth-column,
	.one-fourth-column,
	.three-fourth-column,
	.six-column,
	.three-fifth-column,
	.two-fifth-column,
	.four-sixth-column,
    .row1row2row3row4row5
    .row1row2row3row4row5row6,
    .row1row2row3row4row5row6row7,
    .row1row2row3row4row5row6row7row8,
	.five-column,
	.seven-eight-column,
	.six-eight-column,
	.five-sixth-column {
		width: 97%;
		margin: 10px 1.5%;
	}

    .row1row2,
	.two-column,
	.eight-column, 
	.four-column {
		width: 47%;
		margin: 10px 1.5%;
	}

}

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

	.content {
		min-width: 300px;  /* min-width of your responsive website (example 300px) */
	}

    .row1,
    .row1row2,
	.one-column,
	.two-column,
	.two-fourth-column,
    .row1row2row3,
	.three-column,
	.two-third-column,
    .row1row2row3row4,
    .row1row2row3row4row5,
    .row1row2row3row4row5row6,
    .row1row2row3row4row5row6row7,
    .row1row2row3row4row5row6row7row8,
	.one-fourth-column,
	.three-fourth-column,
	.five-sixth-column,
	.three-fifth-column,
	.two-fifth-column,
	.six-column,
	.four-sixth-column,
	.four-column,
	.five-sixth-column {

        width: 96% !important;
        max-width: 96% !important;
        margin: 10px 2% !important;

        flex: 0 0 96% !important;
        float: none !important;
	}

}
/* cmsms stylesheet: Best-Layout---fancyflip modified: Friday, June 5, 2026 5:25:14 PM */
html {
  font-family: sans-serif;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.text-center {
  text-align: center;
}

.color-white {
  color: #fff;
}

.bgbasisblok img { border-radius: 20px; margin: 20px auto ; } 
.bgbasisblok {border: 15px solid #ef8b0e ;

    
}


.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 25px 15px;
  width: 100%;
  text-transform: uppercase;
  text-shadow: 0px 4px 6px rgba(0,0,0,0.63);
  font-family: 'barlowregular';

  
  
}


.box-container h2 {font-size:25px;font-weight:800;color:;line-height:35px;}




@media screen and (min-width:1000px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 25px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 1000px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 90%;
  margin:5%;
  padding: 20px 3px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  background: rgb(102, 37, 130, 0.6);
  border-radius: 10px;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 30px;
  color: #fff;
}

.flip-box-header h2 {
  color: #fff;
}



.flip-box p {
  font-size: 20px;
  line-height: 1.5em;
}

.flip-box-img img{
padding:0px;
  margin: auto;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}


.fancybox__container,
.fancybox__backdrop,
.fancybox__carousel,
.fancybox__toolbar,
.fancybox__nav,
.fancybox__thumbs {
    z-index: 2147483647 !important;
}
/* cmsms stylesheet: Best-Layout---CompanyDirectory modified: Monday, July 6, 2026 7:12:53 PM */
:root {
    --rm-bg: #f7f5f1;
    --rm-surface: #ffffff;
    --rm-surface-soft: #f2eee8;
    --rm-surface-active: #ddd6cc;
    --rm-text: #2f2c29;
    --rm-text-soft: #625b55;
    --rm-taupe: #a38f7c;
    --rm-taupe-hover: #8f7966;
    --rm-taupe-dark: #786452;
    --rm-border: #d8d0c6;
    --rm-border-strong: #bfae9e;
    --rm-shadow-soft: 0 3px 12px rgba(63,52,44,.07);
    --rm-shadow-hover: 0 8px 22px rgba(63,52,44,.11);
    --rm-radius: 8px;
    --rm-radius-small: 6px;
}

/* =========================================
   BASIS
========================================= */

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

.bedrijf-detail,
.bedrijf-card,
.bedrijf-detail-container {
    box-sizing: border-box;
}

.bedrijf-detail {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.bedrijf-detail *,
.bedrijf-card *,
.bedrijf-info *,
.bedrijf-detail-container * {
    color: var(--rm-text);
}

a {
    transition: .25s;
}

img {
    max-width: 100%;
    height: auto;
}



/* =========================================
   PAGINATION
========================================= */

.bedrijf-pagination {
    margin-bottom: 30px;
    text-align: right;
}

.bedrijf-pagination label {
    font-size: 18px;
    margin-right: 10px;
}

.bedrijf-pagination select {
    height: 44px;
    padding: 0 15px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
    background: #fff;
    font-size: 16px;
    outline: none;
}

.bedrijf-pagination button {
    height: 44px;
    padding: 0 22px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    transition: .25s;
}

.bedrijf-pagination button:hover {
    background: #f3f3f3;
}



/* =========================================
   OVERZICHT GRID
========================================= */

.bedrijf-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 30px 0;
}



/* =========================================
   SUMMARY CARD
========================================= */

.bedrijf-card{
    display:grid;
    grid-template-columns:140px 1fr;
    gap:20px;

    padding:10px;

    border:1px solid #d9d9d9;
    border-radius:10px;
    background:#fff;

    min-height:240px;
}

.bedrijf-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.bedrijf-card.geen-logo{
    grid-template-columns:1fr;
}

/* =========================================
   LOGO
========================================= */

.bedrijf-logo{

    width:140px;
    height:140px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:12px;
    border:1px solid #e5e5e5;
    border-radius: var(--rm-radius);
    background:#fff;
    border-radius:10px;
}

.bedrijf-logo img{

    width:100%;
    height:100%;

    object-fit:contain;
}


/* =========================================
   INFO
========================================= */

.bedrijf-info{

    display:flex;
    flex-direction:column;

    min-height:200px;
}


.bedrijf-info h1,
.bedrijf-info h2 {
    margin: 0 0 14px 0;
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
}

.bedrijf-info h2 a {
    text-decoration: none;
}

.bedrijf-info h2 a:hover {
    opacity: .8;
}

.bedrijf-route {
    display: none !important;
}

/* =========================================
   INFO REGELS
========================================= */

.bedrijf-regel {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.5;
    justify-content: flex-start;
}

.bedrijf-regel i {
    width: 18px;
    margin-top: 4px;
    flex-shrink: 0;
    text-align: center;
}

.bedrijf-regel a {
    text-decoration: none;
}

.bedrijf-regel a:hover {
    text-decoration: underline;
}



/* =========================================
   DETAIL PAGINA
========================================= */

.bedrijf-detail-container {
    max-width: 1200px;
    margin: 10px auto;
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    background: #fff;
}

.bedrijf-top .bedrijf-logo{
    width:200px;
    height:200px;

    display:flex;
    align-items:center;
    justify-content:center;

    padding:16px;

    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;

    box-sizing:border-box;
}

.bedrijf-top .bedrijf-logo img{
    width:100%;
    height:100%;
    object-fit:contain;
}

.bedrijf-top .bedrijf-logo-leeg{
    border:none;
    background:transparent;
    padding:16px;      /* of 0 als je echt een volledig leeg vlak wilt */
}




.bedrijf-info{
    width:100%;
}

.bedrijf-info h1{
    margin:0 0 20px;
}

.bedrijf-regel{
    margin-bottom:12px;
}

.bedrijf-top .bedrijf-logo{
    width:200px;
    height:200px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:16px;
    border:1px solid #e5e5e5;
    border-radius:10px;
    background:#fff;
}

.bedrijf-top{
    display:grid;
    grid-template-columns:200px 1fr;
    gap:30px;
    align-items:start;
    margin-bottom:30px;
}


.bedrijf-top .bedrijf-logo.bedrijf-logo-leeg{
    width:200px;
    height:200px;

    border:none !important;
    box-shadow:none !important;
    background:transparent !important;

    padding:16px;
}

.bedrijf-top .bedrijf-logo.bedrijf-logo-leeg{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;
    background:transparent !important;
}

.bedrijf-info h1 {
    margin: 0 0 18px 0;
    font-size: 34px;
    line-height: 1.2;
}

.bedrijf-afbeelding {
    margin: 0 0 30px 0;
}

.bedrijf-afbeelding img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.bedrijf-blok {
    margin-bottom: 30px;
    padding: 24px;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    background: #fff;
    box-shadow: none;
}

.bedrijf-blok h3 {
    margin: 0 0 22px 0;
    font-size: 34px;
    font-weight: 800;
}

.bedrijf-omschrijving {
    font-size: 16px;
    line-height: 1.8;
}



/* =========================================
   TAGS / CATEGORIEEN
========================================= */

.bedrijf-tags {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.bedrijf-tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    background: #fafafa;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    transition: .25s;
}

.bedrijf-tags a:hover {
    background: #f1f1f1;
    opacity: .95;
}



/* =========================================
   CUSTOM FIELDS
========================================= */

.bedrijf-custom-veld {
    margin-bottom: 16px;
    line-height: 1.6;
    font-size: 16px;
}

.bedrijf-custom-veld strong {
    display: inline-block;
    margin-right: 6px;
}

.bedrijf-custom-image {
    margin-top: 10px;
}

.bedrijf-custom-image img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

.bedrijf-extra {
    font-size: 16px;
    line-height: 1.8;
}



/* =========================================
   MAP
========================================= */

.bedrijf-map-wrapper {
    overflow: hidden;
    border: none !important;
    box-shadow: none !important;
}


.bedrijf-map,
.bedrijf-leaflet-map {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.bedrijf-map-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bedrijf-map-adres {
    margin-bottom: 15px;
    line-height: 1.6;
}

.bedrijf-map iframe {
    width: 100%;
    height: 350px;
    border: 0;
    border-radius: 10px;
}

.bedrijf-leaflet-map {
    width: 100%;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
}

.bedrijf-route {
    margin-top: 15px;
}

.bedrijf-route a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 10px;
    transition: .25s;
}

.bedrijf-route a:hover {
    opacity: .9;
}



/* =========================================
   GALLERY
========================================= */

.bedrijf-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.bedrijf-gallery-item {
    display: block;
    overflow: hidden;

    border: 1px solid #e5e5e5;
    border-radius: 10px;

    background: #f5f5f5;
    box-shadow: none;

    transition: .3s;
}

.bedrijf-gallery-item:hover {
    transform: translateY(-3px);
}

.bedrijf-gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: .3s;
}

.bedrijf-gallery-item:hover img {
    transform: scale(1.03);
}



/* =========================================
   SOCIAL
========================================= */

.bedrijf-social {
    margin-top: 50px;
}



/* =========================================
   GEEN RESULTATEN
========================================= */

.bedrijf-geenresultaten {
    padding: 25px;
    border-radius: 10px;
    background: #fff0f0;
    border: 1px solid #ffd3d3;
    color: #b00000;
    font-size: 18px;
}



/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1200px) {
    .bedrijf-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 900px) {
    .bedrijf-card,
    .bedrijf-top {
        flex-direction: column;
        text-align: center;
    }

    .bedrijf-card {
        align-items: center;
    }

    .bedrijf-info {
        align-items: center;
        text-align: center;
    }

    .bedrijf-info h1,
    .bedrijf-info h2 {
        font-size: 28px;
    }

    .bedrijf-regel {
        justify-content: center;
        font-size: 16px;
    }

.bedrijf-knoppen{
    margin-top:auto;
    padding-top:25px;
}

    .website-knop,
    .terug-knop,
    .leesmeer-knop,
    .facebook-share {
        width: 100%;
        min-width: 0;
    }

    .bedrijf-detail-container {
        padding: 18px;
    }

    .bedrijf-blok h3 {
        font-size: 28px;
    }

    .bedrijf-omschrijving {
        font-size: 16px;
    }

    .bedrijf-leaflet-map {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .bedrijf-grid {
        grid-template-columns: 1fr;
    }

    .bedrijf-top .bedrijf-logo {
        width: 140px;
        flex: 0 0 140px;
    }

    .bedrijf-top .bedrijf-logo img,
    .bedrijf-top .geen-logo {
        width: 140px;
        height: 140px;
    }

    .bedrijf-gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .bedrijf-gallery-item img {
        height: 170px;
    }
}

@media (max-width: 480px) {
    .bedrijf-detail-container {
        padding: 15px;
    }

    .bedrijf-top .bedrijf-logo {
        width: 100%;
        flex: 0 0 100%;
    }

    .bedrijf-top .bedrijf-logo img,
    .bedrijf-top .geen-logo {
        width: 100%;
        height: auto;
        max-width: 180px;
        margin: 0 auto;
    }

    .bedrijf-gallery {
        grid-template-columns: 1fr;
    }

    .bedrijf-gallery-item img {
        height: 220px;
    }

    .bedrijf-info h1 {
        font-size: 24px;
    }
}


/* =========================================
   BUTTONS
========================================= */

.bedrijf-knoppen{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:20px;

    width:100%;

 /*   margin-top:25px;
    margin-bottom:35px; */

    padding-top:10px;
}
.bedrijf-knoppen-links{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

.bedrijf-knoppen-rechts{
    margin-left:auto;
}

.website-knop,
.terug-knop,
.leesmeer-knop,
.facebook-share{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    height:50px;
    padding:0 20px;
    min-width:220px;

    border-radius:10px;
    border:1px solid #cfcfcf;
    background:#fff;

    font-size:18px;
    font-weight:600;
    text-decoration:none;

    transition:.25s;
}

.website-knop:hover,
.terug-knop:hover,
.leesmeer-knop:hover,
.facebook-share:hover{
    background:#f3f3f3;
    transform:translateY(-2px);
}

/* =========================================
   SOCIAL BUTTONS
========================================= */

.social-btn{
    width:50px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:1px solid #cfcfcf;
    border-radius:12px;

    background:#fff;
    text-decoration:none;

    transition:.25s;
}

.social-btn:hover{
    background:#f3f3f3;
    transform:translateY(-2px);
}

.social-btn i{
    font-size:20px;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width:768px){

    .bedrijf-knoppen{
        flex-direction:column;
        align-items:stretch;
    }

    .bedrijf-knoppen-links{
        justify-content:center;
    }

    .bedrijf-knoppen-rechts{
        margin-left:0;
    }

    .website-knop,
    .terug-knop{
        width:100%;
    }

}

/* =========================================
   BLOKKEN VOLLE BREEDTE
========================================= */

.bedrijf-blok{
    width:100%;
    clear:both;
}

.bedrijf-gallery{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
    gap:20px;
    width:100%;
}

.bedrijf-map-wrapper{
    width:100%;
}

.bedrijf-leaflet-map{
    width:100%;
    height:450px;
}


/* ==========================================
   LEAFLET MARKER
========================================== */

.bedrijf-pin-wrapper{
    background:none !important;
    border:none !important;
}

.bedrijf-marker{
    position:relative;
    width:74px;
    height:92px;
}

.bedrijf-marker-circle{

    position:absolute;
    left:0;
    top:0;

    width:74px;
    height:74px;

    border-radius:50%;

    background:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:80%;

    border:4px solid #fff;

    box-shadow:0 6px 18px rgba(0,0,0,.25);

    z-index:2;
}

.bedrijf-marker-tip{

    position:absolute;

    left:27px;
    top:60px;

    width:20px;
    height:20px;

    background:#fff;

    transform:rotate(45deg);

    border-right:4px solid #fff;
    border-bottom:4px solid #fff;

    box-shadow:4px 4px 12px rgba(0,0,0,.15);

    z-index:1;
}


/* ===========================
   Verticale Company Directory
   Rouw Magazine stijl
   =========================== */

#menucompanydirectory{
    display:flex;
    flex-direction:column;
    gap:8px;
    list-style:none;
    margin:20px 0;
    padding:0;
    width:100%;
}

#menucompanydirectory li{
    margin:0;
    padding:0;
}

/* Buttons */
#menucompanydirectory li a {
    display:flex; align-items:center; width:100%; box-sizing:border-box;
    padding:11px 16px; background:var(--rm-taupe); color:#fff; text-decoration:none;
    border-radius:var(--rm-radius); border:1px solid #97816e;
    font-size:14px; font-weight:600;
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
    box-shadow:var(--rm-shadow-soft);
}

/* Hover */
#menucompanydirectory li a:hover {
    background:var(--rm-taupe-hover); border-color:var(--rm-taupe-hover);
    color:#fff; transform:translateX(3px); box-shadow:var(--rm-shadow-hover);
}

/* Actieve pagina */
#menucompanydirectory li a.currentpage {
    background:var(--rm-surface-active); color:var(--rm-text);
    border-color:var(--rm-border-strong); box-shadow:none;
}

/* Section headers */
#menucompanydirectory .headersection {
    background:var(--rm-taupe-dark); color:#fff; padding:10px 16px;
    border-radius:var(--rm-radius); font-weight:700;
}

/* Separator */
#menucompanydirectory hr{
    display:none;
}






/* ==========================================
   GRATIS
   ========================================== */

.bedrijf-card.gratis{
    background:#fff;
    border:1px solid #ddd5ca;
    box-shadow:none;
}

.bedrijf-card.gratis h2{
    color:#8f7966;
}


/* ==========================================
   NORMAAL
   ========================================== */

.bedrijf-card.normaal{
    background:#fff;
    border:2px solid #bfae9e;
    box-shadow:0 4px 12px rgba(0,0,0,.06);
}

.bedrijf-card.normaal h2{
    color:#8f7966;
}


/* ==========================================
   PREMIUM
   ========================================== */

.bedrijf-card.premium{
    position:relative;
    background:#fffefc;
    border:2px solid #b49d88;
    box-shadow:0 8px 24px rgba(63,52,44,.10);
    transform:translateY(-4px);
}

.bedrijf-card.premium:hover{
    transform:translateY(-8px);
    box-shadow:0 12px 30px rgba(63,52,44,.14);
}

.bedrijf-card.premium::before{
    content:"\f005";
    font-family:"Font Awesome 6 Free";
    font-weight:900;
    position:absolute;
    top:-12px;
    right:20px;
    padding:4px 12px;
    border-radius:var(--rm-radius);
    background:#8f7966;
    color:#fff;
    font-size:12px;
    font-weight:700;
    letter-spacing:.5px;
}


/* ==========================================
   PREMIUM PLUS
   ========================================== */

.bedrijf-card.premium-plus{
    position:relative;
    background:linear-gradient(#fff,#faf6f1);
    border:2px solid #8f7966;
    box-shadow:0 10px 28px rgba(63,52,44,.12);
    transform:translateY(-6px);
}

.bedrijf-card.premium-plus:hover{
    transform:translateY(-10px);
    box-shadow:0 14px 34px rgba(63,52,44,.16);
}

.bedrijf-card.premium-plus::before{
    content:"\f005 \f005 \f005";
    font-family:"Font Awesome 6 Free";
    font-weight:900;    position:absolute;
    top:-14px;
    right:18px;
    padding:5px 14px;
    border-radius:var(--rm-radius);
    background:#8f7966;
    color:#fff;
    font-size:12px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1px;
}

.bedrijf-card.premium-plus h2{
    color:#62564d;
}


.bedrijf-card.gratis .leesmeer-knop{
    background:#fff;
}

.bedrijf-card.normaal .leesmeer-knop{
    background:#bfae9e;
    color:#fff;
}

.bedrijf-card.premium .leesmeer-knop{
    background:#a38f7c;
    color:#fff;
}

.bedrijf-card.premium-plus .leesmeer-knop{
    background:#8f7966;
    color:#fff;
}

.bedrijf-card.premium .bedrijf-logo,
.bedrijf-card.premium-plus .bedrijf-logo{
    border-radius:10px;
    background:#fff;
    /*padding:8px;*/
   /* box-shadow:0 5px 15px rgba(0,0,0,.10);*/
}

/* ==========================================
   BRANCHE TAGS
   Alleen om de tekst heen
========================================== */

.bedrijf-branche-veld {
    padding: 0;
    margin: 0;
}

.bedrijf-branche-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.bedrijf-branche-tag {
    display:inline-flex; align-items:center; justify-content:center;
    width:auto; max-width:100%; padding:7px 14px;
    background:var(--rm-surface-soft); border:1px solid var(--rm-border);
    border-radius:var(--rm-radius-small); color:var(--rm-text-soft) !important;
    font-size:13px; font-weight:600; line-height:1.2; white-space:nowrap;
}


/* ==========================================
   BRANCHE FILTER - ROUW MAGAZINE
========================================== */

.branche-filter {
    display:flex; flex-wrap:wrap; align-items:center; gap:10px;
    margin:0 0 35px 0; padding:18px 20px;
    background:var(--rm-surface-soft); border:1px solid var(--rm-border);
    border-radius:var(--rm-radius);
}


/* ==========================================
   FILTER OPTIES
========================================== */

.branche-filter-optie {
    position:relative; display:inline-flex; align-items:center; justify-content:center;
    margin:0; padding:10px 18px; background:var(--rm-surface);
    border:1px solid var(--rm-border-strong); border-radius:var(--rm-radius);
    color:var(--rm-text-soft); font-size:15px; font-weight:500; line-height:1.2;
    cursor:pointer;
    transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}


/* echte radio verbergen */
.branche-filter-optie input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}


/* hover */
.branche-filter-optie:hover {
    background:#ebe6df; border-color:var(--rm-taupe); color:var(--rm-text);
    transform:translateY(-1px);
}


/* geselecteerde optie */
.branche-filter-optie:has(input[type="radio"]:checked) {
    background:var(--rm-taupe); border-color:var(--rm-taupe);
    color:#fff; box-shadow:var(--rm-shadow-soft);
}


/* ==========================================
   FILTERKNOP
========================================== */

.branche-filter-knop {
    display:inline-flex; align-items:center; justify-content:center; min-height:40px;
    margin:0 0 0 auto; padding:10px 24px; background:var(--rm-taupe);
    border:1px solid var(--rm-taupe); border-radius:var(--rm-radius); color:#fff;
    font-family:inherit; font-size:15px; font-weight:600; line-height:1.2; cursor:pointer;
    transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}

.branche-filter-knop:hover {
    background:var(--rm-taupe-hover); border-color:var(--rm-taupe-hover);
    transform:translateY(-1px); box-shadow:var(--rm-shadow-hover);
}


/* ==========================================
   FOCUS / TOEGANKELIJKHEID
========================================== */

.branche-filter-optie:has(input[type="radio"]:focus-visible) {
    outline: 3px solid rgba(154, 109, 69, 0.30);
    outline-offset: 2px;
}

.branche-filter-knop:focus-visible {
    outline: 3px solid rgba(154, 109, 69, 0.30);
    outline-offset: 2px;
}


/* ==========================================
   MOBIEL
========================================== */

@media (max-width: 768px) {

    .branche-filter {
        gap: 8px;
        padding: 15px;
        margin-bottom: 25px;
    }

    .branche-filter-optie {
        padding: 9px 14px;
        font-size: 14px;
    }

    .branche-filter-knop {
        width: 100%;
        margin: 8px 0 0 0;
    }
}

/* CompanyDirectory overzicht verbergen op detailpagina */
body:has(.bedrijf-detail) .branche-filter,
body:has(.bedrijf-detail) .bedrijf-grid {
    display: none !important;
}


/* ==========================================
   AJAX BRANCHE FILTER
========================================== */

#branche-resultaten {
    opacity: 1;
    transition: opacity 0.2s ease;
}

#branche-resultaten.is-loading {
    opacity: 0.3;
    pointer-events: none;
    cursor: wait;
}


/* Filteropties blijven klikbaar */
.branche-filter-optie {
    cursor: pointer;
}

.branche-filter-optie input {
    cursor: pointer;
}


.rouw-nederland-kaart {
    --kaart-kleur:#ddd6cc; --kaart-grens:#bfae9e; --kaart-hover:#a38f7c;
    --kaart-actief:#8f7966; --kaart-tekst:#4f4944; --kaart-tekst-hover:#000;
    width:auto; max-width:100%; max-height:800px; height:auto; display:block; margin:0 auto;
}

/* =========================================
   ROUW MAGAZINE - LICHTE HUISSTIJL OVERRIDES
========================================= */

.bedrijf-card,
.bedrijf-detail-container,
.bedrijf-blok {
    background: var(--rm-surface);
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.bedrijf-card:hover {
    box-shadow: var(--rm-shadow-hover);
}

.bedrijf-logo,
.bedrijf-top .bedrijf-logo,
.bedrijf-gallery-item {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.website-knop,
.terug-knop,
.leesmeer-knop,
.facebook-share,
.social-btn {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.website-knop:hover,
.terug-knop:hover,
.leesmeer-knop:hover,
.facebook-share:hover,
.social-btn:hover {
    background: var(--rm-surface-soft);
}

.bedrijf-card.gratis {
    border-color: var(--rm-border);
}

.bedrijf-card.normaal {
    border-color: var(--rm-border-strong);
    box-shadow: var(--rm-shadow-soft);
}

.bedrijf-card.premium {
    border-color: #b49d88;
    box-shadow: 0 8px 24px rgba(63,52,44,.10);
}

.bedrijf-card.premium-plus {
    background: linear-gradient(#fff,#f7f4ef);
    border-color: var(--rm-taupe-hover);
    box-shadow: 0 10px 28px rgba(63,52,44,.12);
}

.bedrijf-card.normaal .leesmeer-knop {
    background: var(--rm-border-strong);
    color: #fff;
}

.bedrijf-card.premium .leesmeer-knop {
    background: var(--rm-taupe);
    color: #fff;
}

.bedrijf-card.premium-plus .leesmeer-knop {
    background: var(--rm-taupe-hover);
    color: #fff;
}

.bedrijf-card.premium::before,
.bedrijf-card.premium-plus::before {
    background: var(--rm-taupe-hover);
    border-radius: var(--rm-radius);
}

.bedrijf-tags a {
    background: var(--rm-surface-soft);
    border-color: var(--rm-border);
    border-radius: var(--rm-radius-small);
}

.bedrijf-tags a:hover {
    background: #ebe6df;
}

.bedrijf-pagination select,
.bedrijf-pagination button {
    border-color: var(--rm-border);
    border-radius: var(--rm-radius);
}

.bedrijf-pagination button:hover {
    background: var(--rm-surface-soft);
}

.regio-intro {
    max-width: 700px;
    margin: 40px auto 30px;
    padding: 0 20px;
    text-align: center;
}

.regio-intro h1 {
    margin: 0 0 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #222;
}

.regio-intro p {
    margin: 0;
    font-size: 17px;
    line-height: 1.6;
    color: #666;
}

/* =========================================
   DETAILPAGINA:
   SOCIAL MEDIA ONDER WEBSITE
========================================= */

.bedrijf-knoppen-links {
    display: grid;
    grid-template-columns: repeat(4, 50px);
    gap: 12px;
    align-items: center;
    justify-content: start;
}

/* Website knop volledige eerste rij */
.bedrijf-knoppen-links .website-knop {
    grid-column: 1 / -1;
    width: 220px;
    min-width: 220px;
}

/* Social buttons tweede rij */
.bedrijf-knoppen-links .social-btn {
    width: 50px;
    height: 50px;
}

/* Terugknop rechts laten staan */
.bedrijf-knoppen-rechts {
    margin-left: auto;
    align-self: center;
}
/* cmsms stylesheet: Best-Layout---reviews modified: Sunday, July 5, 2026 4:03:55 PM */
/* ==========================================
REVIEWFORMULIER
========================================== */

.rm_addcomment {
width: 100%;
max-width: 850px;
margin: 60px auto;
padding: 0;
font-family: inherit;
}

.rm_addcomment fieldset {
margin: 0 !important;
padding: 35px 40px 40px;
border: 0;
border-radius: 14px;
background: #f6f3ef;
box-sizing: border-box;
}

.rm_addcomment legend {
display: block;
width: 100%;
margin: 0 0 25px;
padding: 0;
color: #222;
font-size: 28px;
font-weight: 500;
line-height: 1.25;
}

.rm_addcomment p,
.rm_addcomment .row,
.rm_addcomment .form-group {
margin: 0 0 20px;
}

.rm_addcomment label {
display: block;
margin: 0 0 7px;
color: #333;
font-weight: 600;
line-height: 1.4;
}

/* ==========================================
FORMULIERVELDEN
========================================== */

.rm_addcomment input[type="text"],
.rm_addcomment input[type="email"],
.rm_addcomment input[type="url"],
.rm_addcomment input[type="number"],
.rm_addcomment select,
.rm_addcomment textarea {
display: block;
width: 100%;
max-width: 100%;
padding: 13px 15px;
border: 1px solid #d8d2cb;
border-radius: 8px;
background: #fff;
color: #222;
font-family: inherit;
font-size: 16px;
line-height: 1.5;
box-sizing: border-box;
outline: none;
transition:
border-color 0.2s ease,
box-shadow 0.2s ease,
background 0.2s ease;
}

.rm_addcomment input[type="text"]:focus,
.rm_addcomment input[type="email"]:focus,
.rm_addcomment input[type="url"]:focus,
.rm_addcomment input[type="number"]:focus,
.rm_addcomment select:focus,
.rm_addcomment textarea:focus {
border-color: #8f8175;
background: #fff;
box-shadow: 0 0 0 3px rgba(143, 129, 117, 0.14);
}

.rm_addcomment textarea {
min-height: 150px;
resize: vertical;
}

.rm_addcomment select {
cursor: pointer;
}

.rm_addcomment input[type="checkbox"],
.rm_addcomment input[type="radio"] {
width: 18px;
height: 18px;
margin: 0 7px 0 0;
vertical-align: middle;
accent-color: #8f8175;
}

/* ==========================================
KNOPPEN
========================================== */

.rm_addcomment input[type="submit"],
.rm_addcomment button,
.rm_addcomment .button,
.rm_addcomment .btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 46px;
padding: 12px 24px;
border: 0;
border-radius: 8px;
background: #2f2f2f;
color: #fff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
line-height: 1.2;
text-decoration: none;
cursor: pointer;
transition:
background 0.2s ease,
transform 0.2s ease;
}

.rm_addcomment input[type="submit"]:hover,
.rm_addcomment button:hover,
.rm_addcomment .button:hover,
.rm_addcomment .btn:hover {
background: #8f8175;
transform: translateY(-1px);
}

/* ==========================================
MELDINGEN EN HULPTEKST
========================================== */

.rm_addcomment .error,
.rm_addcomment .alert-danger,
.rm_addcomment .message-error {
margin: 10px 0 20px;
padding: 12px 15px;
border-radius: 7px;
background: #f8e8e6;
color: #8c3730;
font-size: 14px;
}

.rm_addcomment .success,
.rm_addcomment .alert-success,
.rm_addcomment .message-success {
margin: 10px 0 20px;
padding: 12px 15px;
border-radius: 7px;
background: #e8f1e9;
color: #365f3c;
font-size: 14px;
}

.rm_addcomment small,
.rm_addcomment .help-block,
.rm_addcomment .help-text {
display: block;
margin-top: 5px;
color: #777;
font-size: 13px;
line-height: 1.5;
}

/* ==========================================
RATINGSTERREN - FORMULIER
========================================== */

.rate {
float: left;
height: 55px;
}

.rate:not(:checked) > input {
position: absolute;
top: -9999px;
visibility: hidden;
}

.rate:not(:checked) > label {
float: right;
width: 1em;
overflow: hidden;
white-space: nowrap;
cursor: pointer;
color: #ccc;
font-size: 55px;
line-height: 1em;
}

.rate:not(:checked) > label::before {
content: '★ ';
}

.rate > input:checked ~ label {
color: #ffc700;
}

.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;
}

.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}

/* ==========================================
ALTERNATIEVE STERRENCONTAINER
========================================== */

.stars-container {
display: inline-flex;
clear: both;
direction: rtl;
unicode-bidi: bidi-override;
font-size: 2em;
}

.stars-container input {
display: none;
}

.stars-container label {
padding: 0 0.1em;
color: #ccc;
cursor: pointer;
}

.stars-container label:hover,
.stars-container label:hover ~ label,
.stars-container input:checked + label,
.stars-container input:checked + label ~ label {
color: gold;
}

/* ==========================================
STAR RATING SPRITE
========================================== */

.star-rating-sprite {
    display: inline-block;
    width: 128px;
    height: 27px;
    overflow: hidden;
    text-indent: -9999em;
    background:
        url(https://www.wonenlifestyle.nl/uploads/layout/star-rating-sprite.png)
        no-repeat;
}

.star-rating-sprite-0  { background-position: 0 0; }
.star-rating-sprite-1  { background-position: 0 -27px; }
.star-rating-sprite-2  { background-position: 0 -54px; }
.star-rating-sprite-3  { background-position: 0 -81px; }
.star-rating-sprite-4  { background-position: 0 -108px; }
.star-rating-sprite-5  { background-position: 0 -135px; }
.star-rating-sprite-6  { background-position: 0 -162px; }
.star-rating-sprite-7  { background-position: 0 -189px; }
.star-rating-sprite-8  { background-position: 0 -216px; }
.star-rating-sprite-9  { background-position: 0 -243px; }
.star-rating-sprite-10 { background-position: 0 -270px; }
.star-rating-sprite-11 { background-position: 0 -297px; }
.star-rating-sprite-12 { background-position: 0 -324px; }
.star-rating-sprite-13 { background-position: 0 -351px; }
.star-rating-sprite-14 { background-position: 0 -378px; }
.star-rating-sprite-15 { background-position: 0 -405px; }
.star-rating-sprite-16 { background-position: 0 -432px; }
.star-rating-sprite-17 { background-position: 0 -459px; }
.star-rating-sprite-18 { background-position: 0 -486px; }
.star-rating-sprite-19 { background-position: 0 -513px; }
.star-rating-sprite-20 { background-position: 0 -540px; }

/* ==========================================
REVIEW BASIS
========================================== */

.rm_review_header {
margin-bottom: 12px;
}

.rm_review_title {
margin: 0 0 4px;
font-size: 1.5rem;
line-height: 1.25;
}

.rm_review_stars {
margin: 2px 0 4px;
}

.rm_review_meta {
margin: 0;
color: #777;
font-size: 0.85rem;
}

.rm_review_content {
margin-top: 6px;
font-size: 1rem;
line-height: 1.6;
}

.rm_review {
margin-top: 10px;
padding: 5px;
border: 1px solid #000;
border-radius: 5px;
background: #fbfbfb;
}

/* ==========================================
REVIEWOVERZICHT
========================================== */

.cgfeedback_summary_report {
display: block !important;
width: 100% !important;
max-width: 100% !important;
clear: both !important;
float: none !important;
margin: 30px 0 50px !important;
padding: 0 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review {
display: block !important;
position: relative !important;
width: 100% !important;
max-width: 100% !important;
height: auto !important;
min-height: 0 !important;
clear: both !important;
float: none !important;
overflow: visible !important;
margin: 0 !important;
padding: 25px 28px !important;
border: 1px solid #e2ddd7 !important;
border-radius: 12px !important;
background: #f6f3ef !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_header {
display: block !important;
position: relative !important;
width: 100% !important;
height: auto !important;
clear: both !important;
float: none !important;
overflow: visible !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_title {
display: block !important;
position: static !important;
margin: 0 0 10px !important;
padding: 0 !important;
color: #222 !important;
font-size: 24px !important;
font-weight: 600 !important;
line-height: 1.3 !important;
}

.cgfeedback_summary_report .rm_review_stars {
display: block !important;
position: static !important;
width: auto !important;
height: 27px !important;
clear: both !important;
float: none !important;
margin: 0 0 10px !important;
padding: 0 !important;
line-height: 27px !important;
}

.cgfeedback_summary_report
.rm_review_stars
.star-rating-sprite {
display: inline-block !important;
position: static !important;
width: 128px !important;
height: 27px !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
}

.cgfeedback_summary_report .rm_review_meta {
display: block !important;
position: static !important;
clear: both !important;
float: none !important;
margin: 0 !important;
padding: 0 !important;
color: #777 !important;
font-size: 14px !important;
line-height: 1.5 !important;
}

.cgfeedback_summary_report .rm_review_content {
display: block !important;
position: static !important;
width: 100% !important;
height: auto !important;
clear: both !important;
float: none !important;
margin: 18px 0 0 !important;
padding: 18px 0 0 !important;
border-top: 1px solid #ddd6cf !important;
color: #333 !important;
font-size: 17px !important;
line-height: 1.7 !important;
box-sizing: border-box !important;
}

.cgfeedback_summary_report .rm_review_content p {
display: block !important;
margin: 0 !important;
padding: 0 !important;
}

/* ==========================================
HULPKLASSEN
========================================== */

.yelprank_container h1 {
font-size: 46px;
line-height: 54px;
}

.flex-container {
display: flex;
align-items: center;
min-height: 40px;
}

.flex-grow1 {
flex-grow: 1;
padding-left: 10px;
}

.icon--sm {
font-size: 1em;
}

.type--bold {
font-weight: bold;
}

/* ==========================================
REVIEW SUCCESS POPUP
========================================== */

.review-popup-overlay {
position: fixed;
inset: 0;
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(0, 0, 0, 0.45);
backdrop-filter: blur(3px);
}

.review-popup {
position: relative;
width: 100%;
max-width: 480px;
padding: 45px 40px 38px;
border-radius: 14px;
background: #f6f3ef;
text-align: center;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
animation: reviewPopupIn 0.3s ease;
}

.review-popup-close {
position: absolute;
top: 10px;
right: 14px;
width: 40px;
height: 40px;
padding: 0;
border: 0;
background: transparent;
color: #555;
font-size: 30px;
line-height: 40px;
cursor: pointer;
}

.review-popup-icon {
display: flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
margin: 0 auto 20px;
border-radius: 50%;
background: #8f8175;
color: #fff;
font-size: 36px;
font-weight: 600;
}

.review-popup h3 {
margin: 0 0 15px;
padding: 0;
color: #222;
font-size: 26px;
font-weight: 600;
line-height: 1.3;
}

.review-popup-message {
margin: 0 0 25px;
color: #555;
font-size: 17px;
line-height: 1.6;
}

.review-popup-button {
min-width: 140px;
min-height: 46px;
padding: 12px 25px;
border: 0;
border-radius: 8px;
background: #2f2f2f;
color: #fff;
font-family: inherit;
font-size: 15px;
font-weight: 600;
cursor: pointer;
transition: background 0.2s ease;
}

.review-popup-button:hover {
background: #8f8175;
}

@keyframes reviewPopupIn {
from {
opacity: 0;
transform: translateY(20px) scale(0.96);
}


to {
    opacity: 1;
    transform: translateY(0) scale(1);
}


}

/* ==========================================
RESPONSIVE
========================================== */

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


.rm_addcomment {
    margin: 40px auto;
}

.rm_addcomment fieldset {
    padding: 25px 20px 30px;
    border-radius: 10px;
}

.rm_addcomment legend {
    margin-bottom: 20px;
    font-size: 23px;
}

.rm_addcomment input[type="submit"],
.rm_addcomment button {
    width: 100%;
}

.cgfeedback_summary_report {
    margin: 20px 0 35px !important;
}

.cgfeedback_summary_report .rm_review {
    padding: 20px !important;
    border-radius: 10px !important;
}

.cgfeedback_summary_report .rm_review_title {
    font-size: 20px !important;
}

.cgfeedback_summary_report .rm_review_content {
    font-size: 16px !important;
}


}

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


.review-popup {
    padding: 42px 24px 30px;
}

.review-popup h3 {
    font-size: 22px;
}


}
/* cmsms stylesheet: Best-Layout---Slideshow modified: Friday, June 5, 2026 4:27:28 PM */
/*.banner {background: #fefefe;background: -moz-linear-gradient(top,  #fefefe 0%, #f1f1f1 47%, #e9e9e9 100%);background: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#fefefe), color-stop(47%,#f1f1f1), color-stop(100%,#e9e9e9));background: -webkit-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: -o-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: -ms-linear-gradient(top,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);background: linear-gradient(to bottom,  #fefefe 0%,#f1f1f1 47%,#e9e9e9 100%);}.lt-ie9 .banner {filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e9e9e9',GradientType=0 );}*/#sx-slides {position: relative;overflow: hidden;width: 100%;margin: 0 auto;position: relative;height: 800px;}#sx-slides > .sequence-canvas {height: 100%;width: 100%;margin: 0;padding: 0;list-style: none;}#sx-slides > .sequence-canvas > li {position: absolute;width: 100%;height: 100%;z-index: 1;top: -50%;}#sx-slides > .sequence-canvas > li img {height: 96%;}#sx-slides > .sequence-canvas li > * {position: absolute;-webkit-transition-property: right, bottom, right, top, -webkit-transform, opacity;-moz-transition-property: right, bottom, right, top, -moz-opacity;-ms-transition-property: right, bottom, right, top, -ms-opacity;-o-transition-property: right, bottom, right, top, -o-opacity;transition-property: right, bottom, right, top, transform, opacity;}#sx-slides .title {color: #fff;font-size: 3.25em;/*	line-height: 1.1; */font-weight: 700;right: 65%;bottom: 0%;opacity: 0;z-index: 50;}#sx-slides .animate-in .title {right: 12%;opacity: 1;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides .animate-out .title {right: 35%;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}#sx-slides .subtitle {margin-top: 10px;z-index: 5;color: #fff;font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;font-weight: 600;font-size: 2.8125em;right: 35%;opacity: 0;top: 100%;}#sx-slides .animate-in .subtitle {right: 20%;opacity: 1;-webkit-transition-duration: 1.3s;-moz-transition-duration: 1.3s;-ms-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;}#sx-slides .animate-out .subtitle {right: 65%;opacity: 0;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides .image {right: -10px;position: absolute;bottom: 800px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;max-width: 70%;height: auto !important;max-height: 275px !important;}#sx-slides .animate-in .image {right: 14%;bottom: -49%;opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition-duration: 2s;-moz-transition-duration: 2s;-ms-transition-duration: 2s;-o-transition-duration: 2s;transition-duration: 2s;}#sx-slides .animate-out .image {right: -10px;bottom: -800px;opacity: 0;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-ms-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}@media only screen and (min-width: 768px) {#sx-slides .title {font-size:4em;}#sx-slides .animate-in .title {right: 3%;}#sx-slides .subtitle {font-size: 3.5em;}#sx-slides .animate-in .subtitle {right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 90%;height: auto !important;max-height: 400px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -39%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 1600px) {#sx-slides .title {font-size: 3.25em;bottom: -10%;}#sx-slides .animate-in .title {right: 6%;}#sx-slides .subtitle {font-size: 2.875em;top: 100%}#sx-slides .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 10%;}#sx-slides .image {max-width: 75%;height: auto !important;max-height: 250px !important;}}@media only screen and (max-width: 1600px) {#sx-slides {height: 600px;margin-top: 85px;}}@media only screen and (max-width: 1024px) {#sx-slides {height: 375px;/*		margin-top: 150px; */}#sx-slides .title {font-size: 3.25em;bottom: 0%;}#sx-slides .animate-in .title {right: 8%;}#sx-slides .subtitle {font-size: 2.875em;top: 80%}#sx-slides .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 12%;}#sx-slides .image {max-width: 90%;height: auto !important;max-height: 180px !important;}}@media only screen and (max-width: 800px) {#sx-slides {height: 350px;margin-top: 195px;}#sx-slides .title {font-size: 3em;bottom: -10%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.5em;top: 85%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 767px) {#sx-slides {height: 350px;margin-top: 150px;}#sx-slides .title {font-size: 3em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.5em;top: 70%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 600px) {#sx-slides {height: 350px;margin-top: 100px;}#sx-slides .title {font-size: 2.7em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 2.0em;top: 70%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 400px) {#sx-slides {height: 350px;margin-top: 75px;}#sx-slides .title {font-size: 2em;bottom: 0%;}#sx-slides .animate-in .title {line-height: 1;right: 3%;}#sx-slides .subtitle {font-size: 1.5em;top: 80%}#sx-slides .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides .animate-out .image {right: auto;bottom: -800px;}}/*======================================================== */#sx-slides-pagina {position: relative;overflow: hidden;width: 100%;margin: 0 auto;height: 800px;font-size: 80%;}#sx-slides-pagina > .sequence-canvas {height: 100%;width: 100%;margin: 0;padding: 0;list-style: none;}#sx-slides-pagina > .sequence-canvas > li {position: absolute;width: 100%;height: 100%;z-index: 1;top: -30%;right: -1%;}#sx-slides-pagina > .sequence-canvas > li img {height: 96%;}#sx-slides-pagina > .sequence-canvas li > * {position: absolute;-webkit-transition-property: right, bottom, right, top, -webkit-transform, opacity;-moz-transition-property: right, bottom, right, top, -moz-opacity;-ms-transition-property: right, bottom, right, top, -ms-opacity;-o-transition-property: right, bottom, right, top, -o-opacity;transition-property: right, bottom, right, top, transform, opacity;}#sx-slides-pagina .title {color: #fff;font-size: 3.25em;line-height: 1.1;font-weight: 700;right: 70%;bottom: 10%;opacity: 0;z-index: 50;}#sx-slides-pagina .subtitle {margin-top: 10px;z-index: 5;line-height: 1.1;color: #fff;font-family: 'Oswald', Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;font-weight: 600;font-size: 2.8125em;right: 50%;opacity: 0;top: 90%;}/*#sx-slides-pagina .subtitle, #sx-slides-pagina .title {width: 30%;}  */#sx-slides-pagina .animate-in .title {right: 12%;opacity: 1;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides-pagina .animate-out .title {right: 35%;opacity: 0;-webkit-transition-duration: 0.3s;-moz-transition-duration: 0.3s;-ms-transition-duration: 0.3s;-o-transition-duration: 0.3s;transition-duration: 0.3s;}#sx-slides-pagina .animate-in .subtitle {right: 20%;opacity: 1;-webkit-transition-duration: 1.3s;-moz-transition-duration: 1.3s;-ms-transition-duration: 1.3s;-o-transition-duration: 1.3s;transition-duration: 1.3s;}#sx-slides-pagina .animate-out .subtitle {right: 65%;opacity: 0;-webkit-transition-duration: 0.8s;-moz-transition-duration: 0.8s;-ms-transition-duration: 0.8s;-o-transition-duration: 0.8s;transition-duration: 0.8s;}#sx-slides-pagina .image {right: -10px;position: absolute;bottom: 800px;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);opacity: 0;max-width: 70%;height: auto !important;max-height: 275px !important;}#sx-slides-pagina .animate-in .image {right: 14%;bottom: -49%;opacity: 1;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition-duration: 2s;-moz-transition-duration: 2s;-ms-transition-duration: 2s;-o-transition-duration: 2s;transition-duration: 2s;}#sx-slides-pagina .animate-out .image {right: -10px;bottom: -800px;opacity: 0;-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);-webkit-transition-duration: 1s;-moz-transition-duration: 1s;-ms-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}@media only screen and (min-width: 768px) {#sx-slides-pagina .title {font-size:4em;}#sx-slides-pagina .animate-in .title {right: 3%;}#sx-slides-pagina .subtitle {font-size: 3.5em;}#sx-slides-pagina .animate-in .subtitle {right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 90%;height: auto !important;max-height: 400px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -39%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina .title {font-size: 3.25em;bottom: 10%;}#sx-slides-pagina .animate-in .title {right: 6%;}#sx-slides-pagina .subtitle {font-size: 2.875em;top: 80%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 10%;}#sx-slides-pagina .image {max-width: 75%;height: auto !important;max-height: 250px !important;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina {height: 600px;margin-top: 85px;}}@media only screen and (max-width: 1600px) {#sx-slides-pagina {font-size: 75%;}}@media only screen and (max-width: 1024px) {#sx-slides-pagina {height: 375px;text-align: center;/*		margin-top: 150px; */}#sx-slides-pagina .title {font-size: 3.25em;bottom: -10%;}#sx-slides-pagina .animate-in .title {right: 8%;}#sx-slides-pagina .subtitle {font-size: 2.875em;top: 90%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;margin-top: 50px;right: 12%;}#sx-slides-pagina .image {max-width: 90%;height: auto !important;max-height: 180px !important;}}@media only screen and (max-width: 800px) {#sx-slides-pagina {height: 350px;margin-top: 195px;}#sx-slides-pagina .title {font-size: 3em;bottom: 25%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.5em;top: 60%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 767px) {#sx-slides-pagina {height: 350px;margin-top: 150px;}#sx-slides-pagina .title {font-size: 3em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.5em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 600px) {#sx-slides-pagina {height: 350px;margin-top: 100px;}#sx-slides-pagina .title {font-size: 2.7em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 2.0em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}@media only screen and (max-width: 400px) {#sx-slides-pagina {height: 350px;margin-top: 75px;}#sx-slides-pagina .title {font-size: 2em;bottom: 15%;}#sx-slides-pagina .animate-in .title {line-height: 1;right: 3%;}#sx-slides-pagina .subtitle {font-size: 1.5em;top: 70%}#sx-slides-pagina .animate-in .subtitle {line-height: 1;right: 8%;}#sx-slides-pagina .image {right: auto;right: -10px;position: absolute;max-width: 70%;height: auto !important;max-height: 150px !important;}#sx-slides-pagina .animate-in .image {right: auto;right: 5%;bottom: -45%;}#sx-slides-pagina .animate-out .image {right: auto;bottom: -800px;}}
/* cmsms stylesheet: Best-Layout---Socials modified: Wednesday, June 10, 2026 9:08:48 PM */
.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .3s ease;
}

.social-icons a:hover {
    background: #666;
    transform: translateY(-2px);
}

.social-icons i {
    font-size: 24px;
}
/* cmsms stylesheet: Best-Layout---Banners modified: Thursday, July 9, 2026 3:08:28 PM */
.banner-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    line-height: 10px !important;
}


/* =========================
   BANNER CARROUSEL
   ========================= */

.banner-carousel {
    position: relative;
    width: 100%;
    max-width: 255px;
    overflow: hidden;
}


/* =========================
   BANNER SLIDES
   ========================= */

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 1.5s ease-in-out,
        visibility 1.5s ease-in-out;

    z-index: 1;
    padding: 0;

    display: block;
}


/* =========================
   ACTIEVE BANNER
   ========================= */

.banner-slide.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    z-index: 2;
}


/* =========================
   BANNER AFBEELDING
   ========================= */

.banner-slide img {
    width: 100%;
    height: auto;

    display: block;
    box-sizing: border-box;

    border: 1px solid #D2CABE;
    border-radius: 10px;
}


/* =========================
   BANNER HOVER
   ========================= */

.banner-slide:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
}


/* =========================
   BANNER DISPLAY
   DESKTOP STANDAARD VERBORGEN
   ========================= */

.bannerdisplay {
    display: none;
}


/* =========================
   LOGO SLIDER
   ========================= */

.logo-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}


/* =========================
   LOGO SLIDER TRACK
   ========================= */

.logo-slider-track {
    display: flex;
    align-items: center;

    gap: 15px;

    width: max-content;

    transform: translate3d(0, 0, 0);

    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

    /*
     * BELANGRIJK:
     * geen CSS animation meer.
     * JavaScript verzorgt de continue beweging.
     */
    animation: none !important;
}


/* =========================
   LOGO ITEMS
   ========================= */

.logo-item {
    padding: 10px;

    flex: 0 0 auto;

    box-sizing: border-box;
}


/* =========================
   LOGO LINKS
   ========================= */

.logo-item a {
    display: block;
}


/* =========================
   LOGO AFBEELDINGEN
   ========================= */

.logo-item img {
    width: 200px;
    height: auto;

    object-fit: contain;
    display: block;

    border-radius: 10px;
    border: 1px solid #D2CABE;

    box-sizing: border-box;

    /*
     * Voorkomt kleine browser-rendering
     * trillingen tijdens horizontaal bewegen.
     */
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}


/* =========================
   SCROLLENDE LOGO TRACK
   ========================= */

.logo-slider-track.scrolling {
    width: max-content;

    /*
     * Geen oude keyframe animatie meer.
     */
    animation: none !important;

    will-change: transform;
}

/* =========================
   TABLET
   TOT 1000PX
   ========================= */

@media (max-width: 1000px) {

    .banner-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;

        gap: 10px;
    }


    .banner-carousel {
        width: auto !important;

        flex: 1 1 50%;

        max-width: calc(33% - 8px);
        min-width: 0;
    }


    .bannerdisplay {
        display: block;
    }

}


/* =========================
   TABLET / MOBIEL
   TOT 980PX
   ========================= */

@media (max-width: 980px) {

    .banner-slide,
    .banner-slide.active {
        width: 100%;
    }


    .banner-slide img {
        width: 100%;
        height: auto;

        display: block;
    }

}


/* =========================
   MOBIEL
   TOT 600PX
   ========================= */

@media (max-width: 600px) {

    .banner-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;

        gap: 5px;
    }


    .banner-carousel {
        width: auto !important;

        flex: 1 1 50%;

        max-width: calc(50% - 8px);
        min-width: 0;
    }

}


/* =========================
   KLEINE MOBIELE SCHERMEN
   TOT 480PX
   ========================= */

@media (max-width: 480px) {

    .banner-slide,
    .banner-slide.active {
        width: 100%;
    }

}


/* =========================
   FIXED BLOG
   ========================= */

.banner-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    align-self: flex-start;
    height: fit-content;
    z-index: 10;

    margin-top: 40px;
}

.banner-sticky .banner-carousel {
    position: relative;
    width: 100%;
    max-width: 255px;
    overflow: hidden;
}

.fixedblog {
    position: sticky;
    top: 120px;
}

#provincie-banner .banner-carousel + .banner-carousel {
    margin-top: 20px;
}

/* =========================
   MOBIEL: BANNERS NAAST ELKAAR
   ========================= */

@media (max-width: 1000px) {

    .row1row2row3.layoutkolommenboven {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: flex-start;
        gap: 8px;
    }

    .row1row2row3.layoutkolommenboven > .banner-carousel {
        flex: 1 1 50%;
        width: calc(50% - 4px) !important;
        max-width: calc(50% - 4px) !important;
        min-width: 0;
    }

    /* <br> tussen de banners verwijderen */
    .row1row2row3.layoutkolommenboven > br {
        display: none;
    }

    /* lege p-tags verwijderen */
    .row1row2row3.layoutkolommenboven > p:empty {
        display: none;
    }

    .row1row2row3.layoutkolommenboven
    > .banner-carousel
    .banner-slide img {
        width: 100%;
        height: auto;
        display: block;
    }
}

.banner-wrapper.bannerdisplay:not(:has(.banner-carousel)) {
    display: none !important;
}
/* cmsms stylesheet: Best-Layout---animate modified: Friday, June 5, 2026 4:27:28 PM */
@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.0.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*='Out'] {
    opacity: 0;
  }
}
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}
@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}
@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}
@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }

  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
/* Back exists */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}
@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}
@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}
@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }

  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}
@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}
@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}
@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/* cmsms stylesheet: Best-Layout---Form modified: Tuesday, June 16, 2026 10:45:23 AM */
.form h1,.form h2,.form h3,.form h4,.form h5,.form h6,.form p {margin:5px -6px;}
.form input,.form textarea {background:;border:1px solid ;padding:8px;font-family:'Roboto Condensed',sans-serif;color:;font-size:16px;font-weight:300;border-radius:5px;}
.form input[type=submit],.form button {color:;background:;border:0;font-weight:400;width:100%;}
.form input[type=submit]:hover,.form button:hover {background:;cursor:pointer;}
.form td {padding:0 12px;border:0;}
.form div input[type=radio] {cursor: pointer; } 


/* .formuliervast {position: fixed;} */

.cms_form {width: 75%; margin-left: auto; margin-right: auto;}



.content a {
  color:;
  font-weight: bold;
}


.search-form input {background:;border:0;padding:8px;font-family:'Roboto Condensed',sans-serif;color:;font-size:16px;font-weight:300;border-radius:5px;}
.search-form input[type=submit]{display:none;}
.kopjeform label {font-weight: bold;}
/* content css */





/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {
	margin-bottom: 0.5em;
	margin-left: 1em;
}
fieldset div div {
	margin-top: 0.5em;
	margin-left: 1em
}
fieldset {
	margin-bottom: 1em;
	border: 1px solid #F60;
	padding: 0.5em
}
fieldset label {
	width: auto;
}
legend {
	color: #FFF;
	background: #F60;
	font-style: italic;
	font-size: 1.2em;
	margin-bottom: 0.5em;
	padding: 0.2em;
	width: auto;
	border: 1px solid #CCC
}
textarea {
	margin: 0.5em 0;
	width: 98%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}
/* Pretty up your Captcha image output */
.captcha {
	margin: 0.5em 0;
	width: 200px;
	text-align: center
}
.captcha img {
	border: 1px solid #F60;
	margin-bottom: 0.5em
}
.captcha input {
	width: 196px;
	margin-top: 0.5em
}
/* Just a bit more room for the Submit button */
.submit {
	margin-top: 0.5em
}
.contactform input {
	border: 1px solid #f60;
}
.contactform input.checkbox {
	border: none;
}
.contactform label {
	display: block;
	float: left;
	width: 150px;
}
.contactform label.label {
	display: inline;
	float: none;
	width: 50px;
	font-size: 10px;
}
.contactform textarea {
	background-color: #ffc;
	border: 1px solid #f60;
}
.formbuilderform .message {
	line-height: 16px;
	padding: 0 0 8px 0;
}
/* cmsms stylesheet: 000002_Best-Layout---menu modified: Thursday, July 9, 2026 3:10:22 PM */
:root {
    /* ================================
       BASISKLEUREN
       ================================ */

    --rm-menu-current: #080808;
    --rm-menu-color2: #080808;

    --rm-wit: #ffffff;
    --rm-zwart: #000000;

    --rm-menu-tekst: #000;
    --rm-mobmenu-kleur: #000000;


    /* ================================
       EXTRA KLEUREN
       ================================ */

    --rm-whatsapp: #075E54;

    --rm-menu-shadow: rgba(0, 0, 0, 0.2);

    --rm-paars: #662582;


    /* ================================
       MENU AFMETINGEN
       ================================ */

    --rm-menu-font-size: 20px;

    --rm-submenu-width: 200px;

    --rm-menu-padding-y: 10px;
    --rm-menu-padding-x: 10px;

    --rm-menu-margin: 5px;

    --rm-menu-radius: 5px;


    /* ================================
       TRANSITIONS
       ================================ */

    --rm-transition-menu: all 0.5s ease;


    /* ================================
       SCHADUWEN
       ================================ */

    --rm-submenu-shadow: 0 0 10px var(--rm-menu-shadow);


    /* ================================
       MOBIEL MENU
       ================================ */

    --rm-mobile-icon-size: 28px;

    --rm-mobile-logo-max-height: 100px;

    --rm-mobile-logo-width: 35%;

    --rm-mobile-padding: 10px;
}


#menu {
    font-size: var(--rm-menu-font-size);
}


.logo a {
    text-decoration: none;
}


#nav-mobile {
    display: none;
}


#menu-mobile {
    float: right;
}


/* ================================
   SUBMENU BOVENZIJDE
   ================================ */

#menusubmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}


#menusubmenu li {
    float: left;
    position: relative;
    margin: var(--rm-menu-margin);
}


a.headersection {
    display: none;
}


#menusubmenu a {
    color: var(--rm-menu-current);
    text-decoration: none;

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);

    border:
        solid
        3px
        var(--rm-menu-current);

    /* border-radius: 50px; */

    font-weight: 800;

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


#menusubmenu a:hover {
    background: var(--rm-menu-current);
    color: var(--rm-wit);

    font-weight: 800;

    /* border-radius: 50px; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/* ================================
   MENU RESET
   ================================ */

#menufooter,
#menufooter ul,
#menu,
#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


#menufooter li {
    /* float: left; */
    position: relative;
}


#menu li {
    float: left;
    position: relative;
}


/* ================================
   DESKTOP SUBMENU
   ================================ */

#menu li ul {
    position: absolute;

    margin-top: -10%;
    margin-left: 10%;

    display: none;
}


#menu li:hover ul {
    display: block;
}


/* ================================
   FOOTERMENU
   ================================ */

#menufooter li ul {
    margin-top: 0;
    margin-left: 0;
}


#menufooter ul li a,
#menufooter li a {
    position: relative;
    left: -20px;
}


#menufooter li:hover ul {
    display: block;
}


#menufooter a {
    display: block;

    color: var(--rm-wit);

    text-decoration: none;

    /* padding: 0 20px; */

    margin: 0 20px;

    /* font-weight: 400; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);

    line-height: 30px;
}


#menufooter a:hover {
    color: var(--rm-zwart);

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/*
#menufooter ul a {
    width: 230px;
}
*/


#menufooter .currentpage {
    /* background: var(--rm-menu-current) !important; */

    color: var(--rm-zwart) !important;

    /* border-radius: var(--rm-menu-radius) !important; */

    /* border-bottom: 3px solid var(--rm-paars); */
}


/* ================================
   WHATSAPP MENUKNOP
   ================================ */

#menu a.whatsapp {
    background: var(--rm-wit);

    /* font-weight: 800; */

    color: var(--rm-whatsapp);

    border:
        var(--rm-whatsapp)
        solid
        3px;

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


#menu a.whatsapp:hover {
    /* background: var(--rm-whatsapp); */

    /* font-weight: 800; */

    color: var(--rm-wit);

    /* border-radius: 50px; */

    /* border: var(--rm-whatsapp) solid 3px; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
}


/* ================================
   HOOFDMENU LINKS
   ================================ */

#menu a {
    display: block;

    color: var(--rm-menu-tekst);

    text-decoration: none;

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);

    margin: var(--rm-menu-margin);

    /* border: solid 3px var(--rm-menu-current); */

    /* border-radius: 50px; */

    /* font-weight: 800; */

    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);

    /* background: var(--rm-wit); */
}


#menu a:hover {
    /* background: var(--rm-menu-color2); */

    color: var(--rm-menu-current);

    /* font-weight: 800; */

    /* border-radius: 15px; */

    /*
    -webkit-transition: var(--rm-transition-menu);
    transition: var(--rm-transition-menu);
    */

    /* -webkit-animation: bounce 0.75s; */
}


#menu .currentpage {
    /* background: var(--rm-menu-current) !important; */

    color: var(--rm-menu-current);

    /* border-radius: var(--rm-menu-radius) !important; */

    /* border-bottom: 3px solid var(--rm-paars); */
}


/* ================================
   BOUNCE ANIMATIE
   ================================ */

@-webkit-keyframes bounce {

    0% {
        transform:
            scale(1, 1)
            translate(0, 0);
    }

    30% {
        transform:
            scale(1, 0.8)
            translate(0, 10px);
    }

    75% {
        transform:
            scale(1, 1.1)
            translate(0, -25px);
    }

    100% {
        transform:
            scale(1, 1)
            translate(0, 0);
    }
}


/* ================================
   SUBMENU
   ================================ */

#menu ul {
    background: var(--rm-wit);

    width: var(--rm-submenu-width);

    overflow: hidden;

    border-radius: var(--rm-menu-radius);

    box-shadow: var(--rm-submenu-shadow);
    -webkit-box-shadow: var(--rm-submenu-shadow);

    z-index: 1000;
}


#menu ul a {
    width: var(--rm-submenu-width);

    padding:
        var(--rm-menu-padding-y)
        var(--rm-menu-padding-x);
}


/* ================================
   MOBIEL MENU
   ================================ */

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

    #menu-mobile {
        float: none;
    }


    .menuhoog {
        position: relative;
    }


    .logo {
        display: none;
    }


    .logo-mobile img {
        width: var(--rm-mobile-logo-width);
    }


    #nav-mobile {
        display: flex;

        align-items: center;

        justify-content: space-between;

        padding: var(--rm-mobile-padding);

        font-size: var(--rm-menu-font-size);

        background-size: cover;
    }


    /* Mobiel logo */

    #nav-mobile .logonav img {
        max-height: var(--rm-mobile-logo-max-height);
    }


    /* Mobiel menu-icoon */

    #nav-mobile .icon-mask {
        display: block;

        flex:
            0
            0
            var(--rm-mobile-icon-size);

        width: var(--rm-mobile-icon-size);
        height: var(--rm-mobile-icon-size);

        background-color: var(--rm-mobmenu-kleur);

        -webkit-mask-image:
            url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/mobmenu.svg);

        mask-image:
            url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/mobmenu.svg);

        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;

        -webkit-mask-position: center;
        mask-position: center;

        -webkit-mask-size: contain;
        mask-size: contain;

        margin-left: auto;
    }


    /* ================================
       MOBIEL HOOFDMENU
       ================================ */

    #menu {
        display: none;
    }


    #menu-mobile:hover #menu {
        display: block;
    }


    #menu li {
        float: none;
    }


    #menu li ul {
        position: relative;

        margin-top: 0;
        margin-left: 0;

        display: block;
    }


    #menu li:hover ul {
        display: block;
    }


    #menu ul {
        width: 100%;

        box-shadow: none;
        -webkit-box-shadow: none;
    }


    #menu ul a {
        width: 100%;

        padding:
            var(--rm-menu-padding-y)
            10%;
    }
}


@media (max-width: 800px) {

    body.homepage .icon-mask {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;

        position: absolute !important;
        top: 50% !important;
        right: 20px !important;

        width: 34px !important;
        height: 34px !important;

        transform: translateY(-50%) !important;

        background-color: #000 !important;

        z-index: 999999 !important;
    }
}
/* cmsms stylesheet: Best-Layout---aos modified: Friday, June 5, 2026 4:27:28 PM */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* cmsms stylesheet: Best-Layout---cookie modified: Thursday, June 18, 2026 6:19:09 PM */
#cookie_consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1b1b1b;
    border-top: 4px solid #b79d65;
    z-index: 999999;
    box-sizing: border-box;
}

#cookie_consent .cookie-inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 30px;
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    box-sizing: border-box;
}

#cookie_consent p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
}

.cookie-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

#cookie_consent a {
    display: inline-block;
    padding: 5px 5px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    margin:5px;
}

.accept_cookies {
    background: #b79d65;
    color: #fff;
}

.more_info {
    background: #444;
    color: #fff;
}

.decline_cookies {
    background: #e5e5e5;
    color: #333;
}
/* cmsms stylesheet: 000001_Best-Layout---style modified: Sunday, July 5, 2026 2:51:57 PM */
:root {
    --rm-achtergrond: #F5F4F0;
    --rm-footerheader: #3F4F5F;
    --rm-inhoudvak: rgba(0,0,0, 0.05);
    --rm-kleur-donker: #1D1D1B;
    --rm-link: #D2CABE;
    --rm-wit: #ffffff;
    --rm-zwart: #000000;
    --rm-grijs: #cccccc;
    --rm-social: #000000;
    --rm-social-hover: #fff;
    --rm-social-visited: #000000;
    --rm-logo-border-width: 0;
    --rm-logo-border-radius: 0;
    --rm-navbar-bg: rgba(255,255,255, 1);
    --rm-navbar-text: #000;
    --rm-headertekst: #000;
    --rm-mobmenu-kleur: #000000;
    --rm-body-text: #333332;
    --rm-rood: #ff0000;
    --rm-kleur-03: rgba(0,0,0,0.18);
    --rm-border-licht-paars: #e4e4f3;
    --rm-oppervlak-licht: #f5f5f5;
    --rm-kleur-07: rgba(0,0,0,0.30);
    --rm-kleur-08: rgba(255,255,255,0.8);
    --rm-kleur-09: rgba(177,203,242,0.8);
    --rm-kleur-10: rgba(0,0,0,0.27);
    --rm-kleur-12: rgba( 0, 0, 0, 0.4 );
    --rm-faq-blauw: #408ACA;
    --rm-border-licht: #efefef;
    --rm-paars: #662582;
    --rm-kleur-16: rgba( 0, 0, 0, 0.4);
    --rm-kleur-17: rgba( 255, 255, 255, 0.8 );
    --rm-grijs-kort: #CCC;
    --rm-facebook: #42549a;
    --rm-twitter: #66ccff;
    --rm-font-body: 'Museo Sans', sans-serif;
    --rm-font-script: 'Marisa', cursive;
    --rm-radius-standaard: 10px;
    --rm-radius-klein: 5px;
    --rm-transition-standaard: all 0.5s ease;
}

body {
    font-family: var(--rm-font-body);
  /*  font-weight: bold; */
	color: var(--rm-body-text);
	font-size: 15px;
	line-height: 25px;
/*	-webkit-text-size-adjust: 100%; */
   font-weight: 300;
	text-align:left;
	background-color:var(--rm-achtergrond);
	margin: 0px;
}


.bestelshop {height: 100px; width: 100%}



.hoofdinhoud {margin-top: 100px;}


.wave-color {
  fill: var(--rm-footerheader);
}

.wave-color-bg {
  fill: var(--rm-achtergrond);
}


.paddingtop {padding-top: 25px;}

/* body css */

/* div {border: 1px solid var(--rm-rood)} */
label.labeltop { font-weight: bold; color:var(--rm-footerheader); padding-top: 35px;}



#content_container_Page {
  /*  padding-top:250px; */
    
    
    
}


[id] {
    scroll-margin-top: 350px;
}


.extrainhoud img { border-radius: var(--rm-radius-standaard) !important; }


#sliderheader .d{fill: var(--rm-achtergrond);}
#sliderheader .e{fill: var(--rm-kleur-donker);}
svg #mobmenukleur .dmob{fill: var(--rm-mobmenu-kleur); !important}








.extrainhoud {margin-top: -25px;}

.content_blocks_page {
    text-align: left;
    
    
    
}

.coolebovenkant {
  position: relative;
}

.coolebovenkant svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}



.hidden {
    display: none !important;
}

/*
strong { font-size: 25pt; 
color: var(--rm-rood); }
-*/

/* head */
.headersocial { 
        font-family: 'Social Media Circled';
        font-size: 10pt;
        background: var(--rm-footerheader);
        font-weight:regular;
        padding: 3px;
        text-align: right;

        

}


.headersocial a{ 
        font-family: 'Social Media Circled';
        font-size: 35pt;
     /*   background: var(--rm-color); */
        font-weight:regular;
        padding: 2px;
        text-align: right;
     /*   border: solid 1px var(--rm-social); */
        color: var(--rm-social);
     /*   border-radius: 100px; */
        

}


.headersocial a:hover { color:var(--rm-social-hover);	
-webkit-transition: var(--rm-transition-standaard);
     transition: var(--rm-transition-standaard);
}

.headersocial a:visited { color:var(--rm-social-visited);	
-webkit-transition: var(--rm-transition-standaard);
     transition: var(--rm-transition-standaard); 
}

.headersocial a:visited:hover { color:var(--rm-social-hover);	
-webkit-transition: var(--rm-transition-standaard);
     transition: var(--rm-transition-standaard); 
}


.navbarsocial {
        background-color: var(--rm-navbar-bg);
        color:var(--rm-navbar-text);
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        transition: all 500ms ease-in-out; 
        
-webkit-box-shadow: 0px 8px 16px 0px var(--rm-kleur-03);
-moz-box-shadow: 0px 8px 16px 0px var(--rm-kleur-03);
box-shadow: 0px 8px 16px 0px var(--rm-kleur-03); 
        
  
 
    
        
 /*   
        -moz-box-shadow: 0px 8px 10px var(--rm-zwart);
        -webkit-box-shadow: 0px 8px 10px var(--rm-zwart);
        box-shadow: 0px 8px 10px var(--rm-zwart); */
/*border-bottom: var(--rm-footerheader) solid 5px; */
}


.menu {	padding:0px 0px;}

.socialhoogte {
    min-height: 20px;
}

.social  {text-align:left;}
.telefoon {text-align:right;}


.headhoogte { 
    min-height: 75px;
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
}

nav {
    width: 100%;
    height: 60px;
    z-index: 10;
}

header {
    position:absolute;
    z-index: 9999999999999;
    height: 175px;
    width:100%;
}



.breed {
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}


.breedvth {
	width:100%;
	max-width:1500px;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}


/*.koptekst {text-align: center;} */

.nieuwsplaatjes img { width: 100%; height: 175px;}
.gegevens {line-height: 17pt; padding: 0px; margin: 0px;}
.titelkop {font-size: 15pt; font-weight: bold; margin: 0px 0px;}
.vlak { border-radius: var(--rm-radius-standaard); border:1px solid var(--rm-border-licht-paars); background:var(--rm-wit);} 
.blogstuk {font-size: 20pt; font-weight: bold; padding: 10px; border-radius: var(--rm-radius-klein);}
.titelblog {padding:10px;}
.CompanyDirectoryItem {padding: 15px; border-radius: var(--rm-radius-klein); background:var(--rm-oppervlak-licht); overflow: hidden;}
.redactie {background: var(--rm-wit); padding: 10px; 
-webkit-box-shadow: 0px 4px 7px 1px var(--rm-kleur-07); 
box-shadow: 0px 4px 7px 1px var(--rm-kleur-07); 
border-radius: var(--rm-radius-standaard); }
.lettertype {font-size: 10pt;}
.knop { border: var(--rm-zwart) solid 1px; padding:5px; }
.knop:hover {cursor: pointer;}


/*.inhoudvak1, .footer {
background:var(--rm-kleur-08);
-webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); 
box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); } */


.inhoudvak1 { border-top: var(--rm-footerheader) 0 solid;  padding: 25px 0 70px 0; overflow:hidden; background:var(--rm-achtergrond); margin-top: 50px; }
.inhoudvak2 { border-top: var(--rm-footerheader) 0 solid;  padding: 25px 0 70px 0; overflow:hidden; background:var(--rm-wit);}
.inhoudvak3 { border-top: var(--rm-footerheader) 0 solid;  padding: 25px 0 70px 0; overflow:hidden; background:var(--rm-achtergrond);}
.inhoudvak4 { border-top: var(--rm-footerheader) 0 solid;  padding: 25px 0 70px 0; overflow:hidden; background:var(--rm-wit);}
.inhoudvak5 { border-top: var(--rm-footerheader) 0 solid;  padding: 25px 0 70px 0; overflow:hidden; background:var(--rm-achtergrond);}




.inhoudvak1,
.inhoudvak2,
.inhoudvak3,
.inhoudvak4,
.inhoudvak5  {
   /* 
 -webkit-box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);
-moz-box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);
box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);   */

background:var(--rm-inhoudvak) !important ;
/* border-bottom:15px var(--rm-inhoudvak) solid; */
border-top:15px var(--rm-social-hover) solid;

}









/* headings / paragraph margin css */

h1,h2,h3,h4,h5,h6 {margin: 10px 10px;}

p {margin: 10px;}
/* headings css */
 

/* Basis tekst */
body,
p,
li,
td,
th,
input,
textarea,
select {
    font-family: var(--rm-font-body);
    font-weight: 300;
}

/* Menu */
.menu a,
.navigation a,
.navbar a {
    font-family: var(--rm-font-body);
    font-weight: 500;
}

/* Koppen */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--rm-font-body);
    font-weight: 700;
}

/* Logo en sierkoppen */
.logo,
.site-title,
.hero-title,
.script-font {
    font-family: var(--rm-font-script);
    font-weight: 400;
}

/* Sterke tekst */
strong,
b {
    font-weight: 700;
}








h1 {font-size:50px;font-weight:800;color:var(--rm-footerheader);line-height:55px; font-weight:bold;}
h2 {font-size:40px;font-weight:600;color:var(--rm-footerheader);line-height:45px; font-family: 'Museo Sans'; }
h3 {font-size:30px;font-weight:600;color:var(--rm-footerheader);line-height:35px; font-family: 'Museo Sans'; }
h4 {font-size:20px;font-weight:600;color:var(--rm-zwart);line-height:25px;}
h5 {font-size:10px;font-weight:600;color:var(--rm-zwart);}
h6 {font-size:5px;font-weight:600;color:var(--rm-zwart);}

/* list css */

ul {list-style-type:disc;margin:10px 40px;}
ol {list-style-type:decimal;margin:10px 40px;}
ul li {display:list-item;}
ol li {display:list-item;}

.content_blocks li, .inhoudvak1 li {
margin-top:15px; list-style-type: square;}


table {margin-left: 15px;}
td {padding:10px;}



.gelijk {
    display:flex;
    align-items:flex-start;
}

.gelijk .layoutkolommen,
.gelijk .layoutkolommenboven {
    flex:1;
}



.row1row2 img {
    margin: auto;
    width: 100px;
    border-radius: var(--rm-radius-standaard);
}

/* img {border-radius: var(--rm-radius-standaard);} */

/*
.layoutkolommen img,
.layoutkolommenboven img {
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

*/


.layoutkolommen img,
.layoutkolommenboven img {
    max-width:100%;
    height:auto;
    border-radius: var(--rm-radius-standaard);
}


.inhoudvak2 .layoutkolommenboven {
/* display: flex; */
/*border: 3px var(--rm-footerheader) solid; */
/* min-height: 350px; */
/* border-radius: 15px; */
}


.layoutkolommen > div {
    display: inline-block; /* Zorgt voor inhoudsbehoud */
    min-height: 100%; /* Laat de hoogte aanpassen aan de grootste */
}


.scrolling-div, .scrollingdivhome {
    display:none;
 /*height: 180px; /* Vaste hoogte van het schuivende div-element */
      width: 100%;
      background-color: var(--rm-wit);
      transition: top 0.5s ease; /* Voeg een vloeiende overgang toe voor een soepele animatie */
      position: fixed;
      top: -200px; /* Startpositie boven het scherm */
      left: 0;
      transform: skewY(-2deg);
      overflow:hidden;
transform-origin: bottom right;
	border-bottom: var(--rm-kleur-donker) solid 15px;
	box-shadow: 0 15px 25px var(--rm-kleur-12);
	-webkit-box-shadow: 0 15px 25px var(--rm-kleur-12);	
	z-index:999;
	padding-bottom:10px;

}
    
    
  .faq_q { background: var(--rm-faq-blauw); color:var(--rm-wit); font-size: 21px; border: 3px solid var(--rm-wit); cursor: pointer; padding:10px; border-radius: var(--rm-radius-klein); font-weight:bold; }
.faq_a {  }
  
    
    
    

    .show {
      top: 0px; /* Hoogte van het verschijnende vlak */
    }


.inhoudmenu {
  padding-top: 100px;
  
  
  
}



.headertekstblok {
font-family: 'Museo Sans', arial;
  display:block;
  position: relative;
  margin-right: 0px;
  text-align: left;
  bottom: 15%;
padding:50px;
    
    
}

.headertekstblok h1, .headertekstblok h3  {  color: var(--rm-headertekst) ;}



@keyframes float {
0% {
transform: translatey(0px);
}
50% {
transform: translatey(-25px);
}
100% {
transform: translatey(0px);
}
}






/* .xxxxxxxxx {animation: float 10s ease-in-out infinite; } */



@keyframes myOrbit {
0% {
transform:rotate(0deg) translateX(25px) rotate(0deg)
}
50% {
transform:rotate(180deg) translateX(1px) rotate(-180deg)
}
100% {
transform:rotate(360deg) translateX(25px) rotate(-360deg)
}
}



/* .xxxxxxx {animation: myOrbit 10s linear infinite;}  */


/*.kereltje {} */


.geenslider {padding: 75px;}


#mannetje {
  position: absolute;
  left: 0px;
  bottom: -500px;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);

  
}



.slide-in {
    animation: slide-in 1.5s forwards;
    animation: float 10s ease-in-out infinite;
    -webkit-animation: slide-in 1.5s forwards;
}


@keyframes slide-in {
    100% { transform: translateX(0%); bottom: 0px;
    }
    
    
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(0%); bottom: 0px;
    }
    
    
    
    
}
  



/*

.grijslijn { 
 	border-bottom: 0.2px solid var(--rm-border-licht);
}

.grijslijnleft { 
 	border-left: 0.2px solid var(--rm-border-licht);
}

.grijslijnright { 
 	border-right: 0.2px solid var(--rm-border-licht);
}
*/

/*
.boomheader {
transform: skewY(2deg);
transform-origin: bottom right;
padding: 15px 0;
background: url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/boomtop.png) top center fixed;
z-index: 999999;

*/


}
/*
.menucorrectie {
transform: skewY(-2deg);
transform-origin: bottom right;
}



.lr {
transform: skewY(-2deg);
transform-origin: bottom right;
margin-top: -70px;
padding: 25px 0;

}

.correctielr {
transform: skewY(2deg);
transform-origin: bottom right;
}


.rl {
transform: skewY(2deg);
transform-origin: bottom right;
padding: 15px 0;
}

.correctierl {
transform: skewY(-2deg);
transform-origin: bottom right;
}



*/

/*

.row2 div > div > div > div p, .row2 div > div p { margin-top: -10px; }
.row2 div > div > div > div p, .row2 div > div p { margin-top: -10px; }
.row3 div > div > div > div p, .row3 div > div p { margin-top: -10px; }
.row4 div > div > div > div p, .row4 div > div p { margin-top: -10px; }
.row5 div > div > div > div p, .row5 div > div p { margin-top: -10px; }

.row1 div > div > div > div { background:var(--rm-wit); -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); }
.row2 div > div > div > div { background:var(--rm-wit); -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); }
.row3 div > div > div > div { background:var(--rm-wit); -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); }
.row4 div > div > div > div { background:var(--rm-wit); -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); }
.row5 div > div > div > div { background:var(--rm-wit); -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); }
*/

ul.menublokken li a .blokwrap { 
  background:var(--rm-wit); 
  -webkit-box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); 
  box-shadow: 0px 0px 25px 0px var(--rm-kleur-09); 
  -webkit-transition: var(--rm-transition-standaard);
  transition: var(--rm-transition-standaard); 
  
}
     
     
ul.menublokken li a .blokwrap:hover { 
  background:var(--rm-wit); 
  -webkit-box-shadow: 0px 0px 10px 0px var(--rm-kleur-09); 
  box-shadow: 0px 0px 10px 0px var(--rm-kleur-09); 	
  -webkit-transition: var(--rm-transition-standaard);
  transition: var(--rm-transition-standaard);
  
}

ul.menublokken li a .blokwrap:hover h3 { 
color:var(--rm-kleur-donker);
  -webkit-transition: var(--rm-transition-standaard);
  transition: var(--rm-transition-standaard);
  
  
}

ul.menublokken li a .blokwrap h3 { 
  color:var(--rm-paars);
  -webkit-transition: var(--rm-transition-standaard);
  transition: var(--rm-transition-standaard);
  
  
}


ul.menublokken li a .blokomschrijving { margin-top: -10px; }

ul.menublokken li { list-style-type:none; margin-top: -15px;}
ul.menublokken li a {
  
  /*  background: var(--rm-wit); */
 /*   font-family: 'Museo Sans',arial;
    font-weight: bold;
    color: var(--rm-zwart);
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    text-align: left; */
}


.row1 div > div  { }
.row2 div > div  { }
.row3 div > div  { }
.row4 div > div  { }
.row5 div > div  { }

li h1,
li h2,
li h3,
li h4,
li h5,
li h6 { margin-left: 10px; }


.samenvatting { display:none; }



.col-container {
  display: table;
  width: 100%;
  background: var(--rm-wit);
  min-height: 300px;
}


.col {
 display: table-cell;
 padding: 1px;
    
    
}

#onepagelist li{
   list-style-type: none;     
    
    
}

/*
.onepageliclass { 

    
    
}


.onepagelaclass {
    
    
    
}
*/

.onepagetitle {
    font-weight:600;
    color:var(--rm-zwart);
    
    
}


.logo {
  /*  position: fixed; */
/* background: var(--rm-wit); */
/* border-radius: var(--rm-logo-border-radius)px;
 border: var(--rm-logo-border-width)px var(--rm-footerheader) solid;
	
/*	box-shadow: 0 15px 25px var(--rm-kleur-12);
	-webkit-box-shadow: 0 15px 25px var(--rm-kleur-16); */
    
	
	padding: 25px 25px 25px 25px;
/*	transform: rotate(-15deg);  */
	margin-left: 1%;
/*	margin-top: 0px; */
	top: 100px;
	width: 350px ;
	display: block;
	
/*	
	-webkit-box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);
-moz-box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);
box-shadow: 0px 0px 25px 6px var(--rm-kleur-10);
	*/
	
	

} 
/*
.logo img {
    
width:100%;  
    
} */

/*

.logobreed {
    
	width: 250px ;
    
    
}
*/


/* .fixlogo { min-width: 150px;} */










.menuhoog { 
    
    position: absolute; bottom: 0; left:0px; 
} 


.copyright {
    text-align:center; 
    background:var(--rm-kleur-donker); 
    color: var(--rm-wit);
    overflow:hidden;
    position:relative;
    z-index: 9999;
    width:100%;
    margin-top: -70px; 

}




/* link css */

a {color: var(--rm-link);text-decoration:none; }
a:visited {color:var(--rm-link);}
a:hover {color:var(--rm-zwart); font-weight: 600;}
a:active {color:var(--rm-link); font-weight: 600;}

/* CMSMS MicroTiny WYSIWYG Editor text left */

.CMSMSBody {text-align:left;}

/* elements css */

strong,b {font-weight:600;}
em,i {font-style:italic;}
u {text-decoration:underline;}



#header_container {
	top: 0;
	left: 0;
	position: fixed;
/*	background: var(--rm-wit); */
	width: 100%;
	z-index: 1000;
/*	border-bottom: var(--rm-kleur-donker) solid 15px; */
	
/*	box-shadow: 0 15px 25px var(--rm-kleur-12);
	-webkit-box-shadow: 0 15px 25px var(--rm-kleur-12);	*/
   padding: 1000px;
}

#header_container span {color:var(--rm-footerheader);}

#content_container {
	top: 0px;
	width: 100%;
	z-index: -99999;
	position: relative;
}

.content_back, .content_backpagina {
	width: 100%;
	text-shadow: 0 0 35px var(--rm-zwart);
	border-bottom: 1px solid var(--rm-border-licht);
	font-size: 18px;
/*	font-weight: 100; */
	padding: 400px 0;
	-webkit-text-stroke: 3px var(--rm-zwart),
	margin-top: -500px;
}






.content_back p,.content_back h1,.content_back h2,.content_back h3,.content_back h4,.content_back h5,.content_back h6 {
	color: var(--rm-wit);
	padding: 5px;
}

.content_blocks {
	/* background: var(--rm-kleur-17); */
	border-bottom: 0px solid var(--rm-border-licht);
	padding: 0px 0;
/*		box-shadow: 0 -15px 15px var(--rm-kleur-12);
	-webkit-box-shadow: 0 -15px 15px var(--rm-kleur-12); */
/*	border-top: var(--rm-footerheader) solid 15px; */
	
	
	
}

/*.news-height {} */
.news-datumtekst {
    	font-family: 'Museo Sans', arial;
    font-weight: bold;
	color: var(--rm-zwart);
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	text-align:left;
    
    
}

.content_blocks p {padding:5px;}

/*
.content_blocks h1,.content_blocks h2,.content_blocks h3,.content_blocks h4,.content_blocks h5,.content_blocks h6 {
	padding: 5px;
	color: var(--rm-footerheader);
} */

.news-content {
	text-align: center;
	border: 1px solid var(--rm-border-licht);
	border-radius: var(--rm-radius-klein);
	color: var(--rm-zwart);
}

.news-content:hover {background:var(--rm-oppervlak-licht);}

.news-content:hover > .orange_button {background:var(--rm-zwart);}

.orange_button {
	margin: 20px;
	text-align: center;
	background: var(--rm-footerheader);
	border-radius: var(--rm-radius-klein);
/*	font-weight: 400; */
	color: var(--rm-wit);
}

.round {padding:30px;}

.round > div {
	border-radius: 50%;
	overflow: hidden;
}
.round img {
	display: block;
	width: 100%;
}

.image-article img {
	width: 100%;
	border-radius: var(--rm-radius-standaard);
	display: block;
}

.footer {
	background: var(--rm-footerheader);
	padding-top: 25px;
	padding-bottom: 75px;
	color: var(--rm-wit);
	overflow:hidden;
	position:relative;
	z-index:99;
}

.footer a {color:var(--rm-wit);text-decoration:none;}
.footer a:hover{color:var(--rm-wit);}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {
	padding: 5px;
	color: var(--rm-wit);
}

.footer p {
	padding: 0 5px;
	margin: 0 10px;
	color: var(--rm-wit);
}

.footer-desktop {display:block;}
.footer-mobile {display:none;}

.main-nav {
    background:var(--rm-wit);
    border: 3px solid var(--rm-kleur-donker);
    color:var(--rm-kleur-donker);
    font-family: 'Quicksand', sans-serif;
	  font-size: 48px;
	  text-align: center;
    position: fixed;
    right:-225px;
    bottom:2px;
    padding:20px 20px 10px 20px;
    border-radius: var(--rm-radius-standaard);
    
}

.main-nav p {margin:0;}

.main-nav a {
	color: var(--rm-wit);
	font-weight: 300;
	text-decoration: none;
}

.main-nav a:hover {color:var(--rm-grijs-kort);}

.facebook-share {background:var(--rm-facebook);color:var(--rm-wit);text-decoration:none;padding:5px 10px;border-radius: var(--rm-radius-klein);}
.twitter-share {background:var(--rm-twitter);color:var(--rm-wit);text-decoration:none;padding:5px 10px;border-radius: var(--rm-radius-klein);}
.facebook-share:hover,.twitter-share:hover {background:var(--rm-zwart);color:var(--rm-wit);}
.facebook-share:visited,.twitter-share:visited {color:var(--rm-wit);}

.social img {width:18px;display:inline-block;}
















@media screen and (max-width: 1600px) {
	
	.content_back, .content_backpagina {padding:300px 0;}
}


@media screen and (max-width: 1400px) {
	
.bestelshop {height: 200px; width: 100%}
}






@media screen and (max-width: 1200px) {
	
	.content_back, .content_backpagina {padding:300px 0;}

	.news-height {min-height:280px;}
	
	.logo {margin-top: 0px;}

}


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

.bestelshop {height: 300px; width: 100%}


	.content_back, .content_backpagina {padding:75px 0;}

/*	.news-height {min-height:280px;} */
	
/*	.logo {margin-top: -15px;} */

    .headertekstblok {
    margin-top: 70px;
    
    
    

    }
    
.inhoudvak0 {margin-top: 100px;}


}

@media screen and (max-width: 980px) {
	
	.content_back, .content_backpagina {padding:75px 0;}

	.news-height {min-height:340px;}
/*	.gelijk {display:block;} */
	


	
	.row1row2 img {
    margin: auto;
   width: 75%;
    border-radius: var(--rm-radius-standaard);
    
}




}

@media screen and (max-width: 800px) {
    
    .bestelshop {height: 200px; width: 100%}
.inhoudvak0 {margin-top: 0px;}
    
    .headersocial {margin: 0px;}
    .logo img { max-width: 85px;}
    	
    .logo, .logobreed {display:none;}

	
	body {line-height:25px;}

	.search-form label {display:none;}
	
	
	#header_container:hover {
		overflow: auto;
		max-height: 100%;
	}

	#content_container {
		overflow: hidden;	
	/*	margin-top: 60px; */
	}

    .headhoogte {display:none;} 
    .menu {margin: 0px; padding: 0px;}


	.content_blocks {padding:0;}
	#nav-mobile img { margin-left: auto; margin-right: auto; width:100%;}
/*	.gelijk {display:block;} */

.headersection {display:none;}


	
.logonav {
   /* position: fixed; */
/*  background: var(--rm-wit); 
/* border-radius: 100px;
/* border: 10px var(--rm-footerheader) solid;
	
/*	box-shadow: 0 15px 25px var(--rm-kleur-12);
	-webkit-box-shadow: 0 15px 25px var(--rm-kleur-16); */
    margin-left: 10px;

	
	padding:10px 1px 10px 1px;
/*	transform: rotate(-15deg);  */
/*	margin-left: 1%;*/
/*	margin-top: 0px; */
/*	top: 100px; */
	width: 250px ;
/*	height: 150px; */
/*	display: block; */

}
.breedvth {background: var(--rm-social-hover);}




	
	
	
	
	
	
	
	
	
	
	


	
	.news-content {
		text-align: left;	
		line-height: 20px;
		min-height: 100%;
	}

	.news-content h1,.news-content h2,.news-content h3,.news-content h4,.news-content h5,.news-content h6,.news-content p {margin:10px;}

	.news-height {min-height:100%;}
	
	.orange_button {margin:15px;}
	
	.news-content > .round {
		float: left;
		padding: 15px;
		width: 30%;
	}

	.image-article {
		margin: -20px -20px 10px -20px;
	}

	.image-article img {
		border-radius: 0;
	}
	
	.footer-desktop {display:none;}
	.footer-mobile {display:block;}
	
	.footer-mobile {padding-bottom:5px; overflow:hidden;}
	
	.social img {
		width: 26px;
		display: inline-block;
		margin: 10px 5px;
	}

	#switch-div {display:flex;flex-flow:column;}
	#one {order:2;}
	#two {order:1;}
	
}

@media screen and (max-width: 600px) {
    
    .logo img {max-width: 100px;}
	
	.content_back, .content_backpagina {padding: 150px 0;}
	
	.news-content {line-height:25px;}
/* .gelijk {display:block;} */
}
/* cmsms stylesheet: Best-Layout---fonts modified: Friday, June 5, 2026 4:27:28 PM */
@font-face {
    font-family: 'Barlow';
    src: url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/barlow-regular.eot),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/barlow-regular.woff2),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/barlow-regular.woff),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/barlow-regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DK Cool Crayon';
    src: url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/DKCoolCrayon.eot),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/DKCoolCrayon.woff2),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/DKCoolCrayon.woff),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/DKCoolCrayon.ttf),
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Social Media Circled';
    src: url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/SocialMediaCircled.eot),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/SocialMediaCircled.woff2),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/SocialMediaCircled.woff),
         url(https://www.wonenlifestyle.nl/uploads/designs/Best-Layout-2026-4/SocialMediaCircled.ttf),
    font-weight: normal;
    font-style: normal;
}
/* cmsms stylesheet: Best-Layout---CGBlog modified: Thursday, July 9, 2026 3:08:45 PM */
/* ==========================================
   HERO
========================================== */

.blog-hero {
    height: 420px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 50px;
    border-radius: 10px;
    overflow: hidden;
}

.blog-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.blog-hero-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.blog-hero-link:focus-visible {
    outline: 3px solid #000;
    outline-offset: 4px;
}

.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    max-width: 800px;
    z-index: 2;
}

.hero-overlay h1 {
    font-size: 30px;
        line-height: 1.25;
    margin-bottom: 10px;
    color: #fff;
    text-shadow:
        0 2px 4px rgba(0,0,0,0.8),
        0 4px 12px rgba(0,0,0,0.7),
        0 8px 24px rgba(0,0,0,0.6);
}

.hero-overlay p {
    margin: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 1px 6px rgba(0,0,0,0.35);
}

/* ==========================================
   BLOG OVERZICHT
========================================== */

.blog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 30px;
}

.blog-card {
    background: #D9D3C8;
    transition: transform .25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
}

.blog-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.blog-content {
    padding: 20px;
}

.blog-content h3 {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
        line-height: 1.35;
}

.blog-content a {
    color: inherit;
    text-decoration: none;
}

.blog-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

/* ==========================================
   PLACEHOLDERS
========================================== */

.blog-hero--placeholder,
.blog-image--placeholder {
    background: linear-gradient(
        135deg,
        #e7e7e7 0%,
        #d4d4d4 100%
    );
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
}

.blog-image--placeholder {
    height: 300px;
}

/* ==========================================
   CATEGORIEËN
========================================== */

.blog-categories {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-categories li {
    border-bottom: 1px solid #eee;
}

.blog-categories a,
.blog-categories .cat-disabled {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 14px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}

.blog-categories a:hover {
    background: #f5f5f5;
    color: #000;
}

.blog-categories .cat-disabled {
    opacity: .7;
    cursor: default;
}

.blog-categories .cat-name {
    flex: 1;
    font-size: 15px;
}

.blog-categories .cat-count {
    background: #D9D3C8;
    color: #000;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 20px;
}

/* ==========================================
   BLOG DETAIL PAGINA
========================================== */

.blog-detail {
    width: 100%;
}

.blog-detail-hero {
    position: relative;
    height: 500px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
      border-radius: 15px;
}



.blog-detail-content {
    max-width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}

.blog-detail-content.two-column-layout {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.blog-meta {
    font-size: 14px;
    color: #777;
    margin-bottom: 20px;
}

.blog-text {
    flex: 1;
    min-width: 0;
    line-height: 1.8;
}

.blog-text p {
    margin: 0 0 1em;
}

/* ==========================================
   SIDEBAR FOTO'S
========================================== */

.blog-sidebar {
    width: 200px;
    flex-shrink: 0;
}


.blog-sidebar img {
    border-radius: 15px;

}

.sidebar-photo {
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}

.sidebar-photo img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    transition:
        opacity .25s ease,
        transform .25s ease,
        box-shadow .25s ease;
}

.sidebar-photo:hover img {
    opacity: .88;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

/* ==========================================
   INLINE AFBEELDINGEN
========================================== */

.blog-inline-image-wrapper {
    margin: 30px 0;
    text-align: center;
}

.blog-inline-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}

/* ==========================================
   GALLERY
========================================== */

.blog-gallery {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    margin-top: 40px;
}

.blog-gallery-item {
    margin: 0;
}

.blog-gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

/* ==========================================
   EXTRA VELDEN
========================================== */

.blog-extra-fields {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.blog-extra-fields img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* ==========================================
   NAVIGATIE
========================================== */

.blog-navigation {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
}

.blog-navigation a {
    text-decoration: none;
    font-weight: 600;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:1000px) {

    .blog-detail-content.two-column-layout {
        flex-direction: column;
    }

    .blog-sidebar {
        width: 100%;
    }

    .hero-overlay {
        left: 20px;
        right: 20px;
        bottom: 20px;
    }

    .hero-overlay h1 {
        font-size: 26px;
    }
}

@media (max-width:600px) {

    .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-hero {
        height: 300px;
    }

    .blog-detail-hero {
        height: 320px;
    }
}


/* ==========================================
   HOMEPAGE BLOGS
========================================== */

.home-blog-list {
    display: flex;
    flex-direction: column;
}

.home-blog-item {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #e8e4de;
}

.home-blog-item:last-child {
    border-bottom: none;
}

.home-blog-thumb {
    flex: 0 0 120px;
}

.home-blog-thumb img {
    width: 120px;
    height: 90px;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

.home-blog-content {
    flex: 1;
    min-width: 0;
}

.home-blog-content h3 {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 1.4;
}

.home-blog-content h3 a {
    color: #3f3a35;
    text-decoration: none;
}

.home-blog-content h3 a:hover {
    color: #8c7c68;
}

.home-blog-summary {
    margin: 0 0 10px;
    color: #6f6b66;
    font-size: 14px;
    line-height: 1.7;
}

.home-blog-readmore {
    color: #8c7c68;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}

.home-blog-readmore:hover {
    text-decoration: underline;
}

/* Mobiel */

@media (max-width: 600px) {

    .home-blog-item {
        gap: 15px;
    }

    .home-blog-thumb {
        flex: 0 0 90px;
    }

    .home-blog-thumb img {
        width: 90px;
        height: 70px;
    }

    .home-blog-content h3 {
        font-size: 16px;
    }

    .home-blog-summary {
        font-size: 13px;
    }
}



.home-blog-list {
    position: relative;
    z-index: 10;
}

.home-blog-item {
    height: auto !important;
    min-height: 0 !important;
}


.hero-overlay {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    max-width: 800px;
    z-index: 9999;
}

.hero-copyright {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
}


.sidebar-photo-wrapper {
    margin-bottom: 20px;
}

.photo-copyright {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.sidebar-photo {
    position: relative;
    display: block;
}

.photo-copyright-overlay {
    position: absolute;
    left: 8px;
    bottom: 8px;
    z-index: 10;

    color: #fff;
    font-size: 11px;
    line-height: 1.2;

    text-shadow:
        0 1px 2px rgba(0,0,0,.9),
        0 2px 6px rgba(0,0,0,.9);
}


@media (min-width: 800px) and (max-width: 1400px) {

    .blog-detail {margin-top: 100px;}
}


@media (max-width: 1400px) {
    
    
    


    body.blogdetails .content.paddingtop > .section {
        display: flex;
        flex-direction: column;
    }

    body.blogdetails .content.paddingtop > .section > .five-column {
        order: 2;
    }

    body.blogdetails .content.paddingtop > .section > *:not(.five-column) {
        order: 1;
    }
}

/* =========================
   TABLET / KLEINE DESKTOP
   SUMMARY IN 2 KOLOMMEN
   ========================= */

@media (min-width: 800px) and (max-width: 1400px) {

    .home-blog-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .home-blog-item {
        width: 100%;
        min-width: 0;
        margin: 0;
    }
}
/* cmsms stylesheet: Best-Layout---maps modified: Friday, June 5, 2026 4:27:28 PM */
.map-container {
            width: 100%;
            height: 98%;
        }

        iframe {
            width: 100%;
            height: 98%;
            border: 0;
        }
