@charset "UTF-8";
body {
  font-family: depot-new-web, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #faf6f2;
  margin: 0;
  padding: 0;
  display: flex;
  min-height: 100vh;
  align-items: center;
  overflow-x: hidden;
  position: relative;
  flex-wrap: wrap; /* erlaubt Zeilenumbruch */
  width: 100vw; /* Beispiel: volle Breite */
  height: 100vh;
}
@media only screen and (max-width: 1100px) {
  body {
    background: white;
  }
}
@media only screen and (max-width: 800px) {
  body {
    flex-direction: column-reverse;
    height: auto;
    justify-content: flex-end;
  }
}

div#werft_id {
  height: 100%;
  width: 40%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  background-color: #2c5f7a;
}
@media only screen and (max-width: 1700px) {
  div#werft_id {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  div#werft_id {
    width: 100%;
  }
}
div#werft_id:after {
  background-image: url(https://auth.gruendungswerft.com/assets/images/img.png);
  background-blend-mode: lighten;
  background-position: center;
  background-size: cover;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #2c5f7a;
  z-index: 0;
  opacity: 0.1;
}
div#werft_id div#werft_id_content {
  box-sizing: border-box;
  width: 100%;
  padding: 100px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1300px) {
  div#werft_id div#werft_id_content {
    padding: 50px;
  }
}
@media only screen and (max-width: 800px) {
  div#werft_id div#werft_id_content {
    padding: 25px;
  }
}
div#werft_id div#werft_id_content h2 {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 2rem;
  color: white;
  font-weight: 200;
}
div#werft_id div#werft_id_content h1 {
  margin-top: -10px;
  margin-bottom: 1rem;
  font-size: 4rem;
  color: white;
}
div#werft_id div.function {
  display: flex;
  align-items: center;
  gap: 15px;
}
div#werft_id div.function i {
  color: white;
  font-size: 35px;
}
div#werft_id div.function h3 {
  font-size: 24px;
  color: white;
  margin-bottom: 0;
}
div#werft_id div.function p {
  color: white;
  margin-top: 2px;
  font-size: 18px;
  font-weight: 100;
}

.card {
  background: #ffffff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  padding-bottom: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 400px;
  width: 100%;
  position: relative;
}

div#werft_content {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  width: 60%;
}
@media only screen and (max-width: 1700px) {
  div#werft_content {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  div#werft_content {
    width: 100%;
  }
}
div#werft_content h1 {
  text-align: center;
}
@media only screen and (max-width: 1100px) {
  div#werft_content div.card {
    box-shadow: none;
  }
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 50px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 800px) {
  footer {
    justify-content: center;
  }
}
footer a {
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-size: 14px;
}

div#services {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  margin: 50px;
}
div#services a.service {
  width: 300px;
  height: 120px;
  background: #ffffff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: block;
  text-decoration: none;
  color: black;
}
@media only screen and (max-width: 1700px) {
  div#services a.service {
    width: calc(100% - 50px);
    height: auto;
  }
}
div#services a.service b {
  font-size: 24px;
  color: #2c5f7a;
}
div#services a.service:hover {
  background-color: #2c5f7a;
  color: white;
}
div#services a.service:hover b {
  color: white;
}

.info {
  padding: 10px;
  background: #d6f5d6; /* hellgrün */
  border: 1px solid #7ac27a;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #2d662d;
}

a#bottom_link {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #2c5f7a;
  padding-right: 40px;
  padding-bottom: 20px;
}

/*# sourceMappingURL=layout.css.map */
