@charset "UTF-8";
/* Minimal Reset / Normalize Hybrid */
/* Box-Sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Margin & Padding zurücksetzen */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/* Listen ohne Standard-Styling */
ul[role=list],
ol[role=list] {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Body-Basics */
body {
  min-height: 100vh;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Bilder & Medien */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* Formularelemente */
input,
button,
textarea,
select {
  font: inherit;
  margin: 0;
}

/* Buttons */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Tabellen */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Utile Medium";
  src: url("/dev/assets/fonts/Utile-Medium.woff") format("woff");
  src: url("/dev/assets/fonts/Utile-Medium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
u {
  text-underline-offset: 4px;
}

* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-kerning: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  height: auto;
  min-height: 100svh;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
  opacity: 0;
  width: 100svw;
  font-family: "Utile Medium", sans-serif;
  padding: 0;
}

body.has-interacted .content-below-toggle {
  display: block;
}

@media (max-width: 750px) {
  body[data-template=default] header {
    height: calc(100svh + 100px);
  }
  body[data-template=default] header.header-open {
    height: auto;
  }
}

iframe {
  width: -webkit-fill-available;
  height: inherit;
}

h3.title-on-img,
.btn-second,
nav a {
  transition: all 1s ease;
}

.btn-prime {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 2.5rem;
  border-radius: 50px;
  border: solid black 1px;
  background-color: rgb(248, 255, 43);
  z-index: 10;
  text-align: center;
  transition: letter-spacing 0.5s ease;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: 1.4px;
}
@media (max-width: 1440px) {
  .btn-prime {
    font-size: clamp(0.8rem, 0.5vw + 0.8rem, 1rem);
  }
}
@media (max-width: 360px) {
  .btn-prime {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 1.2px;
  }
}
@media (max-width: 360px) {
  .btn-prime {
    padding: 0.625rem 0.625rem;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    height: fit-content;
  }
}

.btn-second {
  padding: 1.25rem 1.25rem;
  border-radius: 50px;
  z-index: 10;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: 1.4px;
}
@media (max-width: 1440px) {
  .btn-second {
    font-size: clamp(0.8rem, 0.5vw + 0.8rem, 1rem);
  }
}
@media (max-width: 360px) {
  .btn-second {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 1.2px;
  }
}
@media (max-width: 360px) {
  .btn-second {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 1.2px;
  }
}

.btn-third {
  padding: 0.625rem 2.5rem;
  border-radius: 50px;
  border: solid black 1px;
  background-color: #ffffff;
  z-index: 10;
  text-align: center;
  width: fit-content;
  transition: letter-spacing 0.5s ease;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: 1.4px;
}
@media (max-width: 1440px) {
  .btn-third {
    font-size: clamp(0.8rem, 0.5vw + 0.8rem, 1rem);
  }
}
@media (max-width: 360px) {
  .btn-third {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 1.2px;
  }
}
@media (max-width: 360px) {
  .btn-third {
    padding: 0.625rem 0.625rem;
    font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
    height: fit-content;
  }
}

a {
  z-index: 10;
  cursor: pointer;
  text-decoration: none;
  color: black;
}

p {
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
  padding-bottom: 2rem;
}

u {
  text-decoration-thickness: 1px;
}

.main-content {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  opacity: 1;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
  padding: 0;
  position: relative;
}

.main-overview {
  border-top: solid black 1px;
}

.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

h1.txt-ttl {
  font-weight: 400;
  font-family: "Utile Medium";
  font-size: clamp(1rem, 8.75px + 12vh, 9rem);
  line-height: 0.88889;
  border-bottom: solid black 1px;
  padding-bottom: 1.25rem;
}
@media ((min-aspect-ratio: 1/1)) and (max-width: 750px) {
  h1.txt-ttl {
    font-size: clamp(1rem, 8.75px + 7vh, 7rem);
  }
}
@media ((orientation: portrait)) and (max-width: 1000px) {
  h1.txt-ttl {
    font-size: clamp(1rem, 8.75px + 5vh, 6rem);
  }
}
@media (orientation: portrait) and (max-height: 360px) {
  h1.txt-ttl {
    font-size: clamp(1rem, 8.75px + 5.5vh, 3rem);
  }
}
@media (orientation: landscape) and (min-width: 1440px) {
  h1.txt-ttl {
    font-size: clamp(1rem, 8.75px + 14vh, 9rem);
  }
}

h2 {
  font-weight: 400;
  font-family: "Utile Medium";
  font-size: clamp(1.65rem, 2vw + 1.65rem, 4.25rem);
  line-height: 1;
  padding: 0;
  margin: 0 0 3% 0;
}

h3 {
  font-weight: 400;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1;
  padding: 0;
  margin: 0;
  border-bottom: solid black 1px;
}

h3.title-on-img {
  border-bottom: none;
}

.img-credits {
  font-size: 1rem;
  text-align: end;
  margin-top: 0.625rem;
}

figure {
  margin: auto;
}

@media (hover: none) {
  a:hover {
    letter-spacing: inherit;
  }
}
@media (min-width: 1920px) {
  .main-content > * {
    width: 1920px;
    margin: auto;
    overflow: hidden;
  }
}
.layout-row-grid-1 {
  display: grid;
  grid-template-columns: 1fr;
}

header {
  width: 100svw;
  height: 100svh;
  display: flex;
  flex-direction: column;
  top: 0;
  transform: translateY(0);
  position: relative;
  left: 0;
  z-index: 10;
}

.menu {
  text-align: right;
  margin-inline: 0.8rem;
  cursor: pointer;
  transition: transform 0.3s ease;
  width: calc(100% - 1.6rem);
}

.flex-end {
  justify-content: flex-end;
}

.toggle-parts {
  width: 100vw;
  height: fit-content;
  bottom: 5%;
  display: flex;
  position: fixed;
  flex-direction: row;
  justify-content: space-evenly;
  margin: auto;
  align-items: center;
}
@media (max-width: 750px) {
  .toggle-parts {
    flex-direction: column;
    align-items: center;
    bottom: 100px;
    position: relative;
  }
}
@media (orientation: landscape) and (height > 1000px) {
  .toggle-parts {
    bottom: 15%;
  }
}
.toggle-parts h2 {
  margin: 0;
  padding: 1rem;
}

.is-not-fixed {
  position: relative;
}

#part-one,
#part-two {
  width: calc(45vw - 100px - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (width < 1150px) {
  #part-one,
  #part-two {
    width: calc(50vw - 120px);
  }
}
@media (width < 1000px) {
  #part-one,
  #part-two {
    width: 100%;
  }
}

.toggle {
  width: 200px;
  height: auto;
  padding: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  margin-block: 1rem;
}
@media (750px < width < 1000px) {
  .toggle {
    width: 190px;
  }
}
@media (max-width: 750px) {
  .toggle {
    display: none;
  }
}

.toggle-item {
  background-color: black;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  transform: translateX(0%);
  transition: transform 0.6s ease;
  cursor: grab;
}
@media (width < 1440px) {
  .toggle-item {
    height: 26px;
    width: 26px;
  }
}
@media (width < 750px) {
  .toggle-item {
    visibility: hidden;
  }
}

.toggle-item:active {
  cursor: grabbing;
}

.subpage .txt-sitetitel,
.subpage .txt-morph,
.subpage .toggle-parts,
.subpage .intro-circles {
  display: none;
}

.intro-circles.subpage {
  display: none;
}

header.subpage {
  height: auto;
}

@media (max-width: 750px) {
  header.subpage nav {
    margin-top: 2rem;
  }
}

.language-switcher {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  line-height: 1.2;
  letter-spacing: 1.4px;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  width: 70px;
}
@media (max-width: 1440px) {
  .language-switcher {
    font-size: clamp(0.8rem, 0.5vw + 0.8rem, 1rem);
  }
}
@media (max-width: 360px) {
  .language-switcher {
    font-size: clamp(1.2rem, 1vw + 0.5rem, 1.25rem);
    letter-spacing: 1.2px;
  }
}

.lang-current {
  border-bottom: solid black 1px;
}

.lang-link {
  width: min-content;
}

.open {
  height: fit-content;
}
.open .menu {
  width: auto;
}

.menu .main-menu {
  display: none;
}

.menu.open .main-menu {
  display: grid;
  grid-template-rows: repeat(4, auto-fit);
  min-height: 50vh;
  width: 100%;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}
@media (max-width: 360px) {
  .menu.open .main-menu {
    min-height: auto;
    width: 90%;
    line-height: 1.25;
  }
}

nav {
  margin-block: 0.8rem;
  margin-top: 1.5rem;
}
nav ul,
nav li {
  list-style-type: none;
}
nav .menu-blocks {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-column-start: 1/2;
  column-gap: 20px;
}
nav .menu-blocks ul.submenu {
  grid-column-start: 2/-1;
}
@media (max-width: 750px) {
  nav .menu-blocks ul.submenu {
    margin-left: 3rem;
  }
}
@media (max-width: 750px) {
  nav .menu-blocks {
    grid-template-columns: 1fr;
  }
}
@media (hover: hover) {
  nav a:hover {
    letter-spacing: 1px;
  }
}
@media (max-width: 750px) {
  nav {
    margin-block: 0.8rem;
    flex-direction: column;
  }
  nav li {
    margin-block: 0.5rem;
  }
}

@media (max-width: 360px) {
  nav.open.flex-end {
    display: flex;
    flex-direction: column;
  }
}
header.header-open {
  height: auto;
  min-height: 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 750px) {
  header.header-open {
    overflow: visible;
  }
}
header.header-open .toggle-parts {
  position: relative;
  bottom: auto;
}

.project-navigation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 25vh auto 0;
  padding-bottom: 5rem;
}
@media (min-width: 750px) {
  .project-navigation {
    height: auto;
    flex-direction: row;
    justify-content: space-around;
  }
}

a.btn-third {
  display: flex;
  justify-items: center;
  margin: 0.8rem;
}

a.btn-prime:hover,
a.btn-third:hover {
  letter-spacing: 2px;
}

.intro {
  position: relative;
  top: 0;
  transition: height 0.6s ease;
}

.intro-circles {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  position: fixed;
  top: 0;
  transition: transform 0.6s ease;
  z-index: -5;
}

.circle {
  width: clamp(50vh, 35vw, 50vw);
  aspect-ratio: 1;
  border-radius: 50%;
  border: solid black 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

#c1 {
  background-color: rgba(223, 255, 48, 0.83);
}

#c2 {
  background-color: rgba(98, 68, 89, 0.57);
}

.txt-sitetitel {
  font-family: "Utile Medium";
  font-size: clamp(1rem, 8.75px + 12vh, 9rem);
  line-height: 0.88889;
  color: rgb(135, 129, 76);
  height: fit-content;
  padding: 1.25rem;
}
@media ((min-aspect-ratio: 1/1)) and (max-width: 750px) {
  .txt-sitetitel {
    font-size: clamp(1rem, 8.75px + 7vh, 7rem);
  }
}
@media ((orientation: portrait)) and (max-width: 1000px) {
  .txt-sitetitel {
    font-size: clamp(1rem, 8.75px + 5vh, 6rem);
  }
}
@media (orientation: portrait) and (max-height: 360px) {
  .txt-sitetitel {
    font-size: clamp(1rem, 8.75px + 5.5vh, 3rem);
  }
}
@media (orientation: landscape) and (min-width: 1440px) {
  .txt-sitetitel {
    font-size: clamp(1rem, 8.75px + 14vh, 9rem);
  }
}
@media (max-width: 750px) {
  .txt-sitetitel {
    padding-top: 3.5rem;
  }
}

.txt-morph {
  width: 100vw;
  margin: 0 0 1rem 0;
  left: 0rem;
  text-align: left;
  display: inline;
  white-space: normal;
  opacity: 0.8;
  z-index: 10;
  padding: 1.25rem;
  transition: 1ms;
}

.animation {
  margin-bottom: 2rem;
  font-family: "Utile Medium";
  font-size: clamp(1rem, 8.75px + 12vh, 9rem);
  line-height: 0.88889;
  white-space: normal;
  word-spacing: normal;
  letter-spacing: normal;
  transition: 1ms;
}
@media ((min-aspect-ratio: 1/1)) and (max-width: 750px) {
  .animation {
    font-size: clamp(1rem, 8.75px + 7vh, 7rem);
  }
}
@media ((orientation: portrait)) and (max-width: 1000px) {
  .animation {
    font-size: clamp(1rem, 8.75px + 5vh, 6rem);
  }
}
@media (orientation: portrait) and (max-height: 360px) {
  .animation {
    font-size: clamp(1rem, 8.75px + 5.5vh, 3rem);
  }
}
@media (orientation: landscape) and (min-width: 1440px) {
  .animation {
    font-size: clamp(1rem, 8.75px + 14vh, 9rem);
  }
}
@media (width > 1440px) {
  .animation {
    width: 80vw;
  }
}

.block-text {
  max-width: fit-content;
}
.block-text p:has(.btn-third) {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.grid-project-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-block: 2.5rem;
  padding: 1.25rem;
}
@media (max-width: 1000px) {
  .grid-project-overview {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.project-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block;
}
.project-card img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.project-card h3.title-on-img {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(23, 23, 28, 0.5);
  color: white;
  text-align: center;
  vertical-align: middle;
  padding: 0.5rem;
  margin: 0;
  display: grid;
  place-items: center;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
}
.project-card h3.title-on-img:hover {
  background: rgba(23, 23, 28, 0);
}

.consulting-overview .block-image.portrait figure {
  max-width: 50%;
  margin-block: 2.5rem;
}
.consulting-overview h2 {
  margin: 4.5rem 0 2rem 0;
}

.grid-consulting-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-block: 2.5rem;
  padding: 1.25rem;
  place-items: center;
}
@media (max-width: 1000px) {
  .grid-consulting-overview {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .grid-consulting-overview li.offer-card:last-of-type {
    width: 100%;
    grid-column: span 1;
  }
}
.grid-consulting-overview li {
  list-style-type: none;
}

.offer-card {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}
.offer-card h3 {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(23, 23, 28, 0);
  color: black;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "Utile Medium";
  font-size: clamp(1.1rem, 1vw + 1.1rem, 2.4rem);
  line-height: 1.2;
}
.offer-card h3:hover {
  background: rgba(23, 23, 28, 0.5);
}

li.offer-card:last-child:nth-child(odd) {
  grid-column: 1/-1;
  width: 50%;
  justify-self: center;
}

section.project-detail,
section.offer-detail {
  padding-inline: 1.25rem;
}
section.project-detail p,
section.offer-detail p {
  margin: 0;
}

body[data-template=imprint] .project-detail {
  padding-inline: 0;
}

.grid-info {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-block: 0.8rem;
}
.grid-info p {
  font-family: "Utile Medium";
  font-size: clamp(0.8rem, 1vw + 0.8rem, 1.1rem);
  line-height: 1.2;
  padding: 0;
}
@media (min-width: 360px) {
  .grid-info {
    grid-template-columns: 100px 1fr;
  }
}
@media (min-width: 1000px) {
  .grid-info {
    grid-template-columns: 160px 1fr;
  }
}

.row {
  display: contents;
}

.credits-toggle {
  font-family: "Times New Roman", Times, serif;
  font-size: clamp(1rem, 1vw + 0.5rem, 1.25rem);
  line-height: 0.9;
  letter-spacing: 2px;
  font-size: 2.5rem;
  cursor: pointer;
}

.grid-documentation {
  display: grid;
  gap: 6rem;
  margin: 4.5rem auto;
  max-width: 1280px;
}
@media (max-width: 750px) {
  .grid-documentation {
    gap: 0rem;
  }
}
.grid-documentation div.block-text:has(.btn-third) {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: auto;
}

.grid-offer {
  display: grid;
  gap: 6rem;
  max-width: 1280px;
  margin: 4.5rem auto;
}
@media (min-width: 360px) {
  .grid-offer {
    padding: 1.25rem;
  }
}
@media (min-width: 750px) {
  .grid-offer {
    padding: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .grid-offer {
    padding: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .grid-offer {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1920px) {
  .grid-offer {
    padding: 2.5rem 0;
  }
}

.layout-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 5rem;
}
@media (max-width: 750px) {
  .layout-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 750px) {
  .layout-column:has(.block) {
    margin-bottom: 4rem;
  }
}

/* Spaltenbreiten aus dem Backend (Kirby liefert z. B. "1/2") */
.layout-column[style="width:1/1"] {
  grid-column: span 1;
}
.layout-column[style="width:1/1"] .block-image.portrait figure {
  justify-self: center;
  max-width: 40%;
}
.layout-column[style="width:1/1"] .block-image.landscape figure {
  max-width: 60%;
}
.layout-column[style="width:1/1"] .block-image.square figure {
  max-width: 40%;
  justify-self: center;
}
.layout-column[style="width:1/1"] .block-video {
  justify-self: center;
  align-content: center;
  max-width: 60%;
  max-height: 60%;
}
.layout-column[style="width:1/1"] .soundcloud-player {
  max-width: 500px;
  height: 500px;
  margin: auto;
  padding: 2rem;
}
@media (max-width: 750px) {
  .layout-column[style="width:1/1"] .block-image.landscape figure,
  .layout-column[style="width:1/1"] .block-video {
    max-width: 100%;
  }
  .layout-column[style="width:1/1"] .block-image.portrait figure,
  .layout-column[style="width:1/1"] .block-image.square figure {
    max-width: 75%;
  }
  .layout-column[style="width:1/1"] .soundcloud-player {
    max-width: 350;
    height: 350px;
    margin: auto;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}

.layout-column[style="width:1/2"] {
  grid-column: span 1;
}
.layout-column[style="width:1/2"] .block-image.portrait figure {
  justify-self: center;
  max-width: 75%;
}
.layout-column[style="width:1/2"] .block-image.landscape figure {
  max-width: 100%;
}
.layout-column[style="width:1/2"] .block-image.square figure {
  max-width: 60%;
  max-height: 60%;
  justify-self: center;
}
.layout-column[style="width:1/2"] .block-video {
  justify-self: center;
  align-content: center;
  max-width: 100%;
  max-height: 100%;
}
.layout-column[style="width:1/2"] .soundcloud-player {
  max-width: 500px;
  height: 500px;
  margin: auto;
  padding: 2rem;
}
@media (max-width: 750px) {
  .layout-column[style="width:1/2"] .block-image.square figure {
    max-width: 75%;
  }
  .layout-column[style="width:1/2"] .soundcloud-player {
    max-width: 350px;
    height: 350px;
    margin: auto;
    padding: 2rem;
    margin-bottom: 4rem;
  }
}

.layout-column {
  display: grid;
  align-self: center;
}

.block-text {
  order: 1;
  justify-self: start;
}

.block-image {
  order: 2;
  margin: auto;
}

.block-video {
  order: 3;
}

.block-download {
  order: 4;
}

.block-link {
  order: 5;
}

.audio-embed_video {
  order: 6;
}
.audio-embed_video iframe {
  width: -webkit-fill-available;
  height: revert-layer;
}

.audio-embed_video {
  order: 6;
}
.audio-embed_video .soundcloud-player iframe {
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}

.block-link,
.block-download {
  justify-self: center;
  align-content: center;
  margin: 2.5rem;
}

.block-heading .heading-alt {
  font-family: "Utile Medium";
  font-size: clamp(1.65rem, 2vw + 1.65rem, 4.25rem);
  line-height: 1;
  padding: 0;
  margin: 2.5rem;
  color: rgba(98, 68, 89, 0.57);
  text-align: center;
  margin: 2.5rem 0;
  animation: pulse 10s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.15;
  }
}
a.btn-third {
  display: flex;
  justify-items: center;
}

.grid-center {
  max-width: 1280px;
  margin: auto;
}
@media (min-width: 360px) {
  .grid-center {
    padding: 1.25rem;
  }
}
@media (min-width: 750px) {
  .grid-center {
    padding: 1.25rem;
  }
}
@media (min-width: 1000px) {
  .grid-center {
    padding: 2.5rem;
  }
}
@media (min-width: 1440px) {
  .grid-center {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1920px) {
  .grid-center {
    padding: 2.5rem 0;
  }
}
.grid-center h2 {
  margin: 4.5rem 0 2rem 0;
}
@media (max-width: 750px) {
  .grid-center h2 {
    margin: 2rem 0 2rem 0;
  }
}
.grid-center .cover {
  margin: auto;
  max-width: 500px;
}
.grid-center .cover figure {
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .grid-center .cover {
    max-width: 70vw;
  }
}
.grid-center .about-text {
  padding-bottom: 4.5rem;
  margin: auto;
}

footer {
  background-color: rgb(248, 255, 43);
  color: rgb(135, 129, 76);
  min-height: 40vh;
  width: 100%;
  position: relative;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 1.25rem;
}
@media (max-width: 750px) {
  footer {
    height: auto;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
  }
  footer::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgb(248, 255, 43), #ffffff);
  }
}
footer span {
  font-family: "Utile Medium";
  font-size: clamp(1rem, 8.75px + 12vh, 9rem);
  line-height: 0.88889;
}
@media ((min-aspect-ratio: 1/1)) and (max-width: 750px) {
  footer span {
    font-size: clamp(1rem, 8.75px + 7vh, 7rem);
  }
}
@media ((orientation: portrait)) and (max-width: 1000px) {
  footer span {
    font-size: clamp(1rem, 8.75px + 5vh, 6rem);
  }
}
@media (orientation: portrait) and (max-height: 360px) {
  footer span {
    font-size: clamp(1rem, 8.75px + 5.5vh, 3rem);
  }
}
@media (orientation: landscape) and (min-width: 1440px) {
  footer span {
    font-size: clamp(1rem, 8.75px + 14vh, 9rem);
  }
}
footer a {
  color: rgb(135, 129, 76);
}

address {
  color: rgb(135, 129, 76);
  font-style: normal;
}

.space-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .space-between {
    flex-grow: 2;
  }
}

.text-af {
  display: contents;
  flex-grow: 2;
}
@media (max-width: 750px) {
  .text-af {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-grow: 0;
    margin-bottom: 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
