/* animation stuff */
.svganim {
  opacity: 0;
}
.animbar {
  animation: shrink 2s ease-out forwards;
  animation-delay: 0.2s;
}
@keyframes shrink {
  0% {
    /*width: 60px;*/
    width: 25%;
  }
  100% {
    width: 0;
  }
}
::-webkit-scrollbar {
  width: 12px;
}
::-webkit-scrollbar-track {
  background: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: #000000;
  border-radius: 0;
}
body {
  background-color: white;
  color: black;
  margin: 0;
  padding: 0;
  font-family: "Karla", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  transition: background-color 2s ease;
}
body.inverted {
  background-color: black;
  color: white;
}
body.inverted #menu {
  background-color: rgba(0, 0, 0, 0.4);
}
body.inverted #menu a {
  color: white;
}
body.inverted #menu .barholder .bar {
  background-color: white;
  color: black;
}
body.inverted #menu .barholder .bar a {
  color: black !important;
}
body.inverted .hoverbar2 {
  background-color: white;
  color: black;
}
body.inverted .hoverbar2 .bar {
  background-color: black;
  color: white;
}
body.inverted .hoverbar2 .bar a {
  color: white !important;
}
body.inverted #powered_by_mplifi a {
  color: white;
}
body.gold {
  background-color: #b9a279;
}
body.gold #menu {
  background-color: rgba(185, 162, 121, 0.4);
}
body.gold #menu .barholder .bar {
  color: #b9a279;
}
a {
  color: black;
  transition: color 0.2s ease;
}
a:hover {
  color: #b9a279;
}
.pe-8 {
  padding-right: 50px;
}
.mt-8,
.mt-8-flex {
  margin-top: 8em;
}
.bggold {
  background-color: #b9a279;
  color: white;
}
.hoverbar {
  cursor: pointer;
  position: relative;
  width: 100%;
}
.hoverbar .barholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 0%;
  overflow: hidden;
}
.hoverbar .barholder .bar {
  cursor: pointer;
  background-color: black;
  color: white;
}
.hoverbar .barholder .bar a {
  color: white !important;
}
.hoverbar2 {
  cursor: pointer;
  position: relative;
  background-color: black;
  color: white;
  padding: 0.2em 0.5em 0.2em 0.5em;
  font-size: 1.6em;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none;
  margin-bottom: 0.1em;
  display: inline-block;
}
.hoverbar2:hover {
  color: white;
}
.hoverbar2:after {
  content: "◢";
  margin-left: 1.25em;
  font-size: 0.5em;
}
.hoverbar2 .barholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -0.2em;
  width: 0%;
  overflow: hidden;
}
.hoverbar2 .barholder .bar {
  cursor: pointer;
  background-color: white;
  color: #201e1e;
  padding: 0.2em 0.5em 0.2em 0.5em;
}
.hoverbar2 .barholder .bar:after {
  color: black;
  content: "◢";
  margin-left: 1.25em;
  font-size: 0.5em;
}
.spacer {
  height: 4em;
  width: 100%;
}
.bigtext_home {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.bigtext_home a {
  text-decoration: none;
}
.bigtext_home a:after {
  position: relative;
  content: "◢";
  font-size: 0.3em;
  top: -1px;
  margin-left: 5px;
}
.bigtext {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.03em;
}
.bigtext a {
  color: #b9a279;
  text-decoration: none;
}
.bigtext a:hover {
  text-decoration: underline;
}
.midtext {
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: -0.03em;
}
h2 {
  font-size: 12em;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -0.1em;
}
h2:after {
  content: "◢";
  font-size: 0.1em;
}
h2 a {
  text-decoration: none;
}
h3.mediumtitle {
  font-size: 8em;
  font-weight: 600;
  line-height: 0.7em;
  letter-spacing: -0.1em;
}
.greytext {
  color: rgba(0, 0, 0, 0.4);
}
.invert {
  color: white;
  background-color: black;
}
.merk {
  margin-bottom: -60px;
}
.w100 {
  width: 100%;
}
.button_black {
  color: black;
  font-weight: bold;
  padding: 0.5em;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
}
.button_black:hover {
  color: #b9a279;
}
.button_black:active {
  color: #b9a279;
}
.button_black:after {
  width: 1em;
  content: "◢";
  font-size: 0.6em;
}
/* specials */
.fadein {
  opacity: 0;
}
#powered_by_mplifi {
  position: fixed;
  z-index: -1;
  right: -92px;
  bottom: 150px;
  transform: rotate(90deg) translateY(-100%);
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 600;
  transition: right 0.6s ease;
}
#powered_by_mplifi.long {
  right: -125px;
}
#powered_by_mplifi.visible {
  right: -35px;
}
#powered_by_mplifi.visible.long {
  right: -70px;
}
#powered_by_mplifi img {
  width: 50px;
}
#powered_by_mplifi a {
  text-decoration: none;
}
#powered_by_mplifi a:hover {
  color: black;
}
#powered_by_mplifi:hover {
  opacity: 0.6;
}
.pagetitle {
  font-weight: bold;
  letter-spacing: -0.06em;
}
.pagetitle h3 {
  font-size: 1.8em;
  font-weight: bold;
}
.pagetitle span {
  font-size: 1.4em;
  color: rgba(28, 25, 25, 0.85);
}
._readmore {
  cursor: pointer;
  color: #b9a279;
  text-decoration: none;
}
._readmore:hover {
  color: black;
}
._readmore:after {
  width: 1em;
  content: "◢";
  font-size: 0.6em;
}
._readless {
  cursor: pointer;
  color: #b9a279;
  text-decoration: none;
}
._readless:hover {
  color: black;
}
._readless:after {
  width: 1em;
  content: "◤";
  font-size: 0.6em;
}
._show_item.brownbutton {
  background-color: #b9a279;
}
.hide_item {
  display: none;
}
.hide_item[data-item="1"] {
  display: inline-block;
}
._sidemenu {
  transition: margin-top 0.1s ease;
}
#menu {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  position: fixed;
  z-index: 99;
  width: 100%;
  font-weight: 600;
  font-size: 2.3em;
}
#menu a {
  text-decoration: none;
}
#menu a:hover {
  color: inherit;
}
.sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  height: 100vh;
  backdrop-filter: blur(5px);
  display: inline-block;
  font-size: 1.8em;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-rendering: optimizelegibility;
  transition: transform 0.4s ease;
}
.sidebar.visible {
  transform: translateX(0%) !important;
}
#menu_side1 {
  left: 0;
  transform: translateX(-100%);
  background: rgba(255, 255, 255, 0.4);
}
#menu_side1 ul {
  list-style: none;
  padding: 0;
  margin: 2em 3em 1em 0.7em;
}
#menu_side1 ul li {
  padding: 0;
  margin: 0 0 -0.3em 0;
}
#menu_side1 ul li a {
  text-decoration: none;
}
#menu_side1 ul li a:hover {
  color: #b9a279;
}
#menu_side1 ul li a.active {
  color: red;
}
#menu_side2 {
  right: 0;
  transform: translateX(100%);
  background: rgba(185, 162, 121, 0.4);
  line-height: 1em;
}
#menu_side2 ul {
  list-style: none;
  padding: 0;
  margin: 2em 0.7em 1em 1em;
}
#menu_side2 ul li {
  padding: 0;
  margin: 0 0 -0.3em 0;
}
#menu_side2 ul li a {
  text-decoration: none;
}
#menu_side2 ul li a:hover {
  color: #b9a279;
}
#footer {
  position: relative;
  z-index: 5;
  background-color: black;
  color: rgba(255, 255, 255, 0.85);
  font-weight: bold;
  margin-top: 8em;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.2em;
  padding: 0.5em;
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  color: #b9a279;
}
.mainlogo {
  margin: 4em 0 4em 0;
}
.block_news {
  background-color: black;
  padding: 1em;
  display: block;
  color: white;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}
.block_news span {
  display: block;
  padding-bottom: 1em;
  white-space: nowrap;
}
.block_news img {
  width: 100%;
  cursor: pointer;
}
.block_news_white {
  display: block;
  position: relative;
  background-color: white;
  border-radius: 15px 15px 0px 15px;
  color: #b9a279;
  font-weight: bold;
  font-size: 1.5em;
  text-decoration: none;
  padding: 1em 0 1em 0;
}
.block_news_white span {
  display: block;
  text-overflow: ellipsis;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
}
.block_news_white:hover .triangle {
  color: white;
}
.block_news_white img {
  width: 100%;
}
.block_news_white .triangle {
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: color 0.4s ease;
}
.block_news_white .barholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 0%;
  overflow: hidden;
}
.block_news_white .barholder .bar {
  border-radius: 15px 15px 0px 15px;
  cursor: pointer;
  background-color: #b9a279;
  color: white;
  padding: 1em 0 1em 0;
  white-space: nowrap;
}
.block_quote {
  font-size: 1.5em;
  background-color: #b9a279;
  color: white;
  border-radius: 15px 15px 0px 15px;
  font-family: 'serif', 'Times New Roman';
}
.block_projects {
  position: relative;
  background-color: black;
  padding: 1em;
  display: inline-block;
  color: white;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  clear: both;
}
.block_projects:hover {
  color: white;
}
.block_projects:hover img {
  opacity: 1;
}
.block_projects span {
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  /* Horizontal center */
  align-items: center;
  font-size: 1.6em;
  filter: drop-shadow(0px 0px 7px #000000);
  z-index: 2;
}
.block_projects img {
  width: 100%;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.4s ease;
  z-index: 1;
}
.block_projects .overlay1 {
  position: absolute;
  display: block;
}
.block_domein {
  padding: 0;
  margin: 0 1px 0 1px;
  display: block;
  color: white;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
}
.block_domein:hover {
  color: white !important;
}
.block_domein .title {
  font-size: 1.4em;
}
.block_domein .description {
  font-size: 1.2em;
}
.block_domein span {
  position: relative;
  background-color: black;
  display: block;
  padding: 1em 0 1em 0;
  white-space: nowrap;
  margin-bottom: 1px;
  text-align: center;
}
.block_domein span .barholder {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 0%;
  overflow: hidden;
}
.block_domein span .barholder .bar {
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 1em 0 1em 0;
  white-space: nowrap;
}
.block_domein img {
  background-color: black;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1px;
}
.block_domein img.circle {
  width: 100%;
  aspect-ratio: 1;
  /* must be equal to width for perfect circle */
  border-radius: 50%;
  object-fit: cover;
  /* ensures image fills the container */
}
.block_domein div.hoverme {
  position: relative;
  background-color: black;
  color: white;
  padding: 1em 2em;
}
.block_domein div.hoverme:after {
  position: absolute;
  bottom: 0.5em;
  right: 0.7em;
  content: "◢";
  font-size: 1em;
}
.block_domein div.hoverme .barholder {
  background-color: white;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  overflow: hidden;
}
.block_domein div.hoverme .barholder .bar {
  position: relative;
  height: 100%;
  cursor: pointer;
  background-color: white;
  color: black;
  padding: 1em 2em;
}
@media (max-width: 992px) {
  #footer {
    font-size: 1em;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 3.5em;
  }
  #powered_by_mplifi {
    display: none;
  }
  #footer {
    font-size: 0.8em;
  }
  .bigtext,
  .bigtext_home {
    font-size: 1.5em;
  }
  .hoverbar2 {
    font-size: 1em;
  }
  h3.mediumtitle {
    font-size: 4em;
    font-weight: 600;
    line-height: 0.7em;
    letter-spacing: -0.1em;
  }
  .merk {
    margin-bottom: 0px;
    padding-left: 8px;
  }
}
@media (max-width: 576px) {
  #menu {
    font-size: 1.5em;
  }
  #menu_side1,
  #menu_side2 {
    width: 100% !important;
  }
  .mt-8 {
    margin-top: 8em;
  }
  .mt-8-flex {
    margin-top: 4em;
  }
  .fadein {
    opacity: 1;
  }
  #footer {
    font-size: 1em;
  }
}
