:root {
  --p-white: #c4c4c4;
  --grey: #292929;
}

.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: var(--p-white);
  letter-spacing: 1px;
  background-color: #181818;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 160%;
}

a {
  border-bottom: .5px solid var(--p-white);
  color: var(--p-white);
  font-size: 14px;
  text-decoration: none;
}

.section-default {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.link {
  border-bottom: 1px solid var(--p-white);
  color: var(--p-white);
}

.sk-container {
  width: 100%;
  max-width: 1200px;
}

.nav-button {
  background-color: #292929;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 16px 0 16px 16px;
  padding: 25px;
  display: flex;
}

.nav-button.w--open {
  background-color: var(--grey);
}

.link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.nav {
  color: #000;
  background-color: #0000;
  width: 100%;
  position: static;
}

.menu-nav {
  background-color: #181818;
}

.sk-nav-link {
  color: var(--p-white);
  border-bottom-style: none;
  justify-content: center;
  transition: color .3s;
  display: flex;
}

.sk-nav-link:hover, .sk-nav-link:active, .sk-nav-link:focus, .sk-nav-link:focus-visible, .sk-nav-link[data-wf-focus-visible] {
  color: #a3a3a3;
}

.sk-nav-link:visited {
  color: #f1f1f1;
}

.section {
  padding-top: 140px;
}

.b {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.italic {
  font-style: italic;
  font-weight: 400;
}

.sk-logo-img {
  width: 200px;
}

.link-block {
  background-color: var(--grey);
  color: var(--p-white);
  border-bottom-style: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

.link-block.info {
  background-color: #1d1d1d;
  justify-content: center;
  align-items: center;
}

.p-l {
  letter-spacing: 2px;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.sk-link-wrapper {
  grid-column-gap: 1vh;
  grid-row-gap: 1vh;
  flex-flow: column;
  display: flex;
}

.sk-top-wrapper {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.sk-profile-image {
  border-radius: 10000px;
  width: 140px;
  height: 140px;
}

.sk-profile-wrapper {
  background-color: #f1f1f1;
  border-radius: 10000px;
  padding: 7px;
  display: inline-flex;
}

.sk-logo {
  filter: invert();
  border-bottom-style: none;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-11 {
  padding-top: 40px;
}

.section-2 {
  color: #000;
}

.container-default-2 {
  color: #fff2e7;
  max-width: 1000px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.p {
  color: #fff2e7;
  text-align: left;
  letter-spacing: 0;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  text-decoration: none;
}

.p.p-list {
  margin-top: 20px;
  padding-bottom: 20px;
}

.span {
  font-weight: 600;
}

.heading {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
}

.heading-2 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section-3 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-impressum {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.sk-nav-container {
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.sk-section {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.div-block-12 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13 {
  grid-column-gap: 2vh;
  grid-row-gap: 2vh;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
}

.p-centered {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .section-default {
    height: 100vh;
  }

  .sk-container {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .sk-logo {
    padding-left: 0;
  }

  .container-default-2 {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 767px) {
  .link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .sk-nav-link {
    font-size: 12px;
  }

  .sk-logo {
    padding-left: 0;
  }

  .p {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .link-wrapper {
    justify-content: center;
    align-items: center;
  }

  .sk-logo-img {
    width: 160px;
  }

  .p-l {
    text-align: center;
    letter-spacing: 1px;
    line-height: 140%;
  }

  .sk-logo {
    padding-left: 0;
  }

  .p {
    padding-bottom: 10px;
  }
}
