html, body {
  font-family: verdana, Arial, Helvetica, sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: 'Aniuk';
  src: url('../../../font/Aniuk_Regular.eot');
  src: url('../../../font/Aniuk_Regular.svg#Aniuk') format('svg'), url('../../../font/Aniuk_Regular.eot?#iefix') format('embedded-opentype'), url('../../../font/Aniuk_Regular.woff') format('woff'), url('../../../font/Aniuk_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* ============================
  Firefox announcement
  ============================= */

  @supports (-webkit-appearance:none){
  .wrapper {
    display: none;
  }
  }
  @supports (-ms-appearance:none){
  .wrapper {
    display: none;
  }
  }
  /* body:not(:-moz-handler-blocked) */
  @supports (-moz-appearance:none){
    .wrapper {
      display: block;
    }
  }
  .inner {
    margin: 0px auto;
    width: 90%;
  }
  img[src="/contentMNL/campagnes/efficiency/images/firefox-schild.PNG"] {
    margin-bottom: -5px;
  }
  label.firefox {
    border-bottom: none;
    margin-bottom: 0;
    z-index: 1;
    border-radius: 4px;
    padding: 13px 13px 13px 0;
  }
  input[type=checkbox] {
    display: none;
  }
  input[type=checkbox] ~ label {
    background: #7bb645;
    width: 50px;
    color: #fff;
    display: block;
    text-align: right;
    font-family: Verdana, Arial, sans-serif;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    top: 62%;
    left: 45%;
  }
  input[type=checkbox]:checked ~ label ~ .firefox-content {
    opacity: 0;
    height: 0;
    display: none;
  }
  input[type=checkbox]:checked ~ label {
    opacity: 0;
    height: 0;
    display: none;
  }
  input[type=checkbox]:checked ~ div.inner {
    opacity: 0;
    height: 0;
    display: none;
  }
  .firefox-content {
    background: #ffffff;
    height: 100%;
    width: 100%;
    padding: 16px;
    display: block;
    border-radius: 4px;
    padding-bottom: 70px;
    font-family: Verdana, Arial, sans-serif;
    border: 1px solid #e2e2e2;
    box-shadow: 0 4px #f5f5f5;
    position: relative;
    margin: 20px 0;
  }
  .firefox-content h1 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 800;
  }
  .firefox-content p {
    margin-bottom: 20px;
    font-size: 12px;
    margin-top: 12px;
    line-height: 16px;
  }

/* ==============================
    CONTROLS/FILTERS
================================ */

.controls {
  padding-top: 20px;
  padding-bottom: 0;
  color: #575756;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.control {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 10px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  color: 575756;
  border: 1px solid #f5f5f5;
  transition: background 150ms;
}

.control.active {
  color: #ffffff;
  background: #35a8e0;
  border: 1px solid #35a8e0;
}

.control.active:hover {
  border: 1px solid #35a8e0 !important;
}

.control:first-of-type {
  margin-left: 0;
}

.control:last-of-type {
  margin-right: 0;
}

.control:hover {
  border: 1px solid #575756;
  transition: 1s;
}

.dropdown {
  display: none;
}

ul.dropdown-menu {
  background: #f5f5f5;
}

li button.drpdwn {
  background: none;
  border: none;
  margin: 0 !important;
  padding: 5px !important;
  color: #575756;
  border: 1px solid #f5f5f5;
  width: 220px !important;
}

li button.drpdwn.mixitup-control-active {
  background: #35A8E0;
  color: #ffffff !important;
}

li button.drpdwn:hover {
  border: 1px solid #575756 !important;
  transition: 1s;
}

button.btn {
  background: #35A8E0;
  border: #35A8E0;
}

button.btn:hover {
  background: #f5f5f5;
  border: #f5f5f5;
  color: #575756;
}

.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background: #35A8E0 !important;
  border: #35A8E0 !important;
}

.mixitup-control-active {
  background: #35A8E0;
}

.mixitup-control-active:hover {
  color: #ffffff;
}

.control[data-filter] {
  margin-left: .75rem;
}

.filtering {
  width: 96%;
  margin-left: 38px;
  margin-right: auto;
}

div.searchfield {
  width: 48%;
  margin-top: 20px;
  left: 51%;
  display: inline;
  float: right;
}

div.searchfield input.input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
}

input.input:hover {
  border: 1px solid #575756;
  transition: 1s;
}

/* ====================================
    CONTAINER
====================================== */

.container {
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-size: 16px;
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
  column-count: 4;
  overflow: hidden;
}

/* =========================================
    STYLING BLOCKS
============================================ */

div.mix {
  display: none;
  break-inside: avoid;
  margin: 10px;
  max-width: 240px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.15);
  z-index: 1;
  padding-top: 0;
}

div.image {
  width: 238px;
}

div.imageblock img {
  border-radius: 4px;
  border: none;
  margin-left: 0 !important;
}

div.image a img {
  border-radius: 4px 4px 0 0;
  border: none;
  width: 238px;
}

a:focus, a:hover {
  border: none !important;
}

div.mix.block {
  border: 0;
  box-shadow: none;
  background: #36A9E1;
  width: 240px;
  height: 240px;
  position: relative;
}

div.verdieping div.mix.block {
  margin-left: 15px;
}

.block p.block-text {
  font-family: 'Aniuk', Arial, Verdana, sans-serif;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  margin-right: 10px;
  line-height: 24px;
}

div.content h6 {
  color: #575756;
  width: 220px;
  font-weight: 800;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  float: left;
}

div.content p.text {
  color: #575756;
  font-size: 12px;
  margin-top: 0;
  margin-bottom: 15px;
}

.tags ul.filter-tags {
  position: relative;
  width: 238px;
  font-weight: 800;
  background: #f5f5f5;
  display: inline-block;
  font-size: 10px;
  text-align: left;
  color: #575756;
  border-radius: 0 0 4px 4px;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 5px;
}

div.list-items {
  position: relative;
  margin-top: -20px;
  margin-left: 35px;
}

.tags ul li {
  display: inline;
}

.tags ul li button {
  font-weight: normal;
  margin: 5px 2.5px 2.5px 2.5px;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  padding: 5px;
  color: #575756;
  background: #ffffff;
}

.tags ul li a {
  text-decoration: none;
  color: #575756;
}

.tags ul li button:hover {
  background: #e2e2e2;
  padding: 5px;
  border-radius: 15px;
}

.tags ul li button.active {
  background: #e2e2e2;
  padding: 5px;
  border-radius: 15px;
}

.tags ul li button.active:hover {
  border: 1px solid #e2e2e2 !important;
  color: #575756 !important;
}

div.content {
  margin: 10px;
  text-align: left;
}

div.content a.click-through {
  color: #36a9e1;
  text-decoration: underline;
  display: block;
  font-size: 12px;
}

a.click-through.mixitup-control-active {
  background: none;
  border: none;
}

div.content p.blocks {
  font-size: 10px;
  color: #949494;
  border: 1px solid #949494;
  border-radius: 4px;
  padding: 5px;
  margin: 10px 0;
  display: inline;
}

div.content p.date {
  font-size: 10px;
  color: #949494;
  display: inline;
  margin-top: 4px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  float: right;
}

img[src="/contentMNL/campagnes/efficiency/images/calendericon.png"] {
  width: 12px;
  margin-top: -4px;
  margin-right: 7px;
}

/* ================================
    MODAL
  ================================= */

div.mix.block-modal {
  display: inline-block;
  border: 0;
  box-shadow: none;
  background: #36A9E1;
  width: 240px;
  height: 240px;
  position: relative;
}

.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.modal {
  padding: 0 !important;
}

.modal-content {
  overflow-x: scroll;
  height: 100%;
  width: 90%;
  margin: auto;
}

.modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  display: block;
}

.modal-body {
  width: 100%;
  height: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.modal-header {
  border: none !important;
  width: 65%;
  margin-right: 0;
}

.modal-header .btn {
  margin-bottom: 10px;
  font-size: 12px;
  width: 170px;
  display: inline-block;
  color: #575756;
  background: #ffffff;
  border: 1px solid #575756;
  margin-left: 10px !important;
}

.modal-header .btn:hover {
  background: #f5f5f5;
  border: 1px solid #575756;
}

div.modalcontent h4 {
  display: block;
  color: #575756;
  font-weight: 800;
  font-size: 20px;
  margin: 10px;
}

div.modalcontent {
  margin: 10px;
}

.verdieping {
  display: inline-block;
  float: right !important;
  width: 20% !important;
  position: absolute;
  top: 65px;
  left: 65%;
}

div.blog {
  width: 65%;
  margin-right: 0;
  display: inline-block;
  margin-left: 15px;
}

div.blog-content {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

div.contact button {
  width: 240px;
  background: #fcb040;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fcb040;
  margin-top: 20px;
  margin-bottom: 10px;
}

div.contact button a {
  text-decoration: none;
  color: #ffffff;
}

h5 {
  font-size: 14px !important;
  font-weight: 800 !important;
  text-align: center;
  margin: 0 !important;
  width: 268px !important;
  background: #f5f5f5;
  padding: 10px 10px 10px 10px;
  border-radius: 4px 4px 0 0;
}

div.mix-side {
  display: inline-block;
  margin: 10px 15px;
  width: 240px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  box-shadow: 0 2px rgba(0, 0, 0, 0.15);
}

header.mix-header {
  border-radius: 0 0 4px 4px;
  background: #f5f5f5;
  margin-top: 0;
}

div.paper-image {
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
}

header h6 {
  margin-top: 0;
  font-size: 13px;
  font-weight: 800;
  padding: 10px;
}

button.download {
  width: 220px;
  background: #fcb040;
  color: #ffffff;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fcb040;
}

.download-link {
  text-decoration: none;
  color: #ffffff;
}

/* MODAL BOTTOM */

a[href="https://www.manutan.nl/blog"] {
  display: none !important;
}

.wp-embed-meta {
  display: none !important;
}

.wp-embed {
  border-radius: 4px !important;
  box-shadow: 0 2px rgba(0, 0, 0, 0.15) !important;
  border: 1px solid #d9d9d9 !important;
}

/* ==========================
      Responsive
============================= */

@media only screen and (min-width: 1500px) {
  .filtering {
    width: 1090px
  }
  input[type=checkbox] ~ label {
    top: 210px;
  }
}

@media only screen and (min-width: 1450px) {
  div.contact button {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1400px) {
  .container {
    width: 1090px;
  }
  .filtering {
    width: 1058px !important;
  }
}

/* Small viewports — Old monitors, netbooks, tablets (landscape), etc. */

@media only screen and (max-width: 1325px) {
  .container {
    column-count: 3;
  }
  div.controls {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .dropdown {
    display: none !important;
  }
  div.searchfield {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none;
  }
  input[type=checkbox] ~ label {
    top: 265px;
  }
  /* ================================
        MODAL
      ================================= */
  .modal-content {
    margin-left: auto;
    margin-right: auto;
  }
  .mix-side {
    margin: 0 !important;
  }
  .verdieping {
    float: right;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    column-width: 240px;
  }
  div.blog {
    width: 65% !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Even smaller viewports — more tablets, etc. */

@media only screen and (max-width: 1065px) {
  .container {
    width: 90%;
    column-count: 3;
  }
  div.searchfield {
    margin-top: 10px;
  }
  .filtering {
    width: 96%;
    margin-left: 15px;
  }
  input[type=checkbox] ~ label {
    top: 260px;
  }
  /* ================================
        MODAL
      ================================= */
  .modal-body {
    width: 100% !important;
  }
  .verdieping {
    position: initial;
    float: none !important;
    column-count: 1;
    column-width: 240px;
    width: 260px !important;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  div.blog {
    width: 100% !important;
  }
  @media only screen and (max-width: 1049px) {
    .filtering {
      margin-left: 15px;
    }
  }
  @media only screen and (max-width: 895px) {
    .container {
      column-count: 2;
      width: 70%;
    }
    input[type=checkbox] ~ label {
      top: 270px;
    }
  }
  @media only screen and (max-width: 785px) {
    .container {
      width: 80%;
    }
    .blog {
      width: 100%;
    }
    div.contact button {
      margin-left: 15px;
    }
  }
  @media only screen and (max-width: 720px) {
    .container {
      width: 100%;
    }
    .verdieping {
      column-count: 1;
      width: 260px !important;
      margin-left: 20%;
      margin-right: auto;
    }
    div.verdieping div.mix.block {
      display: table;
      margin-left: 15px !important;
      margin-bottom: 20px;
    }
    div.mix-side {
      display: inline-block;
      margin-left: 15px !important;
    }
  }
  @media only screen and (max-width: 700px) {
    .blog {
      width: 80% !important;
      margin-left: auto;
      margin-right: auto;
    }
    div.contact button {
      margin-left: 10px;
    }
  }
  @media only screen and (max-width: 690px) {
    .container {
      column-count: 1;
      width: 43% !important;
    }
  }
  /* Mobile phones (Landscape) and Tablets (Portrait) */
  @media only screen and (max-width: 640px) {
    .container {
      width: 90%;
      margin-left: auto !important;
      margin-right: auto !important;
      padding: 0 !important;
      column-count: 1;
      column-width: 240px;
    }
    div.mix {
      margin-top: 20px;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .controls {
      display: none !important;
    }
    .dropdown {
      display: block !important;
      width: 240px;
      margin-top: 10px;
    }
    div.dropdown button {
      width: 240px;
      padding: 10px 0;
      margin-bottom: 10px;
      font-size: 14px;
    }
    div.dropdown ul {
      width: 240px;
      display: none;
    }
    div.dropdown ul li {
      text-align: center;
    }
    div.container {
      margin: 0;
    }
    div.searchfield {
      width: 240px;
    }
    div.searchfield input.input {
      width: 240px;
    }
    /* ================================
        MODAL
      ================================= */
    div.blog-content {
      width: 100%;
    }
    .modal-body {
      width: 100%;
    }
    div.contact {
      display: inline;
      margin-left: 5px;
    }
    div.contact button {
      margin-left: 20px;
      margin-bottom: 0;
    }
    div.verdieping div.mix.block {
      display: table;
      margin-left: 15px !important;
      margin-bottom: 20px;
    }
    div.mix-side {
      display: inline-block;
      margin-top: 0;
    }
    .blog {
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media only screen and (max-width: 530px) {
    .container {
      width: 240px !important;
      column-count: 1 !important;
      column-width: 240px !important;
    }
    div.mix-side {
      position: inherit;
    }
    div.contact button {
      width: 240px;
      margin-left: 10px;
    }
    input[type=checkbox] ~ label {
      top: 300px;
    }
  }
  /* Mobile phones (Portrait) */
  @media only screen and (max-width: 480px) {
    /* .container {
      column-count: 1;
      column-width: 240px;
      width: 240px;
    } */
    /* ================================
        MODAL
      ================================= */
    div.blog {
      margin-bottom: 20px;
    }
    .modal-body {
      width: 100% !important;
    }
    .modal-header .btn {
      display: block;
      background: #ffffff;
      border: 1px solid #575756;
    }
    .verdieping {
      margin-left: 5%;
    }
    .verdieping div.mix.block {
      display: inline-block;
    }
    div.contact {
      display: inline-block;
    }
    div.mix-side {
      position: absolute;
      margin-top: 10px;
      margin-left: 20px;
    }
  }

  @media only screen and (max-width: 365px) {
    input[type=checkbox] ~ label {
      top: 320;
    }
  }

  @media only screen and (max-width: 350px) {
    input[type=checkbox] ~ label {
      top: 340px;
    }
  }
