@media (min-width: 768px) {
  .home .entry-content {
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
}
.home .entry-content .facetwp-facet {
  display: inline-block;
}
.home .entry-content .facetwp-facet .facetwp-reset {
  border: 0;
  background-color: #ffcd00;
  padding: 0;
  font-style: italic;
  font-size: 16px;
}
.home .entry-content .facetwp-facet .facetwp-reset:hover {
  cursor: pointer;
  font-weight: bold;
}
.home .entry-content .facetwp-facet.facetwp-hidden {
  display: none;
}
.home .archive-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px;
  margin-top: 0;
}
.home .archive-wrapper article {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
  border: 0;
  overflow: hidden;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
.home .archive-wrapper article img {
  aspect-ratio: 4/6;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.home .archive-wrapper article .title {
  background-color: black;
  padding: 0.5em;
  min-height: 140px;
}
.home .archive-wrapper article .title h3 {
  margin: 0;
  font-weight: bold;
  font-size: 18px;
}
.home .archive-wrapper article .title h3 .publication {
  color: var(--primary);
}
.home .archive-wrapper article .title h3 .author {
  color: white;
}
@media (max-width: 575.98px) {
  .home .archive-wrapper {
    grid-template-columns: 1fr 1fr;
    margin-top: var(--side-padding);
  }
}

.facetwp-alternative-checkbox-css .facetwp-type-checkboxes .facetwp-checkbox {
  background-color: #ffcd00;
}

@media (max-width: 575.98px) {
  .single .content {
    padding-bottom: 150px;
  }
}
.single .content-inner {
  display: flex;
  gap: var(--default-padding);
}
@media (max-width: 575.98px) {
  .single .content-inner {
    flex-direction: column-reverse;
  }
  .single .content-inner h1 {
    margin-top: 0;
    font-size: 30px;
  }
  .single .content-inner .tekst-image {
    max-width: 100%;
    width: 100%;
  }
}
.single .wp-block-audio {
  margin-bottom: 40px;
}
.single .wp-block-audio label {
  display: block;
  margin-bottom: 0.5em;
}
@media (max-width: 575.98px) {
  .single .wp-block-audio label {
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
  }
  .single .wp-block-audio {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    padding: 3rem 1rem;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
.single audio::-webkit-media-controls-panel {
  background-color: white;
}
@media (min-width: 768px) {
  .single .tekst-content {
    width: 60%;
  }
}
.single .tekst-content h1 {
  margin: 0;
}
.single .tekst-content h2 {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .single .tekst-content h2 {
    font-size: 1.3rem;
  }
}
.single .tekst-content label {
  display: inline-block;
  margin-right: 1em;
  font-weight: 600;
}
.single .tekst-content .meta {
  border-top: 1px solid black;
}
.single .tekst-content .meta div {
  padding: 0.3em 0;
  font-size: 80%;
  border-bottom: 1px solid black;
}
.single .tekst-content .tags {
  font-style: italic;
  margin-bottom: 1em;
}
.single .tekst-image {
  max-width: 300px;
  height: 100%;
}
.single .back {
  margin-top: 50px;
}

.button {
  background-color: var(--primary);
  padding: 0.7em 2em;
  font-weight: 600;
}

.back-button {
  padding-left: 0;
}
.back-button:before {
  content: "";
  display: inline-flex;
  width: 40px;
  height: 40px;
  background-image: url(/wp-content/themes/uu-drift/assets/images/chevron.svg);
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 10px 0px;
  align-self: center;
  padding-top: 3px;
  margin-right: 10px;
}

@media (max-width: 767.98px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

:root {
  --body-background-color: var(--uu-creme);
  --page-background-color: transparent;
  --header-background-color: transparent;
}

.site-header__title h1 {
  font-family: var(--heading-font);
}
@media (max-width: 767.98px) {
  .site-header__title {
    border: 0;
    padding-left: var(--side-padding);
    margin-left: 0;
    flex-basis: 100%;
  }
}/*# sourceMappingURL=child.css.map */