@charset "UTF-8";
@import "themify-icons.css";
* {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  color: #232326;
  background: #e9edee;
  line-height: 22px;
  width: 100%;
  height: 100%;
}

#page-background {
  position: fixed;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}

#background-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: rgb(254, 247, 224) !important;
  background-image: none !important;
  color: rgb(0, 0, 0) !important;
}

.auth-fout {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  color: #f14d4d;
  font-size: 16px;
  font-weight: 600;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
}

#logincontainer {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 640px;
  padding: 3rem 2rem;
  border-radius: 10px;
  overflow: hidden;
}
#logincontainer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(255, 255, 255, 0.03);
  z-index: 1;
}
#logincontainer.auth-code {
  padding: 3rem 2rem 4rem 2rem !important;
}
#logincontainer.auth-code .btn.back {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px 10px 15px 33px !important;
  height: 35px !important;
}
@media screen and (max-width: 700px) {
  #logincontainer {
    width: 90%;
  }
}
#logincontainer form {
  position: relative;
  z-index: 10;
}
#logincontainer .logologin {
  display: inline;
  margin-bottom: 10px;
  width: 358px;
}
@media screen and (max-width: 500px) {
  #logincontainer .logologin {
    width: 80%;
  }
}
#logincontainer .foutlogin {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #FF0000;
  text-decoration: none;
  padding-bottom: 15px;
  text-align: left;
}
#logincontainer .inlogkop {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: left;
  font-size: 18px;
  padding: 30px 0px 10px 0px;
  font-weight: bold;
}
#logincontainer .login-button {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  width: 40px;
  height: 44px;
  font-weight: bold;
  border: 0;
  padding: 14px 0px 13px 0px;
  margin: 0 auto;
  border-radius: 5px;
  display: block;
  float: left;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-appearance: none;
}
#logincontainer .login-button:focus {
  outline: 0;
}
@media screen and (max-width: 670px) {
  #logincontainer .login-button {
    width: 100%;
  }
  #logincontainer .login-button:before {
    content: "inloggen ";
  }
}
#logincontainer .logindiv {
  position: relative;
  border-radius: 5px;
  background-color: #2d2d2d;
  color: #fefefe;
  padding: 12px 10px 10px 10px;
  height: 45px;
  width: 265px;
  margin-right: 5px;
  float: left;
  text-align: left;
}
@media screen and (max-width: 670px) {
  #logincontainer .logindiv {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
#logincontainer .logindiv.auth {
  z-index: 1;
  width: calc(100% - 150px);
}
#logincontainer .logindiv.auth input {
  width: calc(100% - 60px);
}
#logincontainer .logindiv.auth button {
  position: absolute;
  top: 50%;
  right: -140px;
  width: 110px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#logincontainer .logindiv.auth .auth_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  outline: none;
  width: auto;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  margin-top: 5px;
  top: -7px;
  left: 0;
  width: 100%;
}
#logincontainer .logindiv.auth .auth_inputs input {
  padding: 8px;
  border-radius: 4px;
  color: hsl(0, 0%, 100%);
  background: hsl(214, 14%, 20%);
  border: 0;
  border: 4px solid transparent;
}
#logincontainer .logindiv.auth .auth_inputs input:invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#logincontainer .logindiv.auth .auth_inputs input:focus {
  outline: none;
  border: 4px solid #00adf2;
  background: hsl(214, 14%, 5%);
}
#logincontainer .logindiv.auth .auth_inputs input:not(:last-child) {
  margin-right: 16px;
}
#logincontainer .logindiv.auth .auth_inputs input.code-input {
  font-size: 1.5em;
  width: 1em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 1em;
          flex: 1 0 1em;
}
#logincontainer .logindiv #checkPass {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  z-index: 1;
}
#logincontainer .logindiv .fa {
  font-size: 22px;
  padding-right: 15px;
  display: inline;
}
#logincontainer .logindiv input:-webkit-autofill,
#logincontainer .logindiv input:-webkit-autofill:hover,
#logincontainer .logindiv input:-webkit-autofill:focus {
  border: 1px solid #2d2d2d;
  -webkit-box-shadow: 0 0 0px 1000px #2d2d2d inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fefefe;
}
#logincontainer .logindiv ::-webkit-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
#logincontainer .logindiv :-moz-placeholder {
  /* Firefox 18- */
  font-size: 14px;
  color: #ccc;
}
#logincontainer .logindiv ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 14px;
  color: #ccc;
}
#logincontainer .logindiv :-ms-input-placeholder {
  font-size: 14px;
  color: #ccc;
}
#logincontainer .logindiv .tekstvak_medium {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  outline: none;
  width: auto;
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  margin-top: 5px;
}
#logincontainer .logindiv .tekstvak_medium:focus {
  outline: none;
}

.c-hamburger {
  display: none;
}

@media screen and (max-width: 1270px) {
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 70px;
    height: 70px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    float: left;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 35px;
    left: 20px;
    right: 20px;
    height: 2px;
    background: #fff;
  }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: "";
  }
  .c-hamburger span::before {
    top: -10px;
  }
  .c-hamburger span::after {
    bottom: -10px;
  }
  .c-hamburger--htx {
    background-color: transparent;
  }
  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform;
  }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform;
  }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active {
    border-bottom: none;
  }
  .c-hamburger--htx.is-active span {
    background: none;
  }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
  }
}
.alert {
  top: 77px;
  right: 5px;
  position: absolute;
  color: #fff;
  padding: 7px 35px 7px 15px;
  font-weight: 300;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10;
  -webkit-animation: fadeInDown 0.5s;
          animation: fadeInDown 0.5s;
}
.alert::before {
  content: "\e646";
  font-family: "themify";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 15px;
}
.alert.alert-success {
  color: #124b19;
  background-color: #7ddf89;
}
.alert.alert-error {
  color: #3a0505;
  background-color: #f14d4d;
}
.alert.fancybox {
  top: 5px;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* STYLING CHECKBOXES */
.checkbox input[type=checkbox] {
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: none;
}

.checkbox label {
  cursor: pointer;
}

.checkbox input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 13px;
  padding-top: 3px;
  margin: 0 10px 0 0;
  background-color: #fff;
  vertical-align: top;
  width: 16px;
  border: 1px solid #dadada;
}

.checkbox input[type=checkbox]:checked + label:before {
  color: #FFF;
  content: "✓";
  text-align: center;
  font-size: 12px;
}

.checkbox input[type=checkbox]:checked + label:after {
  font-weight: bold;
}

/* STYLING RADIOBUTTONS */
.radio label:before, .radio.service label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 4px;
  background-color: #FFF;
}

.radio label:before {
  border-radius: 8px;
  display: inline-block;
  border: 1px solid #dadada;
}

.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}

input[type=radio] {
  display: none;
}

input[type=radio]:checked + label:before {
  content: "•";
  font-size: 26px;
  text-align: center;
  line-height: 11px;
  border: 1px solid #dadada;
}

/* EINDE STYLING RADIOBUTTONS */
#hoofdmenu {
  position: fixed;
  left: 0px;
  padding-top: 70px;
  height: 100%;
  width: 260px;
  background: #313c49;
  overflow-x: auto;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1270px) {
  #hoofdmenu {
    width: 60px;
  }
}
#hoofdmenu #title {
  background: #2C353E;
  padding: 14px 22px;
  color: #51637b;
  font-size: 15px;
  width: 100%;
  height: 50px;
  float: left;
  border-bottom: 1px solid #475260;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 1270px) {
  #hoofdmenu #title {
    font-size: 0px;
  }
}
#hoofdmenu li {
  list-style: none;
  width: 100%;
  float: left;
  border-bottom: 1px solid #475260;
}
#hoofdmenu li a {
  font-weight: 300;
  width: 100%;
  height: 50px;
  float: left;
  padding: 14px 22px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#hoofdmenu li a:hover {
  background: #2C353E;
}
#hoofdmenu li a.active {
  background: #2C353E;
}
#hoofdmenu li a .menu-item {
  float: left;
  -webkit-transition: font-size 0.2s ease-in;
  transition: font-size 0.2s ease-in;
}
@media screen and (max-width: 1270px) {
  #hoofdmenu li a .menu-item {
    font-size: 0px;
  }
}
#hoofdmenu li a .menu-icon {
  float: left;
  font-size: 18px;
  margin-right: 12px;
  height: 20px;
  width: 20px;
  line-height: 22px;
}
#hoofdmenu.menuopen {
  width: 260px !important;
}
#hoofdmenu.menuopen #title {
  font-size: 15px;
}
#hoofdmenu.menuopen .menu-item {
  font-size: 15px;
}

.no-padding {
  padding: 0px !important;
}

.box .row.formulieren {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px 200px 90px 75px;
  grid-template-columns: auto 200px 200px 90px 75px;
  padding: 10px 5px;
}
@media screen and (max-width: 770px) {
  .box .row.formulieren {
    -ms-grid-columns: auto 35px;
    grid-template-columns: auto 35px;
  }
}
.box .row.formulier_bewerken {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 180px 500px 200px 60px 75px;
  grid-template-columns: 180px 500px 200px 60px 75px;
  padding: 10px 5px;
  border-bottom: 0px;
}
@media screen and (max-width: 770px) {
  .box .row.formulier_bewerken {
    -ms-grid-columns: auto 35px;
    grid-template-columns: auto 35px;
  }
}

.btn.disable {
  cursor: auto;
  background: #e9edee;
  color: #232326;
}
.btn.disable:hover {
  background: #e9edee;
}

.inputveld.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inputveld.invoer-option {
  border-radius: 0;
  height: 42px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 44px);
  border: 0;
}
.inputveld.invoer.noborderradius {
  border-radius: 0px;
}

#structuurform {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dadada;
}
#structuurform .flag {
  margin-right: 15px;
}
#structuurform li {
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#structuurform li hr {
  float: left;
  width: 725px;
  height: 0;
  background: none;
  border-top: 1px dashed #dadada;
  margin: 15px 0 5px 0;
}
#structuurform li .hoofditemlabel {
  position: relative;
  border: 1px solid #dadada;
  border-right: 0px;
  background-color: #e9edee;
  float: left;
  width: 180px;
  color: #232326;
  padding: 10px 15px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuurform li .hoofditemlabel {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #dadada;
    padding: 4px 15px;
  }
}
#structuurform li .hoofditemtitel {
  position: relative;
  width: calc(100% - 180px);
  max-width: 500px;
  float: left;
  padding: 10px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
}
@media screen and (max-width: 600px) {
  #structuurform li .hoofditemtitel {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
  }
}
#structuurform li .hoofditemtitel .structure-edit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #232326;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &:hover {
      color: $branding-color;
  } 
  */
}
#structuurform li .afhankelijk {
  float: left;
  width: 200px;
}
#structuurform li .afhankelijk .dropdown {
  width: 100%;
  height: 44px;
  border-radius: 0;
}
#structuurform li .verplicht-edit {
  width: 60px;
  height: 44px;
}
#structuurform li .edit-form {
  height: 44px;
  border-radius: 0px 5px 5px 0px;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  padding: 4px 15px;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  line-height: 37px;
  color: #232326;
  text-decoration: none;
}
#structuurform li #structuursub, #structuurform li #structuursuboption {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
}
#structuurform li #structuursub li:last-child, #structuurform li #structuursuboption li:last-child {
  margin-bottom: 0px;
}
#structuurform li #structuursub .subitemlabel, #structuurform li #structuursuboption .subitemlabel {
  position: relative;
  border: 1px solid #dadada;
  border-right: 0px;
  width: 150px;
  background-color: #e9edee;
  float: left;
  color: #232326;
  padding: 10px 15px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuurform li #structuursub .subitemlabel, #structuurform li #structuursuboption .subitemlabel {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #dadada;
    padding: 4px 15px;
  }
}
#structuurform li #structuursub .subitemtitel, #structuurform li #structuursuboption .subitemtitel {
  position: relative;
  width: calc(100% - 150px);
  float: left;
  max-width: 500px;
  padding: 10px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  border-radius: 0px;
}
#structuurform li #structuursub .subitemtitel.option, #structuurform li #structuursuboption .subitemtitel.option {
  height: 44px;
  border-radius: 0 5px 5px 0;
}
#structuurform li #structuursub .subitemtitel.option .btn, #structuurform li #structuursuboption .subitemtitel.option .btn {
  height: 42px;
}
@media screen and (max-width: 600px) {
  #structuurform li #structuursub .subitemtitel, #structuurform li #structuursuboption .subitemtitel {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
  }
}
#structuurform li #structuursub .subitemtitel .structure-edit, #structuurform li #structuursuboption .subitemtitel .structure-edit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #232326;
  text-decoration: none;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &:hover {
      color: $branding-color;
  } 
  */
}

.ml-10 {
  margin-left: 10px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.delete-btn {
  background: #f14d4d !important;
}

.move-btn {
  padding: 14px 15px 13px 40px !important;
  height: 45px !important;
}
.move-btn:after {
  content: "\e656";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image {
  padding: 14px 45px 13px 15px !important;
}
.image:after {
  content: "\e633";
  font-family: "themify";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

.blocks {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 75px;
  grid-template-columns: 1fr 1fr 75px;
  padding: 10px 5px;
}
@media screen and (max-width: 770px) {
  .blocks {
    -ms-grid-columns: auto 35px;
    grid-template-columns: auto 35px;
  }
}

.selectBlock {
  width: 400px;
}

.box .content-container.no-border-top {
  border-top: 0;
  border-bottom: 1px dashed #dadada;
}

.block-iframe {
  width: 100%;
  background: #efefef;
  margin-bottom: 30px;
}

#blocks h3 .infoIcon {
  position: relative;
  margin-left: 10px;
  background: #dadada;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 12px;
  color: #232326;
  top: -2px;
}
#blocks h3 .infoIcon .icon {
  position: relative;
}

#blockinfo {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 30px minmax(0, 1fr) 30px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding: 60px;
  height: 100%;
}
#blockinfo .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-span: 1;
  grid-column: span 1/span 1;
}
#blockinfo .links h1 {
  font-family: "Khand", sans-serif;
  position: relative;
  width: 100%;
  float: left;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  color: #232326;
  margin-bottom: 15px;
}
#blockinfo .rechts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-column-span: 2;
  grid-column: span 2/span 2;
  padding: 60px;
  background: #e9edee;
}
#blockinfo .rechts img {
  max-width: 100%;
}
#blockinfo hr {
  height: 0;
  border: 1px dashed #dadada;
  margin: 60px 0;
}

#block-thumbs {
  position: absolute;
  top: 45px;
  left: 0px;
  width: 180px;
  height: calc(100% - 45px);
  padding-top: 20px;
}

#block-thums-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#block-thums-container.largegrid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

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

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

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

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

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

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

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

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

.full {
  width: 100%;
}

.sectie-main {
  width: 100%;
  float: left;
  padding: 0px;
}
.sectie-main .sectie-inner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.sectie-main .sectie-inner:before, .sectie-main .sectie-inner:after {
  content: "";
  display: table;
}
.sectie-main .sectie-inner:after {
  clear: both;
}

#topbar {
  width: 100%;
  height: 70px;
  float: left;
  background: #232326;
  position: fixed;
  z-index: 100;
}
#topbar #logo {
  max-width: 220px;
  float: left;
  margin: 15px 0px 0px 20px;
}
@media screen and (max-width: 420px) {
  #topbar #logo {
    max-width: 120px;
  }
}
#topbar .inbox {
  font-size: 19px;
  position: absolute;
  left: 0px;
  margin-left: -35px;
  top: -1px;
}
#topbar .inbox .new-message {
  position: absolute;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  right: 5px;
  font-size: 11px;
  line-height: 100%;
  padding-top: 2px;
  top: -4px;
  text-align: center;
  background: #f14d4d;
  color: #fff;
}
#topbar #nieuw {
  position: absolute;
  left: 310px;
  top: 27px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  font-weight: 300;
}
@media screen and (max-width: 530px) {
  #topbar #nieuw {
    left: 200px;
  }
}
#topbar #nieuw .ti-plus {
  margin-top: 2px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 530px) {
  #topbar #nieuw .username {
    display: none;
  }
}
#topbar #nieuw .menu-icon {
  margin-right: 12px;
}
@media screen and (max-width: 530px) {
  #topbar #nieuw .menu-icon {
    margin-right: 10px;
  }
}
#topbar #nieuw a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topbar #nieuw .nieuw_opties {
  background-color: #313c49;
  width: 180px;
  display: none;
  position: absolute;
  left: 0px;
  margin-top: 24px;
  text-align: left;
}
#topbar #nieuw .nieuw_opties a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #475260;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topbar #nieuw .nieuw_opties a:hover {
  background: #2c353e;
}
#topbar #gebruiker {
  position: absolute;
  right: 30px;
  top: 27px;
  color: #fff;
  font-size: 15px;
  line-height: 19px;
  text-align: right;
  font-weight: 300;
}
#topbar #gebruiker .ti-angle-down {
  margin-top: 2px;
  float: right;
  margin-left: 10px;
}
@media screen and (max-width: 530px) {
  #topbar #gebruiker .username {
    display: none;
  }
}
#topbar #gebruiker .menu-icon {
  margin-right: 12px;
}
@media screen and (max-width: 530px) {
  #topbar #gebruiker .menu-icon {
    margin-right: 10px;
  }
}
#topbar #gebruiker a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topbar #gebruiker .gebruiker_opties {
  background-color: #313c49;
  width: 180px;
  display: none;
  position: absolute;
  right: -15px;
  margin-top: 24px;
  text-align: left;
}
#topbar #gebruiker .gebruiker_opties a {
  display: block;
  width: 100%;
  padding: 10px 15px;
  border-bottom: 1px solid #475260;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#topbar #gebruiker .gebruiker_opties a:hover {
  background: #2c353e;
}

.picture-container {
  position: relative;
  height: 100%;
}
.picture-container picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picture-container picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

#content {
  width: 100%;
  float: left;
  padding: 95px 25px 25px 285px;
}
@media screen and (max-width: 1600px) {
  #content {
    padding: 82px 12px 12px 272px;
  }
}
@media screen and (max-width: 1270px) {
  #content {
    padding: 82px 12px 12px 72px;
  }
}
#content .container {
  width: 100%;
  float: left;
}

.box-container {
  width: 100%;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 670px) {
  .box-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.box {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  float: left;
  margin: 25px;
  border: 1px solid #dadada;
  border-top: 3px solid #e4e4e4;
}
@media screen and (max-width: 1600px) {
  .box {
    margin: 12px;
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .box {
    margin: 8px;
    padding: 20px;
  }
}
.box.box-1-2 {
  width: calc(50% - 50px);
}
@media screen and (max-width: 1600px) {
  .box.box-1-2 {
    width: calc(50% - 24px);
  }
}
.box.box-1-3 {
  width: calc(33.33333% - 50px);
}
@media screen and (max-width: 1600px) {
  .box.box-1-3 {
    width: calc(33.33333% - 24px);
  }
}
.box.box-2-3 {
  width: calc(66.66666% - 50px);
}
@media screen and (max-width: 1600px) {
  .box.box-2-3 {
    width: calc(66.66666% - 24px);
  }
}
.box.box-full {
  width: calc(100% - 50px);
}
@media screen and (max-width: 1600px) {
  .box.box-full {
    width: calc(100% - 24px);
  }
}
.box.kaal {
  background: none;
  border: none;
  padding: 0px;
}
.box .add-wrap {
  float: left;
}
.box .content-container {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dadada;
}
.box .content-container.mt-0 {
  margin-top: 0px;
}
.box .content-container .no-items {
  width: 100%;
  float: left;
  padding: 20px 0px;
  font-style: italic;
}
.box .info-bar {
  width: 100%;
  float: left;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.box .sidebar-box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.box .sidebar-box.stickysave {
  background: #fff;
  border-bottom: 1px solid #dadada;
  padding-bottom: 18px;
  z-index: 99;
}
.box .sidebar-box.stickysave.is_stuck {
  -webkit-box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 11px 5px -9px rgba(0, 0, 0, 0.4);
  border-bottom: 0px;
}
.box .sidebar-box:last-child {
  margin-bottom: 0px;
}
.box .sidebar-box .dropdown-title {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 4px 15px;
  font-size: 13px;
  background: #e9edee;
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #dadada;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
}
.box .info {
  clear: both;
  float: left;
  background: #e9edee;
  padding: 20px;
  margin: 10px 0px;
  color: #939798;
  font-weight: 500;
  font-style: italic;
  border-radius: 5px;
}
.box .info.fancy {
  background: #fff;
  margin-top: 0px;
  border: 1px solid #dadada;
  border-top: 3px solid #e4e4e4;
}
.box .info .download-auth {
  margin-top: 1rem;
  text-decoration: none !important;
  font-style: normal !important;
  color: #333 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.box .info .download-auth img {
  width: 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.box .info .download-auth:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.box .toggle-box {
  display: none;
  width: 100%;
  float: left;
  margin-top: 15px;
}
.box .row {
  width: 100%;
  float: left;
  padding: 5px 5px;
  border-bottom: 1px solid #dadada;
  color: #232326;
}
.box .row.login {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% 22% 33%;
  grid-template-columns: 40% 22% 33%;
}
@media screen and (max-width: 650px) {
  .box .row.login {
    -ms-grid-columns: 90px auto;
    grid-template-columns: 90px auto;
  }
}
.box .row.webinfo {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  word-break: break-all;
}
.box .row.sleutels {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px 100px 175px;
  grid-template-columns: auto 200px 100px 175px;
  padding: 10px 5px;
}
@media screen and (max-width: 800px) {
  .box .row.sleutels {
    -ms-grid-columns: auto 200px 100px 150px;
    grid-template-columns: auto 200px 100px 150px;
  }
}
@media screen and (max-width: 770px) {
  .box .row.sleutels {
    -ms-grid-columns: auto 100px 50px 75px;
    grid-template-columns: auto 100px 50px 75px;
  }
}
.box .row.laatstgewijzigd {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 125px 115px 75px 95px 55px;
  grid-template-columns: auto 125px 115px 75px 95px 55px;
  padding: 10px 5px;
}
@media screen and (max-width: 800px) {
  .box .row.laatstgewijzigd {
    -ms-grid-columns: auto 85px 95px 55px;
    grid-template-columns: auto 85px 95px 55px;
  }
}
@media screen and (max-width: 770px) {
  .box .row.laatstgewijzigd {
    -ms-grid-columns: auto 20px;
    grid-template-columns: auto 20px;
  }
}
.box .row.prullenbak {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 120px 150px 85px 95px;
  grid-template-columns: auto 120px 150px 85px 95px;
  padding: 10px 5px;
}
@media screen and (max-width: 960px) {
  .box .row.prullenbak {
    -ms-grid-columns: auto 120px 120px 95px;
    grid-template-columns: auto 120px 120px 95px;
  }
}
@media screen and (max-width: 770px) {
  .box .row.prullenbak {
    -ms-grid-columns: auto 120px 95px;
    grid-template-columns: auto 120px 95px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.prullenbak {
    -ms-grid-columns: auto 15px;
    grid-template-columns: auto 15px;
  }
}
.box .row.categorieen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 90px 75px;
  grid-template-columns: auto 90px 75px;
  padding: 10px 5px;
}
@media screen and (max-width: 770px) {
  .box .row.categorieen {
    -ms-grid-columns: auto 35px;
    grid-template-columns: auto 35px;
  }
}
.box .row.inlogpogingen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 10px 5px;
}
@media screen and (max-width: 770px) {
  .box .row.inlogpogingen {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 485px) {
  .box .row.inlogpogingen {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.box .row.allemedia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 2fr;
  grid-template-columns: 1fr 1fr 2fr;
  padding: 10px 5px;
}
.box .row.gebruikers {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 80px 80px;
  grid-template-columns: 1fr 1fr 1fr 1fr 80px 80px;
  padding: 10px 5px;
}
@media screen and (max-width: 960px) {
  .box .row.gebruikers {
    -ms-grid-columns: 1fr 1fr 1fr 80px 80px;
    grid-template-columns: 1fr 1fr 1fr 80px 80px;
  }
}
@media screen and (max-width: 800px) {
  .box .row.gebruikers {
    -ms-grid-columns: 1fr 100px 80px 80px;
    grid-template-columns: 1fr 100px 80px 80px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.gebruikers {
    -ms-grid-columns: 1fr 80px 80px;
    grid-template-columns: 1fr 80px 80px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.gebruikers {
    -ms-grid-columns: 1fr 30px 30px;
    grid-template-columns: 1fr 30px 30px;
  }
}
.box .row.socialmedia {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50px auto 110px 85px;
  grid-template-columns: 50px auto 110px 85px;
  padding: 10px 5px;
  word-break: break-all;
}
@media screen and (max-width: 770px) {
  .box .row.socialmedia {
    -ms-grid-columns: 50px auto 85px;
    grid-template-columns: 50px auto 85px;
  }
}
@media screen and (max-width: 670px) {
  .box .row.socialmedia {
    -ms-grid-columns: 50px auto 25px;
    grid-template-columns: 50px auto 25px;
  }
}
.box .row.updates {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 700px 20px 125px 20px 100px 20px 143px 20px 135px 20px 30px;
  grid-template-columns: auto 700px 125px 100px 143px 135px 30px;
  padding: 15px;
  grid-gap: 20px;
}
.box .row.updates:nth-child(odd) {
  background: #f6f6f6;
}
@media screen and (min-width: 1270px) and (max-width: 1400px) {
  .box .row.updates {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 30px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 30px 135px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .box .row.updates {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 30px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 30px 135px 30px;
  }
}
@media screen and (max-width: 800px) {
  .box .row.updates {
    -ms-grid-columns: auto 20px 135px 20px 30px;
    grid-template-columns: auto 135px 30px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.updates {
    -ms-grid-columns: auto 10px 20px;
    grid-template-columns: auto 20px;
    grid-gap: 10px;
  }
}
.box .row.webpaginas {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 110px 20px 125px 20px 30px 20px 143px 20px 135px 20px 30px;
  grid-template-columns: auto 110px 125px 30px 143px 135px 30px;
  padding: 15px;
  grid-gap: 20px;
}
.box .row.webpaginas.hidetaal {
  -ms-grid-columns: auto 20px 110px 20px 125px 20px 143px 20px 135px 20px 30px;
  grid-template-columns: auto 110px 125px 143px 135px 30px;
}
@media screen and (min-width: 1270px) and (max-width: 1400px) {
  .box .row.webpaginas.hidetaal {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 135px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .box .row.webpaginas.hidetaal {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 135px 30px;
  }
}
@media screen and (max-width: 800px) {
  .box .row.webpaginas.hidetaal {
    -ms-grid-columns: auto 20px 135px;
    grid-template-columns: auto 135px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.webpaginas.hidetaal {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
    grid-gap: 10px;
  }
}
.box .row.webpaginas:nth-child(odd) {
  background: #f6f6f6;
}
@media screen and (min-width: 1270px) and (max-width: 1400px) {
  .box .row.webpaginas {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 30px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 30px 135px 30px;
  }
}
@media screen and (max-width: 1200px) {
  .box .row.webpaginas {
    -ms-grid-columns: auto 20px 110px 20px 125px 20px 30px 20px 135px 20px 30px;
    grid-template-columns: auto 110px 125px 30px 135px 30px;
  }
}
@media screen and (max-width: 800px) {
  .box .row.webpaginas {
    -ms-grid-columns: auto 20px 135px 20px 30px;
    grid-template-columns: auto 135px 30px;
  }
}
@media screen and (max-width: 650px) {
  .box .row.webpaginas {
    -ms-grid-columns: auto 10px 20px;
    grid-template-columns: auto 20px;
    grid-gap: 10px;
  }
}
.box .row.formulieren {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px 200px 90px 75px;
  grid-template-columns: auto 200px 200px 90px 75px;
  padding: 10px 5px;
}
@media screen and (max-width: 770px) {
  .box .row.formulieren {
    -ms-grid-columns: auto 35px;
    grid-template-columns: auto 35px;
  }
}
.box .row.woningen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 20px 190px 20px 100px 20px 50px 20px 50px;
  grid-template-columns: auto 190px 100px 50px 50px;
  padding: 15px;
  grid-gap: 20px;
}
@media screen and (min-width: 1270px) and (max-width: 1400px) {
  .box .row.woningen {
    -ms-grid-columns: auto 20px 190px 20px 100px 20px 50px 20px 50px;
    grid-template-columns: auto 190px 100px 50px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .box .row.woningen {
    -ms-grid-columns: auto 20px 190px 20px 100px 20px 50px;
    grid-template-columns: auto 190px 100px 50px;
  }
}
@media screen and (max-width: 800px) {
  .box .row.woningen {
    -ms-grid-columns: auto 20px 100px 20px 50px;
    grid-template-columns: auto 100px 50px;
  }
}
@media screen and (max-width: 670px) {
  .box .row.woningen {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 5px;
  }
  .box .row.woningen .col.center {
    -ms-grid-column-align: left;
        justify-self: left;
  }
}
.box .row.woningen:nth-child(odd) {
  background: #f6f6f6;
}
.box .row.type {
  color: #b5b5b5;
  font-weight: 300;
  background: #fff !important;
}
@media screen and (max-width: 670px) {
  .box .row.type {
    display: none;
  }
}
.box .row .fat {
  font-weight: 600;
}
.box .row .col {
  padding-right: 15px;
}
@media screen and (max-width: 670px) {
  .box .row .col {
    padding-right: 0px;
  }
}
.box .row .col a {
  color: #232326;
  text-decoration: none;
}
.box .row .col img.preview-img {
  float: left;
  margin-right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 600px) {
  .box .row .col img.preview-img {
    display: none;
  }
}
.box .row .col:focus {
  outline: none;
}
.box .row .col.center {
  -ms-grid-column-align: center;
      justify-self: center;
}
.box .row .col.fat {
  font-weight: 600;
}
@media screen and (min-width: 1270px) and (max-width: 1400px) {
  .box .row .col.md-hide-overzicht {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .box .row .col.large-hide {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .box .row .col.md-hide {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .box .row .col.sm-ipad-hide {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .box .row .col.sm-mob-hide {
    display: none;
  }
}
@media screen and (max-width: 650px) {
  .box .row .col.extra-sm-mob-hide {
    display: none;
  }
}
.box .row .col .fa {
  margin-right: 25px;
}
.box .row .col .fa.fa-level-down {
  margin-right: 5px;
  margin-left: 5px;
}
.box .row .col .delete,
.box .row .col .edit {
  text-decoration: none;
  color: #232326;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.box .row .col .actief {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #53bf51;
  display: inline-block;
}
.box .row .col .inactief {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #f14d4d;
  display: inline-block;
}
.box .row .col .page-title {
  display: block;
  font-weight: 600;
}
.box .row .col .page-text {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #797979;
}
.box .row .col .page-kenmerken {
  float: left;
  color: #232326;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  background: #e9edee;
  margin-top: 10px;
}
.box h3 {
  font-family: "Khand", sans-serif;
  position: relative;
  width: 100%;
  float: left;
  font-size: 22px;
  padding-left: 35px;
  font-weight: 400;
  line-height: 100%;
  color: #232326;
  margin-bottom: 40px;
}
@media screen and (max-width: 670px) {
  .box h3 {
    font-size: 20px;
  }
}
.box h3 .icon {
  position: absolute;
  left: 0px;
  top: 0px;
}
.box h3:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 3px;
  opacity: 0;
  bottom: -22px;
  left: 0px;
  -webkit-animation: treklijntje 0.5s linear 0.7s forwards;
          animation: treklijntje 0.5s linear 0.7s forwards;
}

@media screen and (max-width: 1600px) {
  .box.lg-box-full {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 1024px) {
  .box.md-box-1-2 {
    width: calc(50% - 24px);
  }
  .box.md-box-full {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 800px) {
  .box.sm-box-full {
    width: calc(100% - 24px);
  }
}
@media screen and (max-width: 500px) {
  .box {
    width: calc(100% - 16px) !important;
  }
}
@-webkit-keyframes treklijntje {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 100px;
    opacity: 1;
  }
}
@keyframes treklijntje {
  from {
    width: 0px;
    opacity: 1;
  }
  to {
    width: 100px;
    opacity: 1;
  }
}
#filters {
  float: right;
}
@media screen and (min-width: 1270px) and (max-width: 1295px) {
  #filters {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1100px) {
  #filters {
    width: 100%;
    float: left;
    margin-top: 10px;
  }
}
@media screen and (max-width: 960px) {
  #filters .inputveld {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 800px) {
  .full-mob {
    width: 100%;
    margin-bottom: 10px;
  }
}

.drag-and-drop {
  position: relative;
}
.drag-and-drop .button-input {
  position: absolute;
  top: 27%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.drag-and-drop i {
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 1.25rem;
}
.drag-and-drop .form-control-file {
  position: relative;
  width: 100%;
  height: 200px;
  outline: none;
  visibility: hidden;
  cursor: pointer;
  background-color: #313c49;
  -webkit-box-shadow: 0 0 5px solid #00adf2;
          box-shadow: 0 0 5px solid #00adf2;
}
.drag-and-drop .form-control-file:before {
  content: attr(data-title);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 1.5rem);
  height: 150px;
  line-height: 2em;
  font-size: 1.75rem;
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 1;
  visibility: visible;
  text-align: center;
  vertical-align: middle;
  border: 0.25em dashed #00adf2;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  overflow: hidden;
}
.drag-and-drop .form-control-file:hover:before {
  border-style: solid;
  -webkit-box-shadow: inset 0px 0px 0px 0.25em #00adf2;
          box-shadow: inset 0px 0px 0px 0.25em #00adf2;
}

.btn {
  font-family: "Source Sans Pro", sans-serif;
  padding: 14px 15px;
  color: #fff;
  border-radius: 5px;
  height: 40px;
  border: 0px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
  position: relative;
}
.btn.disabled, .btn[disabled=disabled] {
  background: #dadada;
  pointer-events: none;
  cursor: default;
  opacity: 0.7;
}
.btn:focus {
  outline: 0;
}
.btn:hover {
  cursor: pointer;
}
.btn.fl-left {
  float: left;
}
.btn.fl-right {
  float: right;
}
.btn.small {
  padding: 8px 10px;
  font-size: 12px;
}
.btn.arrow {
  padding: 14px 45px 13px 15px;
}
.btn.arrow:after {
  content: "\e628";
  font-family: "themify";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.browse {
  border-radius: 0px 5px 5px 0px;
  height: 45px;
  padding: 15px 45px 13px 15px;
}
@media screen and (max-width: 800px) {
  .btn.browse {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}
.btn.size-20 {
  width: 20%;
}
@media screen and (max-width: 800px) {
  .btn.size-20 {
    width: 130px;
    border-radius: 0px 0px 5px 0px;
  }
}
@media screen and (max-width: 600px) {
  .btn.size-20 {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}
.btn.save {
  padding: 14px 15px 13px 40px;
}
.btn.save:after {
  content: "\e746";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.edit {
  padding: 14px 15px 13px 40px;
}
.btn.edit:after {
  content: "\e61d";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.upload {
  padding: 14px 15px 13px 40px;
}
.btn.upload:after {
  content: "\e63e";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.search {
  padding: 14px 15px 13px 40px;
}
.btn.search:after {
  content: "\e610";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.back {
  padding: 14px 15px 13px 40px;
}
.btn.back:after {
  content: "\e629";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn.nieuw {
  padding: 14px 15px 13px 40px;
}
.btn.nieuw:after {
  content: "\e61a";
  font-family: "themify";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.error {
  float: left;
  background: #f14d4d;
  color: #fff;
  padding: 7px 15px;
  font-weight: 300;
  border-radius: 5px;
  margin-bottom: 10px;
}

.inputveld {
  position: relative;
  font-family: "Source Sans Pro", sans-serif;
  float: left;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 7px 15px;
  font-size: 14px;
  outline: 0;
  line-height: 18px;
  -webkit-appearance: none;
}
.inputveld.foutveld {
  border-left: 2px solid #f14d4d;
}
.inputveld.dropdown {
  background-image: url(../images/angle-down.svg);
  background-size: 15px;
  background-position: top 13px right 15px;
  background-repeat: no-repeat;
}
.inputveld.dropdown.extra-pad {
  padding: 7px 60px 7px 15px;
}
.inputveld.breed-40 {
  width: 40%;
}
.inputveld.sidebar {
  border-radius: 0px 0px 5px 5px;
}
.inputveld.media {
  padding: 10px;
}
.inputveld.invoer {
  border-radius: 0px 5px 5px 0px;
  height: 45px;
  width: calc(100% - 200px);
  margin-bottom: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}
.inputveld.invoer.small-20 {
  width: 20%;
  float: left;
  border-left: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-20 {
    width: 130px;
    border-radius: 0px 0px 5px 0px;
  }
}
@media screen and (max-width: 600px) {
  .inputveld.invoer.small-20 {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
    border-left: 1px solid #dadada;
  }
}
.inputveld.invoer.small-30 {
  width: 30%;
  float: left;
  border-left: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-30 {
    width: 50%;
  }
}
.inputveld.invoer.small-50 {
  width: calc(50% - 100px);
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-50 {
    width: 50%;
    border-radius: 0px 0px 5px 0px;
  }
}
@media screen and (max-width: 450px) {
  .inputveld.invoer.small-50 {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}
.inputveld.invoer.small-50.first {
  border-radius: 0px;
  border-right: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-50.first {
    border-radius: 0px 0px 0px 5px;
  }
}
@media screen and (max-width: 450px) {
  .inputveld.invoer.small-50.first {
    border-radius: 0px 0px 0px 0px;
    border-right: 1px solid #dadada;
    border-bottom: 0px;
  }
}
.inputveld.invoer.small-70 {
  width: calc(70% - 200px);
  float: left;
  border-radius: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-70 {
    width: 50%;
  }
}
.inputveld.invoer.small-80 {
  width: calc(80% - 200px);
  float: left;
  border-radius: 0px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.small-80 {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 600px) {
  .inputveld.invoer.small-80 {
    width: 100%;
  }
}
.inputveld.invoer.radio {
  padding: 14px 15px;
}
.inputveld.invoer.radio label {
  position: relative;
  border: 0px;
  border-right: 0;
  background-color: #fff;
  float: none;
  width: auto;
  color: #232326;
  padding: 0px;
  height: 20px;
  display: inline-block;
  padding-left: 25px;
  margin-right: 15px;
}
.inputveld.invoer.radio .show-qr {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-46%);
          transform: translateY(-46%);
  font-size: 30px;
  color: #333 !important;
  height: 30px;
  width: 30px;
  background-size: contain !important;
}
.inputveld.invoer.radio .show-qr svg {
  height: 20px;
  width: 20px;
}
.inputveld.invoer.radio .qr-code {
  border-radius: 0.675rem;
}
.inputveld.invoer.checkbox {
  padding: 14px 15px;
}
.inputveld.invoer.checkbox label {
  position: relative;
  border: 0px;
  border-right: 0;
  background-color: #fff;
  float: none;
  width: auto;
  color: #232326;
  padding: 0px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 800px) {
  .inputveld.invoer.suboptie {
    margin-left: 15px;
    width: calc(100% - 15px);
  }
}

.textveld {
  font-family: "Source Sans Pro", sans-serif;
  float: left;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  padding: 15px;
  font-size: 14px;
  outline: 0;
  line-height: 18px;
  margin-bottom: 10px;
  -webkit-appearance: none;
}
.textveld.sidebar {
  border-radius: 0px 0px 5px 5px;
}
.textveld.invoer {
  width: calc(100% - 200px);
  border-radius: 0px 5px 5px 5px;
}
@media screen and (max-width: 800px) {
  .textveld.invoer {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
  }
}

#files::-webkit-file-upload-button {
  visibility: hidden;
}

#files::before {
  content: "selecteren";
  display: block;
  color: #fff;
  font-size: 14px;
  width: auto;
  padding: 13px 25px 0px 25px;
  border-radius: 0px 5px 5px 0px;
  text-decoration: none;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 0;
  cursor: pointer;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #ababae;
  font-weight: 300;
  font-size: 14px;
  line-height: normal !important;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #ababae;
  font-weight: 300;
  font-size: 14px;
  line-height: normal !important;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #ababae;
  font-weight: 300;
  font-size: 14px;
  line-height: normal !important;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #ababae;
  font-weight: 300;
  font-size: 14px;
  line-height: normal !important;
}

input::placeholder,
textarea::placeholder {
  font-family: "Source Sans Pro", sans-serif;
  color: #ababae;
  font-weight: 300;
  font-size: 14px;
  line-height: normal !important;
}

.form-box {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.form-group {
  position: relative;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.form-group #passwordAlert {
  width: 100%;
  float: left;
  color: #f14d4d;
  margin-top: 10px;
}
.form-group label, .form-group .btn-label {
  position: relative;
  border: 1px solid #dadada;
  border-right: 0;
  background-color: #e9edee;
  float: left;
  width: 200px;
  color: #232326;
  padding: 10px 15px;
  height: 45px;
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 800px) {
  .form-group label, .form-group .btn-label {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    border-right: 1px solid #dadada;
    padding: 4px 15px;
    height: auto;
  }
}
.form-group label.suboptie, .form-group .btn-label.suboptie {
  width: 185px;
  margin-left: 15px;
}
@media screen and (max-width: 800px) {
  .form-group label.suboptie, .form-group .btn-label.suboptie {
    width: calc(100% - 15px);
  }
}
.form-group .btn-label:hover {
  color: #fff !important;
}

#nummeringwrap {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#nummeringwrap .nummering {
  float: left;
  width: 25px;
  height: 25px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding-top: 2px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#structuur {
  width: 100%;
  float: left;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #dadada;
}
#structuur .flag {
  margin-right: 15px;
}
#structuur li {
  position: relative;
  list-style: none;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#structuur li .delete-block {
  font-size: 16px;
  text-decoration: none;
  color: #00adf2;
  margin-top: 14px;
  margin-left: 10px;
  float: left;
}
#structuur li .hoofditemlabel {
  position: relative;
  border: 1px solid #dadada;
  border-right: 0px;
  background-color: #e9edee;
  float: left;
  width: 180px;
  color: #232326;
  padding: 10px 15px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuur li .hoofditemlabel {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #dadada;
    padding: 4px 15px;
  }
}
#structuur li .hoofditemtitel {
  position: relative;
  width: calc(100% - 180px);
  max-width: 500px;
  float: left;
  padding: 10px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuur li .hoofditemtitel {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
  }
}
#structuur li .hoofditemtitel .structure-edit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #232326;
  line-height: 100%;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &:hover {
      color: $branding-color;
  }
  */
}
#structuur li #structuursub {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
}
#structuur li #structuursub li:last-child {
  margin-bottom: 0px;
}
#structuur li #structuursub .subitemlabel {
  position: relative;
  border: 1px solid #dadada;
  border-right: 0px;
  width: 150px;
  background-color: #e9edee;
  float: left;
  color: #232326;
  padding: 10px 15px;
  border-radius: 5px 0px 0px 5px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuur li #structuursub .subitemlabel {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    border-right: 1px solid #dadada;
    padding: 4px 15px;
  }
}
#structuur li #structuursub .subitemtitel {
  position: relative;
  width: calc(100% - 150px);
  float: left;
  max-width: 500px;
  padding: 10px 15px;
  border: 1px solid #dadada;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.06);
  border-radius: 0px 5px 5px 0px;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  #structuur li #structuursub .subitemtitel {
    width: 100%;
    border-radius: 0px 0px 5px 5px;
    border-top: 0px;
  }
}
#structuur li #structuursub .subitemtitel .structure-edit {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #232326;
  text-decoration: none;
  line-height: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &:hover {
      color: $branding-color;
  }
  */
}

.tinymce-wrap {
  width: calc(100% - 200px);
  float: left;
}
@media screen and (max-width: 700px) {
  .tinymce-wrap {
    width: 100%;
  }
}
.tinymce-wrap .mce-btn button {
  height: 37px !important;
}

.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80vw;
  max-height: 80vh;
  margin: 0;
}

@media screen and (max-width: 1320px) {
  .fancybox-slide--iframe .fancybox-content {
    width: 100%;
    max-width: 95vw;
    max-height: 95vh;
  }
}
.fancybox-iframe {
  border-radius: 5px !important;
}
.fancybox-iframe .alert {
  top: 5px !important;
}

.fancybox-wrap {
  padding: 30px;
  float: left;
}
@media screen and (max-width: 1150px) {
  .fancybox-wrap {
    padding: 10px;
  }
}

#contentLeft,
#content-doc-Left,
#content-doc-woning-Left {
  width: 100%;
  float: left;
  margin-bottom: 40px;
  margin-top: 20px;
}
#contentLeft li,
#content-doc-Left li,
#content-doc-woning-Left li {
  width: 20%;
  float: left;
  padding: 5px;
  list-style: none;
  aspect-ratio: 3.5/4;
}
@media screen and (min-width: 1024px) and (max-width: 1160px) {
  #contentLeft li,
  #content-doc-Left li,
  #content-doc-woning-Left li {
    width: 25%;
  }
}
#contentLeft .middentekst,
#content-doc-Left .middentekst,
#content-doc-woning-Left .middentekst {
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #dadada;
  border-top: 3px solid #e4e4e4;
}
#contentLeft .sort-wrap,
#content-doc-Left .sort-wrap,
#content-doc-woning-Left .sort-wrap {
  position: relative;
  padding: 5px 5px 30px 5px;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  text-transform: uppercase;
  font-size: 10px;
  border: 1px solid #dadada;
}
#contentLeft .sort-wrap img,
#content-doc-Left .sort-wrap img,
#content-doc-woning-Left .sort-wrap img {
  border-radius: 5px 5px 0px 0px;
}
#contentLeft .sort-wrap .soort-image,
#content-doc-Left .sort-wrap .soort-image,
#content-doc-woning-Left .sort-wrap .soort-image {
  position: absolute;
  left: 10px;
  bottom: 2px;
}
#contentLeft .sort-wrap .delete-image,
#content-doc-Left .sort-wrap .delete-image,
#content-doc-woning-Left .sort-wrap .delete-image {
  position: absolute;
  right: 10px;
  bottom: 6px;
  font-size: 13px;
  text-decoration: none;
  color: #232326;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &:hover {
      color: $branding-color;
  }
  */
}

.afbeelding {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.afbeelding-info {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}

.maxtekens {
  float: right;
}

.google-voorbeeld {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.google-voorbeeld .metatitle {
  color: #1a0dab;
  font-size: 17px;
  line-height: 20px;
}
.google-voorbeeld .metaurl {
  color: #006621;
  line-height: 18px;
}
.google-voorbeeld .metadesc {
  color: #545454;
  width: 100%;
  max-width: 450px;
  float: left;
  font-size: 13px;
  line-height: 17px;
}

.vraagfout {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  color: #f14d4d;
}