@import url("fonts/fonts.css");
html,
body {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-family: "DIN Next LT Pro", sans-serif;
}
@media (max-width: 1250px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  html,
  body {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  html,
  body {
    font-size: 18px;
  }
}

@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;
}
@media (max-width: 520px) {
  h1 {
    word-break: break-word;
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}

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

h3,
h4,
h5 {
  margin: 1.5em 0 0.25em 0;
  line-height: 1em;
}

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

a {
  color: #000;
}
a:visited, a:active, a:link {
  color: #000;
}

ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1em;
}

strong {
  font-weight: 700;
}

.quote-titel {
  margin-bottom: 2em;
}

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

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

.primary-grid {
  margin-left: 3em;
}
@media (max-width: 1250px) {
  .primary-grid {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.secondary-grid {
  max-width: calc(100vw - 380px);
  margin-left: 2em;
}
@media (max-width: 950px) {
  .secondary-grid {
    max-width: 100%;
    margin-left: 1em;
  }
}
@media (max-width: 520px) {
  .secondary-grid {
    max-width: 100%;
    margin-left: 0;
  }
}

.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/x-social-icon.svg");
}
.social ul li.tiktok a {
  background-image: url("../img/tiktok-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/x-social-black-icon.svg");
}
.social.inline {
  margin: 1em 0 0;
}

.button {
  display: inline-block;
  background: #EF4F7B;
  color: #000;
  font-weight: 900;
  padding: 0.5em 0.9em 0.4em 0.8em;
  border: 2px solid #000;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: #000 6px 7px;
  margin-top: 1em;
  transition: 0.25s all;
}
.button.ani-knop:hover, .button.ani-knop.active {
  background-color: #FFCD1C;
  box-shadow: #000 3px 3px;
  margin-top: calc(1em + 4px);
  margin-bottom: -4.5px;
  margin-left: 4px;
  transition: 0.25s all;
}
.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;
}
.button.icon.tw {
  background-image: url("../img/x-social-black-icon.svg");
  background-size: 1em;
}
.button.icon.in {
  background-image: url("../img/linkedin-icon-black.svg");
  background-size: 1em;
}
.button.no-shadow {
  padding: 0.5em 2.5em 0.3em 1em;
  font-style: italic;
  box-shadow: inherit;
  background-image: url("../img/button-arrow.svg");
  background-repeat: no-repeat;
  background-size: 0.7em;
  background-position: calc(100% - 1em) center;
  transition: 0.25s all;
}
.button.no-shadow:hover {
  transition: 0.25s all;
  background-color: #FFCD1C;
}
.button.gele-button {
  background-color: #FFCD1C;
  box-shadow: none;
}
.button.gele-button:hover {
  transition: 0.25s all;
  background-color: #EF4F7B;
}
.button.grijs {
  padding: 0.6em 1em 0.5em 1em;
  background: #AAAAAA;
  color: #fff;
  font-style: italic;
  border: none;
}
.button.grijs:hover, .button.grijs.active {
  color: #000;
  background: #EF4F7B;
}
.button.grijs.allesknop:hover, .button.grijs.allesknop.active {
  background: #000;
  color: #fff;
}
.button.inline-knop {
  position: relative;
  top: 0;
  margin-right: 1em;
}
.button.inline-knop:hover {
  top: 4px;
  margin-top: 1em;
  margin-right: calc(1em - 4px);
}

.tegelteller {
  position: fixed;
  right: 0;
  width: 300px;
  height: calc(100vh + 1em);
  min-height: 45em;
  top: calc(3em - 10px);
  text-align: center;
  z-index: 9;
  border-left: 4px dotted #fff;
}
.tegelteller .uitklapper {
  position: relative;
  background: #EF4F7B;
  padding: 0;
  z-index: 2;
  height: calc(100vh - 2.5em);
  overflow: hidden;
  transition: 1s all;
}
@media (min-width: 950px) and (max-height: 700px) {
  .tegelteller .uitklapper .vlaanderen-holder {
    display: none;
  }
  .tegelteller .uitklapper .stapel {
    display: none;
  }
}
.tegelteller .uitklapper span#value,
.tegelteller .uitklapper span#value2,
.tegelteller .uitklapper span#value3,
.tegelteller .uitklapper span#value23,
.tegelteller .uitklapper span#value_nl,
.tegelteller .uitklapper span#value_be,
.tegelteller .uitklapper span.tpi {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  line-height: 1em;
  color: #fff;
}
.tegelteller .uitklapper span#value,
.tegelteller .uitklapper span#value2,
.tegelteller .uitklapper span#value3,
.tegelteller .uitklapper span#value23,
.tegelteller .uitklapper span#value_nl {
  display: block;
  font-size: 2.5em;
}
@media (max-width: 520px) {
  .tegelteller .uitklapper span#value,
  .tegelteller .uitklapper span#value2,
  .tegelteller .uitklapper span#value3,
  .tegelteller .uitklapper span#value23,
  .tegelteller .uitklapper span#value_nl {
    font-size: 2em;
  }
}
.tegelteller .uitklapper span#value23 {
  color: #000;
}
.tegelteller .uitklapper span.tpi {
  font-size: 0.8em;
}
.tegelteller .uitklapper .tegelwipper-header {
  padding: 1em 1em 0.5em;
  background: #000;
  color: #fff;
}
.tegelteller .uitklapper .tegelwipper-header h2 {
  color: #fff;
}
.tegelteller .uitklapper .teller-holder {
  padding: 2em 0 0 0;
}
.tegelteller .uitklapper .teller-holder h4 {
  font-family: "DIN Next LT Pro", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1em;
  margin-top: 0;
  color: #fff;
}
@media (max-width: 520px) {
  .tegelteller .uitklapper .teller-holder h4 {
    font-size: 0.8em;
    text-align: left;
  }
}
.tegelteller .uitklapper .vlaanderen-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1em 1em 4em;
  background: #FFCD1C;
  color: #000;
}
.tegelteller .uitklapper .vlaanderen-holder h4 {
  font-family: "DIN Next LT Pro", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1em;
  color: #000;
}
.tegelteller .uitklapper .vlaanderen-holder span#value,
.tegelteller .uitklapper .vlaanderen-holder span#value2,
.tegelteller .uitklapper .vlaanderen-holder span#value_be,
.tegelteller .uitklapper .vlaanderen-holder span.tpi {
  color: #000;
}
.tegelteller .uitklapper .vlaanderen-holder span#value_be {
  display: block;
  font-size: 2.5em;
}
.tegelteller .uitklapper .stapel {
  position: relative;
  display: block;
  width: 100%;
  height: calc(70vh - 13em);
  pointer-events: none;
  z-index: 9;
}
.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;
}
.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;
}
.tegelteller .uitklapper.ingeklapt {
  height: 17em;
  transition: 1s all;
}
@media (max-width: 1250px) {
  .tegelteller .uitklapper.ingeklapt {
    position: fixed;
    width: 100%;
    height: 5em;
    bottom: 0;
    top: inherit;
  }
}
.tegelteller .uitklapper.ingeklapt.quick {
  transition: none;
}
@media (max-width: 1250px) {
  .tegelteller .uitklapper.ingeklapt.hide {
    bottom: -6em;
  }
}
.tegelteller .uitklapper.ingeklapt .vlaanderen-holder {
  display: none;
}
.tegelteller .uitklapper.ingeklapt .stapel {
  display: none;
}
.tegelteller .uitklapper.ingeklapt .tab-blok {
  background-image: url("../img/arrow-down.png");
}
@media (max-width: 1250px) {
  .tegelteller .uitklapper.ingeklapt .tab-blok {
    display: none;
  }
}
.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;
}

.content-blok {
  position: relative;
  min-height: 15.5em;
}
@media (max-width: 950px) {
  .content-blok {
    min-height: 15em;
  }
}
@media (max-width: 520px) {
  .content-blok {
    margin-bottom: -1.5em;
  }
}
.content-blok .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  min-height: 11.5em;
}
@media (max-width: 950px) {
  .content-blok .content {
    min-height: 11.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: 5px;
  right: 0;
}

.tegelstand .legenda {
  position: relative;
  background: #FFCD1C;
  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;
  box-shadow: #000 -7px 7px;
  font-size: 0.9em;
  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::-moz-placeholder, .nieuwsbrief-formulier input[type=button]::-moz-placeholder, .nieuwsbrief-formulier input[type=reset]::-moz-placeholder, .nieuwsbrief-formulier input[type=submit]::-moz-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;
  transition: all 1s ease;
}
.header .primary-grid {
  display: grid;
  grid-template-columns: 1fr 7fr;
  margin-left: 1em;
}
@media (max-width: 950px) {
  .header .primary-grid {
    margin-left: 1em;
  }
}
@media (max-width: 520px) {
  .header .primary-grid {
    margin-left: 0;
  }
}
.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;
  */
  display: block;
  height: 2.25em;
  width: 11em;
  background: url("../img/tegelwippen-logo-liggend-24.svg") no-repeat;
  background-size: contain;
}
@media (max-width: 520px) {
  .header .logo a {
    height: 2em;
  }
}
.header.ingeklapt {
  padding: 0.25em 1em;
  transition: all 1s ease;
}
.header.ingeklapt .logo a {
  height: 1.9em;
}
.header.ingeklapt ul li ul {
  top: 2em !important;
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  text-align: right;
  align-items: center;
}
@media (max-width: 1250px) {
  .header .menu {
    display: none;
  }
}
.header .menu ul li {
  position: relative;
  text-transform: uppercase;
  margin: 0.125em 0 0 2em;
  font-size: 0.75em;
}
.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 .menu ul li ul {
  display: none;
  position: absolute;
  left: 0;
  top: 2.75em;
  background: #EF4F7B;
  padding: 0.5em;
  width: auto;
  min-width: -moz-max-content;
  min-width: max-content;
}
.header .menu ul li ul::before {
  content: "";
  position: absolute;
  display: block;
  top: -2em;
  left: -0.5em;
  height: 2em;
  width: 100%;
  background: none;
}
.header .menu ul li ul li {
  display: block;
  margin: 0;
  padding: 0.5em;
  text-align: left;
  font-size: 1em;
}
.header .menu ul li ul li a {
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  text-align: left;
}
.header .menu ul li:hover ul {
  display: block;
}
.header .social {
  position: relative;
  top: 4px;
  display: flex;
  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;
  transition: all 1s ease;
}
@media (max-width: 1250px) {
  .mobile_menu {
    display: block;
  }
}
.mobile_menu.scrolled {
  top: -0.4em;
  transition: all 1s ease;
}

#mobiel-menu {
  width: 100%;
}

.mobile-menu-overlay {
  position: fixed;
  display: flex;
  align-items: center;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  background: #EF4F7B;
  z-index: 999;
  transition: 0.5s all;
}
.mobile-menu-overlay.active {
  top: 0;
  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 ul {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.mobile-menu-overlay ul li {
  width: 100%;
  padding: 0 0 0.75em 0;
  text-align: center;
}
.mobile-menu-overlay ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1.15em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1em;
}
.mobile-menu-overlay ul li.menu-item-has-children > a::after {
  content: "";
  position: relative;
  display: inline-block;
  top: 0;
  width: 0.7em;
  height: 0.7em;
  background: url("../img/pijltje-omlaag-mob.svg") no-repeat center;
  background-size: contain;
  margin-left: 0.5em;
  transform: rotate(0deg);
  transition: all 0.5s;
}
.mobile-menu-overlay ul li.menu-item-has-children li:first-child {
  padding-top: 1em;
}
.mobile-menu-overlay ul li.menu-item-has-children:hover > a::after {
  transform: rotate(180deg);
  transition: all 0.5s;
}
.mobile-menu-overlay ul li:hover ul {
  height: auto;
  transition: all 0.5s ease;
}

.wrapper {
  min-height: calc(100vh + 5em);
  margin-top: 5em;
}
@media (max-width: 950px) {
  .wrapper {
    min-height: auto !important;
  }
}

.bg-schuin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFCD1C;
  clip-path: polygon(0 0, 30% 0, 46% 100%, 0% 100%);
  z-index: -1;
}
@media (max-width: 520px) {
  .bg-schuin {
    clip-path: polygon(0 0, 60% 0, 90% 100%, 0% 100%);
  }
}

.page-template-template-tegelstand .bg-schuin,
.page-template-template-wall-pagina .bg-schuin,
.page-template-template-tegelstand-admin .bg-schuin,
.single-project .bg-schuin,
.single-rivalen .bg-schuin,
.page-template-template-tegelstand-2024 .bg-schuin,
.page-template-template-tegelstand-2023 .bg-schuin,
.page-template-template-tegelstand-2022 .bg-schuin,
.page-template-template-tegelstand-2021 .bg-schuin {
  display: none;
}

.single-project h3 {
  margin: 1.5em 0 0.25em 0;
}
.single-project .wrapper {
  margin-top: 2em;
}
.single-project .pagina {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin: 1.5em 2em 3em 0;
}
@media (max-width: 950px) {
  .single-project .pagina {
    margin: 1.5em 0em 3em 0 !important;
  }
}
@media (max-width: 520px) {
  .single-project .pagina {
    grid-template-columns: 1fr;
  }
}
.single-project .tegelteller {
  position: absolute;
  max-height: 80vh;
  height: 80vh;
  border-left: none;
}
.single-project .tegelteller .uitklapper {
  max-height: 79vh;
  height: 79vh;
}
.single-project .tegelteller .uitklapper.ingeklapt {
  height: 17em;
}
.single-project .tegelteller .bg {
  display: none;
}
.single-project .bg-schuin {
  display: none;
}
.single-project .pagina .stretch {
  grid-column-start: span 2;
}

.front-page {
  margin: 3em 0 2em;
}
.front-page .logo {
  margin: 0 0 1em;
  width: 50%;
}
@media (max-width: 950px) {
  .front-page .logo {
    width: 80%;
  }
}
.front-page .logo img {
  width: 100%;
  height: auto;
}
.front-page .uitgelicht-home {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2em;
  grid-template-rows: 20em;
  max-width: inherit;
  margin-bottom: 1em;
}
@media (max-width: 950px) {
  .front-page .uitgelicht-home {
    grid-template-columns: 1fr;
    min-height: inherit;
    height: inherit;
  }
}
.front-page .top-uitgelicht {
  display: grid;
  grid-template-columns: 1fr 350px;
  grid-gap: 1em;
}
@media (max-width: 950px) {
  .front-page .top-uitgelicht {
    grid-template-columns: 1fr;
  }
}
.front-page .top-uitgelicht .nieuwsblok-item {
  margin-bottom: 1em;
}
.front-page .top-uitgelicht .nieuwsblok-item .content .bg {
  position: relative;
  overflow: hidden;
}
.front-page .top-uitgelicht .nieuwsblok-item .content .bg .marquee {
  position: absolute;
  bottom: 3em;
  left: -0.5em;
  width: 115%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  background: #EF4F7B;
  transform: rotate(-4deg);
  pointer-events: none;
}
.front-page .top-uitgelicht .nieuwsblok-item .content .bg .marquee .marquee-content {
  display: inline-block;
  white-space: nowrap;
  padding-left: 100%;
  animation: marquee 80s linear infinite;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.6em;
  font-weight: 900;
  padding: 0.5em;
}
.front-page .top-uitgelicht .nieuwsblok-item .content .bg .marquee .marquee-content span {
  display: inline-block;
  margin-right: 1.25em;
  font-size: 1.5em;
  /* Adjust size as needed */
}
@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.front-page .top-uitgelicht .nieuwsblok-item .content .bg img {
  box-shadow: #000 6px 7px;
}
.front-page .top-uitgelicht .nieuwsblok-item .content p {
  margin-bottom: 0.25em;
}
.front-page .uitgelicht-footer-home {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin: -2.75em -3em;
  padding: 0.25em 3em 2em;
}
@media (max-width: 1250px) {
  .front-page .uitgelicht-footer-home {
    margin: -2em -4em;
    padding: 1em 3em 3em;
  }
}
@media (max-width: 520px) {
  .front-page .uitgelicht-footer-home {
    margin: -2em;
    padding: 1em 2em 3em;
    grid-template-columns: 1fr;
    grid-gap: 3em;
    margin-top: -3.5em;
  }
}
.front-page .deelnemers-kaart {
  margin: 0 0 -2em;
}
@media (max-width: 950px) {
  .front-page .deelnemers-kaart {
    margin: 0 0 2em;
  }
}
.front-page .deelnemers-kaart .derby-kaart {
  height: 43vh;
}
@media (max-width: 950px) {
  .front-page .deelnemers-kaart .derby-kaart {
    margin-bottom: 0;
    min-height: 35vh;
    height: 35vh;
  }
}

.pagina {
  margin: 3em 0 1em 0;
}
.pagina.normale-pagina {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 2em;
}
.pagina.metzijbalk {
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 2em;
}
@media (min-width: 1350px) {
  .pagina.metzijbalk {
    grid-template-columns: 1.5fr 350px;
    grid-gap: 5em;
  }
}
@media (max-width: 520px) {
  .pagina.metzijbalk {
    grid-template-columns: 1fr;
  }
}
.pagina .zijbalk .blokje {
  margin-bottom: 2em;
  padding: 2em;
  background: #EF4F7B;
  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 {
  box-shadow: #EF4F7B -7px 7px;
}
.pagina .formulier {
  position: relative;
  margin: 2em 0;
  padding: 2em;
  background: #EF4F7B;
  box-shadow: #000 -7px 7px;
}
.pagina .formulier h2,
.pagina .formulier h3 {
  color: #fff;
}
.pagina .formulier h4,
.pagina .formulier h3 {
  margin: 1.5em 0 0;
  color: #fff;
  font-size: 1em !important;
}
.pagina .formulier span.small {
  font-size: 0.7em;
  margin: 0.5em 0 0;
}
@media (max-width: 520px) {
  .pagina .formulier span.small {
    font-size: 1em;
  }
}
.pagina .formulier .boem-note {
  position: absolute;
  bottom: -3em;
  right: -3em;
  width: 10.75em;
  height: 7.5em;
  padding: 0.5em 0.5em 0em 1em;
}
.pagina .formulier .frm_hide_section h3 {
  margin: 1.5em 0 -0.5em 0;
}
.pagina .formulier .frm_hide_section .frm_pos_none {
  display: block;
}
.pagina .formulier .frm_form_field .frm_primary_label {
  margin-top: 0.75em;
  color: #fff;
  font-weight: bold;
}
.pagina .formulier .frm_form_field .frm_primary_label#field_bzyf3_label {
  margin-top: 0 !important;
}
.pagina .formulier .frm_form_field.vertical_radio {
  margin: 1em 0 0;
}
.pagina .formulier .frm_form_field.vertical_radio .frm_primary_label {
  opacity: 1;
  font-weight: bold;
  color: #000;
}
.pagina .formulier .frm_opt_container {
  padding-top: 1em;
}
@media (max-width: 520px) {
  .pagina .formulier .frm_opt_container {
    padding-top: 0;
  }
}
.pagina .formulier .dz-error-message {
  color: #000;
}
.pagina .formulier .dz-error-message span {
  color: #000;
}
.pagina .formulier .frm_button_submit {
  box-shadow: none !important;
}
.pagina .formulier .frm_dropzone {
  max-width: 100%;
  background: none;
}
.pagina .formulier .frm_dropzone .dz-message {
  background: none;
  border-color: #000;
  color: #000;
}
.pagina .formulier .frm_dropzone .dz-message .frm_icon_font {
  margin-bottom: 0.75em;
}
.pagina .formulier .frm_dropzone .dz-message .frm_icon_font::before {
  color: #000;
}
.pagina .formulier .frm_section_heading {
  margin: 0;
}
.pagina .formulier .frm_section_heading h3 {
  color: #fff !important;
  font-weight: 900 !important;
  font-style: italic;
  text-transform: uppercase;
}
.pagina .formulier .frm_section_heading .frm_repeat_sec {
  margin: 0 0 1em !important;
  background: #FFCD1C;
  padding: 1em 1em 1em 1em !important;
}
.pagina .formulier .frm_section_heading .frm_repeat_sec .frm_primary_label,
.pagina .formulier .frm_section_heading .frm_repeat_sec h3 {
  margin: 0;
  color: #000;
}
.pagina .formulier .frm_section_heading .frm_repeat_sec .frm_repeat_buttons {
  margin-top: 1em;
}
.pagina .formulier .frm_section_heading .frm_repeat_sec .frm_repeat_buttons .frm_button:hover {
  border-color: #000;
}
.pagina .formulier .frm_section_heading .frm_repeat_sec .frm_repeat_buttons svg.frm-svg-icon {
  fill: #000;
}
.pagina .formulier .chosen-single {
  height: 2.5em !important;
}
.pagina .formulier .chosen-single span {
  margin: 0 0.125em !important;
  color: #b5b2b2 !important;
}

.project-hero {
  position: relative;
  height: 80vh;
  overflow: hidden;
  margin-bottom: 3em;
}
@media (max-width: 1250px) {
  .project-hero {
    margin: 0 -2em 3em -2em;
  }
}
@media (max-width: 520px) {
  .project-hero {
    height: 80vh;
    margin: 0 -1em 1.5em -1em;
  }
}
.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 {
    position: relative;
    left: 0;
    top: 2em;
    padding: 3em 2em;
    font-size: 0.7em;
  }
}
.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;
}
@media (max-width: 950px) {
  .project-hero .impact-bar {
    padding: 1.5em 2em;
    font-size: 0.7em;
  }
}
.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: 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;
}
@media (max-width: 950px) {
  .project-hero .bg {
    top: 1.5em;
  }
}
.project-hero .bg img {
  width: 100%;
  height: calc(100% - 7em);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

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

.foto__foto .holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin-top: 1em;
  margin-bottom: 3em;
}
@media (max-width: 520px) {
  .foto__foto .holder {
    grid-template-columns: 1fr;
  }
}
.foto__foto .foto img {
  box-shadow: #EF4F7B -7px 7px;
}
.foto__foto.drie_kolom .holder {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-bottom: 3em;
}
@media (max-width: 520px) {
  .foto__foto.drie_kolom .holder {
    grid-template-columns: 1fr;
  }
}
.foto__foto.drie_kolom .foto img {
  box-shadow: #EF4F7B -7px 7px;
}
@media (max-width: 950px) {
  .foto__foto.drie_kolom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .foto__foto.drie_kolom {
    grid-template-columns: 1fr;
  }
}
.foto__foto.drie_kolom .excerpt-info {
  margin-top: 1.5em;
}
.foto__foto.zes_kolom .holder {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 1em;
  margin-bottom: 3em;
}
@media (max-width: 520px) {
  .foto__foto.zes_kolom .holder {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}
.foto__foto.zes_kolom .foto img {
  box-shadow: #EF4F7B -3px 3px;
}
@media (max-width: 950px) {
  .foto__foto.zes_kolom {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 520px) {
  .foto__foto.zes_kolom {
    grid-template-columns: repeat(2, 1fr);
  }
}
.foto__foto.zonder_schaduw .foto img {
  box-shadow: none;
}

.veel-gestelde-vragen {
  margin: 1em 0 3em;
}
.veel-gestelde-vragen .holder {
  margin-top: 2em;
}
.veel-gestelde-vragen .holder .vraag-item {
  margin-bottom: 2em;
  display: block;
}
.veel-gestelde-vragen .holder .vraag-item .vraag {
  padding: 0.5em 4em 0.5em 1em;
  background: #EF4F7B;
  cursor: pointer;
  background-image: url("../img/faq-arrow.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: calc(100% - 1.5em) center;
  display: inline-block;
}
.veel-gestelde-vragen .holder .vraag-item .vraag h3 {
  margin: 0;
  color: #fff;
}
.veel-gestelde-vragen .holder .vraag-item .antwoord {
  display: none;
  padding: 2em 0 0 1.5em;
}
.veel-gestelde-vragen .holder .vraag-item.active .vraag {
  background-image: url("../img/faq-arrow-black.svg");
}
.veel-gestelde-vragen .holder .vraag-item.active .vraag h3 {
  color: #000;
}
.veel-gestelde-vragen .holder .vraag-item.active .antwoord {
  display: block;
}
.veel-gestelde-vragen .holder .vraag-item:hover .vraag {
  color: #000;
}
.veel-gestelde-vragen .holder .vraag-item:hover .vraag h3 {
  color: #000;
}

.video-blok-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  margin: 0 0 3em 0;
}
@media (max-width: 520px) {
  .video-blok-2 {
    grid-template-columns: 1fr;
  }
}
.video-blok-2 .video {
  position: relative;
  width: 100%;
  box-shadow: #EF4F7B 6px 7px;
}
.video-blok-2 .video video {
  width: 100%;
}
.video-blok-2 .video .vimeo-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video-blok-2 .video .vimeo-box iframe,
.video-blok-2 .video .vimeo-box object,
.video-blok-2 .video .vimeo-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.stap-blok {
  padding: 2em;
  background: #FFCD1C;
  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%;
  box-shadow: #EF4F7B -7px 7px;
}
.foto-blok .photo-author {
  text-align: right;
  margin-top: 0.5em;
  font-size: 0.8em;
  font-style: italic;
}

.foto-slider {
  position: relative;
  min-width: 100%;
}
.foto-slider .owl-stage-outer {
  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.hidden {
  display: none;
}
.project-blok a {
  text-decoration: none;
}
.project-blok p {
  font-size: 1em;
}
.project-blok h3 {
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  margin-top: 0.75em;
  margin-bottom: 0.25em;
}
.project-blok .datum {
  display: inline-block;
  padding: 0.3em 0.5em 0.15em;
  margin-bottom: 1em;
  background: #000;
  color: #fff;
  border-radius: 11px;
  line-height: 1.5em;
  font-weight: 700;
}
.project-blok .photo {
  position: relative;
}
.project-blok .photo a.button {
  position: absolute;
  bottom: 2em;
  left: 1.2em;
  font-size: 0.8em;
}
.project-blok.rivalen-blok {
  background: #FFCD1C;
  padding: 2em;
  border: 2px solid #000;
}
.project-blok.rivalen-blok .button.no-shadow {
  font-size: 0.8em;
}
.project-blok.rivalen-blok:nth-child(odd) {
  background: #EF4F7B;
  color: #fff;
}
.project-blok.rivalen-blok:nth-child(odd) h3 {
  color: #fff;
}
.project-blok.rivalen-blok:nth-child(odd) .button.no-shadow {
  background-color: #FFCD1C;
  color: #000;
}
.project-blok.flexibel-veld-project-blok {
  margin-bottom: 4em;
}
.project-blok.flexibel-veld-project-blok h3 {
  margin-top: 0;
}
.project-blok.flexibel-veld-project-blok-foto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3em;
  margin-bottom: 4em;
}
.project-blok.flexibel-veld-project-blok-foto h3 {
  margin-top: 0;
}
.project-blok.flexibel-veld-project-blok-foto a {
  text-decoration: none;
  color: #000;
}

.masonry-pagina {
  display: block;
  width: 100%;
  /* Zorg ervoor dat de container een breedte heeft */
  margin: 3em auto 0;
}

.masonry-pagina.drie-kol .mason-sizer {
  width: calc(33.3% - 2em);
  margin-bottom: 2em;
}
.masonry-pagina.drie-kol .masonry-item {
  width: calc(33.3% - 2em);
}
.masonry-pagina.drie-kol .mason-element,
.masonry-pagina.drie-kol .mason-sizer {
  width: calc(33.3% - 2em);
  margin-bottom: 2em;
}
@media (max-width: 520px) {
  .masonry-pagina.drie-kol .mason-element,
  .masonry-pagina.drie-kol .mason-sizer {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.masonry-pagina.twee-kol .mason-sizer {
  width: calc(50% - 2em);
  margin-bottom: 2em;
}
.masonry-pagina.twee-kol .mason-element,
.masonry-pagina.twee-kol .mason-sizer {
  width: calc(50% - 2em);
  margin-bottom: 2em;
}
@media (max-width: 520px) {
  .masonry-pagina.twee-kol .mason-element,
  .masonry-pagina.twee-kol .mason-sizer {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.masonry-pagina.twee-kol .mason-element.stretch,
.masonry-pagina.twee-kol .mason-sizer.stretch {
  width: calc(100% - 50px);
}
@media (max-width: 520px) {
  .masonry-pagina.twee-kol .mason-element.stretch,
  .masonry-pagina.twee-kol .mason-sizer.stretch {
    width: 100%;
  }
}

.inspiratie-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
@media (max-width: 950px) {
  .inspiratie-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .inspiratie-grid-3 {
    grid-template-columns: 1fr;
  }
}

.overige-projecten {
  margin: 3em -3em 0 -3em;
  background: #000;
  padding: 3em;
  width: 100vw;
}
@media (max-width: 950px) {
  .overige-projecten {
    margin: 3em 0 0 -3em;
    width: 100vw;
  }
}
.overige-projecten .project-item-blok {
  background: #FFCD1C;
}
.overige-projecten .project-item-blok a {
  text-decoration: none;
}
.overige-projecten .project-item-blok .contentje {
  padding: 1em 1.25em 1.25em 1.25em;
}
.overige-projecten .project-item-blok .contentje h3 {
  margin-top: 0;
  line-height: 1em;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
}
.overige-projecten .project-item-blok .photo {
  position: relative;
  overflow: hidden;
  max-height: 10em;
}
.overige-projecten .project-item-blok .photo img {
  width: 100%;
  height: 10em;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.overige-projecten .project-item-blok a.button {
  font-size: 0.8em;
}
.overige-projecten .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;
}
.overige-projecten .owl-nav button.owl-prev {
  top: calc(33% - 1.5em);
  left: 2em;
  background: url("../img/prev-slider-icon.svg") no-repeat;
  background-size: contain;
}
.overige-projecten .owl-nav button.owl-next {
  top: calc(33% - 1.5em);
  left: calc(100% - 3.5em);
  background: url("../img/next-slider-icon.svg") no-repeat;
  background-size: contain;
}

.intro {
  margin-top: 1em;
  padding: 2em;
  background: #FFCD1C;
  box-shadow: #000 -7px 7px;
}
.intro p,
.intro h1,
.intro h2,
.intro h3,
.intro h4,
.intro h5 {
  color: #000;
}
.intro.fullwidth {
  width: calc(100% - 2em);
}
@media (max-width: 950px) {
  .intro.fullwidth {
    width: calc(100% - 0.5em);
  }
}

.uitgelicht-blok {
  padding: 2em;
  background: #EF4F7B;
  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;
}
.uitgelicht-blok.uitgelicht-blok-met-foto {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}
.uitgelicht-blok.z-achtergrond {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.uitgelicht-blok.z-achtergrond p,
.uitgelicht-blok.z-achtergrond h1,
.uitgelicht-blok.z-achtergrond h2,
.uitgelicht-blok.z-achtergrond h3,
.uitgelicht-blok.z-achtergrond h4,
.uitgelicht-blok.z-achtergrond h5 {
  color: #000;
}
.uitgelicht-blok.z-achtergrond p:last-child {
  margin-bottom: 0;
}

.uitgelicht-blok-flex {
  margin-bottom: 1.5em;
}
.uitgelicht-blok-flex h3 {
  margin: 0 0 0.5em 0;
}
.uitgelicht-blok-flex p:last-child {
  margin-bottom: 0;
}

.quote {
  padding: 2em;
  background: #FFCD1C;
  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;
  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: grid;
  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;
  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: -2.5em;
  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 {
  margin-top: 0.5em;
  color: #fff;
  font-weight: bold;
}
.meedoen-pagina .formulier .frm_form_field.vertical_radio {
  margin: 0;
}
.meedoen-pagina .formulier .frm_form_field.vertical_radio .frm_opt_container {
  padding: 0;
}
.meedoen-pagina .formulier .frm_form_field.vertical_radio .frm_primary_label {
  opacity: 1;
  font-weight: bold;
  color: #000;
}
.meedoen-pagina .formulier .frm_button_submit {
  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;
}
.meedoen-pagina .formulier .frm_error {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1;
  border-radius: 0;
  color: #B94A48;
  font-size: 14px;
  margin: 0.2em 0 0 0;
}

.tabs {
  display: none;
  margin-top: 3em;
}
@media (max-width: 950px) {
  .tabs {
    display: block;
  }
}
.tabs .holder {
  align-items: center;
  justify-content: flex-start;
  margin-top: 1em;
}
@media (max-width: 950px) {
  .tabs .holder {
    display: grid;
    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;
  font-family: "DIN Next LT Pro", sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
@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::-moz-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%;
  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 {
  margin: 3em 0;
}
.derby-overzicht.active {
  display: block;
}
.derby-overzicht .derby {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6em;
  margin-top: 3em;
}
@media (max-width: 950px) {
  .derby-overzicht .derby {
    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;
  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: grid;
  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;
}
@media (max-width: 950px) {
  .gemeente-klassement {
    margin-top: 1em;
  }
}
.gemeente-klassement.active {
  display: block;
}
.gemeente-klassement.hidden {
  display: none;
}
.gemeente-klassement .tabel {
  position: relative;
  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 {
  position: sticky;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  top: 2.5em;
  margin-bottom: 0.5em;
  padding: 0.6em 0 0.5em 0;
  font-weight: 700;
  font-size: 1em;
  font-style: italic;
  background: #fff;
  z-index: 9;
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .head {
    display: none;
  }
}
.gemeente-klassement .tabel .head .col {
  position: relative;
  text-align: center;
  font-size: 0.95em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}
.gemeente-klassement .tabel .head-2021 {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-gap: 0.5em;
  margin-bottom: 1em;
}
.gemeente-klassement .tabel .head-2021 .col {
  font-weight: 700;
}
.gemeente-klassement .tabel .head-2021 .col a {
  text-decoration: none;
  pointer-events: none;
}
.gemeente-klassement .tabel .content .row {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  grid-gap: 0.5em;
  padding: 0.5em 1em;
}
@media (max-width: 520px) {
  .gemeente-klassement .tabel .content .row {
    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;
  }
}
.gemeente-klassement .tabel .holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  max-height: 48em;
  overflow: hidden;
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .holder {
    display: none;
    grid-template-columns: 1fr;
    max-height: inherit;
    overflow: inherit;
  }
}
.gemeente-klassement .tabel .holder.active {
  max-height: inherit;
  overflow: inherit;
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .holder.active {
    display: block;
  }
}
.gemeente-klassement .tabel .holder .klassement-col {
  display: block;
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .holder .klassement-col {
    display: none;
  }
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .holder .klassement-col.active {
    display: block !important;
  }
}
@media (max-width: 950px) {
  .gemeente-klassement .tabel .holder .klassement-col.hidden {
    display: none !important;
  }
}
.gemeente-klassement .tabel .holder .row {
  background: #EF4F7B;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #fff;
  height: 11em;
}
.gemeente-klassement .tabel .holder .row a {
  color: #fff;
  max-width: 14em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gemeente-klassement .tabel .holder .row .line {
  display: flex;
  align-items: center;
}
.gemeente-klassement .tabel .holder .row .line strong {
  margin-right: 0.5em;
  width: 2em;
}
.gemeente-klassement .tabel .holder .row .line .tegel-icon-sm {
  position: relative;
  left: -0.33em;
}
.gemeente-klassement .tabel .holder .row .stad-stand {
  display: flex;
  margin-bottom: 0.5em;
}
.gemeente-klassement .tabel .holder .row .stad-stand .hart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  /* Ensure it's perfectly round */
  margin-right: 0.5em;
  background: #fff;
  border-radius: 50%;
  /* 100% works too, but 50% is standard */
  font-size: 1em;
  /* Auto-resizing for 3 digits */
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.gemeente-klassement .tabel .holder .row .stad-stand .hart span {
  font-weight: 900;
  color: #000;
  padding-top: 2px;
}
.gemeente-klassement .tabel .holder .row .stad-stand .gemeente-n {
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1em;
}
.gemeente-klassement .tabel .holder .row .info {
  position: relative;
  display: inline-block;
  top: -0.25em;
  font-size: 0.6em;
  margin-left: 0.5em;
  background: #fff;
  color: #EF4F7B;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.6em;
  border-radius: 2em;
  text-align: center;
  cursor: pointer;
}
.gemeente-klassement .tabel .holder .row .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 .holder .row .info .tooltip {
    right: 2em;
  }
}
.gemeente-klassement .tabel .holder .row .info:hover .tooltip {
  top: 0;
  opacity: 1;
  transition: 0.5s all;
}
.gemeente-klassement .tabel .holder .row:nth-child(even) {
  background: #FFCD1C;
  color: #000;
}
.gemeente-klassement .tabel .holder .row:nth-child(even) a {
  color: #000;
}
.gemeente-klassement .tabel .holder .row:nth-child(even) .stad-stand .hart {
  background: #000;
}
.gemeente-klassement .tabel .holder .row:nth-child(even) .stad-stand .hart span {
  color: #fff;
}
.gemeente-klassement .tabel .holder .row:nth-child(even) .info {
  background: #000;
  color: #FFCD1C;
}
.gemeente-klassement .tabel .holder .row.goudengemeente {
  background: linear-gradient(70deg, rgb(186, 148, 62) 0%, rgb(236, 172, 32) 20%, rgb(186, 148, 62) 39%, rgb(249, 244, 180) 50%, rgb(186, 148, 62) 60%, rgb(236, 172, 32) 80%, rgb(186, 148, 62) 100%);
  animation: shine 5s infinite alternate;
  background-size: 200%;
  background-position: left;
  color: rgb(49, 28, 3);
}
@keyframes shine {
  to {
    background-position: right;
  }
}
.gemeente-klassement .tabel .holder .row.goudengemeente a {
  color: rgb(49, 28, 3);
}
.gemeente-klassement .tabel .holder .row.goudengemeente .stad-stand .hart {
  background: #000;
}
.gemeente-klassement .tabel .holder .row.goudengemeente .stad-stand .hart span {
  color: #fff;
}
.gemeente-klassement .tabel .holder .row.goudengemeente .info {
  background: #000;
  color: #fff;
}
.gemeente-klassement .load-more-klassement {
  text-align: center;
}
@media (max-width: 950px) {
  .gemeente-klassement .load-more-klassement {
    display: none;
  }
}

.deelnemers-kaart {
  opacity: 0;
  margin: 2em 0;
}
.deelnemers-kaart.active {
  opacity: 1;
}
.deelnemers-kaart > h2 {
  margin-bottom: 0.5em;
}
.deelnemers-kaart .derby-kaart {
  height: 65vh;
  min-height: 600px;
}
.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 .poule-lijst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
@media (max-width: 520px) {
  .derby-pagina .grid-holder .poule-lijst {
    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: grid;
  grid-template-columns: 10em 1fr;
  grid-gap: 1em;
}

.poule-pagina .grid-holder .poule-lijst {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin-top: 3em;
}
@media (max-width: 520px) {
  .poule-pagina .grid-holder .poule-lijst {
    grid-template-columns: 1fr;
  }
}
.poule-pagina a.button.ani-knop {
  background-color: #FFCD1C;
}
.poule-pagina .content a.button.ani-knop {
  margin-top: 0;
}
.poule-pagina .content a.button.ani-knop:hover {
  margin-top: 4px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 520px) {
  .poule-pagina .sidebalk {
    display: none;
  }
}
.poule-pagina .sidebalk .foto img {
  width: 100%;
  height: auto;
  box-shadow: #EF4F7B 6px 7px;
}
.poule-pagina .poule-item {
  background: #EF4F7B;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #fff;
}
.poule-pagina .poule-item .gemeente-n {
  margin: 0.15em 0 0 0.2em;
  font-size: 1.3em;
  font-style: italic;
  font-weight: bold;
}
.poule-pagina .poule-item .titel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}
.poule-pagina .poule-item .titel .ranking {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  /* Ensure it's perfectly round */
  margin-right: 0.5em;
  padding-top: 0.15em;
  background: #fff;
  border-radius: 50%;
  /* 100% works too, but 50% is standard */
  font-size: 1em;
  /* Auto-resizing for 3 digits */
  font-weight: 900;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
}
.poule-pagina .poule-item .titel h3 {
  color: #fff;
}
.poule-pagina .poule-item .line {
  display: flex;
  align-items: center;
}
.poule-pagina .poule-item .line strong {
  margin-right: 0.5em;
  width: 2em;
}
.poule-pagina .poule-item .line .tegel-icon-sm {
  position: relative;
  left: -0.33em;
}
.poule-pagina .poule-item .info {
  position: relative;
  display: inline-block;
  top: -0.2em;
  margin-left: 0.33em;
  background: #000;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.75em;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  border-radius: 2em;
  cursor: pointer;
}
.poule-pagina .poule-item .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) {
  .poule-pagina .poule-item .info .tooltip {
    right: 2em;
  }
}
.poule-pagina .poule-item .info:hover .tooltip {
  top: 0;
  opacity: 1;
  transition: 0.5s all;
}
.poule-pagina .poule-item:nth-child(even) {
  background: #FFCD1C;
  color: #000;
}
.poule-pagina .poule-item:nth-child(even) .titel h3 {
  color: #000;
}
.poule-pagina .poule-item:nth-child(even) .titel .ranking {
  background: #000;
  color: #fff;
}
.poule-pagina .poule-item:nth-child(even) .stad-stand .hart {
  background: url("../img/roze-hart.svg") no-repeat;
  background-size: contain;
}
.poule-pagina .poule-item:nth-child(even) .stad-stand .hart span {
  color: #fff;
}

.boem-note {
  position: fixed;
  display: flex;
  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;
  transform: scale(1);
  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;
  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;
  transform: rotateZ(-6deg);
}
.boem-note:hover {
  transform: scale(1.1);
  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: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5em;
  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 {
  box-shadow: #000 6px 7px;
}

.generator {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-gap: 3em;
}
@media (max-width: 950px) {
  .generator {
    grid-template-columns: 1fr;
    grid-gap: 4em;
  }
}
.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;
}
@media (max-width: 520px) {
  .generator .side-foto .preview-flyer {
    padding: 0;
  }
}
.generator .formulier-holder {
  background: #EF4F7B;
  padding: 2em;
  box-shadow: #000 -7px 7px;
}
@media (max-width: 520px) {
  .generator .formulier-holder {
    padding: 1.35em;
  }
}
.generator .formulier-holder h2 {
  font-size: 1.5em;
  color: #fff;
  margin-bottom: 0.5em;
}
@media (max-width: 520px) {
  .generator .formulier-holder h2 {
    font-size: 1.2em;
  }
}
.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;
  outline: 4px dotted #fff;
  outline-offset: 0;
}
@media (max-width: 950px) {
  .footer {
    padding: 2em 1em;
  }
}
.footer .primary-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2em;
  width: calc(100% - 6.25em);
  max-width: inherit;
  padding-left: 0.25em;
}
@media (max-width: 950px) {
  .footer .primary-grid {
    grid-template-columns: 1fr;
    padding-left: 0;
    width: 100%;
  }
}
.footer .social-info {
  padding-top: 0.5em;
}
@media (max-width: 950px) {
  .footer .social-info ul {
    display: flex;
    justify-content: flex-start;
  }
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer ul li a {
  color: #000;
  text-decoration: none;
}
.footer .menu-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 3em;
}
@media (max-width: 520px) {
  .footer .menu-holder {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}
.footer .menu-holder .menu h2 {
  margin-top: 0.75em;
}
.footer .menu-holder .menu h2:first-of-type {
  margin-top: 0;
}
.footer .social {
  text-align: left;
}
.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/x-social-black-icon.svg");
}
.footer .social ul li.tiktok a {
  background-image: url("../img/tktk-social-black-icon.svg");
}

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

/* Google Maps style */
.gm-style .gm-ui-hover-effect {
  right: -0.75em;
}
.gm-style .gm-style-iw-tc::after {
  background: #FFCD1C;
}
.gm-style .gm-style-iw-c {
  background: #FFCD1C;
  border-radius: 0;
  padding: 1.5em 1.25em 1.7em;
  min-width: 250px !important;
  box-shadow: #000 -3px 3px;
}
.gm-style .gm-style-iw-c h2 {
  position: absolute;
  top: 0.8em;
  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: grid;
  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%);
}

.wipper-3-kolom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin-bottom: 3em;
}
@media (max-width: 950px) {
  .wipper-3-kolom {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .wipper-3-kolom {
    grid-template-columns: 1fr;
  }
}
.wipper-3-kolom h1 {
  color: #EF4F7B;
  text-shadow: 3px 3px #000;
}
.wipper-3-kolom .wipper-item {
  position: relative;
}
.wipper-3-kolom .wipper-item img {
  width: 100%;
  height: auto;
  box-shadow: #EF4F7B -7px 7px;
}
.wipper-3-kolom .wipper-item .overlay {
  position: absolute;
  bottom: 2em;
  left: 1em;
}

.popup-stemmen {
  display: none;
  position: fixed;
  width: 550px;
  left: calc(50% - 275px);
  top: 10%;
  padding: 2em;
  padding-bottom: 3em;
  background: #FFCD1C;
  border: 3px solid #000;
  z-index: 9999;
}
@media (max-width: 520px) {
  .popup-stemmen {
    width: 90%;
    left: 5%;
  }
}
.popup-stemmen.active {
  display: block;
}
.popup-stemmen a.button {
  margin: 0;
}
.popup-stemmen a.close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1em;
  height: 1em;
  background: url("../img/close-icon.svg") no-repeat;
  background-size: contain;
}
.popup-stemmen .frm_form_field {
  margin-top: 0.5em;
}
.popup-stemmen .frm_button_submit {
  display: inline-block !important;
  margin-top: 1em !important;
  padding: 0.6em 1em 0.5em 1em;
  border: 2px solid #000 !important;
  text-transform: uppercase !important;
  font-weight: 900 !important;
  box-shadow: #000 6px 7px !important;
  background: #EF4F7B !important;
  transition: 0.25s all;
}
.popup-stemmen .part_deel {
  display: none;
}
.popup-stemmen .part_deel.active {
  display: block;
}
.popup-stemmen span {
  font-weight: bold;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
}
.popup-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.extra-velden-generator {
  margin-bottom: 3em;
}

.tekst-foto-row,
.tekst-tekst-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3em;
  margin-top: 2em;
}
@media (max-width: 950px) {
  .tekst-foto-row,
  .tekst-tekst-row {
    grid-template-columns: 1fr;
    grid-gap: 2em;
  }
}
.tekst-foto-row .col img,
.tekst-tekst-row .col img {
  width: 100%;
  height: auto;
}
.tekst-foto-row.alt .col2,
.tekst-tekst-row.alt .col2 {
  grid-row: 1;
}

.tekst-volle-breedte {
  margin-bottom: 3em;
}

.video-blok {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 3em;
}
.video-blok iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tickerbalk {
  position: relative;
  height: 6em;
  margin: 0 -4em 2em;
  width: 100vw;
  overflow: hidden;
  padding-top: 2em;
}
@media (max-width: 1250px) {
  .tickerbalk {
    margin: 3em -3em 2em;
  }
}
@media (max-width: 520px) {
  .tickerbalk {
    height: 4em;
    margin: 0 -0.75em 2em;
    padding-top: 0;
  }
}
.tickerbalk .content-main {
  margin: 1em 3em 1em 4em;
  max-width: 800px;
}
@media (max-width: 520px) {
  .tickerbalk .content-main {
    margin: 0 0em 1em 1em;
  }
}
.tickerbalk .balk {
  position: absolute;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
}
.tickerbalk .balk .item {
  padding: 0.75em 2em;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 700;
  background-color: #EF4F7B;
  color: #fff;
}
.tickerbalk .balk .item:nth-child(even) {
  background: #000;
}

.kaart-pagina .derby-kaart {
  min-height: 700px;
  height: 43vh;
  width: 100%;
  margin-bottom: 5em;
}
@media (max-width: 520px) {
  .kaart-pagina .derby-kaart {
    margin-bottom: 0;
    min-height: 45vh;
    height: 25vh;
  }
}

.frm_html_container {
  margin-top: 1em;
}
.frm_html_container p {
  color: #000 !important;
  font-size: 1.4em;
}

.frm_with_box .frm_inline_box {
  border: none;
  background: #FFCD1C;
  color: #000;
}

.projectenfilter {
  margin-bottom: -1.5em;
}
.projectenfilter h3 {
  margin-bottom: 0.5em;
}
.projectenfilter .filter-opties ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.projectenfilter .filter-opties ul li {
  margin-right: 1em;
}

.zoekfunctie {
  position: relative;
  display: block;
  margin: 1.5em 0 0;
}
.zoekfunctie h2 {
  margin-bottom: 0.5em;
  font-size: 1em;
}
.zoekfunctie input {
  height: 2.5em;
  line-height: 2.5em;
  padding-left: 1em;
}

.zoekresultaten {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1em;
  margin: 3em 0;
}
@media (max-width: 950px) {
  .zoekresultaten {
    grid-template-columns: 1fr;
  }
}
.zoekresultaten.leeg {
  margin: 0;
}
.zoekresultaten .row {
  background: #EF4F7B;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #fff;
  height: 11em;
}
.zoekresultaten .row a {
  color: #fff;
}
.zoekresultaten .row .stad-stand {
  display: flex;
  margin-bottom: 0.5em;
}
.zoekresultaten .row .stad-stand .hart {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2em;
  height: 2.2em;
  /* Ensure it's perfectly round */
  margin-right: 0.5em;
  background: #fff;
  border-radius: 50%;
  /* 100% works too, but 50% is standard */
  font-size: 1em;
  /* Auto-resizing for 3 digits */
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  color: #000;
  display: none;
}
.zoekresultaten .row .stad-stand .hart span {
  font-weight: 700;
  color: #000;
}
.zoekresultaten .row .stad-stand .gemeente-n {
  align-items: center;
  justify-content: center;
  display: flex;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25em;
  line-height: 1em;
}
.zoekresultaten .row .info {
  position: relative;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 0.25em;
  background: #000;
  color: #fff;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.75em;
  border-radius: 2em;
  text-align: center;
  cursor: pointer;
}
.zoekresultaten .row .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) {
  .zoekresultaten .row .info .tooltip {
    right: 2em;
  }
}
.zoekresultaten .row .info:hover .tooltip {
  top: 0;
  opacity: 1;
  transition: 0.5s all;
}
.zoekresultaten .row:nth-child(even) {
  background: #FFCD1C;
  color: #000;
}
.zoekresultaten .row:nth-child(even) a {
  color: #000;
}
.zoekresultaten .row:nth-child(even) .stad-stand .hart {
  background-color: #000;
}
.zoekresultaten .row:nth-child(even) .stad-stand .hart span {
  color: #fff;
}

.vimeo-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.vimeo-video iframe,
.vimeo-video object,
.vimeo-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vertical-video-container {
  display: flex;
  max-width: 875px;
  margin: 2em auto;
}
.vertical-video-container.tegelstand-video-winnaars {
  margin: 0;
}
@media (max-width: 1250px) {
  .vertical-video-container {
    display: block;
    height: auto;
  }
}

.video-wrapper {
  flex: 1;
  margin: 0 5px;
  position: relative;
  padding-bottom: 58%;
  overflow: hidden;
}
@media (max-width: 1250px) {
  .video-wrapper {
    flex: inherit;
    margin: 1em 0;
    padding-bottom: inherit;
    overflow: inherit;
  }
}
.video-wrapper iframe,
.video-wrapper blockquote {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  .video-wrapper iframe,
  .video-wrapper blockquote {
    position: relative;
    height: inherit;
    width: 100%;
    height: 670px;
  }
}

.instagram-reels {
  width: 100%;
  position: relative;
  margin: 2em 0;
}
.instagram-reels .holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}
@media (max-width: 950px) {
  .instagram-reels .holder {
    grid-template-columns: 1fr;
  }
}
.instagram-reels .reel {
  position: relative;
  width: 100%;
  padding-top: 177.77%;
  background-color: #000;
}
@media (max-width: 950px) {
  .instagram-reels .reel {
    width: calc(100vw - 3em);
  }
}
.instagram-reels .reel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.confetti {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
}
.confetti.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.confetti #confettiCanvas {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 100%;
  z-index: 9999;
}
.confetti .content {
  position: relative;
  z-index: 99999;
}
.confetti h2 {
  width: 100%;
  text-align: center;
  font-size: 6em;
  color: black;
  display: flex;
  justify-content: center;
  animation: bounce 1s infinite ease-in-out;
}
@keyframes bounce {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@media (max-width: 520px) {
  .confetti h2 {
    font-size: 3em;
  }
}
.confetti h3 {
  margin-top: 0;
  width: 100%;
  text-align: center;
  font-size: 2.5em;
}
@media (max-width: 520px) {
  .confetti h3 {
    font-size: 1.5em;
  }
}
.confetti .char {
  transition: color 0.25s;
}
.confetti .black {
  color: black;
}
.confetti .white {
  color: white;
}
.confetti a.close {
  position: absolute;
  right: 2em;
  top: 2em;
  width: 3em;
  height: 3em;
  background: url("../img/sluiten-knopje.svg") no-repeat;
  background-size: contain;
  z-index: 99999;
}
@media (max-width: 950px) {
  .confetti a.close {
    top: 4em;
    right: 1em;
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 520px) {
  .confetti a.close {
    top: 3em;
    width: 1.5em;
    height: 1.5em;
  }
}

@media (max-width: 950px) {
  .page-title {
    font-size: 25px;
  }
}

@media (max-width: 950px) {
  .real-content h2 {
    font-size: 1.3em;
  }
}

@media (max-width: 950px) {
  .elementor-heading-title {
    font-size: 18px;
  }
}

/* Aanpassingen 2025 */
.tegel-icon-sm {
  display: inline-block;
  margin-right: 0.5em;
  width: 2em;
  height: 2em;
  background: url("../img/tegels-icon-tw25.png") no-repeat center;
  background-size: contain;
}

.foto-50p-50p,
.tekst-tekst50p,
.tekst-foto50p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
}
@media (max-width: 520px) {
  .foto-50p-50p,
  .tekst-tekst50p,
  .tekst-foto50p {
    grid-template-columns: 1fr;
  }
}

.tekst-foto50p .side-foto,
.foto-50p-50p .side-foto {
  margin-top: 0;
}

.sub-page p:last-of-type {
  margin-bottom: 0;
}

.nieuws-uitgelicht-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin-bottom: 2em;
}
@media (max-width: 950px) {
  .nieuws-uitgelicht-container {
    grid-template-columns: 1fr;
  }
}
.nieuws-uitgelicht-container .nieuws-item h3 {
  margin: 0.5em 0;
  text-transform: uppercase;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.nieuws-uitgelicht-container .nieuws-item img {
  aspect-ratio: 1.77/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.nieuws-uitgelicht-container .nieuws-item .button.no-shadow {
  margin-top: 0;
}
.nieuws-uitgelicht-container.minimalistisch p {
  display: none;
}

.page-template-template-pagina-2025 .sub-page {
  margin-bottom: 2em;
}

.page-teaser-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2em;
  margin-bottom: 3em;
  background: #EF4F7B;
  padding: 2em 2em 1.5em 3em;
  margin: 0 -2.25em 2em -3em;
}
@media (max-width: 950px) {
  .page-teaser-container {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 520px) {
  .page-teaser-container {
    margin: 0 -1em;
    padding: 2em 1em;
  }
}
.page-teaser-container a {
  text-decoration: none;
}
.page-teaser-container .page-teaser-item {
  position: relative;
}
.page-teaser-container .page-teaser-item img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-teaser-container .page-teaser-item .button-holder {
  position: absolute;
  bottom: 3em;
  left: 0;
  width: 100%;
  text-align: center;
}
.page-teaser-container .page-teaser-item .button-holder h3 {
  color: #fff;
  font-family: "DIN Next LT Pro", sans-serif;
  font-size: 1.8em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-shadow: #000 2px 2px;
}
.page-teaser-container .page-teaser-item .button-holder .button {
  display: inline-block;
  background: #FFCD1C;
  z-index: 9;
}

.pagina-verzameling {
  position: relative;
  margin-bottom: 2em;
}
.pagina-verzameling .pagina-teasers-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
  margin-top: 2em;
}
@media (max-width: 950px) {
  .pagina-verzameling .pagina-teasers-holder {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .pagina-verzameling .pagina-teasers-holder {
    grid-template-columns: 1fr;
  }
}
.pagina-verzameling .pagina-teasers-holder .pagina-teaser-item {
  border-left: 0.75em solid #000;
  padding-left: 1.5em;
}
.pagina-verzameling .pagina-teasers-holder .pagina-teaser-item h3 {
  margin: 0;
  padding: 0 0 0.5em;
  text-transform: uppercase;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
}
.pagina-verzameling .pagina-teasers-holder .pagina-teaser-item p {
  margin: 0;
  padding: 0;
}
.pagina-verzameling .pagina-teasers-holder .pagina-teaser-item .button {
  margin-top: 0.5em;
}

.inspiratieprojecten-teaser-container {
  background: #EF4F7B;
  padding: 2em 4em 2em 4em;
  margin: 0 -4em 2em;
}
@media (max-width: 950px) {
  .inspiratieprojecten-teaser-container {
    margin: 0 -1em;
    padding: 2em 1em 2em;
  }
}
.inspiratieprojecten-teaser-container .titel-header {
  margin-bottom: 1em;
}
.inspiratieprojecten-teaser-container .titel-header h3 {
  text-transform: uppercase;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  margin: 0;
}
.inspiratieprojecten-teaser-container .inspiratieprojecten-holder {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2em;
}
@media (max-width: 950px) {
  .inspiratieprojecten-teaser-container .inspiratieprojecten-holder {
    grid-template-columns: 1fr;
  }
}
.inspiratieprojecten-teaser-container .inspiratieproject-item {
  color: #fff;
}
.inspiratieprojecten-teaser-container .inspiratieproject-item h3 {
  margin-top: 1em;
  color: #fff;
}
.inspiratieprojecten-teaser-container .inspiratieproject-item .button {
  margin-top: 0;
  background-color: #FFCD1C;
}
.inspiratieprojecten-teaser-container .inspiratieproject-item .foto-teaser img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.videoplayer-embed {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0;
  margin-bottom: 2em;
}
@media (max-width: 1250px) {
  .videoplayer-embed {
    margin: 0 0 2em;
  }
}
@media (max-width: 520px) {
  .videoplayer-embed {
    margin: 0 0 1.5em;
  }
}
.videoplayer-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.foto-volle-breedte-container {
  margin-bottom: 2em;
}
.foto-volle-breedte-container .foto img {
  width: 100%;
  height: auto;
}

.wipper-van-de-maand-container25 {
  margin-bottom: 2em;
}
.wipper-van-de-maand-container25 .holder-roze {
  background: #EF4F7B;
  padding: 2em 4em 2em 4em;
  margin: 0 -4em 2em;
}
@media (max-width: 950px) {
  .wipper-van-de-maand-container25 .holder-roze {
    margin: 0 -1em;
    padding: 2em 1em 2em;
  }
}
.wipper-van-de-maand-container25 .holder-roze > h2,
.wipper-van-de-maand-container25 .holder-roze > h3 {
  margin: 0 0 0.5em;
  color: #fff;
}
.wipper-van-de-maand-container25 .holder-roze p {
  color: #fff;
}
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1em;
  margin-bottom: 0.5em;
}
@media (max-width: 520px) {
  .wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht {
    grid-template-columns: 1fr;
  }
}
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht .wipper-item {
  position: relative;
  display: flex;
  align-items: center;
}
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht .wipper-item .title-knop {
  position: absolute;
  bottom: 2em;
  left: 2em;
  text-align: left;
  width: calc(100% - 4em);
}
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht .wipper-item .title-knop h2,
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht .wipper-item .title-knop h3 {
  margin: 0 0 -0.25em;
  color: #EF4F7B;
  font-size: 2.25em;
  text-shadow: #fff -3px 3px;
}
.wipper-van-de-maand-container25 .wipper-van-de-maand-overzicht .wipper-item img {
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wipper-van-de-maand-container25 .subcontent-onder-wippers a.button.ani-knop {
  background-color: #FFCD1C;
}
.wipper-van-de-maand-container25 .genomineerden-slider {
  margin: 1em 0 2em 0;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide {
  background: #ccc;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide .foto {
  width: 100%;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide .foto img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide .balk-info-nominatie {
  width: calc(100% - 2em);
  padding: 1em;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide .balk-info-nominatie .quote-nominatie {
  font-weight: bold;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper-slide .balk-info-nominatie .naam {
  font-weight: normal;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper {
  padding-bottom: 2em;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper .swiper-pagination {
  bottom: -0.5em;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper .swiper-pagination-bullet {
  width: 0.7em;
  height: 0.7em;
}
.wipper-van-de-maand-container25 .genomineerden-slider .swiper .swiper-pagination-bullet-active {
  background-color: #EF4F7B;
}

.derby-balk-nl-be {
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  line-height: 1em;
  margin-bottom: 2em;
}
.derby-balk-nl-be .holder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 520px) {
  .derby-balk-nl-be .holder {
    grid-template-columns: 1fr;
  }
}

/* Schuine achtergrond uit voor nieuwe template(s) */
.page-template-template-pagina-2025 .wrapper {
  margin-top: 6em;
}
.page-template-template-pagina-2025 .bg-schuin {
  display: none;
}

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

.tegelteller-mobiel {
  display: none;
  font-family: "DIN Next LT Pro", sans-serif;
  font-weight: 900;
  line-height: 1em;
  font-style: italic;
}
@media (max-width: 950px) {
  .tegelteller-mobiel {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
}
.tegelteller-mobiel .teller-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  background: #000;
  text-transform: uppercase;
}
.tegelteller-mobiel .teller-header .tegelteller-head {
  color: #fff;
  font-size: 1.25em;
}
.tegelteller-mobiel .teller-header a.close {
  width: 1em;
  height: 1em;
  background: url("../img/close-tegelwipper-mobiel.svg") no-repeat center;
  background-size: contain;
}
.tegelteller-mobiel.hide .teller-bar {
  display: none;
}
.tegelteller-mobiel.hide .teller-header a.close {
  background: url("../img/arrow-up-icon.svg") no-repeat center;
  background-size: contain;
}

.teller-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #EF4F7B;
  color: #fff;
  padding: 0.5em 1em;
  text-transform: uppercase;
}
.teller-bar.teller-be {
  background: #FFCD1C;
  color: #000;
}

.page-template-template-pagina-2025 .secondary-grid > *:last-child {
  margin-bottom: 0 !important;
}/*# sourceMappingURL=global.css.map */