.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.body {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
}

.image {
  display: block;
  padding: 15px;
}

.logo-wrapper {
  display: inline-block;
  height: 100%;
  min-height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-container {
  display: block;
  width: 100%;
  height: 100%;
}

.body-2 {
  background-color: #000;
}

.paragraph {
  color: #c3dee6;
  font-size: 16px;
  line-height: 23px;
}

.logo-small {
  height: 60px;
  margin-bottom: 20px;
}

.imprint-container {
  padding: 60px 20px;
}

.link {
  color: #c3dee6;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  font-weight: 700;
}

.link.transparent {
  color: #000;
}

.legal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0px 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-block {
  margin-bottom: 0px;
}

.link-block.w--current {
  margin-bottom: 10px;
}

.lightbox-link {
  background-color: #000;
}

.lightbox-link:hover {
  background-color: #000;
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}

.link-language {
  margin: 15px;
  color: #14b1e2;
  font-size: 35px;
  text-decoration: none;
}

.link-language:hover {
  text-decoration: underline;
}

.container {
  margin: 50px auto;
  padding: 30px;
}

.language-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  padding: 40px;
}

.heading {
  color: #c3dee6;
  font-size: 24px;
}

.transparent {
  color: #000;
}

@media (max-width: 479px) {
  .link-language {
    font-size: 25px;
  }
  .container {
    margin: 30px auto;
  }
  .image-2 {
    padding: 0px;
  }
}