*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  box-sizing: border-box;
  position: relative;
}

.tga-g {
  color: white !important;
}

.tgalogopijl {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.tgapijl {
  width: 100%;
  height: auto;
}

#tgaheader {
  margin: 0 auto;
  transition: all 4s;
}
#tgaheader--image {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
#tgaheader--titel {
  text-shadow: 3px 3px #777;
  animation-name: tgalogomove;
  animation-duration: 1s;
}
#tgaheader--subtitel {
  text-shadow: 2px 2px #777;
}

.tgacontainer {
  background-color: #eee;
}

.tgaposterthumbnail {
  display: block;
  width: auto;
  height: 300px !important;
}

.carousel-control-prev-icon {
  background-image: url(../images/tgaprev.svg);
  width: 3rem;
  height: 3rem;
}

.carousel-control-next-icon {
  background-image: url(../images/tganext.svg);
  width: 3rem;
  height: 3rem;
}

#voorstellingcarousel {
  max-width: 1024px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fae5df;
}

@media (max-width: 576px) {
  #tgaheader {
    font-size: 1.1em !important;
  }
  #tgaheader--subtitel {
    font-size: 1em !important;
  }
  .tgapijl {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #tgacontainer {
    width: 100%;
  }
  #tgaheader--subtitel {
    font-size: 1.4em;
  }
  .tgapijl {
    width: 75%;
  }
}
@keyframes tgalogomove {
  0% {
    opacity: 0;
    transform: translateX(-10rem);
  }
  80% {
    transform: translateX(2rem);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}/*# sourceMappingURL=tga.css.map */