@charset "UTF-8";
/**** Custom Scss ****/
body {
  font-family: 'Univers-Reg', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #2B2B2B;
  background: #fff;
  
    line-height: 177%;
  overflow-x: hidden; }

.container {
  max-width: 1290px; }




.page-content h2, .page-content h3, .page-content h4, .page-content h5 {
  margin-top: 30px; }
.page-content p {
  margin-bottom: 30px; }

.entry-title {
  margin: 20px 0px; }

.section-title {
  color: #13668D;
  padding-top: 2em;
  padding-bottom: 1em; }

.section-title.left {
  text-align: left; }
  .section-title.left::before {
    display: inline-block;
    content: "";
    border-top: 0.1rem solid #E4003A;
    width: 5rem;
    margin: 0 1rem;
    transform: translateY(-1rem);
    margin-left: 0px; }

.section-title.text-center:after {
  display: inherit;
  content: "";
  border-top: 0.1rem solid #E4003A;
  width: 12rem;
  transform: translateY(2rem);
  margin: auto; }

section.title .section-title {
  padding-top: 0px; }

.section-title.cover-up {
  margin-top: -1em; }

p {
  font-family: 'Univers-Reg', sans-serif;
  font-size: 1em; }
  p strong {
    font-weight: 700; }

.contentblok p a {
	font-weight: 700;
  color: var(--color-blauw2); }
  a:hover {
    color: var(--color-blauw2); }


section.content ul li:before {
  /* border-color: #2B2B2B; } */
}
ul.nav-tabs li {
  margin-left: 0px; }
  ul.nav-tabs li:before {
    display: none; }



section.goback {
  padding-bottom: 5em !important; }

section.divider {
  padding-top: 5em;
  padding-bottom: 5em; }

.blue {
  color: #13668D; }

.green {
  color: #10A19A !important; }

.red {
  color: #E4003A; }

.strong {
  font-weight: bold; }

hr.small {
  margin-top: 1rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 3px solid #E4003A;
  width: 70px;
  margin-left: 0px; }

hr.big {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border: 0;
  border-top: 20px solid #DEEAEF; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-90 {
  margin-bottom: 90px; }

.mtb-20 {
  margin: 20px 0px; }

.mtb-30 {
  margin: 30px 0px; }

.mtb-40 {
  margin: 40px 0px; }

.mtb-50 {
  margin: 50px 0px; }

.mtb-80 {
  margin: 80px 0px; }

.p-20 {
  padding: 20px; }

.p-30 {
  padding: 30px; }

.p-40 {
  padding: 40px; }

.p-50 {
  padding: 50px; }

.ps-50 {
  padding-left: 50px;
  padding-right: 50px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-100 {
  padding-bottom: 100px; }


:focus {
  outline: none; }

.h-100 {
  height: 100%; }

.vh-100 {
  height: 100vh; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.gradient-bg {
  background: #ecf3f6;
  background: -moz-linear-gradient(left, #ecf3f6 0%, #fbfcfd 100%);
  background: -webkit-linear-gradient(left, #ecf3f6 0%, #fbfcfd 100%);
  background: linear-gradient(to right, #ecf3f6 0%, #fbfcfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3f6', endColorstr='#fbfcfd',GradientType=1 ); }

.gradient-vertical-bg {
  background: #ecf3f6;
  background: -moz-linear-gradient(top, #ecf3f6 0%, #fbfcfd 100%);
  background: -webkit-linear-gradient(top, #ecf3f6 0%, #fbfcfd 100%);
  background: linear-gradient(to bottom, #ecf3f6 0%, #fbfcfd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecf3f6', endColorstr='#fbfcfd',GradientType=0 ); }

.white-bg {
  background: #fff; }

.grey-bg {
  background: #DEEAEF; }

@media (max-width: 1445px) {
  .container .gradient-bg, .container .white-bg, .container .grey-bg {
    margin-left: -15px; } }
.content {
  padding: 20px; }

@media (max-width: 768px) {
  .content {
    padding: 0px; } }
/************ Sticky header ***************/
div#masthead {
  position: fixed;
  width: 100%;
  z-index: 999; }

.site-header {
  border: none !important;
  transition: all 0.4s ease; }
  .site-header .site-branding-text {
    text-align: center;
    margin: auto; }
    .site-header .site-branding-text .logo-header {
      height: 36px;
      transition: all 0.4s ease; }
    .site-header .site-branding-text .logo-header.invert {
      transition: all 0.4s ease; }

@media (max-width: 900px) {
  .site-header .site-branding-text {
    margin: 0px; }
    .site-header .site-branding-text .logo-header {
      height: 25px;
      padding-left: 10px;
      transition: all 0.4s ease; }
    .site-header .site-branding-text .logo-header.invert {
      transition: all 0.4s ease; }

  .navbar {
    padding: 0.5rem; }

  .menu-wrapper {
    top: 11px; } }
button.navbar-toggler {
  position: absolute;
  right: 10px;
  top: 10px; }

.fixed-nav {
  position: fixed;
  bottom: 10%;
  right: 0px;
  z-index: 9999;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  -moz-transform: translate(0, -50%) rotate(0deg);
  -ms-transform: translate(0, -50%) rotate(0deg);
  -o-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg); }
  .fixed-nav a.support.btn {
    background: #E4003A;
    color: #fff;
    border-radius: 0px;
    padding: 10px 20px;
    text-transform: uppercase;
    height: 116px; }
    .fixed-nav a.support.btn:after {
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -moz-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
      -o-transform: translate(-50%, -50%) rotate(-90deg);
      transform: translate(-50%, -50%) rotate(-90deg);
      position: absolute;
      content: 'Support';
      color: white;
      top: calc(50% + 12px);
      left: 50%;
      font-weight: lighter; }
    .fixed-nav a.support.btn:before {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      content: '';
      background-image: url("/wp-content/themes/creaunit/assets/images/support.svg");
      height: 24px;
      width: 24px;
      top: 10px;
      left: 10px; }

/************ NAVBAR MENU ***********/
.menu-wrapper.navbar-toggler {
  z-index: 12; }

header .navbar {
  padding: 0px;
  text-transform: uppercase; }
  header .navbar .logo-wrapper {
    max-width: 204px;
    position: absolute;
    z-index: 1;
    background: #fff;
    height: 110px; }
  header .navbar .menus-wrapper {
    width: 100%;
    margin-right: 15px;
    padding-left: 15px; }
    header .navbar .menus-wrapper .top-bar {
      background: #fff;
      height: 50px; }
      header .navbar .menus-wrapper .top-bar div {
        height: 100%; }
      header .navbar .menus-wrapper .top-bar a {
        color: #13668D;
    	font-weight: 600;
        font-family: 'Univers-Reg', sans-serif;
        font-size: 14px; }
        header .navbar .menus-wrapper .top-bar a:hover ,
	  header .navbar .menus-wrapper .top-bar li.current_page_item a,
	  body.single-post header .navbar .menus-wrapper .top-bar li.post a {
          text-decoration: none;
		color: var(--color-rood); }
      header .navbar .menus-wrapper .top-bar .inloggen a {
        color: var(--color-groen); }
        header .navbar .menus-wrapper .top-bar .inloggen a::before {
          display: inline-block;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.499' height='21' viewBox='0 0 16.499 21'%3E%3Cpath id='Path_90' data-name='Path 90' d='M15.75,6A3.75,3.75,0,1,1,12,2.25,3.75,3.75,0,0,1,15.75,6ZM4.5,20.118a7.5,7.5,0,1,1,15,0,18.047,18.047,0,0,1-15,0Z' transform='translate(-3.751 -1.5)' fill='none' stroke='%2310a19a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E%0A");
          content: "";
			width: 15px;
			height: 20px;
			margin-right: 8px;
			transform: translateY(5px);
			background-size: 100%;
			background-repeat: no-repeat;
		}
    header .navbar .menus-wrapper .main-menu {
      background: var(--color-blauw4);
      height: 61px;
      color: #fff; }
      header .navbar .menus-wrapper .main-menu div {
        height: 100%; }
      header .navbar .menus-wrapper .main-menu .contact a {
        background: var(--color-rood);
        color: #fff; }
        header .navbar .menus-wrapper .main-menu .contact a::after {
          display: inline-block;
          background: url("/wp-content/themes/creaunit/assets/images/icon-wh-contact-opnemen.svg") no-repeat;
          content: "";
			width: 20px;
			height: 16px;
			margin-left: 8px;
		}
      header .navbar .menus-wrapper .main-menu .inloggen a {
        color: #E4003A; }
        header .navbar .menus-wrapper .main-menu .inloggen a:before {
          display: inline-block;
          background: url("/wp-content/themes/creaunit/assets/images/icon-inloggen.svg") no-repeat;
          content: "";
          width: 20px;
          height: 16px;
          float: unset;
          margin-right: 8px;
          margin-top: 2px; }
      header .navbar .menus-wrapper .main-menu .dropdown {
        position: unset; }
      header .navbar .menus-wrapper .main-menu ul.dropdown-menu {
        display: none;
        background: #ccc;
        width: 100%;
        right: 0; }
      header .navbar .menus-wrapper .main-menu ul.dropdown-menu.show {
        display: flex; }
  header .navbar ul li:before {
    display: none; }
header img.logo {
  max-height: 80px;
  margin-top: 10px; }

@media only screen and (max-width: 780px) {
  header .navbar .logo-wrapper {
    width: 50%;    
    max-width: 114px;
    height: 60px;
    background: #fff;
    position: absolute;
    z-index: 2; }
    header .navbar .logo-wrapper img.logo {
      max-height: 40px;
        margin-top: 5px;
        padding: 3px;}
  header .navbar .menus-wrapper {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px; }
    header .navbar .menus-wrapper .top-bar {
      display: none; }
      header .navbar .menus-wrapper .top-bar div {
        height: 100%; }
    header .navbar .menus-wrapper .main-menu {
      background: var(--color-blauw4);
      height: 60px;
      color: #fff; }
  header .navbar ul li:before {
    display: none; } }
@media only screen and (max-width: 780px) {
  .no-mobile {
    display: none; }

  .mobile-menu {
    display: block; } }
@media only screen and (min-width: 780px) {
  .no-mobile {
    display: block; }

  .mobile-menu {
    display: none; } }
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE

Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
  width: 100%;
  margin: 0 auto;
  background: #e9e9e9; }

.menu-mobile {
  display: none;
  padding: 20px; }

.menu-mobile:after {
  display: inline-table;
  background: url("/wp-content/themes/creaunit/assets/images/hamburger.svg") no-repeat;
  content: "";
  width: 23px;
  height: 23px;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%); }

.menu-dropdown-icon.show:before {
  display: inline-table;
  background: url("/wp-content/themes/creaunit/assets/images/arrow-down.svg") no-repeat;
  content: "";
  width: 23px;
  height: 23px;
  cursor: pointer;
  float: right;
  right: 0px;
  padding: 1.5em 2em;
  background: #fff;
  color: #333; }

.menu > ul {
  margin: 0;
  width: 100%;
  height: 50px;
  list-style: none;
  padding: 0;
  position: absolute;
  box-sizing: border-box;
  text-align: right;
  display: block;
  right: 0px; }
  .menu > ul li.white {
    background: #fff; }
    .menu > ul li.white a {
      color: #13668D; }

.menu > ul:after {
  clear: both; }

.menu > ul > li {
  padding: 0;
  margin: 0;
  display: inline-block; }

.menu > ul > li.menu-item-has-children > a::before {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18'%3E%3Cpath id='Path_73' data-name='Path 73' d='M0,0H18L9.036,12Z' transform='translate(0 18) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  content: "";
width: 12px;
height: 18px;
  border: none;
    margin-top: 0px;
    margin-right: 12px; }

.menu > ul > li a {
  text-decoration: none;
  padding: 13px 25px;
  display: block;
  color: #fff; }

.menu > ul > li a:hover {
  color: var(--color-groen); }

.menu > ul > li.white:hover {
  background: rgba(255, 255, 255, 0.9); }

.menu > ul > li > ul {
  display: none;
  width: 100%;
  padding: 20px 50px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  text-align: left;
  list-style: none;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7); }
  .menu > ul > li > ul li.red > a {
    color: #E4003A; }
    .menu > ul > li > ul li.red > a:before {
      display: block;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-rood.svg") no-repeat;
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 15px; }
  .menu > ul > li > ul li.red > ul li a:before {
    display: inline-table;
    content: "";
    border-top: 0.1rem solid #E4003A;
    width: 1rem;
    margin: 0 1rem;
    transform: translateY(0.6rem);
    margin-left: -30px;
    position: absolute; }
  .menu > ul > li > ul li.blue > a {
    color: #13668D; }
    .menu > ul > li > ul li.blue > a:before {
      display: block;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-blauw.svg") no-repeat;
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 15px; }
  .menu > ul > li > ul li.blue > ul li a:before {
    display: inline-table;
    content: "";
    border-top: 0.1rem solid #13668D;
    width: 1rem;
    margin: 0 1rem;
    transform: translateY(0.6rem);
    margin-left: -30px;
    position: absolute; }
  .menu > ul > li > ul li.green > a {
    color: #10A19A; }
    .menu > ul > li > ul li.green > a:before {
      display: block;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-green.svg") no-repeat;
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 15px; }
  .menu > ul > li > ul li.green > ul li a:before {
    display: inline-table;
    content: "";
    border-top: 0.1rem solid #10A19A;
    width: 1rem;
    margin: 0 1rem;
    transform: translateY(0.6rem);
    margin-left: -30px;
    position: absolute; }

.menu > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 33.3333%;
  background: none;
  float: left; }

.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block; }

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 20px;
  list-style: none;
  box-sizing: border-box; }

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table; }

.menu > ul > li > ul > li > ul:after {
  clear: both; }

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: .8em; }
  .menu > ul > li > ul > li > ul > li a {
    margin-left: 38px; }
    .menu > ul > li > ul > li > ul > li a:before {
      display: inline-table;
      content: "";
      border-top: 0.1rem solid #ccc;
      width: 1rem;
      margin: 0 1rem;
      transform: translateY(0.6rem);
      margin-left: -38px;
      position: absolute; }

.menu > ul > li > ul > li > ul > li a {
  border: 0; }

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px; }

.menu > ul > li > ul.normal-sub > li {
  width: 100%; }

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0; }

/**** TOPBAR MENU *******/
ul#menu-topbar-menu li {
  margin-left: 25px; }

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 780px) {
  .menu-container {
    width: 100%; }

  .menu-mobile {
    display: block; }

  .menu-dropdown-icon:before {
    display: block; }

  .menu > ul {
    display: none; }
    .menu > ul li.white {
      background: #fff;
      text-align: center; }

  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
    padding-left: 30px;
    padding-right: 30px; 
  clear: both;
}

  .menu > ul > li.menu-dropdown-icon:before {
    display: inline-block;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18'%3E%3Cpath id='Path_73' data-name='Path 73' d='M0,0H18L9.036,12Z' transform='translate(0 18) rotate(-90)' fill='%23ffffff'/%3E%3C/svg%3E%0A");
                background-size: 22px;
        background-repeat: no-repeat;
        content: "";
        width: 16px;
        height: 23px;
        border: none;
        transform: rotate(90deg);
        float: right;
        position: relative;
        top: -4px;
        border-radius: 0;
        width: 46px;
        height: 68px;
        background-position: center;
  
  }

  .menu > ul > li.dropdown a:before {
    display: none; }

  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

  .menu > ul > li.white a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .menu > ul > li > ul {
    position: relative;
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
    background: #fff; }

  .menu > ul > li > ul.normal-sub {
    width: 100%; }

  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    .menu > ul > li > ul > li a {
      color: #2B2B2B; }

  .menu > ul > li > ul > li:first-child {
    margin: 0; }

  .menu > ul > li > ul > li > ul {
    position: relative; }

  .menu > ul > li > ul > li > ul > li {
    float: none; }
    .menu > ul > li > ul > li > ul > li a {
      margin-left: 30px; }
      .menu > ul > li > ul > li > ul > li a:before {
        display: inline-table;
        content: "";
        border-top: 0.1rem solid #E4003A;
        width: 1rem;
        margin: 0 1rem;
        transform: translateY(0.6rem);
        margin-left: -30px;
        position: absolute; }

  .menu .show-on-mobile {
    display: table;
    background: #13668d;
    background: -moz-linear-gradient(left, #13668d 0%, #0a3347 100%);
    background: -webkit-linear-gradient(left, #13668d 0%, #0a3347 100%);
    background: linear-gradient(to right, #13668d 0%, #0a3347 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13668d', endColorstr='#0a3347',GradientType=1 );
    z-index: 9;
    height: 100%;
    top: 50px;
    position: absolute;
    width: 100%;
    text-align: left;
    border-bottom: 3px solid #E4003A; } }
/************ HAMBURGER MENU ***********/
.menu-wrapper {
  position: absolute;
  top: 18px;
  right: 10px;
  margin: auto;
  width: 50px;
  height: 40px;
  cursor: pointer;
  padding: 8px 5px;
  background: transparent; }

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 40px;
  height: 2px; }

.hamburger-menu {
  position: relative;
  transform: translateY(10px);
  background: #E4003A;
  transition: all 0ms 300ms; }
  .hamburger-menu.animate {
    background: rgba(255, 255, 255, 0); }

@media (max-width: 900px) {
  .menu-wrapper {
    top: 11px; } }
.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  background: #E4003A;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #E4003A;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff; }

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  background: #fff; }

/**** HOMEPAGE *********/
section.cover {
  padding: 0px;
  min-height: 300px; }
  section.cover .masthead {
    position: relative;
    overflow: hidden;
    padding-top: calc(6rem + 55px);
    padding-bottom: 6rem;
    background: url("/wp-content/themes/creaunit/assets/images/cover-home.png") no-repeat;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-attachment: scroll;
    background-size: cover !important;
    width: 100%; }
    section.cover .masthead .masthead-content {
      z-index: 1;
      position: relative;
      color: #13668D;
      padding: 30px; }
      section.cover .masthead .masthead-content .masthead-heading {
        font-size: 2rem; }
      section.cover .masthead .masthead-content .masthead-subheading {
        font-size: 1.2rem;
        line-height: 1.4rem;
        font-family: 'Univers-Reg', sans-serif;
        font-weight: 300;
        text-transform: normal; }
      section.cover .masthead .masthead-content hr.header {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 3px solid #E4003A;
        width: 250px;
        margin-left: 0px; }
        section.cover .masthead .masthead-content hr.header::after {
          display: inline-table;
          background: url("/wp-content/themes/creaunit/assets/images/red-circle.svg") no-repeat;
          content: "";
          width: 23px;
          height: 23px;
          position: absolute;
          left: 303px;
          margin-top: -13px;
          margin-left: -24px; }

@media (min-width: 992px) {
  section.cover .masthead {
    padding-top: calc(7rem + 55px);
    padding-bottom: 7rem;
    background-size: cover !important; }
    section.cover .masthead .masthead-content {
      padding: 60px; }
      section.cover .masthead .masthead-content .masthead-heading {
        font-size: 5rem; }
      section.cover .masthead .masthead-content .masthead-subheading {
        font-size: 1.4rem;
        line-height: 1.6rem;
        font-family: 'Univers-Reg', sans-serif; }
      section.cover .masthead .masthead-content hr.header {
        margin-top: 1rem;
        margin-bottom: 1rem;
        border: 0;
        border-top: 3px solid #E4003A;
        width: 38%;
        margin-left: 0px; }
        section.cover .masthead .masthead-content hr.header::after {
          display: inline-table;
          background: url("/wp-content/themes/creaunit/assets/images/red-circle.svg");
          content: "";
          width: 30px;
          height: 30px;
          position: absolute;
          left: 39%;
          margin-top: -17px;
          margin-left: 0px; } }
.masthead.homepage {
  background-position: center center;
  background-attachment: scroll;
  background-size: cover !important;
  padding-top: calc(0rem + 0px) !important;
  padding-bottom: 11rem !important; }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .masthead.homepage {
    background: url("/wp-content/themes/creaunit/assets/images/cover-home.png") no-repeat; } }
@media screen and (max-width: 767px) and (orientation: portrait) {
  .masthead.homepage {
    background: url("/wp-content/themes/creaunit/assets/images/cover-home-mobile.png") no-repeat !important;
    padding-top: calc(0rem + 0px) !important;
    padding-bottom: 14rem;
    height: 110vw !important;
    background-position: center center !important;
    background-attachment: scroll;
    background-size: cover !important; } }
@media screen and (max-width: 680px) and (orientation: portrait) {
  .masthead.homepage {
    height: 120vw !important; } }
@media screen and (max-width: 600px) and (orientation: portrait) {
  .masthead.homepage {
    height: 140vw !important; } }
@media screen and (max-width: 500px) and (orientation: portrait) {
  .masthead.homepage {
    height: 150vw !important; } }
/**** OPLOSSINGEN TABS RESPONSIVE *******************/
/* small device */
@media (max-width: 767px) {
  .device-big {
    display: none; }

  .device-small {
    display: inline-flex;
    width: 100%;
    padding: 15px; }
    .device-small li {
      width: 33.3333%;
      padding: 10px; }
      .device-small li a {
        width: 100%;
        display: block;
        padding-bottom: 10px;
        border-bottom: 4px solid #fff;
        opacity: 0.3; }
        .device-small li a:hover {
          text-decoration: none; }
      .device-small li:nth-child(1) a.active {
        border-bottom: 4px solid #E4003A;
        color: #E4003A;
        opacity: 1; }
      .device-small li:nth-child(2) a.active {
        border-bottom: 4px solid #13668D;
        color: #13668D;
        opacity: 1; }
      .device-small li:nth-child(3) a.active {
        border-bottom: 4px solid #10A19A;
        color: #10A19A;
        opacity: 1; }
      .device-small li .icon-beeldmerk {
        width: 40px;
        display: block;
        margin: auto;
        margin-bottom: 15px; } }
/* big device */
@media only screen and (min-width: 768px) {
  section.oplossingen .tab-content {
    width: 100%; }
  section.oplossingen .device-big, section.oplossingen .tab-content > .tab-pane {
    display: inline-block; }
  section.oplossingen .device-small {
    display: none; }
  section.oplossingen .tab-content > .tab-pane {
    display: inline-block; } }
section.oplossingen .tab-content {
  width: 100%; }
  section.oplossingen .tab-content a {
    color: #fff; }
section.oplossingen #ict {
  background: #e4003a;
  background: -moz-linear-gradient(-45deg, #e4003a 0%, #f7416f 100%);
  background: -webkit-linear-gradient(-45deg, #e4003a 0%, #f7416f 100%);
  background: linear-gradient(135deg, #e4003a 0%, #f7416f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4003a', endColorstr='#f7416f',GradientType=1 );
  color: #fff; }
section.oplossingen #telecom {
  background: #00a0ff;
  background: -moz-linear-gradient(-45deg, #00a0ff 0%, #a8dfff 100%);
  background: -webkit-linear-gradient(-45deg, #00a0ff 0%, #a8dfff 100%);
  background: linear-gradient(135deg, #00a0ff 0%, #a8dfff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0ff', endColorstr='#a8dfff',GradientType=1 );
  color: #fff; }
section.oplossingen #domotica {
  background: #10a19a;
  background: -moz-linear-gradient(-45deg, #10a19a 0%, #43e0d7 100%);
  background: -webkit-linear-gradient(-45deg, #10a19a 0%, #43e0d7 100%);
  background: linear-gradient(135deg, #10a19a 0%, #43e0d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a19a', endColorstr='#43e0d7',GradientType=1 );
  color: #fff; }
section.oplossingen .tab-pane span.icon-ict {
  float: left;
  width: 40px;
  margin-top: 20px;
  margin-right: 20px; }
section.oplossingen .tab-pane .content {
  padding: 30px; }
  section.oplossingen .tab-pane .content ul {
    padding-top: 20px; }

section.meer .alles-onder-controle {

 }
  section.meer .alles-onder-controle h2.super-big {
    font-size: 7em;
    color: #2B2B2B; }
    section.meer .alles-onder-controle h2.super-big span {
      color: #13668D; }
section.meer .tobottom {
  margin-bottom: -78px; }

@media (max-width: 1200px) {
  section.meer .alles-onder-controle h2.super-big {
    font-size: 5.4em; }
  section.meer .tobottom {
    margin-bottom: -75px; } }
@media (max-width: 992px) {
  section.meer .alles-onder-controle {
    margin-left: 0%; }
    section.meer .alles-onder-controle h2.super-big {
      font-size: 4em; }
  section.meer .tobottom {
    margin-bottom: -75px;
    text-align: center; } }
@media (max-width: 768px) {
  section.meer .p-50 {
    padding: 30px; }
  section.meer .alles-onder-controle {
    margin-left: 0%; }
    section.meer .alles-onder-controle h2.super-big {
      font-size: 3.4em; }
  section.meer .tobottom {
    margin-bottom: -75px; }

  .p-50 {
    padding: 30px; } }
section.usps {
  padding-top: 5em;
  padding-bottom: 5em; }
  section.usps .usp {
    margin: 20px auto; }
    section.usps .usp img.usp-icon {
      max-width: 60px;
      float: left;
      margin: 10px 20px; }
    section.usps .usp h3 {
      color: #13668D;
      font-size: 1.4em;
      margin-bottom: 0px; }

@media (max-width: 992px) {
  section.usps .usp {
    text-align: center; }
    section.usps .usp img.usp-icon {
      max-width: 60px;
      float: none;
      display: block;
      margin: 15px auto; }
    section.usps .usp h3 {
      color: #13668D;
      font-size: 1.4em;
      margin-bottom: 0px; } }
section.recente-cases {
  position: relative; }
  section.recente-cases .h-50.white-bg {
    width: 100%;
    position: absolute;
    top: 0px; }
  section.recente-cases .h-50.gradient-bg {
    width: 100%;
    position: absolute;
    bottom: 0px; }
  section.recente-cases .case {
    background-size: cover !important;
    background-position: center center !important;
    max-width: 400px;
    min-height: 350px;
    width: 100%;
    margin: auto; }
    section.recente-cases .case .block {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.7);
      margin-top: 350px;
      padding: 25px;
      margin-bottom: 15px;
      height: 185px; }
      section.recente-cases .case .block h2 {
        font-size: 1.4em;
        color: #13668D; }
  section.recente-cases .block {
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    margin-bottom: 15px;
    min-height: 185px; }
    section.recente-cases .block h2 {
      font-size: 1.4em;
      color: #13668D; }
  section.recente-cases .btn.btn-primary {
    margin-top: 50px;
    margin-bottom: -75px; }

@media (max-width: 992px) {
  section.recente-cases .case {
    max-width: 400px;
    min-height: 300px;
    width: 100%;
    margin: auto; } }
@media (max-width: 768px) {
  section.recente-cases .case {
    max-width: 400px;
    min-height: 260px;
    width: 100%;
    margin: auto; } }
section.cases {
  position: relative; }
  section.cases .h-50.white-bg {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 600px !important; }
  section.cases .h-50.gradient-bg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: calc(100% - 600px) !important; }
  section.cases .grid {
    width: 100%;
    margin: 0 auto;
    /* centered */ }
    section.cases .grid .grid-item {
      margin-bottom: 70px; }
      section.cases .grid .grid-item .case {
        position: relative;
        background-size: cover !important;
        background-position: center center !important;
        max-width: 400px;
        min-height: 400px;
        width: 100%;
        margin: auto; }
      section.cases .grid .grid-item .block {
        bottom: 0px;
        background: #fff;
        padding: 25px;
        min-height: 185px;
        max-width: 400px;
        margin: auto; }
        section.cases .grid .grid-item .block h2 {
          font-size: 1.4em;
          color: #13668D; }

@media (max-width: 768px) {
  .singleslider .owl-item img {
    min-height: 300px;
    max-height: 310px;
    object-fit: contain; } }
.grid a:hover, .blog-grid a:hover, .nieuws-grid a:hover, .grid-item a:hover {
  text-decoration: none; }

@media (max-width: 768px) {
  .grid-item > div {
    margin: auto;
    max-width: 400px; } }
.grid-item .category {
  text-align: center; }
  .grid-item .category span.ict {
    background: #e4003a;
    background: -moz-linear-gradient(-45deg, #e4003a 0%, #f7416f 100%);
    background: -webkit-linear-gradient(-45deg, #e4003a 0%, #f7416f 100%);
    background: linear-gradient(135deg, #e4003a 0%, #f7416f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4003a', endColorstr='#f7416f',GradientType=1 );
    color: #fff;
    padding: 5px 15px; }
  .grid-item .category span.telecom {
    background: #00a0ff;
    background: -moz-linear-gradient(-45deg, #00a0ff 0%, #a8dfff 100%);
    background: -webkit-linear-gradient(-45deg, #00a0ff 0%, #a8dfff 100%);
    background: linear-gradient(135deg, #00a0ff 0%, #a8dfff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a0ff', endColorstr='#a8dfff',GradientType=1 );
    color: #fff;
    padding: 5px 15px; }
  .grid-item .category span.domotica {
    background: #10a19a;
    background: -moz-linear-gradient(-45deg, #10a19a 0%, #43e0d7 100%);
    background: -webkit-linear-gradient(-45deg, #10a19a 0%, #43e0d7 100%);
    background: linear-gradient(135deg, #10a19a 0%, #43e0d7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10a19a', endColorstr='#43e0d7',GradientType=1 );
    color: #fff;
    padding: 5px 15px; }

/* .quote {
  display: flow-root;
  text-align: center;
  margin: 50px auto; }
  .quote span {
    font-size: 5em;
    color: #E4003A;
    height: 50px;
    margin: 12px;
    float: left;
    margin-top: -20px; }
  .quote span.after {
    float: right; }
  .quote p {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: 400; } */

section.blog {
  position: relative; }
  section.blog .h-50.white-bg {
    width: 100%;
    position: absolute;
    top: 0px;
    height: 600px !important; }
  section.blog .h-50.gradient-bg {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: calc(100% - 600px) !important; }
  section.blog .blog-grid {
    width: 100%; }
    section.blog .blog-grid .grid-item {
      margin-bottom: 70px; }
      section.blog .blog-grid .grid-item .case {
        position: relative;
        background-size: cover !important;
        background-position: center center !important;
        max-width: 400px;
        min-height: 400px;
        width: 100%;
        margin: auto; }
      section.blog .blog-grid .grid-item .block {
        bottom: 0px;
        background: #fff;
        padding: 25px;
        min-height: 350px;
        max-width: 400px;
        margin: auto; }
        section.blog .blog-grid .grid-item .block h2 {
          font-size: 1.4em;
          color: #13668D; }

section.nomad {
  padding-top: 10em;
  padding-bottom: 10em; }
  section.nomad .blue-bg {
    background: #13668D;
    color: #fff; }
    section.nomad .blue-bg h2 {
      color: #fff; }
    section.nomad .blue-bg .content {
      padding: 50px;
      margin-top: 30px; }
      section.nomad .blue-bg .content .btn.btn-primary {
        position: absolute;
        margin-top: 20px; }
  section.nomad .row.absolute {
    top: 0px; }
    section.nomad .row.absolute .nomad-picture {
      margin-top: 80px; }

@media (max-width: 1199px) {
  section.nomad .blue-bg {
    background: #13668D;
    color: #fff; }
    section.nomad .blue-bg .content {
      padding: 50px;
      margin-top: 30px; }
      section.nomad .blue-bg .content .btn.btn-primary {
        position: absolute;
        margin-top: 20px;
        left: 50%;
        transform: translate(-50%, 0); }
  section.nomad .row.absolute {
    top: 0px;
    position: relative; }
    section.nomad .row.absolute .nomad-picture {
      margin-top: 0px;
      z-index: -1;
      padding: 0px; }
      section.nomad .row.absolute .nomad-picture img.nomad {
        width: 100%; } }
section.contact-home .h-50.white-bg {
  width: 100%;
  position: absolute;
  top: 0px;
  height: 40% !important; }
section.contact-home .h-50.gradient-bg {
  width: 100%;
  position: absolute;
  bottom: 0px;
  height: 60% !important; }
section.contact-home a:hover {
  text-decoration: none; }
section.contact-home .contact-block {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 50px; }
  section.contact-home .contact-block img.contact-icon {
    padding: 60px;
    padding-bottom: 0px;
    padding-top: 0px;
    max-height: 200px; }
  section.contact-home .contact-block .content {
    padding: 30px 20px;
    background: #fff;
    min-height: 175px; }
    section.contact-home .contact-block .content h3 {
      color: #13668D;
      font-size: 1.6em; }

@media (max-width: 768px) {
  section.contact-home .h-50.white-bg {
    height: 0% !important; }
  section.contact-home .h-50.gradient-bg {
    height: 100% !important; }
  section.contact-home h2 {
    padding-top: 30px; }
  section.contact-home .contact-block {
    text-align: center;
    margin: 15px 0px; }
    section.contact-home .contact-block img.contact-icon {
      padding: 0px;
      padding-bottom: 0px;
      padding-top: 30px;
      width: 30%;
      float: left;
      margin-left: 20px;
      max-height: 130px; }
    section.contact-home .contact-block .content {
      padding: 30px 20px;
      background: #fff;
      min-height: auto; }
      section.contact-home .contact-block .content h3 {
        font-size: 1.3em; }
      section.contact-home .contact-block .content p {
        line-height: 1em; } }
/**** NIEUWS *********/
section.nieuws {
  position: relative; }
  section.nieuws .h-50.white-bg {
    width: 100%;
    position: absolute;
    top: 0px; }
  section.nieuws .h-50.gradient-bg {
    width: 100%;
    position: absolute;
    bottom: 0px; }
  section.nieuws .grid-item {
    margin-bottom: 50px; }
    section.nieuws .grid-item .nieuwsitem {
      position: relative;
      background-size: cover !important;
      background-position: center center !important;
      height: 270px;
      max-width: 400px;
      width: 100%;
      margin: auto; }
    section.nieuws .grid-item .block {
      bottom: 0px;
      background: #fff;
      padding: 25px;
      min-height: 185px;
      max-width: 400px;
      margin: auto; }
      section.nieuws .grid-item .block h2 {
        font-size: 1.4em;
        color: #13668D; }
      section.nieuws .grid-item .block span h5 {
        font-size: 0.8em;
        color: #bbb;
        margin-top: -10px; }

/******* ICT TEMPLATE PAGE *****************/
.ict-menu {
  background: #DEEAEF;
  padding: 30px;
  margin: 15px;
  min-height: 350px;
  height: 100%; }
  .ict-menu p {
    min-height: 40px; }

a.position {
  margin: -44px auto 30px;
  display: table; }

@media (max-width: 768px) {
  .ict-menu {
    margin: 15px 0px; } }
section.contact-form {
  padding-top: 4em;
  padding-bottom: 4em; }
  section.contact-form .contactblock {
    padding: 60px 30px 30px 60px; }
    section.contact-form .contactblock .contactmedewerker {
      position: absolute;
      right: -50%;
      bottom: -15%; }
      section.contact-form .contactblock .contactmedewerker img {
        margin-bottom: 20px; }
      section.contact-form .contactblock .contactmedewerker h5 {
        margin-bottom: 5px; }

@media (max-width: 992px) {
  section.contact-form .contactblock {
    padding: 30px; }
    section.contact-form .contactblock .contactmedewerker {
      position: absolute;
      right: -10%;
      bottom: -15%; } }
@media (max-width: 768px) {
  section.contact-form .contactblock {
    padding: 30px;
    margin: 15px; }
    section.contact-form .contactblock .contactmedewerker {
      position: relative;
      right: auto;
      bottom: auto; } }
/******* NAVTABS MENU IN PAGE TEMPLATE *****************/
ul.nav-pills {
  padding-left: 100px;
  padding-top: 40px;
  padding-bottom: 40px; }
  ul.nav-pills li {
    margin: 5px;
    padding-top: 10px;
    padding-bottom: 10px; }
    ul.nav-pills li:before {
      border-top: 0.1rem solid #E4003A !important; }
    ul.nav-pills li a {
      padding: 0px; }
    ul.nav-pills li a.active {
      background: #fff !important;
      color: #E4003A !important;
      font-weight: bold; }

ul.nav-pills.table-cell {
  display: table-cell; }

.tab-pane h3.underline {
  margin-bottom: 50px; }
  .tab-pane h3.underline:after {
    display: inherit;
    content: "";
    border-top: 0.1rem solid #E4003A;
    width: 12rem;
    transform: translateY(1rem); }

@media (max-width: 768px) {
  ul.nav-pills {
    padding-left: 45px;
    padding-top: 20px;
    padding-bottom: 30px; }
    ul.nav-pills li {
      margin: 5px;
      padding-top: 5px;
      padding-bottom: 5px; } }
.pagelinking {
  padding: 20px; }
  .pagelinking h3 {
    margin: 20px 0px; }

/******* VACATURES   *****************/
.vacature-block a .vacature {
  border: 2px solid #DEEAEF;
  padding: 30px;
  margin-bottom: 30px;
  transition: all 0.2s ease; }
.vacature-block a:hover {
  text-decoration: none;
  color: #2B2B2B; }
  .vacature-block a:hover .vacature {
    background: #DEEAEF; }

.vacature-info {
  margin-bottom: 20px; }
  .vacature-info span.uren {
    margin-left: 22px;
    margin-right: 20px; }
    .vacature-info span.uren:before {
      display: inline-block;
      background: url("/wp-content/themes/creaunit/assets/images/clock.svg") no-repeat;
      content: "";
      width: 20px;
      height: 15px;
      margin-top: 6px;
      position: absolute;
      margin-left: -22px; }
  .vacature-info span.locatie {
    margin-left: 22px;
    margin-right: 20px; }
    .vacature-info span.locatie:before {
      display: inline-block;
      background: url("/wp-content/themes/creaunit/assets/images/marker.svg") no-repeat;
      content: "";
      width: 20px;
      height: 15px;
      margin-top: 6px;
      position: absolute;
      margin-left: -22px; }

/************ PARENT PAGE **************************/
section.child-menu .owl-stage {
  margin: auto; }
section.child-menu .child-item {
  text-align: center;
  padding: 5px;
  margin: auto; }
  section.child-menu .child-item a img {
    max-width: 160px;
    max-height: 160px;
    margin: 30px auto; }
  section.child-menu .child-item a hr.small.center {
    margin-left: auto; }
  section.child-menu .child-item a h3 {
    color: #13668D;
    font-size: 1.4em; }
  section.child-menu .child-item a:hover {
    text-decoration: none; }
section.child-menu .owl-dots {
  text-align: center;
  margin-top: 35px; }

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

/************ OWL CAROUSEL **************************/
.owl-carousel {
  display: block; }
  .owl-carousel .owl-stage {
    display: flex;
    align-items: center; }
  .owl-carousel .owl-item {
    display: flex;
    flex: 1 0 auto; }
    .owl-carousel .owl-item .grid-item {
      width: 100%;
      max-width: 400px;
      margin: auto; }
  .owl-carousel .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column; }
  .owl-carousel .flex-text {
    flex-grow: 1; }
  .owl-carousel .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px; }
  .owl-carousel .owl-nav {
    display: block; }
    .owl-carousel .owl-nav button {
      background: #e4003a !important;
      border-radius: 50%;
      height: 45px;
      width: 45px;
      position: absolute;
      top: 48%; }
      .owl-carousel .owl-nav button img {
        width: 16px; }
    .owl-carousel .owl-nav button.owl-prev {
      left: 35px; }
    .owl-carousel .owl-nav button.owl-next {
      right: 35px; }

.owl-dot {
  display: inline-block; }

.owl-dot span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px; }

.owl-dot.active span {
  background: #000; }

/**** MAPS - CONTACTFORM - BUTTONS  ******************************/
#map {
  height: 450px;
  width: 100%; }

label {
  display: block; }

input.form-control {
  border: none;
  background: #b8d1dd;
  padding: 15px;
  border-radius: 0px;
  color: #fff; }
  input.form-control::-webkit-input-placeholder, input.form-control:-moz-placeholder, input.form-control::-moz-placeholder, input.form-control:-ms-input-placeholder {
    /* WebKit browsers */
    color: #FFF;
    text-transform: uppercase; }

input.wpcf7-form-control.wpcf7-file {
  border: none;
  background: transparent; }

input.wpcf7-form-control {
  border: 2px solid #ccc;
  background: #FFF;
  padding: 15px;
  border-radius: 0px;
  color: #2B2B2B; }
  input.wpcf7-form-control::-webkit-input-placeholder, input.wpcf7-form-control:-moz-placeholder, input.wpcf7-form-control::-moz-placeholder, input.wpcf7-form-control:-ms-input-placeholder {
    /* WebKit browsers */
    color: #2B2B2B;
    text-transform: uppercase; }

textarea {
  border: 2px solid #ccc;
  background: #FFF;
  padding: 15px;
  border-radius: 0px; }

input.wpcf7-submit,
input.btn.btn-primary,
.btn-primary {
  z-index: 99;
  background: #E4003A;
  border: solid 2px #E4003A;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px; }
  input.wpcf7-submit:hover, input.wpcf7-submit:focus, input.wpcf7-submit:active,
  input.btn.btn-primary:hover,
  input.btn.btn-primary:focus,
  input.btn.btn-primary:active,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active {
    background: #E4003A;
    border: 2px solid #fff;
    color: #fff; }

.btn-primary {
  z-index: 99;
  background: #E4003A;
  border: solid 2px #E4003A;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 60px;
  transition: all 0.3s ease;
  font-family: 'Univers-Reg', sans-serif; }
  .btn-primary::before {
    display: inline-table;
    content: "";
    border-top: 0.1rem solid #fff;
    width: 3rem;
    margin: 0 1rem;
    transform: translateY(0.75rem);
    margin-left: -62px;
    position: absolute; }

.button-group {
  margin-bottom: 50px; }
  .button-group button {
    margin: 5px 10px; }
  .button-group .btn {
    background: #fff;
    border: solid 2px #2B2B2B;
    color: #2B2B2B;
    text-transform: uppercase;
    border-radius: 0px; }
  .button-group .btn.is-checked {
    background: #2B2B2B;
    border: solid 2px #2B2B2B;
    color: #fff; }
  .button-group .btn.security {
    background: #fff;
    border: solid 2px #E4003A;
    color: #E4003A; }
    .button-group .btn.security:before {
      display: inline-table;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-rood.svg");
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 10px; }
  .button-group .btn.security.is-checked {
    background: #E4003A;
    color: #fff; }
  .button-group .btn.ict {
    background: #fff;
    border: solid 2px #13668D;
    color: #13668D; }
    .button-group .btn.ict:before {
      display: inline-table;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-blauw.svg");
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 10px; }
  .button-group .btn.ict.is-checked {
    background: #13668D;
    color: #fff; }
  .button-group .btn.domotica {
    background: #fff;
    border: solid 2px #10A19A;
    color: #10A19A; }
    .button-group .btn.domotica:before {
      display: inline-table;
      background: url("/wp-content/themes/creaunit/assets/images/icon-beeldmerk-green.svg");
      content: "";
      width: 23px;
      height: 23px;
      float: left;
      margin-right: 10px; }
  .button-group .btn.domotica.is-checked {
    background: #10A19A;
    color: #fff !important; }

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none; }


.socials .social-icon-side {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin-top: 10px;
  clear: both;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  margin-right: 5px; }
.socials #facebook {
  background-image: url("/wp-content/themes/creaunit/assets/images/fb-icon.png"); }
.socials #twitter {
  background-image: url("/wp-content/themes/creaunit/assets/images/twitter-icon.png");
  background-size: 26px; }
.socials #linkedin {
  background-image: url("/wp-content/themes/creaunit/assets/images/linkedin-icon.png");
  background-size: 26px; }

/**** STORINGEN RSS FEED *********/
ul.wpra-item-list.rss-aggregator {
  list-style: none; }

li.wpra-item.feed-item {
  border: 1px solid #ccc;
  padding: 30px; }

/**** ALGEMENE BREAKPOINTS *********/
@media (max-width: 769px) {
  h1, h2, h3, h4, h5, h6 {
    word-break: break-word; }


  .section-title.cover-up {
    margin-top: 0em; }

 }



/******************************************************************************************************************\

    AANPASSINGEN PUNTKOEN

\******************************************************************************************************************/

/* hotspot */
.wrap_svl {
	float: initial;
}
.wrap_svl .tips {
    display: none;
}
.images_wrap {
    height: 80vh;
	width: 100%;
}
.images_wrap img {
	max-width: initial;
    height: 100%;
    object-fit: cover;
}
.wrap_svl_center_box {
	display: initial;
}

/* swiper */
.swiper_nav_container {
    /* display: flex;
    align-items: center;
    column-gap: 32px;
    margin-top: 56px;
    position: relative; */
    display: flex;
    align-items: start;
    column-gap: 32px;
    margin-top: 56px;
    position: relative;
    flex-direction: column;
    row-gap: 32px;
}
.swiper_nav_buttons {
    display: flex;
    align-items: center;
    position: relative;
    column-gap: 16px;
}
.swiper_nav_container .nav_button {
	display: flex;
	align-items: center;
}
.swiper-pagination-progressbar {
  height: 2px !important;
  background: var(--color-blauw1);
  position: relative;
  width: 160px !important;
}
.swiper-pagination-progressbar-fill {
  background: var(--color-groen) !important;
}
.swiper_nav_buttons:has( .swiper-button-lock) {
  display: none !important;
}

/* isotope */
.row_post_type_items.blog-grid .post_type_slide {
    margin-bottom: 40px;
}

.container_big {
    max-width: 1700px;
}
.last_no_margin > *:last-child {
	margin-bottom: 0;
}


.achtergrondkleur.wit {
	background-color: var(--color-wit);
}
.achtergrondkleur.lichtblauw {
	background-color: var(--color-blauw1);
}
.achtergrondkleur.donkerblauw {
	background-color: var(--color-blauw4);
}
.achtergrondkleur.donkerblauw,
.achtergrondkleur.donkerblauw * {
	color: var(--color-wit);
}
.achtergrondkleur.donkerblauw ul li:before {
  background-color: transparent;
  border-color: var(--color-wit) !important;
}

.contentblok.tekst.achtergrondkleur.wit + .contentblok.tekst.bg_ffffff,
.contentblok.tekst.bg_ffffff + .contentblok.tekst.bg_,
.contentblok.tekst.bg_ + .contentblok.tekst.bg_ffffff,
.contentblok.tekst.bg_ + .contentblok.tekst.bg_,
.contentblok.fotogalerij + .contentblok.bg_ffffff,
.contentblok.bg_ffffff + .contentblok.fotogalerij,
.contentblok.fotogalerij + .contentblok.tekst.bg_,
.contentblok.tekst.bg_ + .contentblok.fotogalerij,
.contentblok.bg_ecf3f6 + .contentblok.bg_ecf3f6 {
	padding-top: 0;
}



.bg_13668d,
.bg_13668d * {
	color: var(--color-wit);
}
.bg_13668d ul li:before {
	border-color: var(--color-wit) !important;
}
footer ul li:before {
    border-radius: 0;
    width: 12px;
    height: 2px;
    border: 0 !important;
    background: var(--color-wit);
    top: 14px;
}

header#header {
	position: fixed;
  	z-index: 1000;
  	width: 100%;
}

footer {
	background-color: var(--color-blauw4);
	color: var(--color-wit);
	padding: 56px 0 32px;
}
.row_footer {
    row-gap: 56px;
}
footer a {
	color: var(--color-wit);
}
footer a:hover {
	text-decoration: none;
	color: var(--color-rood);
}
footer p { 
	margin-bottom: 16px;
}
.logo_footer {
	margin-bottom: 32px;
}

footer input.form-control {
	background-color: #082B3C;
	color: var(--color-wit);
    margin-bottom: 8px;
}

footer input.form-control ::placeholder {
	color: rgba(255,255,255,0.6);
}

footer .col-xl-auto {
    flex-grow: 1;
}

.content_copyright {
	display: flex;
	flex-direction: column;
	padding-top: 32px;
	padding-bottom: 0px;
	margin-top: 32px;
	color: rgba(255, 255, 255, 0.6);
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.content_copyright a {
	color: rgba(255, 255, 255, 0.6);
}
ul.copyrightmenu {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	padding-left: 0;
	list-style: none;
	margin-bottom: 0;
}
ul.copyrightmenu li {
	padding-left: 0;
    line-height: 100%;
}
ul.copyrightmenu li::before {
	display: none;
}




/* Algemeen */
ul {
	list-style: none;
	padding-left: 0; 
}
ul li {
	padding-left: 24px; 
    position: relative;
	line-height: 180%;
}
ul li:before {
	content: "";
    border: 2px solid var(--color-zwart) !important;
    border-radius: 6px;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 8px;
}
blockquote {
	background-color: var(--color-blauw4);
	color: var(--color-wit);
	padding: 40px;
	border-radius: 10px;
	font-size: clamp(20px, 6vw, 24px);
	font-weight: 500;
	line-height: 180%;
}


/* Contentblokken */
.contentblok {
    position: relative;
	padding: 60px 0;
}
.contentblok ul {
  	list-style-type: none;
}
.contentblok ul li {

}
.contentblok.header {
    padding: 0 !important;
}
.contentblok.header h1 {
    margin: 0;
}
.contentblok.header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 43, 43, 0.15);
    z-index: 2;
} 
.header_afbeelding {
    position: relative;
    height: 80vh;
    overflow: hidden;
}
.header_afbeelding img {
    width: 100%;
    max-width: initial;
    height: 100%;
    object-fit: cover;
}

.contentblok.header.standaard {
	background-color: var(--color-blauw1);
}
.contentblok.header.standaard .header_content_container {
    position: relative;
    padding: 76px 0 56px;
    bottom: 0;
}
.contentblok.header.standaard .header_content_container h1 {
    color: var(--color-blauw3);
}

.header_content_container {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 3;
}
body.home .header_content_container {
    padding-right: 50px;
}
.header_content {
    color: var(--color-wit);
}
.header_content .vacature-info {
    color: var(--color-blauw3);
}
.header_content hr {
    height: 2px;
    width: 90%;
    background-color: var(--color-rood);
    position: relative;
    border: none;
    margin: 20px 0 30px;
}
.header_content hr::after {
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    border: 2px solid var(--color-rood);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}
.header_content p {
    font-size: clamp(18px, 2vw, 32px);
    font-style: normal;
    font-weight: 400;
    line-height: 118.75%;
    text-transform: uppercase;
}


/* post type items */
a.post_type_slide {
    text-decoration: none;
	color: var(--color-zwart);
}
.post_type_slide_img {
    margin-bottom: 24px;
	overflow: hidden;
}
.post_type_slide_img img {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.post_type_slide:hover .post_type_slide_img img{
	transform: scale(1.05);
}

.post_type_item_branche {
    font-weight: 700;
    font-size: clamp(14px, 4vw, 16px);
    margin-bottom: 12px;
    color: rgba(19, 102, 141, 0.6)
}
a.post_type_slide:hover {
    text-decoration: none;
}
.h3.post_type_slide_titel {
    color: var(--color-blauw3);
    margin-bottom: 3px !important;
}
.post_type_slide_content {
    margin-bottom: 13px;
}
.post_type_slide_cats {
    display: flex;
    gap: 8px;
}
.post_type_slide_cat {
    display: block;
    font-size: 12px;
    padding: 7px 8px;
    color: var(--color-wit);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post_type_slide_cat.ict {
    background-color: var(--color-blauw2);
}
.post_type_slide_cat.domotica {
    background-color: var(--color-groen);
}
.post_type_slide_cat.security {
    background-color: var(--color-rood);
}

@media (min-width: 768px) {
	
	/* isotope */
	.row_post_type_items.blog-grid .post_type_slide {
		margin-bottom: 56px;
	}
	
	/* hotspot */
	.wrap_svl .tips {
		display: block;
	}
	.images_wrap {
		height: initial;
	}

	.contentblok {
		padding: 112px 0;
	}
	.section_titel {
		margin-bottom: 56px;
	}
	footer {
		padding: 112px 0 56px;
	}
	.logo_footer {
		margin-bottom: 75px;
	}

	


	.content_copyright {
		flex-direction: row;
		gap: 56px;
		align-items: center;
		margin-top: 80px;
		padding-top: 56px;
	}
	.content_copyright p {
		margin: 0;
	}
	ul.copyrightmenu {
		gap: 56px;
	}


}

@media (min-width: 992px) {
	header img.logo {
		margin-top: 0;
		max-height: 72px;
	}
	header .navbar .logo-wrapper {
		height: 130px;
    	padding: 34px 32px 24px;
	}
	header .navbar .menus-wrapper .top-bar {
		height: 60px;
	}
	header .navbar .menus-wrapper .main-menu {
		height: 70px;
	}
	.menu > ul {
    	height: 70px;
		display: flex;
		justify-content: flex-end;
	}
	.menu > ul > li {
    	font-size: 18px;
	}
	.menu > ul > li a {
		text-decoration: none;
		padding: 13px 25px;
		display: flex;
		color: #fff;
		height: 70px;
		align-items: center;
	}
	.menu > ul > li.current_page_item > a,
	.menu > ul > li:hover > a,
	body.single-case .menu > ul > li.cases > a,
	body.single-blog .menu > ul > li.blog > a {
		color: var(--color-groen);
	}
	.menu > ul > li.menu-item-has-children:hover > a::before,
  .menu > ul > li.current_page_item > a::before {
    transform: rotate(90deg);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='18' viewBox='0 0 12 18'%3E%3Cpath id='Path_73' data-name='Path 73' d='M0,0H18L9.036,12Z' transform='translate(0 18) rotate(-90)' fill='%2310a19a'/%3E%3C/svg%3E%0A");
  }


	.menu > ul > li > ul > li {
		padding-left: 0;
	}
	.menu > ul > li > ul.normal-sub > li a {
		padding: 5px 0;
		height: initial;
	}
	.contentblok.header.heeft_afbeelding {
        max-height: 1100px;
	}
	.contentblok.header.single_case .header_afbeelding {
        max-height: 800px;
	}
	.contentblok.header.standaard .header_content_container {
		padding: 243px 0 96px;
	}
	.menu > ul > li.menu-item-has-children > a::before {

	}
}


@media (min-width: 1200px) {
    .header_content_container {
        bottom: 106px;
    }
}

@media (min-width: 1920px) {
    .header_afbeelding img {
        object-fit: cover;
    }
}




.box_view_html {
    color: var(--color-rood);
    font-weight: 700;
    max-width: 530px;
    white-space: normal;
    overflow: hidden;
    position: relative;
}


/* -------------------------------------------------------------
   PLUS KNOP – rode rand, witte achtergrond, rood plus-teken
------------------------------------------------------------- */

/* Pulse verwijderen als aanwezig */
.pins_animation,
.ihotspot_pulse {
    display: none !important;
}

/* -------------------------------------------------------------
   TOOLTIP – wit afgerond vlak + rode tekst
------------------------------------------------------------- */
#powerTip {
    transform: translateY(54px) !important;
    background: #ffffff !important;
    color: var(--color-rood) !important;
    padding: 16px 32px !important;
    border-radius: 40px !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15) !important;
    white-space: nowrap !important;
}
#powerTip a {
  color: var(--color-rood) !important;
}
/* -------------------------------------------------------------
   Verwijder ALLE zwarte pijlen uit de plugin
------------------------------------------------------------- */
#powerTip:before {
    display: none !important;
}

#powerTip.n:before,
#powerTip.s:before,
#powerTip.e:before,
#powerTip.w:before,
#powerTip.ne:before,
#powerTip.nw:before,
#powerTip.se:before,
#powerTip.sw:before,
#powerTip.ne-alt:before,
#powerTip.nw-alt:before,
#powerTip.se-alt:before,
#powerTip.sw-alt:before {
    display: none !important;
}

/* -------------------------------------------------------------
   Tooltip mooier positioneren ten opzichte van de knop
------------------------------------------------------------- */
#powerTip {
}



.paginationed {
  display: flex;
  gap: 8px;
}


.paginationed > a.active {
  background: #E4003A;
  color: #fff;
  border: solid 2px #E4003A;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 20px;
  transition: all 0.3s ease; }

.paginationed > a {
  background: #fff;
  border: solid 2px #E4003A;
  color: #E4003A;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 15px 20px;
  transition: all 0.3s ease; }


  /* #content {
    overflow-x: hidden;
  } */