:root {
  --red: red;
  --royal-blue: #0068c7;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

a {
  text-decoration: underline;
}

.body {
  max-width: 100%;
  clear: none;
  opacity: 1;
  text-align: left;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0%;
  margin-bottom: 0%;
  margin-left: 0%;
  padding: 5% 5% 2%;
  position: relative;
}

.text-block-body {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  float: left;
  clear: none;
  color: #000;
  text-align: left;
  letter-spacing: -.08px;
  white-space: normal;
  margin-top: 2%;
  margin-bottom: 0%;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
  display: block;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-block-body.bottom-margin {
  color: #000;
  letter-spacing: -.08px;
  margin-bottom: 6%;
  font-size: 25px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-logo {
  max-width: 100%;
  float: left;
  text-align: left;
  margin-top: 0%;
  margin-bottom: 6%;
  margin-left: 0%;
  font-family: acumin-pro, sans-serif;
  position: relative;
}

.text-block-logo {
  max-width: 100%;
  float: left;
  color: var(--royal-blue);
  letter-spacing: -3px;
  text-transform: uppercase;
  margin-bottom: 0%;
  font-family: acumin-pro, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 88px;
  position: relative;
}

.div-block-experience {
  width: 100%;
  max-width: 100%;
  float: left;
  margin-top: 0%;
  margin-bottom: 6%;
  margin-left: 0%;
  display: block;
  position: relative;
  overflow: visible;
}

.text-block-sections {
  width: auto;
  max-width: 100%;
  float: left;
  color: #006eff;
  letter-spacing: -.08px;
  margin-bottom: 2%;
  margin-right: 1%;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: underline;
  position: relative;
  overflow: visible;
}

.dropdown-wrapper {
  width: 100%;
  max-width: 100%;
  float: left;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
  overflow: hidden;
}

.dropdown-trigger {
  width: 100%;
  float: left;
  cursor: pointer;
  margin-top: 0%;
  margin-bottom: 0%;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dropdown-content {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 100%;
  float: none;
  clear: left;
  text-align: left;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-block-contact {
  width: auto;
  height: auto;
  max-width: 90%;
  float: left;
  clear: left;
  color: #000;
  text-align: left;
  letter-spacing: -.08px;
  white-space: normal;
  margin-bottom: 0%;
  padding-bottom: .1%;
  padding-right: 0%;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.text-block-x {
  width: auto;
  max-width: 100%;
  float: left;
  color: var(--royal-blue);
  text-align: center;
  padding: 1px 9px 6px;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 27px;
  display: block;
  position: relative;
}

.link {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  float: left;
  color: #b9b9b9;
  text-align: left;
  letter-spacing: -.08px;
  cursor: pointer;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
  position: relative;
}

.div-block-impressum {
  width: 100%;
  max-width: 100%;
  float: left;
  margin-top: 15%;
  margin-left: 0%;
  position: relative;
}

.div-block-kontact {
  width: 100%;
  max-width: 100%;
  float: left;
  margin-top: 0%;
  margin-left: 0%;
  position: relative;
}

.div-block-container {
  width: 100%;
  max-width: 1000px;
  min-width: 691px;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  object-position: 50% 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.div-block-image-container {
  width: 100%;
  height: auto;
  max-height: none;
  max-width: 100%;
  float: left;
  clear: left;
  object-fit: fill;
  margin: 2% auto 0%;
  padding-right: 0%;
  display: block;
  position: relative;
  overflow: hidden;
}

.div-block-image-container.both-margins {
  margin-top: 2%;
  margin-bottom: 6%;
  overflow: hidden;
}

.image {
  width: 50%;
  max-width: 50%;
  float: left;
  clear: none;
  margin-top: 0%;
  margin-right: 0%;
  padding-top: 1%;
  padding-right: 1%;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-content-experience {
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: 100%;
  float: none;
  clear: left;
  white-space: normal;
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-clip: border-box;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.experience-plus {
  max-width: 30%;
  float: left;
  clear: none;
  text-align: center;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
}

.text-block-no-padding {
  width: auto;
  height: auto;
  max-width: 100%;
  float: left;
  clear: left;
  color: #006eff;
  text-align: left;
  letter-spacing: -.08px;
  white-space: normal;
  margin-top: 0%;
  margin-bottom: 0%;
  padding-right: 0%;
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 32px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: visible;
}

.text-block-no-padding.bottom-margin {
  margin-bottom: 2%;
}

.text-block-no-padding.top-margin {
  margin-top: 2%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-list {
  width: 100%;
  max-width: 100%;
  float: left;
  text-align: left;
  margin-top: 0%;
  margin-bottom: 6%;
  margin-left: 0%;
  padding-bottom: 0%;
  display: block;
  position: relative;
  left: 0;
  overflow: visible;
}

.links-contact {
  color: var(--royal-blue);
}

.text-block-page-title {
  color: #006eff;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 700;
  line-height: 52px;
}

.image-3 {
  max-width: 15%;
  float: left;
  clear: left;
  object-fit: fill;
  padding-right: 4%;
  position: relative;
}

.image-4 {
  max-width: 20%;
  float: left;
  clear: none;
  margin-top: 4%;
  padding-right: 2%;
  position: relative;
}

.image-5 {
  max-width: 20%;
  float: left;
  clear: none;
  padding-right: 2%;
}

.link-block {
  width: 55px;
  float: left;
  margin-left: 8px;
}

.image-7 {
  width: 100px;
}

.image-8 {
  width: 400px;
  text-align: center;
  position: static;
}

@media screen and (min-width: 1280px) {
  .body {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-body {
    letter-spacing: -.08px;
    margin-bottom: 0%;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-body.bottom-margin {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-logo {
    margin-bottom: 6%;
  }

  .text-block-logo {
    max-width: 674px;
    font-size: 100px;
    line-height: 88px;
  }

  .div-block-experience {
    margin-bottom: 6%;
  }

  .text-block-sections {
    letter-spacing: -.08px;
    margin-bottom: 2%;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-contact {
    letter-spacing: -.08px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-x {
    padding-top: 1px;
    padding-bottom: 6px;
    font-size: 25px;
    line-height: 27px;
  }

  .link {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-container {
    max-width: 1000px;
  }

  .div-block-image-container {
    max-width: 100%;
    float: left;
    clear: none;
    margin-top: 2%;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 0%;
  }

  .image {
    width: 50%;
    max-width: 50%;
    clear: none;
    margin-top: 0%;
    margin-right: 0%;
    padding-top: 1%;
    padding-right: 1%;
  }

  .text-block-no-padding {
    letter-spacing: -.08px;
    font-size: 25px;
    line-height: 32px;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-body {
    letter-spacing: -.08px;
    margin-bottom: 0%;
    font-size: 25px;
    line-height: 32px;
    overflow: visible;
  }

  .text-block-body.bottom-margin {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-logo {
    margin-bottom: 6%;
  }

  .text-block-logo {
    max-width: 878px;
    min-width: 674px;
    font-size: 100px;
    line-height: 88px;
  }

  .div-block-experience {
    margin-bottom: 6%;
  }

  .text-block-sections {
    letter-spacing: -.08px;
    margin-bottom: 2%;
    margin-right: 0%;
    font-size: 25px;
    line-height: 32px;
  }

  .dropdown-trigger {
    margin-top: 0%;
  }

  .text-block-contact {
    letter-spacing: -.08px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-x {
    font-size: 25px;
    line-height: 27px;
  }

  .link {
    letter-spacing: -.08px;
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-container {
    width: auto;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-image-container {
    max-width: 100%;
    margin-top: 1%;
    margin-bottom: 0%;
    padding-bottom: 7%;
  }

  .div-block-image-container.both-margins {
    margin-top: 2%;
    padding-bottom: 0%;
  }

  .image {
    width: 50%;
    max-width: 50%;
    margin-top: 0%;
    margin-right: 0%;
    padding-top: 1%;
    padding-right: 1%;
    position: relative;
  }

  .text-block-no-padding {
    letter-spacing: -.08px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-block-page-title {
    width: 100%;
    height: 100%;
    float: left;
    clear: left;
    text-transform: uppercase;
    object-fit: fill;
    font-size: 50px;
    font-weight: 700;
    line-height: 68px;
    position: relative;
  }

  .link-block {
    float: left;
    clear: none;
    position: relative;
  }

  .image-7 {
    float: left;
  }
}

@media screen and (min-width: 1920px) {
  .body {
    padding-left: 10%;
    padding-right: 10%;
  }

  .text-block-body, .text-block-body.bottom-margin {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-logo {
    max-width: 100%;
  }

  .text-block-logo {
    max-width: 100%;
    min-width: 878px;
    float: none;
    font-size: 100px;
    line-height: 88px;
    overflow: visible;
  }

  .div-block-experience {
    margin-bottom: 6%;
    overflow: visible;
  }

  .text-block-sections {
    margin-bottom: 2%;
    font-size: 25px;
    line-height: 32px;
  }

  .dropdown-trigger {
    margin-top: 0%;
  }

  .text-block-contact {
    padding-bottom: 0%;
    font-size: 25px;
    line-height: 32px;
    overflow: visible;
  }

  .text-block-x {
    font-size: 25px;
    line-height: 27px;
  }

  .link {
    font-size: 25px;
    line-height: 32px;
  }

  .div-block-container {
    width: auto;
    max-width: 1000px;
  }

  .div-block-image-container {
    height: auto;
    max-height: none;
    max-width: 100%;
    float: left;
    clear: none;
    object-fit: fill;
    margin-bottom: 7%;
    padding-bottom: 0;
    display: block;
  }

  .div-block-image-container.both-margins {
    margin-top: 2%;
    padding-right: 0%;
  }

  .image {
    width: 50%;
    max-width: 50%;
    margin-top: 0%;
    margin-right: 0%;
    padding-top: 1%;
    padding-right: 1%;
  }

  .text-block-no-padding {
    padding-bottom: 0%;
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    overflow: visible;
  }

  .div-block-list {
    margin-bottom: 6%;
  }

  .link-block {
    width: 55px;
    max-width: 100%;
    clear: none;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 8px;
    text-decoration: none;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .body {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    clear: none;
    margin-bottom: 0%;
    padding: 5% 5% 2%;
  }

  .text-block-body {
    letter-spacing: -.08px;
    margin-top: 2%;
    margin-bottom: 0%;
    font-size: 21px;
    line-height: 27px;
  }

  .text-block-body.bottom-margin {
    letter-spacing: -.08px;
    margin-bottom: 6%;
    font-size: 21px;
    font-weight: 500;
    line-height: 27px;
  }

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

  .text-block-logo {
    max-width: 100%;
    letter-spacing: -3px;
    font-size: 100px;
    line-height: 88px;
    position: relative;
  }

  .div-block-experience {
    margin-bottom: 6%;
  }

  .text-block-sections {
    letter-spacing: -.08px;
    margin-bottom: 2%;
    font-size: 21px;
    line-height: 27px;
  }

  .dropdown-trigger {
    line-height: 20px;
  }

  .dropdown-content {
    max-width: 100%;
  }

  .text-block-contact {
    letter-spacing: -.05vw;
    font-size: 21px;
    line-height: 27px;
  }

  .text-block-x {
    letter-spacing: -.05vw;
    margin-top: 0;
    margin-bottom: 0;
    padding: 2px 7px 7px;
    font-size: 21px;
    line-height: 20px;
  }

  .link {
    letter-spacing: -.08px;
    font-size: 21px;
    line-height: 27px;
  }

  .div-block-impressum {
    margin-top: 15%;
    margin-bottom: 0%;
    padding-bottom: 2%;
  }

  .div-block-container {
    max-width: 100%;
  }

  .div-block-image-container {
    margin-bottom: 5%;
  }

  .div-block-image-container.both-margins {
    margin-bottom: 6%;
  }

  .image {
    width: 100%;
    max-width: 100%;
    clear: left;
  }

  .experience-plus {
    float: left;
    clear: none;
  }

  .text-block-no-padding {
    letter-spacing: -.08px;
    font-size: 21px;
    line-height: 28px;
  }

  .text-block-no-padding.bottom-margin {
    margin-bottom: 2%;
  }

  .div-block-list {
    margin-bottom: 6%;
  }

  .links-contact {
    color: var(--red);
  }

  .link-block {
    width: 46px;
    margin-left: 7px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-body {
    letter-spacing: -.08px;
    margin-top: 2%;
    margin-bottom: 0%;
    padding-bottom: 1%;
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-body.bottom-margin {
    letter-spacing: -.08px;
    margin-top: 2%;
    margin-bottom: 7%;
    padding-bottom: 1%;
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-logo {
    margin-bottom: 7%;
  }

  .text-block-logo {
    letter-spacing: -.3vw;
    font-size: 13vw;
    line-height: 11.7vw;
  }

  .div-block-experience {
    margin-bottom: 7%;
  }

  .text-block-sections {
    letter-spacing: -.08px;
    margin-bottom: 2%;
    margin-right: 0%;
    font-size: 19px;
    line-height: 24px;
  }

  .dropdown-trigger {
    line-height: 20px;
  }

  .text-block-contact {
    max-width: 90%;
    letter-spacing: -.08px;
    margin-bottom: 0%;
    padding-bottom: .05%;
    font-size: 19px;
    line-height: 24px;
  }

  .text-block-x {
    letter-spacing: -.08px;
    padding: 0 6px 2px;
    font-size: 19px;
    line-height: 24px;
  }

  .link {
    letter-spacing: -.08px;
    font-size: 19px;
    line-height: 24px;
  }

  .div-block-impressum {
    margin-top: 15%;
  }

  .div-block-container {
    max-width: 100%;
    min-width: 0;
    padding-bottom: 2%;
  }

  .div-block-image-container {
    margin-bottom: 4%;
  }

  .div-block-image-container.both-margins {
    margin-top: 2%;
    margin-bottom: 7%;
  }

  .image {
    width: 100%;
    max-width: 100%;
    clear: left;
    margin-right: 0%;
    padding-top: 2%;
    padding-right: 0%;
  }

  .experience-plus {
    padding-right: 0%;
  }

  .text-block-no-padding {
    letter-spacing: -.08px;
    margin-bottom: 0%;
    font-size: 19px;
    line-height: 25px;
  }

  .text-block-no-padding.bottom-margin {
    margin-bottom: 2%;
  }

  .div-block-list {
    margin-bottom: 7%;
  }

  .links-contact {
    color: var(--red);
  }

  .text-block-page-title {
    font-size: 35px;
    line-height: 35px;
  }

  .image-3 {
    max-width: 18%;
  }

  .image-4 {
    max-width: 23%;
    margin-top: 5%;
  }

  .image-5 {
    max-width: 23%;
  }

  .link-block {
    width: 42px;
    margin-left: 6px;
  }
}

@media screen and (max-width: 479px) {
  a {
    color: var(--red);
  }

  .body {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-block-body {
    letter-spacing: -.08px;
    margin-top: 4%;
    margin-bottom: 0%;
    padding-bottom: 1%;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-body.bottom-margin {
    letter-spacing: -.08px;
    margin-top: 4%;
    margin-bottom: 12%;
    padding-bottom: 1%;
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-logo {
    margin-bottom: 12%;
  }

  .text-block-logo {
    letter-spacing: -.3vw;
    font-size: 13vw;
    line-height: 11.7vw;
  }

  .div-block-experience {
    margin-bottom: 12%;
  }

  .text-block-sections {
    letter-spacing: -.08px;
    margin-bottom: 4%;
    margin-right: 0%;
    font-size: 16px;
    line-height: 21px;
  }

  .dropdown-content {
    font-size: 5.2vw;
    line-height: 6vw;
  }

  .text-block-contact {
    width: auto;
    max-width: 100%;
    letter-spacing: -.08px;
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-x {
    margin-left: 0;
    padding: 0 6px 3px;
    font-size: 16px;
    line-height: 20px;
  }

  .link {
    letter-spacing: -.08px;
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-impressum {
    margin-top: 15%;
  }

  .div-block-container {
    max-width: 100%;
    min-width: 0;
  }

  .div-block-image-container.both-margins {
    margin-top: 4%;
    margin-bottom: 10%;
  }

  .image {
    padding-top: 3%;
  }

  .experience-plus {
    max-width: 10%;
    float: left;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block-no-padding {
    letter-spacing: -.08px;
    padding-bottom: 0%;
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-no-padding.bottom-margin {
    letter-spacing: -.08px;
    margin-bottom: 4%;
    font-size: 16px;
    line-height: 21px;
  }

  .div-block-list {
    margin-bottom: 12%;
  }

  .links-contact {
    letter-spacing: -.08px;
    font-size: 16px;
    line-height: 21px;
    overflow: visible;
  }

  .text-block-page-title {
    font-size: 35px;
  }

  .image-3 {
    max-width: 22%;
  }

  .image-4 {
    max-width: 30%;
    margin-top: 7%;
  }

  .image-5 {
    max-width: 30%;
  }

  .link-block {
    width: 33px;
    margin-left: 5px;
  }
}


