:root {
  --white: white;
  --black: black;
  --hover-link: #afafaf;
}

.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;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 44px;
}

p {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.body {
  color: var(--white);
  font-family: Universltstd, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.paragraph {
  color: var(--white);
  text-align: justify;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.1;
}

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

.paragraph.left.dark {
  color: var(--black);
}

.main-section {
  background-image: url('../images/evu-gUPznplBsLI-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.image {
  width: 100%;
  height: 100%;
}

.main-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-wrapper {
  margin-left: 2rem;
  margin-right: 2rem;
}

.desktop-grid {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-item-wrapper {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.logo-wrapper {
  color: var(--white);
  text-decoration: none;
  display: flex;
}

.image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--white);
  text-align: right;
  align-self: flex-end;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.nav-link:hover {
  color: var(--hover-link);
  transform: translate(-.5rem);
}

.nav-link.dark, .nav-link.dark.w--current {
  color: var(--black);
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.1;
}

.navigation-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4rem;
  left: auto;
  right: 4rem;
}

.contakt-wrapper {
  position: absolute;
  top: 4rem;
  bottom: auto;
  left: auto;
  right: 4rem;
}

.heading {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading.left {
  text-align: left;
}

.heading.left.dark {
  color: var(--black);
}

.rtf {
  text-align: right;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.1;
}

.social-wrapper-desktop {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--hover-link);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-wrapper-desktop:hover {
  color: var(--hover-link);
}

.social-wrapper-desktop.padding-top {
  margin-top: 10rem;
}

.icon {
  filter: invert();
  max-height: 1.2rem;
}

.paragraph-3 {
  margin-bottom: 0;
  font-size: 1.6rem;
  text-decoration: none;
}

.link {
  color: var(--white);
  text-align: right;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 300;
  text-decoration: none;
  transition: all .3s;
}

.link:hover {
  text-decoration: none;
}

.content-wrapper {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 56ch;
  display: flex;
}

.content-underline-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: baseline;
  display: flex;
}

.underline {
  object-fit: fill;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.rtf-desktop {
  text-decoration: none;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
  transition: all .3s;
}

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

.mobile-footer-section, .padding-normal {
  display: none;
}

.rtf-desktop-copy, .rtf-mobile {
  text-decoration: none;
}

.social-wrapper-mobile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-wrapper-mobile {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4rem;
  left: auto;
  right: 4rem;
}

.padding-small {
  display: none;
}

.body-2 {
  color: var(--white);
  font-family: Universltstd, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
}

.padding {
  margin-bottom: 2rem;
}

.legal-wrapper {
  margin: 2rem;
}

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

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  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;
}

.legal-section {
  min-height: 50vh;
}

.legal-navigation-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  display: flex;
}

.link-3 {
  color: var(--white);
  text-decoration: none;
}

.link-3.dark {
  color: var(--black);
}

.header-section {
  background-image: url('../images/evu-gUPznplBsLI-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  min-height: 50vh;
}

.code-embed {
  background-color: #9c6b6b;
}

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

@media screen and (max-width: 767px) {
  .paragraph {
    text-align: left;
    font-size: 1.2rem;
  }

  .paragraph.left.dark {
    font-size: 1.2rem;
    font-weight: 300;
  }

  .main-container {
    flex-flow: column;
  }

  .main-wrapper {
    flex-flow: column;
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .desktop-grid {
    grid-column-gap: 0px;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .grid-item-wrapper.hide {
    display: none;
  }

  .nav-link.dark {
    color: var(--black);
    font-size: 1.2rem;
  }

  .nav-link.dark.w--current {
    font-size: 1.2rem;
  }

  .navigation-wrapper {
    display: none;
    position: static;
  }

  .contakt-wrapper {
    position: static;
  }

  .heading, .heading.left.dark {
    font-size: 1.8rem;
  }

  .rtf.dark {
    color: var(--black);
    font-size: 1.2rem;
  }

  .social-wrapper-desktop {
    display: none;
  }

  .social-wrapper-desktop.dark {
    color: var(--black);
  }

  .social-wrapper-desktop.padding-top {
    margin-top: 5rem;
    display: flex;
  }

  .icon.dark {
    filter: none;
  }

  .link.dark {
    color: var(--black);
    font-size: 1.2rem;
  }

  .content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .rtf-desktop {
    display: none;
  }

  .link-2.dark {
    color: var(--black);
  }

  .mobile-footer-section {
    flex-flow: column;
    display: flex;
  }

  .padding-normal {
    margin-bottom: 4rem;
    display: block;
  }

  .rtf-desktop-copy, .rtf-mobile {
    display: block;
  }

  .social-wrapper-mobile {
    display: flex;
  }

  .social-wrapper-mobile.dark {
    color: var(--black);
  }

  .navigation-wrapper-mobile {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    display: flex;
    position: static;
  }

  .padding-small {
    margin-bottom: 2rem;
    display: block;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .container {
    max-width: none;
  }
}

#w-node-_7dc4a765-1ecb-d042-44d0-d645c1d3000c-433e3a8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b69119ed-6133-82c7-c4af-1655404a03c0-433e3a8b {
  justify-self: center;
}


@font-face {
  font-family: 'Universltstd';
  src: url('../fonts/UniversLTStd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}