@font-face {
  font-family: "Komikax";
  src: url("../fonts/Komikax.woff2") format("woff2");
}
@font-face {
  font-family: "Sriracha";
  src: url("../fonts/Sruracha-Regular.woff2") format("woff2");
}
#tm-main {
  position: relative;
}
#system-message-container:has(joomla-alert) {
  width: 600px;
  max-width: 80%;
  position: fixed;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 981;
}
:where(.tm-page-container) {
  background: #fff;
}
@media only screen and (min-width: 1500px) {
  :where(.tm-page-container) {
    background: #000000;
    background: linear-gradient(90deg, #000000 0%, #0d27ac 25%, #0d27ac 49%, #0d27ac 75%, #000000 100%);
  }
}
#tm-main {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.81);
}
.homepage .uk-logo {
  display: none;
}
.uk-navbar-right .uk-navbar-toggle {
  background: url(../../../images/illustrations/menu-bg.svg) no-repeat right center;
  min-height: 60px;
  min-width: 60px;
  text-align: center;
  color: #fff;
}
.uk-card-primary,
.uk-card-secondary,
.uk-tile-primary {
  position: relative;
  border-radius: 0.4em;
}
.uk-tile-primary {
  background: url(../../../images/illustrations/clouds-dark-bg.svg) no-repeat left top;
  background-size: cover;
}
.uk-card-secondary {
  background: url(../../../images/illustrations/clouds-orange-bg.svg) no-repeat left top;
  background-size: cover;
}
.blokken-homepage .uk-card-primary {
  background-image: none;
  background-color: #6fa0df;
}
.uk-tile-muted {
  border-radius: 5px;
}
.uk-tile-muted:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #6fa0df;
  border-bottom: 0;
  border-left: 0;
  margin-left: 40px;
  margin-bottom: -20px;
}
#sticky-to-top {
  position: fixed!important;
  bottom: 0px;
  right: 0px;
  z-index: 1;
  /* width: 120px;
   height: 90px;
   background: url(../../../images/illustrations/to-top-bg2.svg) no-repeat;
   background-size: 100%;
   border-radius: 5px;
   color: #fff;
   text-align: center;*/
}
#sticky-to-top a.uk-totop {
  position: relative;
  left: -10px;
  top: -10px;
  width: auto;
  height: auto;
  padding: 30px 40px 20px 30px;
  background: url(../../../images/illustrations/to-top-bg2.svg) no-repeat;
  background-size: 100%;
  border-radius: 5px;
  color: #fff;
  text-align: left;
}
/* HEADER HOMEPAGE */
.header-animated {
  background: url(../../../images/illustrations/bg-header-510.png) no-repeat center center;
  background-size: 100% 100%;
}
.header-animated img {
  position: relative;
  top: -20px;
}
@media only screen and (min-width: 1200px) {
  .header-animated {
    background-size: cover;
    padding-top: 55px!important;
    padding-bottom: 145px!important;
    height: 510px;
  }
  .header-animated img {
    position: relative;
    top: -10px;
  }
}
.logo-animated img {
  width: 100%;
  height: auto;
  max-width: 900px;
  max-height: 900%;
  transform-origin: center center;
  animation: vergrootAfbeeldingKleinScherm 1.5s ease-in-out forwards;
  /* Standaard animatie voor kleinere schermen */
}
/* Media query voor schermen breder dan een bepaalde breedte (bijv. 768px) */
@media (min-width: 369px) {
  .logo-animated img {
    width: 90%;
  }
  .logo-animatedimg {
    animation: vergrootAfbeeldingGrootScherm 1.5s ease-in-out forwards;
    /* Animatie voor grotere schermen */
  }
}
@media (min-width: 768px) {
  .logo-animated img {
    width: 100%;
  }
}
@keyframes vergrootAfbeeldingKleinScherm {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(1);
    /* Eindigt op normale grootte op kleinere schermen */
  }
}
@keyframes vergrootAfbeeldingGrootScherm {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: scale(0.2);
    /* Eindigt op 150% op grotere schermen */
  }
}
