@font-face {
  font-family: Gill Sans Std Ultra;
  src: url('../fonts/Gill-Sans-Std-Ultra-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ote-o: #f7af35;
  --dark: #343434;
  --black: black;
  --white: white;
}

.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: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  width: 100px;
  height: 100px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: 20px;
  margin-right: 15px;
  padding-top: 100px;
  display: block;
}

.heading-jumbo {
  color: #fff;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 300;
  line-height: 60px;
  overflow: visible;
}

.paragraph-tiny {
  color: var(--ote-o);
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-light {
  opacity: .8;
  color: #e3e8ff;
  -webkit-text-stroke-color: #fff;
}

.section {
  background-image: url('../images/steam1.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 0;
  margin-right: 0;
}

.section.cc-contact {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.navigation-item {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
  color: #4bc0ff;
}

.navigation-item:active {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #4bc0ff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #fff;
}

.navigation-items {
  text-align: left;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 60px;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto auto;
}

.navigation {
  background-color: #fff0;
  align-items: center;
  padding: 0;
  display: flex;
  position: fixed;
}

.navigation-wrap {
  align-items: center;
  margin-right: -20px;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.contact {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-headline {
  width: 70%;
  margin-bottom: 40px;
}

.contact-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
}

.contact-form-wrap {
  width: 70%;
}

.footer-wrap {
  background-color: var(--dark);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.muk-link {
  opacity: .5;
  text-transform: uppercase;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.muk-link:hover {
  opacity: 1;
}

.muk-link:active {
  opacity: .8;
}

.footer-links {
  align-items: center;
  margin-right: -20px;
  display: none;
}

.footer-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.footer-item:hover {
  opacity: .9;
}

.footer-item:active {
  opacity: .8;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.spotify {
  width: auto;
  height: 80px;
  margin-top: 20px;
  padding: 0;
}

.link-block-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .2s;
  display: flex;
}

.link-block-6:hover {
  filter: blur(5px);
  transform: scale(.9);
}

.link-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #0d335600;
  flex-flow: column;
  place-content: flex-start center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.link-block-7:hover {
  opacity: 1;
  filter: blur(5px);
  transform: scale(.9);
}

.card-ote-o {
  aspect-ratio: 1;
  border: 18px solid var(--ote-o);
  background-color: var(--black);
  color: var(--black);
  text-align: left;
  border-radius: 0;
}

.card-ote-o.full {
  aspect-ratio: 1;
  background-color: var(--ote-o);
}

.card-ote-o.content {
  aspect-ratio: auto;
}

.card-ote-o.bilder {
  aspect-ratio: auto;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 600px;
}

.card-ote-o.bilder._1 {
  background-image: url('../images/ote-karch-foto-hoch.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._2 {
  background-image: url('../images/ote-karch-foto-quer.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._3 {
  background-image: url('../images/ote-karch-foto-quer2.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._4 {
  background-image: url('../images/ote-karch-foto-hoch2.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._5 {
  background-image: url('../images/ote-karch-foto-hoch4.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._6 {
  background-image: url('../images/ote-karch-foto-hoch3.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-ote-o.bilder._7 {
  background-image: url('../images/ote-karch-foto-hoch6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-ote-o.bilder._8 {
  background-image: url('../images/ote-karch-foto-hoch5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-ote-o.press {
  aspect-ratio: auto;
  background-color: var(--ote-o);
  height: 300px;
}

.card-ote-o.press.pixels {
  height: 300px;
}

.card-ote-o.pixel {
  aspect-ratio: auto;
  height: 300px;
}

.section-3 {
  background-color: #d2dbc6;
}

.body {
  color: var(--ote-o);
  background-color: #ebebeb;
}

.arrow-div-wrapper {
  justify-content: center;
  align-items: center;
  width: 15%;
  display: flex;
}

.accordion-pane-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  justify-content: flex-end;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.accordion-tab-button {
  cursor: pointer;
  border-top: 4px dotted #ffffff47;
  border-left: 2px #fff;
  border-right: 2px #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  display: flex;
}

.accordion-pane {
  background-color: #0000;
  overflow: hidden;
}

.accordion-item {
  border-top: 0 solid #b9b9b9;
  border-bottom: 1px #fff;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-bottom: 20px;
}

.accordion-header {
  width: 85%;
  color: var(--ote-o);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
  transition: font-size .2s;
}

.details {
  color: var(--white);
  font-size: 14px;
  text-decoration: underline;
}

.arrow-div.invert {
  filter: invert();
}

.accordion-text {
  width: 80%;
  color: var(--ote-o);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
  font-size: 60px;
  line-height: 56px;
  display: flex;
}

.heading-4 {
  color: var(--ote-o);
  justify-content: center;
  align-items: center;
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.heading-4:hover {
  color: var(--white);
}

.navigation-ote {
  background-color: var(--ote-o);
}

.icon {
  color: var(--dark);
  font-size: 48px;
}

.container-18 {
  box-sizing: border-box;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.menu-button-5 {
  display: block;
}

.menu-button-5.w--open {
  background-color: #c8c8c800;
}

.nav-menu-4 {
  border: 10px solid var(--ote-o);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
}

.nav-links {
  color: var(--ote-o);
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
  font-size: 36px;
  text-decoration: none;
}

.nav-links:hover {
  filter: blur(5px);
  color: var(--white);
}

.nav-links.w--current {
  color: var(--white);
}

.image-13 {
  width: auto;
  height: 60px;
}

.image-14 {
  width: auto;
  height: 70px;
}

.image-15 {
  width: auto;
  height: 80px;
}

.image-16 {
  width: auto;
}

.div-block-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5.h1 {
  color: var(--ote-o);
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.div-block-16 {
  padding: 60px 40px;
}

.einleitung {
  max-width: 1200px;
  color: var(--ote-o);
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  line-height: 32px;
}

.text-block-3 {
  max-width: 1200px;
  color: var(--ote-o);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.link {
  color: var(--ote-o);
}

.link:hover, .link-2, .link-3, .link-4, .link-5 {
  color: var(--white);
}

.button-2 {
  background-color: var(--ote-o);
  color: var(--black);
  margin-top: 20px;
  font-family: Gill Sans Std Ultra, Arial, sans-serif;
}

.menu-button-4.w--open {
  background-color: var(--ote-o);
}

.hamburger {
  width: 60px;
}

.link-6 {
  color: var(--ote-o);
}

.link-6:hover {
  color: var(--white);
}

.text-block-4 {
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.column-2 {
  display: flex;
}

.link-7 {
  color: var(--ote-o);
}

.link-7:hover {
  color: var(--white);
}

.columns, .columns-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-17 {
  margin-right: 10px;
  padding-right: 0;
}

.image-18 {
  margin-right: 20px;
  padding-right: 0;
}

.image-19, .image-20 {
  margin-right: 20px;
}

.link-8 {
  color: var(--ote-o);
}

.link-8:hover {
  color: var(--white);
}

.image-21 {
  width: 250px;
  height: auto;
}

.div-block-18 {
  height: 40px;
}

.image-22 {
  width: auto;
  height: 80px;
}

.section-4 {
  display: none;
}

.gallery {
  margin-right: 20px;
}

.gallery-bild {
  width: auto;
}

@media screen and (min-width: 1440px) {
  img {
    margin-right: 20px;
  }

  .card-ote-o {
    background-color: var(--black);
  }

  .card-ote-o.bilder._7 {
    background-image: url('../images/ote-karch-foto-hoch6.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .card-ote-o.bilder._8 {
    background-image: url('../images/ote-karch-foto-hoch5.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0;
    background-size: cover, auto;
  }

  .heading-4 {
    align-items: stretch;
    font-size: 50px;
    line-height: 50px;
  }

  .nav-links {
    color: var(--ote-o);
  }

  .nav-links.akt {
    color: var(--white);
  }

  .heading-5 {
    color: var(--ote-o);
    font-family: Gill Sans Std Ultra, Arial, sans-serif;
    font-size: 80px;
  }

  .link-6 {
    color: var(--ote-o);
  }

  .column {
    display: block;
  }

  .column-2 {
    display: flex;
  }

  .div-block-17 {
    height: 80px;
  }

  .link-7 {
    color: var(--ote-o);
  }

  .columns {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .columns-2 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-jumbo {
    font-size: 44px;
    line-height: 46px;
  }

  .section.cc-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .menu-icon {
    display: block;
  }

  .navigation-item {
    color: #000;
    text-align: center;
    border-bottom: 1px dashed #000;
    padding: 30px;
    font-size: 14px;
    transition: background-color .45s, opacity .35s, color .45s;
  }

  .navigation-item:hover {
    opacity: 1;
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    color: #000;
    background-color: #eef0f3;
  }

  .navigation-items {
    background-color: #fff;
    margin-right: 40px;
    padding-top: 0;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-wrap {
    margin-top: 0;
    margin-right: 0;
  }

  .contact {
    width: auto;
    padding: 30px 50px 40px;
  }

  .contact-headline, .contact-form-wrap {
    width: 100%;
  }

  .spotify {
    height: 60px;
  }

  .link-block-6 {
    height: 240px;
  }

  .link-block-7 {
    height: 100%;
  }

  .card-ote-o {
    border-width: 16px;
  }

  .card-ote-o.press, .card-ote-o.pixel {
    height: 200px;
  }

  .accordion-pane {
    width: 100%;
  }

  .accordion-item {
    margin-bottom: 20px;
  }

  .accordion-text {
    padding-right: 10px;
  }

  .heading-3 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 34px;
    line-height: 42px;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 52px;
  }

  .heading-4.press {
    font-size: 40px;
    line-height: 42px;
  }

  .image-13 {
    height: 45px;
  }

  .image-14, .image-15 {
    height: 50px;
  }

  .image-16 {
    height: 70px;
  }

  .heading-5.h1.achievements {
    font-size: 64px;
  }

  .menu-button-4 {
    background-color: var(--ote-o);
    padding: 20px;
  }

  .menu-button-4.w--open {
    background-color: var(--ote-o);
  }

  .hamburger {
    width: 50px;
  }

  .columns {
    display: block;
  }

  .image-17, .image-18, .image-19, .image-20 {
    width: 80px;
    height: 80px;
  }

  .image-22 {
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    text-align: center;
  }

  .heading-jumbo {
    text-align: left;
    font-size: 40px;
    line-height: 42px;
  }

  .paragraph-light {
    text-align: left;
  }

  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-contact {
    padding: 15px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .navigation {
    padding: 20px 30px;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .contact {
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
  }

  .contact-form {
    flex-direction: column;
    display: flex;
  }

  .contact-form-wrap {
    text-align: left;
  }

  .footer-wrap {
    text-align: center;
    flex-direction: column;
  }

  .muk-link {
    margin-bottom: 15px;
  }

  .footer-links {
    flex-direction: column;
  }

  .footer-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .link-block-6 {
    height: 100%;
  }

  .card-ote-o {
    border-width: 12px;
  }

  .card-ote-o.press {
    height: 120px;
  }

  .card-ote-o.pixel {
    height: 140px;
  }

  .accordion-tab-button {
    width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-text {
    padding-right: 10px;
  }

  .heading-3 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 22px;
  }

  .heading-4 {
    font-size: 36px;
    line-height: 38px;
  }

  .heading-4.press {
    font-size: 32px;
    line-height: 36px;
  }

  .image-13, .image-14, .image-15 {
    height: 40px;
  }

  .image-16 {
    height: 50px;
  }

  .heading-5.h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .heading-5.h1.achievements {
    font-size: 52px;
  }

  .div-block-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .einleitung {
    font-size: 22px;
    line-height: 26px;
  }

  .columns, .columns-2 {
    display: block;
  }

  .image-22 {
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .heading-jumbo {
    font-size: 26px;
    line-height: 32px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .contact {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-form, .contact-form-wrap, .footer-wrap {
    flex-direction: column;
  }

  .spotify {
    height: 30%;
  }

  .card-ote-o {
    border-width: 8px;
    display: block;
  }

  .card-ote-o.press, .card-ote-o.pixel {
    height: 100px;
  }

  .arrow-div-wrapper {
    width: 15%;
    padding-right: 10px;
  }

  .accordion-pane-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-tab-button {
    padding-left: 10px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-header {
    padding-left: 15px;
  }

  .arrow-div {
    margin-right: 0;
  }

  .accordion-text {
    width: 90%;
    font-size: 15px;
    line-height: 22px;
  }

  .heading-3 {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 14px;
  }

  .heading-4.press {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-4.presse {
    font-size: 20px;
    line-height: 22px;
  }

  .nav-links {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
  }

  .image-13, .image-14, .image-15, .image-16 {
    height: 20%;
  }

  .heading-5.h1 {
    font-size: 42px;
    line-height: 42px;
  }

  .heading-5.h1.achievements {
    font-size: 32px;
  }

  .div-block-16 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-2 {
    font-size: 12px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 18px;
  }

  .image-17, .image-18, .image-19, .image-20 {
    width: 60px;
    height: 60px;
  }

  .image-22 {
    height: 20px;
  }
}


@font-face {
  font-family: 'Gill Sans Std Ultra';
  src: url('../fonts/Gill-Sans-Std-Ultra-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}