@import url("fonts/fonts.css");
html,
body {
  color: #000;
  font-size: 17px;
  font-weight: 300;
  font-family: "DIN Next LT Pro", sans-serif;
}

@media (max-width: 1100px) {
  html,
  body {
    font-size: 15px;
  }
}

@media (max-width: 950px) {
  html,
  body {
    font-size: 14px;
  }
}

@media (max-width: 520px) {
  html,
  body {
    font-size: 13px;
  }
}

@media (max-width: 520px) {
  body {
    background-size: cover;
  }
}

*:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #000;
}

h1 {
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  margin: 0;
  line-height: 1em;
}

h2 {
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  margin: 0.5em 0 0.125em 0;
  line-height: 1em;
}

h3,
h4,
h5 {
  margin: 0.5em 0 0 0;
}

p {
  margin: 0 0 1em;
  line-height: 1.25em;
}

a {
  color: #000;
}

a:visited {
  color: #000;
}

strong {
  font-weight: 700;
}

@media (max-width: 1100px) {
  .wrapper {
    margin: 0 2em;
  }
}

.hoofd-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13em;
      grid-template-columns: 1fr 13em;
  grid-gap: 3em;
}

.primary-grid {
  max-width: 1440px;
  margin-left: 3em;
}

@media (max-width: 1100px) {
  .primary-grid {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.secondary-grid {
  max-width: 875px;
  margin-left: 3em;
}

@media (max-width: 1100px) {
  .secondary-grid {
    margin: 0 auto;
  }
}

@media (min-width: 1350px) {
  .secondary-grid {
    max-width: calc(100vw - 400px);
  }
}

.social ul {
  margin: 0;
  padding: 0;
}

.social ul li {
  display: inline-block;
  margin: 0 1em 0 0;
}

.social ul li a {
  display: inline-block;
  width: 1.25em;
  height: 1.25em;
  background: url("../img/insta-icon.svg") no-repeat;
  background-size: contain;
}

.social ul li.facebook a {
  background-image: url("../img/facebook-icon.svg");
}

.social ul li.twitter a {
  position: relative;
  top: 2px;
  background-image: url("../img/twitter-icon.svg");
}

.social.donker li.insta a {
  background-image: url("../img/insta-icon-black.svg");
}

.social.donker li.facebook a {
  background-image: url("../img/facebook-icon-black.svg");
}

.social.donker li.twitter a {
  background-image: url("../img/twitter-icon-black.svg");
}

.social.inline {
  margin: 1em 0 0;
}

a.button {
  display: inline-block;
  background: #EF4F7B;
  color: #000;
  font-weight: 900;
  padding: 0.6em 1em 0.5em 1em;
  border: 2px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-box-shadow: #000 6px 7px;
          box-shadow: #000 6px 7px;
  margin-top: 1em;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

a.button.ani-knop:hover {
  background-color: #FFCD1C;
  -webkit-box-shadow: #000 3px 3px;
          box-shadow: #000 3px 3px;
  margin-top: calc(1em + 4px);
  margin-bottom: -4.5px;
  margin-left: 4px;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

a.button.icon {
  background: url("../img/facebook-icon-black.svg") no-repeat 1em 0.6em #EF4F7B;
  background-size: 0.65em;
  padding-left: 2.5em;
  margin: 1em 1em 0 0;
}

a.button.icon.tw {
  background-image: url("../img/twitter-icon-black.svg");
  background-size: 1em;
}

a.button.icon.in {
  background-image: url("../img/linkedin-icon-black.svg");
  background-size: 1em;
}

a.button.no-shadow {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
  background-image: url("../img/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 0.9em;
  background-position: calc(100% - 1em) center;
  padding-right: 2.5em;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

a.button.no-shadow:hover {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  background-color: #FFCD1C;
}

a.button.gele-button {
  background-color: #FFCD1C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a.button.gele-button:hover {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  background-color: #EF4F7B;
}

.tegelteller {
  position: fixed;
  right: 0;
  height: calc(100vh - 10em);
  min-height: 45em;
  top: calc(4em - 8px);
  text-align: center;
  z-index: 9;
}

@media (min-width: 1350px) {
  .tegelteller {
    width: 300px;
  }
}

.tegelteller .uitklapper {
  position: relative;
  background: #FFCD1C;
  padding: 1em;
  z-index: 2;
  height: calc(100vh - 3.5em);
  overflow: hidden;
  -webkit-transition: 1s all;
  transition: 1s all;
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1em 2em;
    height: auto;
  }
  .tegelteller .uitklapper * {
    margin: 0 1em 0 0;
  }
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper h2 {
    display: none;
  }
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper h4 {
    font-family: "DIN Next LT Pro", sans-serif;
    font-style: italic;
    font-size: 1.25em;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 900;
    text-align: left;
  }
}

.tegelteller .uitklapper .stapel {
  position: relative;
  display: block;
  width: 100%;
  height: calc(70vh - 10em);
  pointer-events: none;
}

.tegelteller .uitklapper .stapel > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tegelteller .uitklapper .stapel > .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper .stapel {
    display: none;
  }
}

.tegelteller .uitklapper .tab-blok {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: url("../img/arrow-up.png") no-repeat center #000;
  background-size: 1.5em;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper .tab-blok {
    display: none;
  }
}

.tegelteller .uitklapper.ingeklapt {
  height: 12em;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.tegelteller .uitklapper.ingeklapt.quick {
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper.ingeklapt {
    position: fixed;
    width: 100%;
    height: 5em;
    bottom: 0;
    top: inherit;
  }
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper.ingeklapt.hide {
    bottom: -6em;
  }
}

.tegelteller .uitklapper.ingeklapt .tab-blok {
  background-image: url("../img/arrow-down.png");
}

@media (max-width: 1100px) {
  .tegelteller .uitklapper.ingeklapt .tab-blok {
    display: none;
  }
}

.tegelteller span {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-size: 3em;
  line-height: 1em;
}

@media (max-width: 1100px) {
  .tegelteller {
    position: fixed;
    width: 100%;
    height: inherit;
    min-height: 3em;
    bottom: 0;
    top: inherit;
    z-index: 9;
  }
}

.tegelteller > .bg {
  position: absolute;
  bottom: 4em;
  width: 100%;
  height: 100%;
  background: url("../img/bloem-bg@2x.png") no-repeat bottom;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1100px) {
  .tegelteller > .bg {
    display: none;
  }
}

.content-blok {
  position: relative;
  min-height: 20em;
}

.content-blok .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 15.5em;
}

.content-blok .content h2 {
  position: absolute;
  bottom: 0;
  font-size: 2em;
  color: #EF4F7B;
  z-index: 3;
  padding: 0.5em;
  text-shadow: 3px 3px 0 #000;
}

.content-blok .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.content-blok .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.content-blok a.button {
  position: absolute;
  bottom: 0;
  right: 0;
}

.tegelstand .legenda {
  position: relative;
  background: #FFCD1C;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  padding: 1em 1.5em;
}

.tegelstand .legenda .boem-note {
  position: absolute;
  right: -4em;
  bottom: -3em;
  background-image: url("../img/bg-boem-2.svg");
  width: 14em;
  height: 8em;
}

.tegelstand .legenda .boem-note .container {
  font-size: 1.1em;
}

.nieuwsbrief-formulier {
  margin-right: 2em;
  padding: 2em;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  font-size: 0.9em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nieuwsbrief-formulier.inline {
  margin-top: 2em;
  margin-right: 0;
}

.nieuwsbrief-formulier input {
  border: 2px solid #000;
  margin-bottom: 0.5em;
}

@media (max-width: 520px) {
  .nieuwsbrief-formulier input {
    width: 100%;
  }
}

.nieuwsbrief-formulier input[type=text] {
  padding: 0.5em 1em;
  font-family: "DIN Next LT Pro", sans-serif;
  border-radius: 0;
  width: 100%;
}

.nieuwsbrief-formulier button,
.nieuwsbrief-formulier input[type=button],
.nieuwsbrief-formulier input[type=reset],
.nieuwsbrief-formulier input[type=submit] {
  padding: 0.75em 1em 0.74em;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: bold;
  background: #FFCD1C;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
}

.nieuwsbrief-formulier button::-webkit-input-placeholder,
.nieuwsbrief-formulier input[type=button]::-webkit-input-placeholder,
.nieuwsbrief-formulier input[type=reset]::-webkit-input-placeholder,
.nieuwsbrief-formulier input[type=submit]::-webkit-input-placeholder {
  color: #ccc;
}

.nieuwsbrief-formulier button:-ms-input-placeholder,
.nieuwsbrief-formulier input[type=button]:-ms-input-placeholder,
.nieuwsbrief-formulier input[type=reset]:-ms-input-placeholder,
.nieuwsbrief-formulier input[type=submit]:-ms-input-placeholder {
  color: #ccc;
}

.nieuwsbrief-formulier button::-ms-input-placeholder,
.nieuwsbrief-formulier input[type=button]::-ms-input-placeholder,
.nieuwsbrief-formulier input[type=reset]::-ms-input-placeholder,
.nieuwsbrief-formulier input[type=submit]::-ms-input-placeholder {
  color: #ccc;
}

.nieuwsbrief-formulier button::placeholder,
.nieuwsbrief-formulier input[type=button]::placeholder,
.nieuwsbrief-formulier input[type=reset]::placeholder,
.nieuwsbrief-formulier input[type=submit]::placeholder {
  color: #ccc;
}

.nieuwsbrief-formulier button:hover,
.nieuwsbrief-formulier input[type=button]:hover,
.nieuwsbrief-formulier input[type=reset]:hover,
.nieuwsbrief-formulier input[type=submit]:hover {
  background: #EF4F7B;
  border: 2px solid #000;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  border-bottom: 2px solid #EF4F7B;
  padding: 0.5em 1em;
  background: #fff;
  z-index: 99;
}

.header .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
      grid-template-columns: 1fr 3fr;
}

.header ul {
  list-style: none;
  margin: 0;
}

.header ul li {
  display: inline-block;
}

.header .logo a {
  display: block;
  width: 5em;
  height: 2.5em;
  background: url("../img/tegelwippen-logo-top-png.png") no-repeat;
  background-size: contain;
}

.header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 520px) {
  .header .menu {
    display: none;
  }
}

.header .menu ul li {
  text-transform: uppercase;
  margin: 0.125em 0 0 2em;
}

.header .menu ul li a {
  color: #EF4F7B;
  font-weight: 900;
  text-decoration: none;
}

.header .menu ul li a:hover {
  text-shadow: 1px 1px 0 #000;
}

.header .social {
  position: relative;
  top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .social ul {
  margin-left: 1em;
}

.header .social ul li {
  margin: 0 0 0 1em;
}

.mobile_menu {
  display: none;
  position: fixed;
  right: 1.25em;
  top: 0;
  padding-top: 0.75em;
  z-index: 9999;
}

@media (max-width: 520px) {
  .mobile_menu {
    display: block;
  }
}

#mobiel-menu {
  width: 100%;
}

.mobile-menu-overlay {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  background: #EF4F7B;
  z-index: 999;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.mobile-menu-overlay.active {
  top: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.mobile-menu-overlay .menu-mobiel-menu-container {
  width: 100%;
}

.mobile-menu-overlay ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mobile-menu-overlay ul li {
  width: 100%;
  padding: 0 0 1em 0;
  text-align: center;
}

.mobile-menu-overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5em;
  font-weight: bold;
}

.wrapper {
  min-height: 40em;
  margin-top: 7em;
}

.bg-schuin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFCD1C;
  -webkit-clip-path: polygon(0 0, 30% 0, 46% 100%, 0% 100%);
          clip-path: polygon(0 0, 30% 0, 46% 100%, 0% 100%);
  z-index: -1;
}

@media (max-width: 520px) {
  .bg-schuin {
    -webkit-clip-path: polygon(0 0, 60% 0, 90% 100%, 0% 100%);
            clip-path: polygon(0 0, 60% 0, 90% 100%, 0% 100%);
  }
}

.page-template-template-tegelstand .bg-schuin,
.page-template-template-wall-pagina .bg-schuin,
.single-project .bg-schuin {
  display: none;
}

.single-project .wrapper {
  margin-top: 2em;
}

.single-project .pagina {
  margin: 3em 2em 3em 0;
}

@media (max-width: 950px) {
  .single-project .pagina {
    margin: 3em 0;
  }
}

.single-project .tegelteller {
  position: absolute;
  max-height: 50vh;
  height: 50vh;
}

.single-project .bg-schuin {
  display: none;
}

@media (min-width: 1350px) {
  .home .secondary-grid {
    max-width: 900px !important;
  }
}

.front-page {
  margin: 3em 0 2em;
}

.front-page .logo {
  margin: 0 0 1em;
  width: 50%;
}

.front-page .logo img {
  width: 100%;
  height: auto;
}

.front-page .uitgelicht-home {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
  -ms-grid-rows: 20em;
      grid-template-rows: 20em;
  max-width: inherit;
}

@media (max-width: 950px) {
  .front-page .uitgelicht-home {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.front-page .uitgelicht-home .videoplayer {
  grid-column: span 2;
}

@media (max-width: 950px) {
  .front-page .uitgelicht-home .videoplayer {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.pagina {
  margin: 3em 0 1em 0;
}

.pagina.sub-pagina {
  max-width: 800px;
}

.pagina.normale-pagina {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  grid-gap: 2em;
}

@media (min-width: 1350px) {
  .pagina.normale-pagina {
    -ms-grid-columns: 1.5fr 350px;
        grid-template-columns: 1.5fr 350px;
    grid-gap: 5em;
  }
}

@media (max-width: 520px) {
  .pagina.normale-pagina {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.pagina .zijbalk .blokje {
  margin-bottom: 2em;
  padding: 2em;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  color: #fff;
}

.pagina .zijbalk .blokje h2 {
  color: #fff;
}

.pagina .zijbalk .blokje a.button {
  margin-top: 0;
  background-color: #FFCD1C;
}

.pagina .zijbalk .blokje a.button:hover {
  margin-bottom: 0;
}

.pagina img.schaduw-foto {
  -webkit-box-shadow: #EF4F7B -7px 7px;
          box-shadow: #EF4F7B -7px 7px;
}

.project-hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 3em;
}

@media (max-width: 1100px) {
  .project-hero {
    margin: 0 -2em 3em -2em;
  }
}

@media (max-width: 520px) {
  .project-hero {
    height: 50vh;
  }
}

.project-hero .titel-project {
  position: absolute;
  top: 4em;
  left: 2em;
  padding: 1em;
  background: #EF4F7B;
  z-index: 3;
}

@media (max-width: 520px) {
  .project-hero .titel-project {
    width: calc(100% - 4em);
  }
}

.project-hero .titel-project h1 {
  color: #fff;
}

.project-hero .impact-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.9em;
  padding: 1.5em 3em;
  background: #000;
  color: #fff;
  z-index: 2;
}

.project-hero .impact-bar h3 {
  color: #fff;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-size: 2em;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}

.project-hero .impact-bar .impact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
}

.project-hero .impact-bar .impact-row .harten {
  width: 8em;
  height: 1.75em;
  background: url(../img/5-harten.svg) no-repeat;
  background-size: contain;
  margin-left: 1em;
}

.project-hero .impact-bar .impact-row .harten.hart-1 {
  background-image: url("../img/1-harten.svg");
}

.project-hero .impact-bar .impact-row .harten.hart-2 {
  background-image: url("../img/2-harten.svg");
}

.project-hero .impact-bar .impact-row .harten.hart-3 {
  background-image: url("../img/3-harten.svg");
}

.project-hero .impact-bar .impact-row .harten.hart-4 {
  background-image: url("../img/4-harten.svg");
}

.project-hero .impact-bar .impact-row .harten.hart-5 {
  background-image: url("../img/5-harten.svg");
}

.project-hero .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.project-hero .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.project-header h1 {
  color: #EF4F7B;
}

.foto__foto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin-bottom: 3em;
}

@media (max-width: 520px) {
  .foto__foto {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.foto__foto .foto img {
  -webkit-box-shadow: #EF4F7B -7px 7px;
          box-shadow: #EF4F7B -7px 7px;
}

.stap-blok {
  padding: 2em;
  background: #FFCD1C;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  margin-bottom: 3em;
}

.stap-blok .stap {
  position: relative;
  top: -0.25em;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  line-height: 2.25em;
  font-size: 0.5em;
  background: #000;
  color: #FFCD1C;
  border-radius: 3em;
  text-align: center;
}

.foto-blok img {
  width: 100%;
  -webkit-box-shadow: #EF4F7B -7px 7px;
          box-shadow: #EF4F7B -7px 7px;
}

.foto-slider {
  position: relative;
}

.foto-slider .owl-stage-outer {
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.foto-slider .owl-nav button {
  position: absolute;
  width: 3em;
  height: 3em;
  background: url("../img/next-slider-icon.svg") no-repeat;
  background-size: contain;
  text-indent: -9999px;
  position: absolute;
}

.foto-slider .owl-nav button.owl-prev {
  top: calc(50% - 1.5em);
  left: 2em;
  background: url("../img/prev-slider-icon.svg") no-repeat;
  background-size: contain;
}

.foto-slider .owl-nav button.owl-next {
  top: calc(50% - 1.5em);
  left: calc(100% - 3.5em);
  background: url("../img/next-slider-icon.svg") no-repeat;
  background-size: contain;
}

.project-blok {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

.project-blok:nth-child(3n+2) .holder {
  -ms-grid-row: 2;
  grid-row: 2;
}

@media (max-width: 950px) {
  .project-blok:nth-child(3n+2) .holder {
    grid-row: inherit;
  }
}

.project-blok p {
  font-size: 1em;
}

.project-blok h3 {
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 0.25em;
}

.project-blok .photo {
  position: relative;
}

.project-blok .photo a.button {
  position: absolute;
  bottom: 2em;
  left: 1.2em;
  font-size: 0.8em;
}

.intro {
  padding: 2em;
  background: #FFCD1C;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.intro p,
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5 {
  color: #000;
}

.uitgelicht-blok {
  padding: 2em;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.uitgelicht-blok p,
.uitgelicht-blok h1,
.uitgelicht-blok h2,
.uitgelicht-blok h3,
.uitgelicht-blok h4,
.uitgelicht-blok h5 {
  color: #fff;
}

.quote {
  padding: 2em;
  background: #FFCD1C;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.quote p,
.quote h1,
.quote h2,
.quote h3,
.quote h4,
.quote h5 {
  color: #000;
}

.quote .quote-txt {
  font-weight: 700;
  font-style: italic;
}

.stappenplan-element {
  padding: 2em;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  color: #fff;
}

.stappenplan-element p,
.stappenplan-element h1,
.stappenplan-element h2,
.stappenplan-element h3,
.stappenplan-element h4,
.stappenplan-element h5 {
  color: #fff;
}

.stappenplan-element .stap-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2em 1fr;
      grid-template-columns: 2em 1fr;
  grid-gap: 0.5em;
  margin-bottom: 0.25em;
  margin-top: 0.5em;
}

.stappenplan-element .stap-row .stap {
  position: relative;
  top: 0;
  display: inline-block;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  line-height: 2.25em;
  font-size: 0.7em;
  font-weight: 700;
  background: #000;
  color: #FFCD1C;
  border-radius: 3em;
  text-align: center;
}

.meedoen-pagina .formulier {
  position: relative;
  margin-top: 2em;
  padding: 2em;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.meedoen-pagina .formulier h2,
.meedoen-pagina .formulier h3 {
  color: #fff;
}

.meedoen-pagina .formulier h4,
.meedoen-pagina .formulier h3 {
  margin: 1.5em 0 0;
  color: #fff;
  font-size: 1em !important;
}

.meedoen-pagina .formulier span.small {
  font-size: 0.7em;
  margin: 0.5em 0 0;
}

@media (max-width: 520px) {
  .meedoen-pagina .formulier span.small {
    font-size: 1em;
  }
}

.meedoen-pagina .formulier .boem-note {
  position: absolute;
  bottom: -3em;
  right: -3em;
  width: 10.75em;
  height: 7.5em;
  padding: 0.5em 0.5em 0em 1em;
}

.meedoen-pagina .formulier .frm_hide_section h3 {
  margin: 1.5em 0 -0.5em 0;
}

.meedoen-pagina .formulier .frm_hide_section .frm_pos_none {
  display: block;
}

.meedoen-pagina .formulier .frm_form_field .frm_primary_label {
  opacity: 0;
  height: 0.5em;
}

.meedoen-pagina .formulier .frm_form_field.vertical_radio {
  margin: 1em 0 0;
}

.meedoen-pagina .formulier .frm_form_field.vertical_radio .frm_primary_label {
  opacity: 1;
  font-weight: bold;
}

.meedoen-pagina .formulier .frm_button_submit {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.meedoen-pagina .formulier .frm_dropzone {
  max-width: 100%;
  background: none;
}

.meedoen-pagina .formulier .frm_dropzone .dz-message {
  background: none;
  border-color: #000;
  color: #000;
}

.meedoen-pagina .formulier .frm_dropzone .dz-message .frm_icon_font {
  margin-bottom: 0.75em;
}

.meedoen-pagina .formulier .frm_dropzone .dz-message .frm_icon_font::before {
  color: #000;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 3em;
}

@media (max-width: 950px) {
  .tabs {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.5em;
  }
}

.tabs .tab-item {
  margin: 0 0.25em;
  background: #AAAAAA;
  color: #fff;
  padding: 0.5em 1em;
}

@media (max-width: 950px) {
  .tabs .tab-item {
    margin: 0;
  }
}

.tabs .tab-item:first-child {
  margin-left: 0;
}

.tabs .tab-item.active {
  background: #EF4F7B;
}

.tabs .tab-item:hover {
  background: #EF4F7B;
  cursor: pointer;
}

.tabs .tab-input {
  height: 2.5em;
  padding: 0.5em 2em 0.5em 1em;
  margin-left: 0.25em;
  background: url("../img/search-loep.svg") no-repeat calc(100% - 0.5em) center;
}

.tabs .tab-input::-webkit-input-placeholder {
  color: #AAAAAA;
}

.tabs .tab-input:-ms-input-placeholder {
  color: #AAAAAA;
}

.tabs .tab-input::-ms-input-placeholder {
  color: #AAAAAA;
}

.tabs .tab-input::placeholder {
  color: #AAAAAA;
}

@media (max-width: 950px) {
  .tabs .tab-input {
    display: block;
    grid-column: span 3;
  }
}

.videoplayer {
  position: relative;
  text-align: center;
}

.videoplayer .video {
  position: relative;
  width: 100%;
  -webkit-box-shadow: #EF4F7B 6px 7px;
          box-shadow: #EF4F7B 6px 7px;
}

.videoplayer .video video {
  width: 100%;
}

.videoplayer .video .vimeo-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

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

.derby-overzicht {
  display: none;
  margin: 3em 0;
}

.derby-overzicht.active {
  display: block;
}

.derby-overzicht .derby {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 6em;
  margin-top: 3em;
}

@media (max-width: 950px) {
  .derby-overzicht .derby {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 3em;
  }
}

.derby-overzicht .derby::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 70%;
  height: 5px;
  background: #000;
  z-index: 1;
}

@media (max-width: 950px) {
  .derby-overzicht .derby::before {
    width: 5px;
    top: 20%;
    height: 10em;
    left: calc(50% - 2.5px);
  }
}

.derby-overzicht .derby .derby-stad {
  position: relative;
  background: #EF4F7B;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
  padding: 1em 1.5em;
  z-index: 2;
}

.derby-overzicht .derby .derby-stad:nth-child(2) {
  background: #FFCD1C;
}

.derby-overzicht .derby .info .regel {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  grid-gap: 2em;
}

.derby-overzicht .derby .positie {
  position: absolute;
  top: 1em;
  right: 1em;
  width: 2.5em;
  height: 2em;
  line-height: 2.25em;
  font-size: 0.9em;
  text-align: center;
  background: url("../img/ranking-hart.svg") no-repeat center;
  background-size: contain;
  color: #000;
  font-weight: 700;
}

.gemeente-klassement {
  display: none;
  margin: 3em 0;
}

.gemeente-klassement.active {
  display: block;
}

.gemeente-klassement .tabel {
  font-family: "DIN Next LT Pro", sans-serif;
}

.gemeente-klassement .tabel h4 {
  font-style: italic;
  font-weight: normal;
  margin-left: 1em;
  color: #ccc;
}

.gemeente-klassement .tabel .head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr (1fr)[4];
      grid-template-columns: 2fr repeat(4, 1fr);
  grid-gap: 0.5em;
  padding: 0.5em 1em;
  font-weight: 700;
  font-style: italic;
}

@media (max-width: 520px) {
  .gemeente-klassement .tabel .head {
    -ms-grid-columns: 2fr (1fr)[3];
        grid-template-columns: 2fr repeat(3, 1fr);
  }
}

.gemeente-klassement .tabel .head .col {
  position: relative;
}

.gemeente-klassement .tabel .head .col a.tpi,
.gemeente-klassement .tabel .head .col a.gemeente,
.gemeente-klassement .tabel .head .col a.aantal_tegels {
  text-decoration: none;
}

.gemeente-klassement .tabel .head .col a.tpi:active, .gemeente-klassement .tabel .head .col a.tpi:hover,
.gemeente-klassement .tabel .head .col a.gemeente:active,
.gemeente-klassement .tabel .head .col a.gemeente:hover,
.gemeente-klassement .tabel .head .col a.aantal_tegels:active,
.gemeente-klassement .tabel .head .col a.aantal_tegels:hover {
  color: #000;
}

.gemeente-klassement .tabel .head .col .info {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.25em;
  cursor: pointer;
}

.gemeente-klassement .tabel .head .col .info .tooltip {
  opacity: 0;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  top: 1em;
  z-index: 1;
  pointer-events: none;
}

@media (max-width: 520px) {
  .gemeente-klassement .tabel .head .col .info .tooltip {
    right: 2em;
  }
}

.gemeente-klassement .tabel .head .col .info:hover .tooltip {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

@media (max-width: 520px) {
  .gemeente-klassement .tabel .head .col.website {
    display: none;
  }
}

.gemeente-klassement .tabel .content .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr (1fr)[4];
      grid-template-columns: 2fr repeat(4, 1fr);
  grid-gap: 0.5em;
  padding: 0.5em 1em;
}

@media (max-width: 520px) {
  .gemeente-klassement .tabel .content .row {
    -ms-grid-columns: 2fr (1fr)[3];
        grid-template-columns: 2fr repeat(3, 1fr);
  }
}

.gemeente-klassement .tabel .content .row:nth-child(odd) {
  background: #f4f4f4;
}

@media (max-width: 520px) {
  .gemeente-klassement .tabel .content .row .col.website {
    display: none;
  }
}

.deelnemers-kaart {
  opacity: 0;
  margin: 3em 0;
}

.deelnemers-kaart.active {
  opacity: 1;
}

.deelnemers-kaart .derby-kaart {
  height: 65vh;
  min-height: 600px;
  margin-bottom: 4em;
}

.deelnemers-kaart .derby-kaart .marker {
  padding: 1em;
  background: #FFCD1C;
  color: #000;
}

.gm-style-iw {
  padding: 1em;
  background: #FFCD1C;
  color: #000;
}

.derby-pagina {
  margin: 3em 0;
}

.derby-pagina .grid-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
}

@media (max-width: 520px) {
  .derby-pagina .grid-holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.derby-pagina .stad-data {
  background: url("../img/stapel-tegels-laag.gif") no-repeat bottom right;
  background-size: 11em;
  padding-bottom: 4em;
}

.derby-pagina .stad-data.klein {
  background-image: url("../img/stapel-tegels-laag.gif");
}

.derby-pagina .stad-data.medium {
  background-image: url("../img/stapel-tegels-medium.gif");
}

.derby-pagina .stad-data.groot {
  background-image: url("../img/stapel-tegels-hoog.gif");
  background-size: 7em;
}

.derby-pagina .stad-data h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 900;
  font-style: italic;
}

.derby-pagina .stad-data .info {
  margin: 1em 0;
}

.derby-pagina .stad-data .info .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 10em 1fr;
      grid-template-columns: 10em 1fr;
  grid-gap: 1em;
}

.boem-note {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 7em;
  right: 2em;
  width: 10em;
  height: 6em;
  background: url(../img/bg-boem.svg) no-repeat;
  background-size: contain;
  line-height: 1em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  font-size: 1em;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 1s all;
  transition: 1s all;
  z-index: 2;
}

@media (max-width: 950px) {
  .boem-note {
    display: none;
  }
}

.boem-note a {
  color: #000;
}

.boem-note a.close {
  display: block;
  position: absolute;
  left: 40%;
  top: 1em;
  width: 0.5em;
  height: 0.5em;
  background: url(../img/close-icon.svg) no-repeat;
  background-size: contain;
  -webkit-transform: rotateZ(-6deg);
          transform: rotateZ(-6deg);
  z-index: 9;
}

.boem-note span {
  text-decoration: underline;
}

.boem-note .container {
  position: relative;
  top: -0.5em;
  left: -0.7em;
  width: 100%;
  padding: 0 2em;
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
  -webkit-transform: rotateZ(-6deg);
          transform: rotateZ(-6deg);
}

.boem-note:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.boem-note.home-boem .container {
  top: -0.125em;
  font-size: 0.8em;
}

.boem-note.boem2 {
  position: absolute;
  top: -2em;
  right: -5em;
  background-image: url("../img/bg-boem-2.svg");
}

@media (max-width: 950px) {
  .boem-note.boem2 {
    right: 1em;
    top: 1em;
  }
}

.boem-note.boem2 .container {
  padding: 1.5em 1em 1em 1.25em;
  font-size: 1em;
}

.boem-note.boem3 {
  position: absolute;
  top: -2em;
  right: -5em;
  width: 10em;
  background-image: url("../img/bg-boem-2.svg");
}

@media (max-width: 950px) {
  .boem-note.boem3 {
    right: 1em;
    top: 1em;
  }
}

.boem-note.boem5 {
  position: absolute;
  bottom: -2em;
  right: -5em;
  width: 10em;
  background-image: url("../img/bg-boem-2.svg");
}

@media (max-width: 950px) {
  .boem-note.boem5 {
    right: 1em;
    top: 1em;
  }
}

.boem-note.inline-boem {
  position: relative;
  top: inherit;
  right: inherit;
  bottom: inherit;
  background-image: url("../img/bg-boem-2.svg");
}

.boem-note.inline-boem .container {
  padding: 1.5em;
}

.multi-explosie {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5em;
  -ms-grid-row-align: center;
      align-self: center;
  font-size: 1.2em;
}

.multi-explosie .container {
  font-size: 0.7em;
}

.multi-explosie.bedankt .inline-boem {
  height: 7em;
  background-image: url("../img/bg-boem.svg");
}

.multi-explosie.bedankt .inline-boem .container {
  padding: 2em 1em 2em 2em;
}

.side-foto {
  margin-top: 3em;
}

@media (max-width: 950px) {
  .side-foto {
    margin: 0;
  }
}

.side-foto .foto-schaduw img {
  -webkit-box-shadow: #000 6px 7px;
          box-shadow: #000 6px 7px;
}

.generator {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.5fr 1fr;
      grid-template-columns: 1.5fr 1fr;
  grid-gap: 3em;
}

@media (max-width: 950px) {
  .generator {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.generator .form label,
.generator .form input {
  display: block;
}

.generator .form label {
  font-weight: bold;
}

.generator .form input {
  border: 2px solid #000;
  border-radius: 0;
  padding: 0.5em 1em;
}

.generator .form .veld {
  margin: 0 0 1em;
}

.generator .side-foto {
  margin-top: 0;
}

.generator .side-foto .preview-flyer {
  padding: 0 3em;
}

.generator .formulier-holder {
  background: #EF4F7B;
  padding: 2em;
  -webkit-box-shadow: #000 -7px 7px;
          box-shadow: #000 -7px 7px;
}

.generator .formulier-holder h2 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0.5em;
}

.generator .formulier-holder input {
  width: 100%;
}

.generator .formulier-holder.disablen {
  opacity: 0.5;
  pointer-events: none;
}

.generator .generated-holder {
  display: none;
  margin-top: 3em;
}

.generator .generated-holder.active {
  display: block;
}

.generator .social-txt {
  margin: 3em 0;
}

.footer {
  position: relative;
  padding: 2em 0;
  background: #EF4F7B;
  color: #000;
  font-size: 0.9em;
  z-index: 99;
}

.footer .primary-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 5fr;
      grid-template-columns: 4fr 5fr;
}

.footer ul {
  margin: 0;
  list-style: none;
}

.footer ul li a {
  color: #000;
  text-decoration: none;
}

.footer .menu-holder {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

@media (max-width: 520px) {
  .footer .menu-holder {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.footer .social {
  text-align: right;
}

.footer .social ul li {
  padding: 0 0.25em 0 0;
}

@media (max-width: 950px) {
  .footer .social ul li {
    display: block;
  }
}

.footer .social ul li a {
  width: 1.5em;
  height: 1.5em;
}

.footer .social ul li.insta a {
  background-image: url("../img/insta-icon-black.svg");
}

.footer .social ul li.facebook a {
  background-image: url("../img/facebook-icon-black.svg");
}

.footer .social ul li.twitter a {
  background-image: url("../img/twitter-icon-black.svg");
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  font-weight: bold !important;
}

/* Google Maps style */
.gm-style .gm-style-iw-c {
  background: #FFCD1C;
  border-radius: 0;
  padding: 1.5em 1.25em;
  min-width: 250px !important;
  -webkit-box-shadow: #000 -3px 3px;
          box-shadow: #000 -3px 3px;
}

.gm-style .gm-style-iw-c h2 {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.gm-style .gm-style-iw-c .hartje {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 2.5em;
  height: 2.5em;
  background: url("../img/ranking-hart.svg") no-repeat center right;
  background-size: contain;
  line-height: 2.5em;
  font-weight: 900;
  text-align: center;
}

.gm-style .gm-style-iw-c .gegevens {
  margin-bottom: 1em;
}

.gm-style .gm-style-iw-c .gegevens .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
}

.gm-style .gm-style-iw-c .gegevens .label {
  font-style: italic;
}

.gm-style .gm-style-iw-d {
  overflow: inherit !important;
}

.gm-style .gm-style-iw-t::after {
  background: linear-gradient(45deg, #FFCD1C 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
/*# sourceMappingURL=global.css.map */