@charset "UTF-8";
/* nunito-sans-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/nunito-sans-v15-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/nunito-sans-v15-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-sans-v15-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/nunito-sans-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/nunito-sans-v15-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-sans-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/nunito-sans-v15-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* nunito-sans-900 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/nunito-sans-v15-latin-900.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.text-module {
  padding: 50px 0px;
}
@media screen and (max-width: 991px) {
  .text-module {
    padding: 50px 0px;
  }
}
.text-module img {
  max-width: 100%;
  height: auto;
}

.banner-module {
  position: relative;
  width: 100%;
  padding: 58px 0px;
  color: #535353;
}
.banner-module .left, .banner-module .right {
  width: 50%;
  height: 100%;
  top: 0;
  position: absolute;
  z-index: 50;
}
@media screen and (max-width: 767px) {
  .banner-module .left, .banner-module .right {
    width: 100%;
    height: 50%;
  }
}
.banner-module .left {
  left: 0;
  background-color: #C2AD8D;
}
.banner-module .right {
  right: 0;
  background-color: #E3D6C2;
}
@media screen and (max-width: 767px) {
  .banner-module .right {
    top: auto;
    bottom: 0;
  }
}
.banner-module .ds-container {
  position: relative;
  z-index: 80;
}
.banner-module p:last-child {
  margin-bottom: 0px;
}

.banner-text-module {
  padding: 40px 0px;
}
.banner-text-module .banner-text {
  background-color: #E3D6C2;
  padding: 57px 0px;
}
.banner-text-module .banner-text .contact-button {
  background-color: #C2AD8D;
  font-size: 18px;
  line-height: 25px;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 13px 17px;
  cursor: pointer;
  margin-top: 25px;
  font-weight: bold;
}

.textboxen-module {
  padding: 92px 0px;
}
.textboxen-module .textbox-row {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.textboxen-module .textbox-row .textbox {
  width: 31%;
  background-color: #E3D6C2;
  padding: 34px 24px;
}
@media screen and (max-width: 1199px) {
  .textboxen-module .textbox-row .textbox {
    width: 100%;
    margin-top: 50px;
  }
}
.textboxen-module .textbox-row .textbox h3 {
  min-height: 70px;
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .textboxen-module .textbox-row .textbox h3 {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .textboxen-module .textbox-row .textbox h3 {
    font-size: 23px;
  }
}
@media screen and (max-width: 575px) {
  .textboxen-module .textbox-row .textbox h3 {
    font-size: 20px;
  }
}
.textboxen-module .textbox-row .textbox .content {
  padding-top: 15px;
}

.kontaktbanner-module {
  margin: 50px 0px;
}
.kontaktbanner-module .kontaktbanner {
  width: 100%;
  background-color: #F0EADF;
  height: 163px;
  display: flex;
  align-items: center;
}
.kontaktbanner-module .kontaktbanner h4 {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .kontaktbanner-module .kontaktbanner h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .kontaktbanner-module .kontaktbanner h4 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .kontaktbanner-module .kontaktbanner h4 {
    font-size: 20px;
  }
}
.kontaktbanner-module .kontaktbanner button {
  background-color: #C2AD8D;
  font-size: 18px;
  line-height: 25px;
  color: white;
  text-transform: uppercase;
  border: none;
  padding: 13px 17px;
  cursor: pointer;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .kontaktbanner-module .kontaktbanner button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .kontaktbanner-module .kontaktbanner button {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .kontaktbanner-module .kontaktbanner button {
    font-size: 16px;
  }
}

.accordion-module {
  padding: 70px 0px;
}
.accordion-module .accordion-wrapper {
  padding-top: 25px;
}
.accordion-module .accordion-wrapper .accordion {
  margin-bottom: 15px;
  background-color: #E3D6C2;
}
.accordion-module .accordion-wrapper .accordion .accordion-toggle {
  cursor: pointer;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 15px;
}
.accordion-module .accordion-wrapper .accordion .accordion-toggle h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .accordion-module .accordion-wrapper .accordion .accordion-toggle h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .accordion-module .accordion-wrapper .accordion .accordion-toggle h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-module .accordion-wrapper .accordion .accordion-toggle h3 {
    font-size: 18px;
  }
}
.accordion-module .accordion-wrapper .accordion .accordion-toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/default/images/arrow_down.svg");
  margin-right: 10px;
}
.accordion-module .accordion-wrapper .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.accordion-module .accordion-wrapper .accordion .accordion-content .accordion-content-inner {
  padding: 15px;
}

.accordion-module {
  padding: 70px 0px;
}
.accordion-module .accordion-col {
  width: 49.3%;
}
@media screen and (max-width: 991px) {
  .accordion-module .accordion-col {
    width: 100%;
  }
}
.accordion-module .accordion {
  margin-bottom: 15px;
  background-color: #E3D6C2;
}
.accordion-module .accordion .accordion-toggle {
  cursor: pointer;
  width: 100%;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 10px;
}
.accordion-module .accordion .accordion-toggle h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  .accordion-module .accordion .accordion-toggle h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .accordion-module .accordion .accordion-toggle h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-module .accordion .accordion-toggle h3 {
    font-size: 18px;
  }
}
.accordion-module .accordion .accordion-toggle::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/default/images/arrow_down.svg");
  margin-right: 10px;
}
.accordion-module .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.accordion-module .accordion .accordion-content .accordion-content-inner {
  padding: 10px;
}

.contact-module {
  padding: 140px 0px;
}
@media screen and (max-width: 500px) {
  .contact-module {
    padding: 90px 0px;
  }
}
.contact-module .blocks-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 500px) {
  .contact-module .blocks-flex {
    justify-content: center;
  }
}
.contact-module .block {
  background-color: #E3D6C2;
  width: 23.5%;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 28px 14px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .contact-module .block {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 991px) {
  .contact-module .block {
    width: 32%;
  }
}
@media screen and (max-width: 850px) {
  .contact-module .block {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .contact-module .block {
    width: 230px;
  }
}
.contact-module .block .img-container {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-module .block .img-container img {
  margin: auto;
}
.contact-module .block .img-container img.img-location {
  width: 35px;
}
@media screen and (max-width: 1199px) {
  .contact-module .block .img-container img.img-location {
    width: 32px;
  }
}
.contact-module .block .img-container img.img-tel {
  width: 51px;
}
@media screen and (max-width: 1199px) {
  .contact-module .block .img-container img.img-tel {
    width: 44px;
  }
}
.contact-module .block .img-container img.img-mail {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .contact-module .block .img-container img.img-mail {
    width: 44px;
  }
}
.contact-module .block .img-container img.img-fax {
  width: 50px;
}
@media screen and (max-width: 1199px) {
  .contact-module .block .img-container img.img-fax {
    width: 42px;
  }
}
.contact-module .block h4 {
  margin-top: 23px;
  margin-bottom: 20px;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 1199px) {
  .contact-module .block h4 {
    margin-top: 17px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 575px) {
  .contact-module .block h4 {
    font-size: 18px;
  }
}
.contact-module .block p {
  font-weight: 300;
  margin-bottom: 0px;
}
.contact-module .block a {
  color: #535353;
}
.contact-module .map-container {
  width: 100%;
  height: 800px;
  margin-top: 50px;
}
@media screen and (max-width: 991px) {
  .contact-module .map-container {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .contact-module .map-container {
    height: 400px;
  }
}
@media screen and (max-width: 575px) {
  .contact-module .map-container {
    height: 300px;
  }
}

.team-module {
  padding-top: 50px;
  padding-bottom: 20px;
}
.team-module .team-row {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .team-module .team-row {
    justify-content: flex-start;
    gap: 30px;
  }
}
@media screen and (max-width: 575px) {
  .team-module .team-row {
    justify-content: center;
  }
}
.team-module .team-row .member {
  width: 23%;
  height: 380px;
  background-color: #E3D6C2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.team-module .team-row .member.empty {
  opacity: 0;
  height: 0px;
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member.empty {
    display: none;
  }
}
.team-module .team-row .member .portrait-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 1;
  transition: 0.3s;
}
.team-module .team-row .member .contact-container {
  background-color: rgba(12, 39, 77, 0.7);
  color: white;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  transition: 0.3s;
  padding: 14px 18px;
  transform: translateY(100%);
  height: fit-content;
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member .contact-container {
    transform: translateY(0%);
    bottom: 0;
  }
}
.team-module .team-row .member .contact-container .name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .team-module .team-row .member .contact-container .name {
    font-size: 13px;
  }
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member .contact-container .name {
    font-size: 15px;
  }
}
.team-module .team-row .member .contact-container .position {
  font-size: 16px;
  line-height: 20px;
  text-transform: none;
  opacity: 0;
  transition: 0.3s;
  font-weight: 300;
}
.team-module .team-row .member .contact-container .position strong {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member .contact-container .position {
    opacity: 1;
  }
}
.team-module .team-row .member .contact-container .contact-row {
  display: flex;
  align-items: center;
  gap: 19px;
  margin-top: 20px;
  opacity: 0;
  transition: 0.6s;
}
.team-module .team-row .member .contact-container .contact-row .contact-tel {
  width: 20px;
}
.team-module .team-row .member .contact-container .contact-row .contact-mail {
  width: 26px;
}
.team-module .team-row .member .contact-container .contact-row .contact-linkedin {
  width: 22px;
  padding-bottom: 2px;
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member .contact-container .contact-row {
    opacity: 1;
  }
}
@media screen and (min-width: 576px) {
  .team-module .team-row .member .contact-container:hover {
    transform: translateY(0%);
    bottom: 0;
  }
  .team-module .team-row .member .contact-container:hover .position,
.team-module .team-row .member .contact-container:hover .contact-row {
    opacity: 1;
  }
}
.team-module .team-row .member:hover .portrait-overlay {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .team-module .team-row .member {
    width: 48%;
    height: 504px;
  }
}
@media screen and (max-width: 991px) {
  .team-module .team-row .member {
    width: 32%;
    height: 290px;
  }
}
@media screen and (max-width: 900px) {
  .team-module .team-row .member {
    width: 240px;
  }
}
@media screen and (max-width: 850px) {
  .team-module .team-row .member {
    height: 250px;
  }
}
@media screen and (max-width: 767px) {
  .team-module .team-row .member {
    width: 215px;
  }
}
@media screen and (max-width: 575px) {
  .team-module .team-row .member {
    width: 300px;
    max-width: 100%;
    height: 340px;
  }
}
@media screen and (max-width: 375px) {
  .team-module .team-row .member {
    height: 310px;
  }
}

.iconboxes-module {
  padding: 90px 0px;
}
.iconboxes-module .iconbox-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 45px;
}
.iconboxes-module .iconbox-row .iconbox {
  width: 30%;
  background-color: #F0EADF;
  padding: 38px;
}
@media screen and (max-width: 1199px) {
  .iconboxes-module .iconbox-row .iconbox {
    width: 31.5%;
    padding: 38px 25px;
  }
}
@media screen and (max-width: 991px) {
  .iconboxes-module .iconbox-row .iconbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .iconboxes-module .iconbox-row .iconbox {
    display: block;
  }
}
.iconboxes-module .iconbox-row .iconbox .icon-container {
  width: 168px;
  height: 168px;
  display: flex;
  border-radius: 50%;
  border: solid 1px #0B284C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 23px;
  flex-shrink: 0;
}
.iconboxes-module .iconbox-row .iconbox .icon-container .icon {
  width: 105px;
}
.iconboxes-module .iconbox-row .iconbox h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 27px;
}
@media screen and (max-width: 440px) {
  .iconboxes-module .iconbox-row .iconbox h3 {
    font-size: 23px;
  }
}
.iconboxes-module .iconbox-row .iconbox h4 {
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 440px) {
  .iconboxes-module .iconbox-row .iconbox h4 {
    font-size: 18px;
  }
}

@media screen and (max-width: 575px) {
  .leistungsangebot-module {
    display: none;
  }
}

.leistungsangebot-module ellipse {
  transition: 0.3s;
}
.leistungsangebot-module ellipse.defaultActive {
  fill: #F0EADF;
}

.tooltip-container {
  cursor: pointer;
}

.leistungsangebot-module ellipse:hover,
.leistungsangebot-module ellipse.active,
.leistungsangebot-module ellipse.defaultActive,
.leistungsangebot-module .tooltip-container.active ellipse {
  fill: #F0EADF;
  cursor: pointer;
}

.tooltip-wrapper {
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s;
  transform: translateY(-103%);
  pointer-events: none;
}

.tooltip-wrapper.active,
.tooltip-wrapper:hover {
  opacity: 1;
  pointer-events: all;
}
.tooltip-wrapper.active.hide,
.tooltip-wrapper:hover.hide {
  opacity: 0;
  pointer-events: none;
}

.tooltip-wrapper .ds-tooltip {
  width: fit-content;
  height: auto;
  background-color: #fffdf9;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.21);
  padding: 15px 25px;
  box-sizing: border-box;
}

.tooltip-wrapper .ds-tooltip h6 {
  margin: auto;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.tooltip-wrapper .ds-tooltip .ds-tooltip-flex {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.tooltip-wrapper .ds-tooltip img {
  width: 150px;
  height: 150px;
  background-color: #bababa;
  margin: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  .tooltip-wrapper .ds-tooltip img {
    height: 130px;
  }
}
@media screen and (max-width: 991px) {
  .tooltip-wrapper .ds-tooltip img {
    height: 125px;
  }
}

.tooltip-wrapper .ds-tooltip .ds-tooltip-name {
  font-size: 14px;
  max-width: 70%;
  text-align: center;
  margin: auto;
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .tooltip-wrapper .ds-tooltip .ds-tooltip-name {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .tooltip-wrapper .ds-tooltip .ds-tooltip-name {
    font-size: 12px;
  }
}

.tooltip-wrapper .ds-tooltip a {
  text-decoration: none;
}

.tooltip-wrapper .ds-tooltip button {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  background-color: #C2AD8D;
  color: white;
  height: 40px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
}

.tooltip-wrapper .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #fffdf9;
  border-bottom: 0;
  margin: auto;
}

.fachbereich-details-module {
  padding: 70px 0px;
}
@media screen and (max-width: 575px) {
  .fachbereich-details-module {
    padding: 50px 0px;
  }
}
.fachbereich-details-module .fachbereich-icon {
  width: 107px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .fachbereich-details-module .fachbereich-icon {
    width: 87px;
    margin-right: 30px;
    margin-top: 6px;
  }
}
.fachbereich-details-module .leistungen {
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.fachbereich-details-module .leistungen .leistung {
  padding: 10px;
  background-color: #E3D6C2;
  margin-bottom: 10px;
  font-size: 15px;
  display: flex;
  flex-shrink: 1;
}
.fachbereich-details-module .leistungen .leistung::before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background-image: url("../images/signet_blau.png");
  margin-top: 1px;
  margin-right: 13px;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito Sans";
  font-size: 14px;
  color: #535353;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

main {
  padding: 50px 0px;
}

body.home main {
  padding: 0;
}

.ds-container {
  max-width: 1080px;
  width: 80%;
  margin: auto;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #535353;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}
h2 .text-small, h2.text-small {
  font-size: 20px;
  font-weight: 400;
}

h3 {
  font-size: 18px;
}

.pointer-none {
  pointer-events: none;
}

header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: 25px 0px;
  background-color: white;
  z-index: 100;
}
@media screen and (max-width: 575px) {
  header {
    background-color: rgba(0, 0, 0, 0);
  }
}
header .header-content {
  width: 80%;
  max-width: 1468px;
  margin: auto;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 991px) {
  header .header-content {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  header .header-content {
    width: 88%;
  }
}
@media screen and (max-width: 575px) {
  header .header-content {
    top: 40px;
  }
}
header .header-content #logo {
  width: 190px;
}
@media screen and (max-width: 767px) {
  header .header-content #logo {
    width: 170px;
  }
}
@media screen and (max-width: 575px) {
  header .header-content #logo {
    width: 140px;
  }
}
header .header-content #menu-toggle {
  width: 48px;
  height: 32px;
  background-image: url("../images/menu.svg");
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s opacity;
}
header .header-content #menu-toggle.hidden {
  opacity: 0;
}
@media screen and (max-width: 575px) {
  header .header-content #menu-toggle {
    width: 44px;
    height: 28px;
    margin-bottom: 8px;
  }
}
header .header-content nav#desktop-nav {
  margin-left: 150px;
}
@media screen and (max-width: 1500px) {
  header .header-content nav#desktop-nav {
    margin-left: 110px;
  }
}
header .header-content nav#desktop-nav ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 48px;
}
@media screen and (max-width: 1500px) {
  header .header-content nav#desktop-nav ul {
    gap: 38px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-content nav#desktop-nav ul {
    gap: 23px;
  }
}
header .header-content nav#desktop-nav ul li {
  position: relative;
}
header .header-content nav#desktop-nav ul li ul.sub {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-25px, 100%);
  background-color: #F0EADF;
  padding: 0px 25px 5px 25px;
  display: block;
}
header .header-content nav#desktop-nav ul li ul.sub li a {
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
header .header-content nav#desktop-nav ul li:hover ul.sub {
  opacity: 1;
  pointer-events: all;
}
header .header-content nav#desktop-nav ul li a {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0C274D;
  line-height: 22px;
  white-space: nowrap;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}
header .header-content nav#desktop-nav ul li a:hover {
  text-decoration: none;
  color: #535353;
}
@media screen and (max-width: 1500px) {
  header .header-content nav#desktop-nav ul li a {
    font-size: 19px;
  }
}
@media screen and (max-width: 1199px) {
  header .header-content nav#desktop-nav ul li a {
    font-size: 15px;
  }
}

#mobile-menu-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20000;
  transition: 0.3s opacity;
  pointer-events: none;
  opacity: 0;
}
#mobile-menu-wrapper.active {
  pointer-events: all;
  opacity: 1;
}
#mobile-menu-wrapper #menu-close-container {
  width: 80%;
  max-width: 1468px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 126px;
  display: flex;
  justify-content: end;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #mobile-menu-wrapper #menu-close-container {
    width: 88%;
  }
}
@media screen and (max-width: 575px) {
  #mobile-menu-wrapper #menu-close-container {
    top: 75px;
  }
}
#mobile-menu-wrapper #menu-close-container #menu-close {
  width: 40px;
  height: 40px;
  background-image: url("../images/close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
#mobile-menu-wrapper #mobile-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
  opacity: 0;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}
#mobile-menu-wrapper #mobile-nav.active {
  transform: translate(-50%, -50%);
  opacity: 1;
}
#mobile-menu-wrapper #mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu-wrapper #mobile-nav ul li a {
  text-align: center;
  color: #535353;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  padding: 5px;
}
#mobile-menu-wrapper #mobile-nav ul .toggle-sub {
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow_down_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
}
#mobile-menu-wrapper #mobile-nav ul .toggle-sub.active {
  transform: rotate(180deg);
}
#mobile-menu-wrapper #mobile-nav ul.sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
#mobile-menu-wrapper #mobile-nav ul.sub li a {
  font-size: 15px;
}

#hero {
  height: 100vh;
  position: relative;
  min-height: 600px;
  background-color: #F0EADF;
  /* Wrapper */
  /* Bild bleibt statisch */
  /* Hover-Effekt */
}
#hero.subpage-hero {
  min-height: 0px;
  height: 266px;
  margin-top: 145px;
}
#hero.subpage-hero #hero-background {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 720px) {
  #hero.has-contact #hero-text {
    top: 230px;
  }
}
@media screen and (max-width: 575px) {
  #hero {
    min-height: auto;
    height: 460px;
    background-color: white;
  }
  #hero.has-contact {
    height: 810px;
  }
  #hero.has-contact #hero-background {
    height: 82%;
  }
  #hero.has-contact #hero-text {
    top: 140px;
  }
}
#hero #hero-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -10%);
  z-index: 20;
  max-width: 650px;
  text-align: center;
  background-color: #F0EADF;
  padding: 1.5rem;
}
@media screen and (max-width: 575px) {
  #hero #hero-text {
    transform: translate(-50%, -50%);
    max-width: 375px;
    width: 90%;
  }
}
#hero #hero-text h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 65px;
}
@media screen and (max-height: 991px) {
  #hero #hero-text h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 991px) {
  #hero #hero-text h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  #hero #hero-text h1 {
    margin: auto;
    font-size: 24px;
    line-height: 40px;
  }
}
@media screen and (max-width: 400px) {
  #hero #hero-text h1 {
    font-size: 22px;
  }
}
#hero #hero-text.home h1 {
  color: #0C274D;
}
#hero #hero-text .sub-headline {
  text-transform: uppercase;
  font-size: 25px;
  line-height: 25px;
  color: #535353;
}
@media screen and (max-width: 991px) {
  #hero #hero-text .sub-headline {
    font-size: 22px;
  }
}
@media screen and (max-width: 575px) {
  #hero #hero-text .sub-headline {
    font-size: 18px;
    line-height: 19px;
    margin-top: 10px;
  }
}
#hero #hero-background {
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  background-color: #F0EADF;
  z-index: 10;
}
@media screen and (max-width: 575px) {
  #hero #hero-background {
    top: auto;
    bottom: 0;
    height: 69%;
  }
}
#hero #hero-image-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}
#hero #hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  clip-path: circle(0% at 50% 50%);
  /* Anfangs kleiner Kreis in der Mitte */
  transition: clip-path 0.8s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 575px) {
  #hero #hero-image {
    transition: clip-path 1.3s ease-in-out;
  }
}
#hero #hero-image-wrapper:hover #hero-image {
  clip-path: circle(150% at 50% 50%);
  /* Kreis wird groß genug, um das Bild freizulegen */
}
#hero #hero-decoration {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 286px;
  background-color: #C2AD8D;
  transform: translateX(-50%);
  z-index: 15;
  max-height: 30vh;
  display: none;
}
@media screen and (max-width: 575px) {
  #hero #hero-decoration {
    bottom: auto;
    top: 0;
    height: 20px;
    width: 175px;
    transform: translateY(-50%);
    max-width: 70%;
  }
}
#hero .contact {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #hero .contact {
    transform: translateX(-50%) scale(0.8);
    transform-origin: center;
  }
}
@media screen and (max-width: 720px) {
  #hero .contact {
    width: 360px;
    bottom: 30px;
  }
}
@media screen and (max-width: 375px) {
  #hero .contact {
    transform: translateX(-50%) scale(0.8);
    transform-origin: center;
  }
}
#hero .contact .blocks-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .blocks-flex {
    gap: 8px;
  }
}
@media screen and (max-width: 1199px) {
  #hero .contact .blocks-flex {
    justify-content: end;
  }
}
@media screen and (max-width: 500px) {
  #hero .contact .blocks-flex {
    justify-content: center;
  }
}
#hero .contact .block {
  background-color: #E3D6C2;
  width: 200px;
  aspect-ratio: 1/1;
  text-align: center;
  padding: 28px 14px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block {
    width: 174px;
  }
}
@media screen and (max-width: 1199px) {
  #hero .contact .block {
    padding: 20px 14px;
  }
}
#hero .contact .block .img-container {
  height: 53px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block .img-container {
    height: 40px;
  }
}
#hero .contact .block .img-container img {
  margin: auto;
}
#hero .contact .block .img-container img.img-location {
  width: 35px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block .img-container img.img-location {
    width: 28px;
  }
}
#hero .contact .block .img-container img.img-tel {
  width: 51px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block .img-container img.img-tel {
    width: 34px;
  }
}
#hero .contact .block .img-container img.img-mail {
  width: 50px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block .img-container img.img-mail {
    width: 34px;
  }
}
#hero .contact .block .img-container img.img-fax {
  width: 50px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block .img-container img.img-fax {
    width: 33px;
  }
}
#hero .contact .block h4 {
  margin-top: 23px;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block h4 {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
#hero .contact .block p {
  font-weight: 300;
  margin-bottom: 0px;
}
@media screen and (max-width: 1400px) {
  #hero .contact .block p {
    font-size: 12px;
  }
}
#hero .contact .block a {
  color: #535353;
}

.home #hero {
  height: 100vh;
  min-height: 680px;
}
@media screen and (max-width: 575px) {
  .home #hero #hero-background {
    height: 82%;
  }
}

#follow-flags {
  position: fixed;
  z-index: 300;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#follow-flags .flag {
  width: 60px;
  height: 60px;
  background-color: #0C274D;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  transition: 0.3s ease-out;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  #follow-flags .flag {
    width: 48px;
    height: 48px;
    margin-top: 8px;
  }
}
#follow-flags .flag:hover {
  width: 120px;
}
#follow-flags .flag:hover.flag-location {
  width: 380px;
}
@media screen and (max-width: 575px) {
  #follow-flags .flag:hover.flag-location {
    width: 310px;
  }
}
@media screen and (max-width: 575px) {
  #follow-flags .flag.active.flag-location {
    width: 310px;
  }
}
#follow-flags .flag .img-container {
  width: 60px;
  height: 60px;
  padding: 12px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  #follow-flags .flag .img-container {
    width: 48px;
    height: 48px;
    padding: 9px;
  }
}
#follow-flags .flag .img-container img {
  height: 100%;
  width: auto;
  max-width: 100%;
}
#follow-flags .flag p {
  white-space: nowrap;
  color: white;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  #follow-flags .flag p {
    font-size: 13px;
  }
}

footer {
  background-color: #f7f2e8;
  padding: 38px 0px;
}
@media screen and (max-width: 991px) {
  footer {
    font-size: 16px;
  }
}
footer .copyright {
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  footer .copyright {
    margin-top: 30px;
  }
}
footer nav#footer-nav ul {
  display: flex;
  list-style-type: none;
  gap: 93px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  footer nav#footer-nav ul {
    gap: 60px;
  }
}
@media screen and (max-width: 1199px) {
  footer nav#footer-nav ul {
    gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  footer nav#footer-nav ul {
    gap: 5px;
  }
}
@media screen and (max-width: 767px) {
  footer nav#footer-nav ul {
    transform: translateX(-10px);
  }
}
@media screen and (max-width: 575px) {
  footer nav#footer-nav ul {
    display: block;
  }
}
footer nav#footer-nav ul a {
  text-transform: uppercase;
  font-weight: 700;
  color: #535353;
  padding: 10px;
  cursor: pointer;
}
footer nav#footer-nav ul a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 575px) {
  footer nav#footer-nav ul a {
    display: block;
    padding: 5px 10px;
  }
}

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