.body {
  background-color: #fdf4d5;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -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;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 3rem;
  line-height: 6rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  height: 80px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #004676;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 0px none #fff;
  background-color: #fdf4d5;
  box-shadow: 1px 1px 8px 3px rgba(0, 0, 0, 0.52);
  -o-object-fit: fill;
  object-fit: fill;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-link {
  font-family: Lato, sans-serif;
  color: #024979;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ff4a59;
}

.nav-link:active {
  color: #024979;
}

.nav-link.nav-link-3.w--current {
  font-weight: 400;
}

.start-section {
  position: relative;
  padding: 350px 30px 200px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Back_06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat-x;
  background-attachment: scroll;
  text-align: center;
}

.container-2 {
  display: block;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  text-align: center;
}

.wrapper_2 {
  display: block;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
  text-align: center;
}

.headline-2 {
  margin-right: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Bitter, sans-serif;
  color: #004676;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.margin-bottom-24px-copy {
  margin-bottom: 60px;
  font-family: Bitter, sans-serif;
  color: #024979;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: none;
}

.headline-1 {
  margin-bottom: 40px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 135px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.subline {
  margin-bottom: 40px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 50px;
  line-height: 80px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.text {
  margin-bottom: 40px;
  font-family: Bitter, sans-serif;
  color: #004676;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.vita {
  margin-bottom: 60px;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
  font-size: 30px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.kontakt-section {
  position: relative;
  padding: 100px 30px 50px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #ff4a59;
  text-align: right;
}

.field-label {
  padding-left: 0px;
  font-family: Bitter, sans-serif;
  color: #ff4a59;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.field-label-2 {
  margin-top: 10px;
  padding-left: 0px;
  font-family: Bitter, sans-serif;
  color: #ff4a59;
  font-size: 18px;
  line-height: 33px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
}

.submit-button {
  min-height: 50px;
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 25px;
  background-color: #ff4a59;
  font-family: Bitter, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.text-field {
  min-height: 50px;
  background-color: #fdf4d5;
  font-family: Lato, sans-serif;
  color: #004676;
  font-size: 18px;
  text-align: left;
}

.text-field-2 {
  min-height: 50px;
  background-color: #fdf4d5;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
}

.link {
  padding-right: 20px;
  padding-left: 20px;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link-3 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #004676;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-3:hover {
  color: #ff4a59;
}

.nav-link-3.w--current {
  color: #ff4a59;
  font-size: 26px;
}

.nav-link-3.w--current:hover {
  color: #ff4a59;
}

.nav-link-5 {
  color: #004676;
  font-size: 30px;
  font-weight: 400;
}

.nav-link-5.w--current {
  color: #024979;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 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;
  background-color: #fdf4d5;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-block-2 {
  position: absolute;
}

.div-block-3 {
  position: absolute;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
}

.div-block-5 {
  position: fixed;
}

.div-block-6 {
  position: relative;
}

.div-block-7 {
  position: static;
}

.team-section {
  position: relative;
  padding: 100px 30px 120px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #004676;
}

.div-block-8 {
  margin-bottom: 100px;
  padding-right: 10px;
  padding-left: 10px;
}

.div-block-9 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image {
  margin-bottom: 60px;
  border-style: solid;
  border-width: 3px;
  border-color: #005289;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text_2 {
  margin-bottom: 60px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 18px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.text-span {
  font-size: 24px;
  text-transform: uppercase;
}

.impressum {
  position: relative;
  padding: 300px 30px 220px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/Back_01.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/Back_01.jpg'), linear-gradient(180deg, transparent, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
}

.impressum.x {
  padding-top: 200px;
  padding-bottom: 140px;
  border-style: none;
  background-color: #ff4a59;
  background-image: none;
}

.text-span-2 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-4 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-5 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-6 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-7 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-8 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-field-big {
  background-color: #024979;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
}

.text-field-big.message {
  display: inline-block;
  min-height: 150px;
  background-color: #fdf4d5;
  color: #004676;
  font-size: 18px;
  text-align: left;
  white-space: pre;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-2 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
}

.link-2:hover {
  color: #004676;
}

.text-span-9 {
  color: #ff4a59;
}

.text-span-10 {
  padding-left: 6px;
  color: #ff4a59;
}

.text-span-11 {
  display: block;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
  font-size: 30px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-13 {
  padding-left: 6px;
  color: #ff4a59;
}

.text-span-14 {
  padding-left: 6px;
  color: #ff4a59;
}

.text-span-15 {
  color: #ff4a59;
}

.button {
  display: block;
  margin-top: 20px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ff4a59;
  border-radius: 1px;
  background-color: #ff4a59;
}

.link-block {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 5px;
  -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;
  border-style: solid;
  border-width: 6px;
  border-color: #fdf4d5;
  border-radius: 50%;
  background-color: #ff4a59;
  opacity: 0.8;
}

.image-2 {
  width: 70%;
}

.vision-2-section {
  position: relative;
  padding: 100px 30px 240px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: #fdf4d5;
  background-image: url('../images/silhouette_01.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: repeat-x;
}

.vision-section {
  position: relative;
  padding: 100px 30px 240px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('../images/silhouette_02.png'), -webkit-gradient(linear, left top, left bottom, from(#fdf4d5), to(#fdf4d5));
  background-image: url('../images/silhouette_02.png'), linear-gradient(180deg, #fdf4d5, #fdf4d5);
  background-position: 50% 100%, 0px 0px;
  background-size: contain, auto;
  background-repeat: repeat-x, repeat;
}

.headline-3 {
  margin: 0px 40px 40px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.wrapper_2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 80px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: #d6a462;
  text-align: center;
}

.wrapper_2-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 25px;
  background-color: transparent;
  text-align: center;
}

.form-block {
  position: static;
  max-width: 750px;
  margin-top: 0px;
  float: none;
  clear: none;
}

.form {
  display: inline;
  text-align: right;
}

.div-block-11 {
  margin-top: 60px;
  padding: 60px 60px 40px;
  border-radius: 0px;
  background-color: #004676;
}

.text_2-copy {
  margin-bottom: 60px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.kontaktinformation {
  margin-bottom: 0px;
  font-family: Bitter, sans-serif;
  color: #fdf4d5;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.div-block-12 {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 40px;
  border-radius: 0px;
  background-color: transparent;
  text-align: center;
}

.text-duden {
  margin-bottom: 0px;
  font-family: Bitter, sans-serif;
  color: #9b1b45;
  font-size: 18px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: none;
}

.text-duden.m40 {
  margin-bottom: 40px;
  color: #004676;
}

.text-span-17 {
  font-size: 24px;
  text-transform: none;
}

.text-span-18 {
  color: #ff4a59;
}

.text-span-11-copy {
  display: block;
  font-family: Lato, sans-serif;
  color: #fdf4d5;
  font-size: 30px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.text-span-19 {
  font-size: 24px;
  text-transform: uppercase;
}

.text-span-20 {
  font-size: 24px;
  text-transform: uppercase;
}

@media screen and (max-width: 991px) {
  .body {
    background-color: #fdf4d5;
  }

  .start-section {
    padding-top: 240px;
    padding-bottom: 120px;
    background-size: cover;
  }

  .container-2 {
    max-width: 728px;
  }

  .headline-1 {
    margin-bottom: 20px;
    font-size: 120px;
  }

  .subline {
    margin-bottom: 20px;
    font-size: 45px;
  }

  .vita {
    font-size: 33px;
  }

  .kontakt-section {
    padding-bottom: 20px;
  }

  .team-section {
    padding-top: 80px;
    background-image: none;
  }

  .image {
    display: block;
  }

  .text-span-11 {
    font-size: 33px;
    line-height: 45px;
  }

  .link-block {
    width: 80px;
    height: 80px;
    margin-right: 25px;
    margin-bottom: 25px;
    border-style: solid;
    border-width: 5px;
    border-color: #fdf4d5;
  }

  .vision-2-section {
    background-position: 0% 100%;
    background-size: 1300px;
  }

  .vision-section {
    padding-bottom: 140px;
    background-image: url('../images/silhouette_02.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/silhouette_02.png'), linear-gradient(180deg, transparent, transparent);
    background-size: 1300px, auto;
  }

  .div-block-12 {
    margin-top: 20px;
  }

  .text-span-11-copy {
    font-size: 33px;
    line-height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .start-section {
    padding: 200px 15px 100px;
  }

  .headline-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    color: #024979;
    font-size: 30px;
  }

  .headline-1 {
    margin-bottom: 10px;
    font-size: 80px;
  }

  .subline {
    font-size: 30px;
    line-height: 50px;
  }

  .vita {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
  }

  .kontakt-section {
    padding: 100px 30px 20px;
  }

  .menu-button {
    background-color: #fdf4d5;
    text-align: center;
  }

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

  .nav-link-3 {
    background-color: #fdf4d5;
    text-align: center;
  }

  .nav-link-5 {
    background-color: #fdf4d5;
  }

  .team-section {
    padding: 80px 30px 60px;
    background-image: none;
  }

  .div-block-8 {
    margin-bottom: 80px;
  }

  .div-block-9 {
    display: block;
  }

  .impressum {
    padding: 160px 15px 100px;
  }

  .link-2 {
    font-size: 36px;
  }

  .text-span-11 {
    font-size: 20px;
  }

  .link-block {
    margin-right: 25px;
    margin-bottom: 25px;
  }

  .vision-2-section {
    padding: 60px 30px 140px;
  }

  .vision-section {
    padding: 60px 30px 140px;
  }

  .headline-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-11 {
    margin-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .text-duden.m40 {
    line-height: 30px;
  }

  .text-span-11-copy {
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block {
    position: static;
    left: 0%;
    top: 1000px;
    right: 0%;
    bottom: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section {
    position: static;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
  }

  .start-section {
    padding-top: 140px;
    padding-bottom: 60px;
    background-position: 50% 100%;
    background-size: cover;
  }

  .container-2 {
    max-width: none;
  }

  .wrapper_2 {
    display: block;
    text-align: center;
  }

  .headline-2 {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px;
    line-height: 33px;
    text-align: center;
    text-indent: 0px;
  }

  .headline-1 {
    margin-bottom: 5px;
    font-size: 42px;
  }

  .subline {
    font-size: 24px;
    line-height: 26px;
  }

  .vita {
    font-size: 18px;
    line-height: 36px;
  }

  .kontakt-section {
    padding-top: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .team-section {
    padding: 50px 10px 0px;
    background-image: none;
  }

  .div-block-8 {
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }

  .div-block-9 {
    display: block;
  }

  .link-2 {
    font-size: 30px;
    line-height: 40px;
  }

  .text-span-11 {
    font-size: 14px;
    line-height: 18px;
  }

  .text-span-14 {
    padding-left: 6px;
  }

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

  .vision-2-section {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .vision-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .headline-3 {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 36px;
    line-height: 33px;
  }

  .wrapper_2-copy-copy {
    padding-bottom: 40px;
  }

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

  .text_2-copy {
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-12 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-duden.m40 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-span-17 {
    font-size: 22px;
  }

  .text-span-11-copy {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}

@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitter';
  src: url('../fonts/Bitter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}