@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ibmplexmono;
  src: url('../fonts/IBMPlexMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f8f8f8;
  font-family: Ibmplexmono, Verdana, sans-serif;
  font-size: 10px;
  line-height: 14px;
}

h3 {
  color: #999;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 0;
  line-height: 1.6rem;
}

.year {
  text-align: right;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 3rem;
  line-height: 3rem;
  position: sticky;
}

.container {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.wrapper-head {
  color: #333;
  max-width: 400px;
  margin-top: 24px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.image {
  cursor: pointer;
  width: 100%;
  transition: all .2s;
  display: block;
}

.info-block {
  background-color: #fff;
  padding: 4px;
  font-size: .9rem;
  line-height: .9rem;
}

.detail-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .7rem;
  line-height: .7rem;
  display: flex;
}

.item {
  width: 160px;
  margin-top: -24px;
  margin-bottom: 24px;
  transition: all .8s cubic-bezier(.075, .82, .165, 1);
  position: relative;
}

.item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 16px solid #fff;
  flex-flow: wrap-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.item-wrapper.w1 {
  width: 60%;
}

.item-wrapper.w2 {
  width: 80%;
}

.item-wrapper.w3 {
  width: 100%;
}

.btn {
  background-color: #222;
  padding: 8px 16px;
  font-size: 1rem;
  transition: all 1.2s;
}

.btn:hover {
  background-color: #858585;
}

.btn.external-link {
  color: #222;
  text-align: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  padding: 3px 0 0;
  font-size: .8rem;
  line-height: .8rem;
}

.btn.external-link:hover {
  color: #fff;
  background-color: #222;
}

.item-title {
  white-space: normal;
  word-break: normal;
  font-size: .8rem;
  line-height: 1rem;
}

.item-btn-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.video {
  aspect-ratio: 1;
  width: 100%;
}

.item-edition {
  color: #bbb;
  font-size: .6rem;
  line-height: .8rem;
}

.paragraph-2, .paragraph-3 {
  font-size: .6rem;
  line-height: 1rem;
}

.section, .section-year {
  position: relative;
}

.l-image {
  width: 100%;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.nav-link {
  color: #999;
  padding: 24px;
  font-size: .9rem;
  line-height: 1.2rem;
}

.nav-link.w--current {
  color: #333;
}

.footer {
  flex-wrap: wrap;
  place-content: flex-end flex-start;
  align-items: flex-start;
  margin-right: 0;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.footer-container {
  flex-wrap: wrap;
  place-content: flex-end space-between;
  align-items: flex-start;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.text-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-bottom: 0;
  font-size: 12px;
  display: flex;
}

.footer-text {
  color: #272727;
  font-family: Ibmplexmono, Verdana, sans-serif;
}

.arrows {
  color: #0ff;
}

.footer-link {
  color: #272727;
  font-family: Ibmplexmono, Verdana, sans-serif;
  font-size: 12px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #000;
  text-decoration: underline;
}

.footer-signatur {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 60px;
  display: flex;
}

.paragraph-4 {
  color: #666;
  font-family: Ibmplexmono, Verdana, sans-serif;
  font-size: 12px;
}

.brand {
  width: 40px;
  padding: 4px;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  padding-left: 24px;
  display: flex;
}

.hero-simple {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.hero-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.hero-p {
  max-width: 580px;
  font-size: 1rem;
}

.heading {
  font-size: 2.2rem;
  line-height: 3.2rem;
}

.section-2 {
  padding-top: 90px;
}

.section-2.text {
  padding-top: 100px;
}

.container-full {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-block {
  color: #333;
  margin-bottom: 80px;
}

.link-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.navbar {
  background-color: #fff;
}

.slider-image {
  object-fit: scale-down;
  width: 70%;
  max-height: 100%;
}

.slider-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.opepen-grid {
  aspect-ratio: 1;
  object-fit: fill;
  max-width: 560px;
  position: relative;
}

.grid-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template: "Area Area" minmax(0, 1fr)
                 "Area Area" minmax(0, 1fr)
                 ". ." minmax(0, 1fr)
                 / 1fr 1fr 1fr;
  grid-auto-rows: minmax(0, 1fr);
  grid-auto-flow: row dense;
  place-content: center;
  place-items: center;
}

.opepen-image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.slider {
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  height: 600px;
}

.slide {
  text-align: center;
  padding-bottom: 40px;
}

.hide {
  display: none;
}

.slide-nav {
  padding-top: 24px;
}

.slide-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.availability {
  background-color: #0f0;
  border-radius: 4px;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  margin-right: 4px;
}

.info-icons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slide-nav-2 {
  display: none;
}

.logo-block {
  aspect-ratio: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 40px 80px;
  display: flex;
  position: relative;
}

.logo-block.black {
  background-color: #000;
}

.slide-2 {
  width: 100%;
  height: 78vh;
}

.logo-info {
  color: #868686;
  text-align: right;
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Ibmplexmono, Verdana, sans-serif;
  font-size: 12px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo {
  max-width: 290px;
  height: 140px;
}

.logo.bigger {
  height: 160px;
}

.logo.smaller {
  height: 120px;
}

.hero {
  justify-content: center;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-arrows {
  display: none;
}

.mask {
  height: auto;
}

.section-about {
  justify-content: space-between;
  align-items: center;
  height: 85vh;
  display: flex;
}

.links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  font-weight: 700;
  display: flex;
}

.daniel-rotter {
  border-radius: 40px;
  width: 80px;
}

.me {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.me-info {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding-top: 18px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .footer {
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-container {
    margin-right: 0;
  }

  .footer-signatur {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .container-full {
    justify-content: space-between;
    align-items: center;
    margin-left: 24px;
    margin-right: 24px;
  }

  .slider-image {
    height: auto;
  }

  .slide-2 {
    height: 80vh;
  }

  .me {
    flex-flow: column;
  }
}

@media screen and (max-width: 767px) {
  .container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .item-wrapper.w1, .item-wrapper.w2 {
    width: 100%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-signatur {
    min-height: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-4 {
    text-align: center;
  }

  .logo-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .logo-block, .logo-block.black {
    padding-left: 32px;
    padding-right: 32px;
  }

  .slide-2 {
    height: 50vh;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-bottom: 80px;
  }

  .container {
    flex-flow: column;
  }

  .item, .item:hover {
    width: 100%;
  }

  .item-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .container-2 {
    max-width: none;
  }

  .footer, .footer-container {
    padding-bottom: 32px;
  }

  .text-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slide-2 {
    height: 50vh;
  }

  .logo.bigger {
    height: 140px;
  }

  .hero {
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e4f-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e51-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e52-5900860b {
  grid-area: Area;
}

#w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e54-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e56-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e58-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e5a-5900860b, #w-node-f5069ff4-9c50-ff6b-f86a-1d8f31588e5c-5900860b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df34-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df36-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df37-65929929 {
  grid-area: Area;
}

#w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df39-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df3b-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df3d-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df3f-65929929, #w-node-_4911c304-285a-ac5f-ff94-4e7e0c19df41-65929929 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ibmplexmono';
  src: url('../fonts/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}