<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{margin:0; padding:0; border:0; font-size:100%; font:inherit; vertical-align:baseline; background:transparent;}

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

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

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

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
  outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
input[type=number],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] {
  -moz-appearance: textfield;
  vertical-align: middle;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
  border: 0;
  padding: 0;
}

html,
body {
  margin:0;
  padding:0;
  height:100%;
  position: relative;
  font-family: Poppins, sans-serif;
}

.bootbox-body {
  line-height: 130%;
  color: #686868;
}

/* Navigatie */

.navigatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 10px;
  z-index: 2;
  border-bottom: 2px solid #f8f8f8;
}

.noborder{
  border: none;
}

.logo {
  width: 130px;
  margin-left: 20px;
}

/* Einde Navigatie */

/* Menu Button */

.menu_button {
  position: fixed;
  right: 50px;
  top: 25px;
  z-index: 70;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.menu_button a {
  margin-right: 25px;
  font-size: 1.5em;
  color: #000;
  position: relative;
}

.menu_button a&gt;div {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  font-size: .5em;
  font-weight: 700;
  border-radius: 200px;
  background-color: #2f77a1;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  transform: translate(70%, 70%);
}

.menu_button img {
  width: 130px;
  margin-right: 30px;
}

.menu_button&gt;div {
  width: 50px;
  height: 50px;
  transition: all .5s;
  padding: 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  background-color: white;
  border-radius: 200px;
  font-size: 1.3em; 
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
}
/* Einde Menu Button */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop&gt;video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop&gt;div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop&gt;div&gt;div:last-child {
  position: absolute;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
  display: inline-block;
  background: #2f77a1;
  color: #fff;
  border: 2px solid #2f77a1;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: transparent;
  color: #2f77a1;
}

.curtaindrop p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 100%;
  max-height: 100%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

.curtaindrop&gt;span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop&gt;span&gt;i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop&gt;span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: #000;
  z-index: 5;
}


/* Einde Curtaindrop */

/* Blog*/

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 0px !important;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img &gt; * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #2f77a1;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #2f77a1;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #2f77a1;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em !important;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em !important;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  /* position: relative; */
  /* margin-top: 40px; */
  /* margin-bottom: 20px; */
  font-weight: 700;
  line-height: 180%;
  /* color: #2f77a1 !important; */
  font-size: 2.1em !important;
  text-transform: none !important;
  padding: 0 10px !important;
  background-color: rgba(47, 119, 161, .6) !important;
}
.blog-aside h3 {
  font-weight: 700;
  color: #2f77a1 !important;
  font-size: 1.5em !important;
  text-align: left;
  margin-bottom: 25px; 
  text-transform: none !important;
  font-family: 'Poppins', 'sans-serif' !important;
  text-align: left !important;
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #2f77a1 !important;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #2f77a1 !important;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em !important;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #2f77a1 !important;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block !important;
  padding: 15px 20px !important;
  background-color: transparent !important;
  font-weight: 700 !important;
  border: 2px solid #2f77a1 !important;
  color: #2f77a1 !important;
  transition: all 0.5s ease !important;
  line-height: 1 !important;
  border-radius: 0 !important;
}
.blog-overzicht .btn-hold a:hover {
  background-color: #2f77a1 !important;
  color: #fff !important;
  background-position: 0 !important;
}
.blog-overzicht h2 {
  font-size: 1.3em !important;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572 !important;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two&gt;* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three&gt;* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four&gt;* {
  width: 24%;
}
.blog-content-row .multi-img-holder&gt;a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image &gt; * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
  color: #2f77a1 !important;
}

/* Einde Blog */

/* Page Header */

.page_header {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  padding-bottom: 50px;
}

.page_header&gt;div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #2f77a1;
  margin-bottom: 30px;
}

.page_header&gt;h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.page_header&gt;h1 {
  color: #2f77a1;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
  max-width: 800px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 1.4em;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.page_header_tekst a {
  color: #7fafca;
}

/* Einde Page Header */

/* Footer */

footer {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #263d52;
}

.socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.socials&gt;a{
  padding: 0;
  width: 40px;
  height: 40px;
  color: #000;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  font-size: 1.2em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  margin: 0 7px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: rgb(160, 160, 160);
  padding: 10px;
  padding-top: 0;
  font-weight: 200;
  font-size: 1em;
  line-height: 150%;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

.disclaimer i{
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale( .75 );
  }
  20%
  {
    transform: scale( 1 );
  }
  40%
  {
    transform: scale( .75 );
  }
  60%
  {
    transform: scale( 1 );
  }
  80%
  {
    transform: scale( .75 );
  }
  100%
  {
    transform: scale( .75 );
  }
}

.gegevens {
  width: 100%;
  max-width: 1000px;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-bottom: .5px solid #cccccc;
}

.gegevens h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #FFF;
  margin-bottom: 10px;
}

.gegevens &gt; div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #FFF;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 150%;
}

.gegevens &gt; div a {
  color: #FFF;
}

/* Einde Footer */


/* Power Titel */

.tickertape {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: block;
  padding: 30px 20px;
}

.tickertape p {
  font-size: 3.7em;
  font-weight: 700;
  color: #B5B5B5;
  line-height: 130%;
  text-align: center;
}

.tickertape strong {
  font-weight: 700;
  color: #3C3C3B;
}

/* Einde Power Titel */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.blokken article&gt;img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #2f77a1;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.blokken_tekst p&gt;a {
  color: #DBB957;
}

.blokken_content&gt;a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
}

.blokken_content&gt;a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content&gt;a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}


/* Einde Blokken */


/* Brochures */

.c-brochures {
  margin: 20px auto 70px auto;
  width: 100%;
  max-width: 1000px;
}

.c-brochures h2{
  font-size: 2em;
  font-weight: bold;
  margin-top: 5px;
}

.c-brochures__pdf {
  margin-right: 20px;
}

.c-brochures__brochure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 10px;
  padding: 10px;
}

.c-brochures__brochure:hover {
  background-color: #EFF6F8;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  cursor: pointer;
}

.c-brochures__brochure h2 {
  color: #263D52;
}

.c-brochures__brochure i {
  color: #2F77A1;
  font-size: 3rem;
}

.c-brochures__brochure--download {
  position: absolute;
  right: 10px;
  top: 10px;
}

.c-brochures__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Einde brochures */

/* Contact */

#dasmap {
  width: 100%;
  height: 500px;
}

.team {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.team article {
  width: 18%;
  margin: 1%;
  padding: 10px;
  background-color: white;
}

.team article img {
  width: 100%;
  margin-bottom: 10px;
}

.team article h2 {
  width: 100%;
  font-size: .9em;
  text-align: center;
  background-color: white;
  padding: 5px;
}

.radio_container {
  position: relative;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 15px;
}

.radio_container input {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.radio_container input:checked + .radio_checker {
  background-color: #94C11E;
  color: white;
}

.radio_container input:checked + .radio_checker i {
  display: block;
}

.radio_checker:hover {
  background-color: #94C11E;
  color: white;
}

.radio_checker {
  cursor: pointer;
  transition: all .3s;
  padding: 15px 30px;
  border-radius: 200px;
  font-size: .8em;
  font-weight: 700;
  background-color: #e4e4e4;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.form_changer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.radio_checker i {
  display: none;
  margin-right: 10px;
}

.contact_info {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 60px 10px;
  width: 100%;
  margin: 0 auto;
  background-color: white;
  flex-wrap: wrap;
  transform: translateY(-20%);
  max-width: 1200px;
  border: 2px solid #eeeeee;
  padding-left: 5%;
  padding-right: 5%;
}

.contact_info .openingsuren {
  width: 100%;
  padding-top: 35px;
}

.openingsuren .days-openings {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}

.openingsuren .days-openings &gt; * {
  width: 25%;
}
.openingsuren .days-openings &gt; *:nth-child(n+5){
  margin-top: 15px;
}

.openingsuren table{
  width: 100%;
  font-size: 1.2em;
  font-weight: 200;
}

.openingsuren table tr{
  line-height: 150%;
}


.contact_info h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2f77a1;
}

.contact_info p {
  color: #4B4B4B;
  font-size: 1.2em;
  text-align: left;
  margin-top: 15px;
  font-weight: 200;
}

.contact_info a {
  padding-left: 30px;
  position: relative;
}

.contact_info a {
  color: #4B4B4B;
}

.contact_info a i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
} 

.contact_content {
  width: 100%;
  padding-bottom: 60px;
}

.contact {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  min-height: 100px;
  flex-wrap: wrap;
  border: 2px solid #eeeeee;
}

.contact_gegevens {
  width: 28%;
  margin-left: 2%;
  background-color: white;
}

.contact_gegevens img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.contact_gegevens&gt;div {
  padding: 25px;
}

.contact_gegevens div h2 {
  color: #98272B;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.contact_gegevens div div {
  font-size: .85em;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #4B4B4B;
  line-height: 200%;
}

.contact_gegevens div div p {
  width: inherit;
}

.contact_form_holder {
  width: 100%;
  padding: 35px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contact_form_holder&gt;div {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-wrap: wrap;
}

.contact_form, .complaint_form {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 66%;
  margin-right: 4%;
}

.contact_form_holder&gt;div &gt; div {
  width: 30%;
}

.contact_form_holder&gt;div &gt; div h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: #2f77a1;
  margin-bottom: 10px;

}

.contact_form_holder&gt;div &gt; div img {
  width: 100%;
}

.hideField {
  display: block;
}

.complaint_form {
  display: none;
}

#NaamInput {
  width: 48%;
}

#EmailInput {
  width: 100%;
}

.contact_form input[type=text], 
.contact_form input[type=email],
.complaint_form input[type=text],
.complaint_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 0;
  color: #A8A8A8;
  font-size: 1.2em;
  font-weight: 200;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 1.2em;
  font-family: Poppins, sans-serif;
  height: 300px;
}

.contact_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #2f77a1;
  font-weight: 200;
  color: #2f77a1;
  font-size: 1.2em;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  transition: all .3s;
}


.contact_form input[type=submit]:disabled, .complaint_form input[type=submit]:disabled{
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:disabled:hover, .complaint_form input[type=submit]:disabled:hover {
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

.contact_form input[type=submit]:hover, .complaint_form input[type=submit]:hover {
  background-color: #2f77a1;
  color: #fff;
}

#VoornaamCnt, #NaamCnt {
  width: 49%;
  margin-bottom: 2%;
}

#EmailCnt {
  width: 100%;
  margin-bottom: 2%;
}

#StraatCnt, #GemeenteCnt {
  width: 69%;
  margin-bottom: 2%;
}

#BusCnt, #PostcodeCnt {
  width: 29%;
  margin-bottom: 2%;
}

.contact_aandachtskader {
  max-width: 1200px;
  width: 100%;
  border: 2px solid #2f77a1;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem;
  margin-bottom: 5rem;
  position: relative;
}

.contact_aandachtskader h2 {
  color: #2f77a1;
  position: absolute;
  top: -1.7rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  background-color: white;
  padding: 1rem;
}

.contact_aandachtskader p {
  color: #ababab;
  text-align: center;
  font-size: 1.2em;
  line-height: 170%;
}

/* Einde Contact */


/* Menu */

.menu {
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.menu&gt;nav {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.menu&gt;nav ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.menu&gt;nav ul li {
  padding: 20px;
  position: relative;
}

.menu&gt;nav ul a:after{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background-color: #2f77a1;
  height: 1px;
  transition: all .5s;
}

.menu&gt;nav ul a:hover:after{
  width: 100%;
}

.menu&gt;nav ul a:hover{
  color: #2f77a1;
}

.menu&gt;nav ul a {
  font-size: 70px;
  font-weight: 200;
  color: #353535;
  transition: all .5s;
}

.menu&gt;nav ul a small {
  display: none;
}

.menu .active{
  color: #2f77a1;
}

.menu .active:after{
  width: 100%;
}

/* Einde Menu */


/* Cookie Melding */
.PL_Wrapper {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  z-index: 100;
  padding: 25px;
  transition: all .8s;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  -moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
  box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

.PL_Wrapper h2 {
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

.PL_Buttons {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.PL_Buttons a {
  padding: 15px;
  background-color: #2f77a1;
  border: 2px solid #2f77a1;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #2f77a1;
}
/* Einde Cookie Melding */

/* Home Pagina */

.home_content {
  position: relative;
  z-index: 1;
  width: 100%;
}

.home_content img{
  width: 100%;
}

.home_content h2 {
  width: 100%;
  max-width: 500px;
  font-size: 4em;
  font-weight: 900;
  color: #fff;
  margin-bottom: 15px;
  z-index: 2;
  position: relative;
}

.home_content .home_content_text{
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.home_content .home_content_text a {
  font-weight: 400;
  font-size: 1em;
  color: white;
  background-color: #2f77a1;
  border: none;
  border-radius: 200px;
  padding: 10px 30px;
  font-family: Poppins, sans-serif;
  z-index: 2;
  position: relative;
  margin-top: 20px;
} 

/* Einde Home Pagina */


/* Trending */

.trending {
  background-color: #eff6f8;
  padding: 70px 10px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.trending .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 20px 10px;
  flex-wrap: wrap;
}

.trending .slick-dots .slick-active {
  background-color: #353535;
}

.trending .slick-dots li {
  width: 10px;
  height: 10px;
  background-color: #c9c9c9;
  margin: 0 5px;
  border-radius: 200px;
  cursor: pointer;
}

.trending .slick-dots li button {
  display: none;
}

.trending_slider {
  width: 100%;
  max-width: 1600px;
}

.trending article {
  padding: 0 30px; 
}

.trending article &gt; div {
  position: relative;
}

.trending article &gt; div img {
  width: 100%;
}

.trending_content {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  z-index: 3;
  padding: 15px;
}

.trending_overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.trending article h2 {
  font-size: 2em;
  font-weight: 700;
  color: white;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.17);
  text-align: left;
  margin-top: 5px;
  width: 100%;
}

.trending article h3 {
  color: #2f77a1;
  font-weight: 700;
  font-size: 1.5em;
  text-align: left;
  text-shadow: 0px 0px 12px rgba(0,0,0,0.17);
  width: 100%;
}

.trending article a {
  color: white;
  background-color: #000;
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 20px;
  border: 1px solid #000;
  display: inline-block;
  padding: 8px 30px;
}

/* Einde Trending */

/* Kristallen */

.kristallen{
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kristaldetail{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.kristaldetail_img{
  width: 31.33%;
  margin: 1%;
}

.kristaldetail_img:hover{
  cursor: pointer;
}

.kristaldetail .kristaldetail_img img{
  width: 100%;
  object-fit: cover;
}

.kristallen .kristallen_item{
  position: relative;
  width: 31.33%;
  margin: 1%;
  transition: all .3s;
  padding-bottom: 10px;
  background-color: #F7F7F7;
}

.kristallen .kristallen_item:hover{
  transform: scale(1.05);
  cursor: pointer;
}

.kristallen img{
  width: 100%;
  object-fit: cover;
}

.kristallen .kristallen_item:hover i{
  padding-left: 20px;
}

.kristallen .kristallen_tekst{
  padding: 40px;
}

.kristallen .kristallen_tekst a{
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #000;
  padding: 12px 0;
  background-color: transparent;
  display: inline-block;
}

.kristallen .kristallen_tekst a i{
  padding-left: 10px;
  transition: all .3s;
}

.kristallen_link{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  outline: none;
}

/* Einde kristallen */


/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.tekst_blokken strong, .tekst_blokken b {
  font-weight: bold;
}

/* Einde Tekst Blokken */

/* Vragen */

.vragensplit {
  padding: 50px 10px;
}

.vragensplit&gt;div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.4em;
  color: #2f77a1;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.10);
  width: 30%;
}

.vragen_form h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #2f77a1;
}

.vragen_form input[type=text], .vragen_form input[type=email], .vragen_form textarea {
  padding: 10px;
  color: #818181;
  background-color: #F2F2F2;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  border: none;
  margin-bottom: 10px;
  align-items: center;
  font-size: 1.2em;
  font-weight: 200;
  font-family: 'Poppins', sans-serif;
}

.vragen_form textarea {
  min-height: 100px;
}

.vragen_form input[type=submit] {
  border-radius: 200px;
  padding: 10px 40px;
  background-color: transparent;
  border: 2px solid #2f77a1;
  font-weight: 200;
  color: #2f77a1;
  font-size: 1.2em;
  font-family: 'Poppins', 'sans-serif';
  transition: all .3s;
}

.vragen_form input[type=submit]:hover{
  background-color: #2f77a1;
  color: #FFF;
}

.vragen_form input[type=submit]:disabled{
  background-color: #e8e8e8;
  border: 2px solid #e8e8e8;
  color: #909090;
}

/* Einde Vragen */



#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
}

#content-container h2 {
  color:#2f77a1; 
  font-size:1.6em; 
  font-weight:bold; 
  margin-bottom: 1em;
  font-weight: 200;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #2f77a1;
  color: #fff;
  font-size: 1.2em;
  font-weight: 200;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #2f77a1;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #314983;
  color: white;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}



/* Media Query's */

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

  .tickertape p {
    font-size: 3em;
  }
}

@media screen and (max-width: 1100px) {
  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .blokken_titel h2 {
    font-size: 1.7em;
  }

  .blokken_tekst {
    font-size: 1.2em;
  }

  .blokken_content {
    padding: 10px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }
}

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

  .home_content h2 {
    font-size: 2.5em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.18);
  }
}

  @media screen and (max-width: 1050px){
    .vragen_form {
      width: 100%;
    }

    .contact_form_holder&gt;div &gt; div {
      display: none;
    }

    .contact_form, .complaint_form {
      width: 100%;
      margin-right: 0;
    }

    .contact_form input[type=submit] {
      width: 100%;
    }

    .contact_aandachtskader {
      margin: 0 2%;
      width: 96%;
    }
  }

  @media screen and (max-width: 1000px) {
    .kristallen .kristallen_item{
      width: 48%;
      margin-bottom: 35px;
    }

    .kristallen .kristallen_item:hover{
      transform: scale(1.025);
    }

    .kristallen .kristallen_tekst{
      padding: 15px;
    }

    .kristaldetail .kristaldetail_img{
      width: 48%;
    }

  }

  @media screen and (max-width: 850px) {
    .blokken article&gt;img {
      width: 100%;
    }

    .blokken_content {
      width: 100%;
      padding: 0;
    }

    .blokken article {
      padding-bottom: 30px;
    }

    .blokken article:nth-child(odd) img {
      order: 1;
    }

    .menu&gt;nav ul a big {
      display: none;
    }

    .menu&gt;nav ul a small {
      display: block;
    }

    .contact_aandachtskader {
      padding: 25px 10px;
    }

    .contact_aandachtskader p {
      font-size: 1.1em;
    }
  }

  @media screen and (max-width: 800px) {
    .home_content .home_content_text{
      display: none;
    }

    .logo{
      width: 80px;
    }

    .tekst_blokken article {
      width: 100%;
      margin: 20px 0;
    }

    .tekst_blokken article h2 {
      line-height: 150%;
      text-align: center;
      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      flex-direction: column;
      width: 100%;
    }

    .tekst_blokken article div {
      text-align: center;
    }
  }

  @media screen and (max-width: 950px) {
    .tickertape p {
      font-size: 2em;
    }
  }

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

    .trending {
      padding: 30px 10px;
    }
  }

  @media screen and (max-width: 750px) {
    .menu&gt;nav ul a {
      font-size: 40px;
    }

    .vragen article h2 {
      font-size: 1em;
    }

    .vragen article div {
      font-size: .9em;
    }

    .blog-main .blog-overzicht{
      display: flex !important;
    }
  }
  @media screen and (max-width: 700px) {
    .contact_info&gt;div {
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      flex-direction: column;
    }
    .contact_info h2 {
      margin-bottom: 10px;
      margin-top: 10px;
    }
    .contact_info .openingsuren {
      padding-top: 0;
    }
    .days-openings {
      margin-top: 10px;
    }

    .c-brochures{
      margin-bottom: 70px;
      margin-top: 20px;
    }
  }

  @media screen and (max-width: 650px) {
    .gegevens {
      padding: 20px 10px;
      flex-wrap: wrap;
    }

    .gegevens &gt; div {
      width: 100%;
      margin-bottom: 30px;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
    }
  }

  @media screen and (max-width: 600px) {
    .openingsuren .days-openings &gt; * {
      width: 50%;
      text-align: center;
    }
    .openingsuren .days-openings &gt; * p {
      text-align: center;
    }
    .openingsuren .days-openings br {
      display: block !important;
    }
    .openingsuren .days-openings &gt; :nth-child(n+3) {
      margin-top: 15px;
    }
    .PL_Wrapper {
      right: 10px;
    }

    .menu_button {
      top: 13px;
      right: 15px;
    }

    .page_header&gt;h1 {
      font-size: 30px;
    }

    .page_header_tekst {
      font-size: 1.2em;
    }

    .c-brochures__brochure i{
      font-size: 3rem;
    }

    .c-brochures h2{
      font-size: 1.2em;
      margin-top: 16px;
    }

    #NaamInput{
      width: 100%;
    }
  }

  @media screen and (max-width: 570px) {
    .PL_Wrapper {
      right: 10px;
    }
  }

  @media screen and (max-width: 550px){
    .kristallen .kristallen_item{
      width: 95%;
      margin: 0 auto 35px auto;
    }

    .kristallen .kristallen_item:hover{
      transform: scale(1.0125);
    }
/* 
    .kristaldetail .kristaldetail_img{
      width: 98%;
    } */
  }

  @media screen and (max-width: 500px) {
    .PL_Buttons a {
      width: 100%;
      margin: 0;
      margin-top: 15px;
    }

    .PL_Buttons {
      flex-wrap: wrap;
    }

    .logo{
      width: 60px;
      margin-left: 10px;
    }

    .blog-overzicht .blog-item{
      width: 100% !important;;
    }
  }

@media screen and (max-width: 450px){
  .openingsuren table{
    font-size: 1em;
  }
}

@media screen and (max-width: 400px){
  .c-brochures__brochure i{
    font-size: 1.5em;
  }

  .c-brochures h2{
    font-size: 1em;
    margin-top: 5px;
  }
}

@media screen and (max-width: 390px){
  .contact_aandachtskader h2{
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 380px){
  .openingsuren table{
    font-size: 1em;
  }
}</pre></body></html>