.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #f2f2f2;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: 20px;
  text-decoration: none;
  overflow: clip;
}

.nav-link:hover {
  text-align: center;
  -webkit-text-stroke-width: .7px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar {
  background-color: #ddd0;
  height: 12vh;
  margin: auto;
  padding: 10px 0;
}

.brand {
  width: 250px;
}

.section-hero {
  background-image: url('../images/blue_background_2.png');
  background-position: 0 0;
  background-size: cover;
  height: 100vh;
}

.section-3 {
  background-color: #f0efe3;
}

.section-3.section-color-2 {
  background-color: #d9d5ee;
}

.body {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-size: auto;
  background-clip: padding-box;
}

.hero-image-wrapper {
  height: 100vh;
  overflow: clip;
}

.hero-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/Portrait-2_2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 90vh;
  background-attachment: scroll;
  height: 100%;
  display: block;
}

.hero-text-wrapper {
  width: 50vw;
  margin-left: 15%;
  margin-right: 85px;
  padding-top: 15vh;
}

.heading {
  font-size: 30px;
}

.hero-text-1 {
  color: #f2f2f2;
  width: 50vw;
  font-family: Merriweather, serif;
  font-size: 70px;
  line-height: 80px;
}

.hero-text-sub {
  color: #f2f2f2;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.container-2 {
  max-width: 100vw;
  height: 88vh;
  overflow: hidden;
}

.section {
  height: 90vh;
}

.about-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.photo-wrap-about {
  background-image: url('../images/Portrait-3.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px #000;
  border-radius: 100%;
  width: 350px;
  height: 350px;
  overflow: visible;
}

.text-wrap-about {
  max-width: 50%;
}

.text-berschrift-1 {
  direction: ltr;
  color: #003566;
  margin-bottom: 15px;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.text-berschrift-1.vertical-text {
  color: #003566;
  text-align: right;
  text-underline-offset: auto;
  margin-top: 40px;
  padding-left: 80px;
  font-family: Merriweather, serif;
  font-size: 50px;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
  text-decoration-thickness: 3px;
}

.text-berschrift-1.head-cv {
  text-align: center;
}

.textblock-bio {
  padding-bottom: 10px;
}

.section-2 {
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: clip;
}

.testimonial {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #003566;
  border-radius: 10px;
  flex-flow: column;
  width: 750px;
  font-family: Merriweather, serif;
  line-height: 24px;
  display: flex;
  box-shadow: 0 2px 8px 2px #00000012;
}

.vertical-text {
  writing-mode: tb-rl;
  transform: rotate(-180deg);
}

.paragraph {
  color: #003566;
  white-space: normal;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.paragraph.pangebot {
  padding-left: 10px;
}

.paragraph.datespalte {
  text-align: right;
  white-space: nowrap;
  word-break: keep-all;
  padding-right: 20px;
}

.paragraph.praum {
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.section-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-top: 5%;
  padding-bottom: 5%;
  display: flex;
  overflow: clip;
}

.angebot-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  display: block;
}

.angebot-spalte-wrap {
  max-width: 27vw;
  padding: 10px;
}

.div-block {
  background-color: #aaa8a8;
  width: 200px;
  height: 200px;
}

.angebot-foto {
  background-color: #aaa;
  width: 200px;
  height: 200px;
}

.angebot-name {
  color: #003566;
  font-family: Merriweather, serif;
  font-weight: 400;
}

.angebot-foto-wrap {
  justify-content: center;
  display: flex;
}

.photo-wrap-kontakt {
  border: 1px #000;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  height: 350px;
  display: flex;
  overflow: visible;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-text-copyright {
  color: #4e4e4e;
  text-align: center;
  font-family: Lato, sans-serif;
}

.footer {
  background-color: #c9cdd4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-textlink {
  font-family: Lato, sans-serif;
}

.impressdsgvo-wrapper {
  flex-flow: column;
  display: flex;
}

.text-wrap-kontakt {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  display: flex;
}

.nav-menu {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.tab-wrapper {
  justify-content: center;
  width: 100%;
  max-width: 75vw;
  display: flex;
}

.tabs {
  width: 80%;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.tab-menu-text {
  font-family: Lato, sans-serif;
  font-size: 22px;
}

.tabs-content {
  background-color: #f2f2f2;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 500px;
  padding: 20px;
  font-family: Lato, sans-serif;
  box-shadow: 0 5px 4px -2px #0003;
}

.tab-link-tab-1 {
  background-color: #f2f2f2;
  border-bottom: .5px solid #0000002e;
  border-top-left-radius: 20px;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.tab-link-tab-1.w--current {
  color: #003566;
  text-align: center;
  background-color: #f2f2f2;
  border-bottom-width: 0;
  border-right: 1px solid #00000047;
  border-top-left-radius: 20px;
  flex: 1;
  align-items: center;
  font-family: Lato, sans-serif;
  font-size: 23px;
  display: flex;
}

.tab-content-container {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-link-tab-2 {
  background-color: #f2f2f2;
  border-bottom: .5px solid #0000002e;
  border-left: .5px solid #0000002e;
  border-right: .5px solid #0000002e;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.tab-link-tab-2.w--current {
  color: #003566;
  text-align: center;
  background-color: #f2f2f2;
  border-bottom-width: 0;
  border-left: 1px solid #00000047;
  border-right: 1px solid #00000047;
  flex: 1;
  font-family: Lato, sans-serif;
  font-size: 23px;
}

.tab-link-tab-3 {
  background-color: #f2f2f2;
  border-bottom: .5px solid #0000002e;
  border-top-right-radius: 20px;
  align-items: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  display: flex;
}

.tab-link-tab-3.w--current {
  color: #003566;
  text-align: center;
  background-color: #f2f2f2;
  border-bottom-width: 0;
  border-left: 1px solid #00000047;
  flex: 1;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 23px;
}

.tab-image-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  width: 100%;
  height: 210px;
  display: block;
  overflow: clip;
}

.image {
  object-fit: cover;
}

.ptab {
  color: #003566;
  margin-bottom: 0;
  line-height: 22px;
}

.tab-textabsatz-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading4 {
  color: #003566;
  margin-top: 0;
  margin-bottom: 10px;
}

.heading4.preiseh4 {
  margin-top: 30px;
}

.button {
  text-align: center;
  background-color: #003566;
  border-radius: 20px;
  width: 70%;
  margin-top: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.button:hover {
  background-color: #00509d;
}

.image-2 {
  z-index: 1;
  width: 517px;
  position: absolute;
}

.section-container-kontakt {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 20px;
  display: flex;
  overflow: clip;
}

.testimonial-slider {
  background-color: #f2f2f2;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: block;
}

.slide {
  width: 100%;
}

.slide-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.testimonial-bold-text {
  text-align: right;
  padding-right: 60px;
}

.container-4 {
  padding-bottom: 20px;
}

.mask {
  overflow: hidden;
}

.slide-2, .slide-3 {
  width: 800px;
}

.cv-table-div {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 50%;
  display: grid;
}

.aboutwrap2 {
  grid-column-gap: 80px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.r-umlichkeiten-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch start;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.foto-raum-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  margin-bottom: 10px;
  display: flex;
  overflow: visible;
}

.image-3 {
  vertical-align: baseline;
  position: static;
}

.image-4 {
  position: relative;
  top: -90px;
}

.image-5 {
  position: static;
  top: -30px;
}

.list-item-price {
  color: #003566;
  padding-bottom: 2px;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.image-6 {
  position: static;
  top: -40px;
}

.image-7 {
  display: block;
  overflow: visible;
}

.textwrap-raum {
  align-items: center;
  display: block;
  overflow: visible;
}

.image-8 {
  width: 500px;
  max-width: none;
  display: block;
  overflow: hidden;
}

.bild-raum {
  display: block;
  overflow: visible;
}

.gridelementraum2rows {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.bild-raum2 {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: visible;
}

.section-testi {
  height: 100%;
}

.testi-container {
  max-width: 940px;
}

.testi-slider {
  background-color: #fff;
}

.testi-slide-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testi-quote-text {
  color: #003566;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.testi-slide {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 61%;
  height: 75%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.testi-quote-person {
  color: #003566;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
}

.mask-2 {
  overflow: hidden;
}

.arrow-box {
  background-color: #f2f2f203;
  border-radius: 61px;
  width: 60px;
  height: 60px;
}

.text-block, .text-block-2 {
  text-align: center;
}

.button-back.w--current {
  background-color: #003566;
  margin-top: 20px;
  margin-left: 20px;
  position: fixed;
  inset: 5% auto auto 5%;
}

.button-back.w--current:visited {
  background-color: #003566;
  margin-top: 20px;
  margin-left: 20px;
}

.textlink {
  color: #4e4e4e;
  font-family: Lato, sans-serif;
  text-decoration: none;
}

.button-home {
  color: #fff;
  background-color: #003566;
  border-radius: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: fixed;
  inset: 3% auto auto 2%;
}

.button-home:hover {
  box-shadow: 0 2px 5px #0003;
}

.button-home:active {
  background-color: #00284d;
  box-shadow: 0 0 2px 3px #0003;
}

.icon-2, .icon-3 {
  color: #003566;
}

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

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

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #003566;
    margin-bottom: 5px;
    padding: 10px 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .navbar {
    position: relative;
  }

  .hero-wrapper {
    background-position: -30% 100%;
    background-size: 110%;
  }

  .hero-text-1 {
    font-size: 60px;
    line-height: 70px;
  }

  .hero-text-sub {
    font-size: 30px;
    line-height: 34px;
  }

  .about-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .photo-wrap-about {
    aspect-ratio: 1;
    width: 40%;
    height: auto;
  }

  .text-berschrift-1.vertical-text {
    padding-left: 40px;
  }

  .text-berschrift-1.head-cv {
    text-align: center;
  }

  .section-container {
    max-width: 95%;
    padding-top: 10%;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-text-copyright {
    font-size: 12px;
  }

  .text-wrap-kontakt {
    margin-left: 20px;
  }

  .nav-menu {
    background-color: #f2f2f2e8;
    width: 60%;
    padding-top: 20px;
    padding-bottom: 20px;
    inset: 100% 0% auto auto;
  }

  .tab-wrapper {
    width: auto;
    max-width: 80vw;
  }

  .tabs-content {
    height: 88%;
  }

  .tab-link-tab-1 {
    font-size: 12px;
    line-height: 16px;
  }

  .tab-link-tab-1.w--current {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
  }

  .tab-link-tab-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .tab-link-tab-2.w--current {
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
  }

  .tab-link-tab-3 {
    font-size: 12px;
    line-height: 16px;
  }

  .tab-link-tab-3.w--current {
    font-size: 14px;
    font-weight: 700;
  }

  .button {
    z-index: 2;
  }

  .section-container-kontakt {
    max-width: 95%;
  }

  .cv-table-div {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
    max-width: 80%;
  }

  .aboutwrap2 {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
  }

  .r-umlichkeiten-wrapper {
    grid-template-rows: auto;
    width: 80%;
    height: 80vh;
  }

  .gridelementraum {
    flex-flow: column;
    justify-content: flex-start;
    display: flex;
  }

  .bild-raum2 {
    width: 50%;
  }

  .testi-container {
    max-width: 95%;
  }

  .testi-quote-text {
    margin-bottom: 10px;
  }

  .textlink {
    font-size: 12px;
  }

  .menu-button-2 {
    color: #f2f2f2;
  }

  .menu-button-2.w--open {
    color: #003566;
    background-color: #f2f2f2e8;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    color: #003566;
    padding-top: 15px;
    padding-bottom: 15px;
    display: block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-wrapper {
    background-position: 24% 100%;
    background-size: auto 70vh;
  }

  .hero-text-wrapper {
    width: 90vw;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 5vh;
  }

  .hero-text-1 {
    width: 70vw;
  }

  .hero-text-sub {
    width: 50vw;
  }

  .about-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .photo-wrap-about {
    width: 70%;
    max-width: 300px;
    margin-bottom: 10px;
  }

  .text-berschrift-1.vertical-text {
    text-align: center;
    writing-mode: horizontal-tb;
    margin-bottom: 40px;
    padding-left: 24px;
    font-size: 40px;
    line-height: 38px;
    transform: rotate(0);
  }

  .textblock-bio.haltung {
    padding-bottom: 0;
  }

  .section-container {
    flex-flow: column;
    padding-top: 5%;
  }

  .photo-wrap-kontakt {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .impressdsgvo-wrapper {
    flex-flow: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .nav-menu {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    background-color: #f2f2f2e8;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    right: 0%;
  }

  .tab-wrapper {
    max-width: 100%;
  }

  .tabs {
    width: 100%;
  }

  .tabs-content {
    padding-left: 20px;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    align-items: center;
  }

  .tab-image-wrapper {
    height: 164px;
  }

  .button {
    width: 100%;
  }

  .image-2 {
    width: 70vw;
    max-width: 110vw;
    position: static;
    bottom: 1px;
    right: -11px;
  }

  .section-container-kontakt {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .cv-table-div {
    max-width: 90%;
  }

  .aboutwrap2 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .r-umlichkeiten-wrapper {
    width: 100%;
  }

  .section-testi {
    height: 70vh;
  }

  .testi-container {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .testi-slider {
    height: 100%;
  }

  .testi-slide-wrap {
    height: 90%;
  }

  .testi-slide {
    width: 71%;
    height: 110%;
  }

  .arrow-box {
    background-color: #00356603;
    width: 50px;
    height: 50px;
  }

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

  .icon-2, .icon-3 {
    color: #003566;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-wrapper {
    background-position: 45% 100%;
  }

  .hero-text-1 {
    margin-bottom: 5px;
    font-size: 45px;
    line-height: 54px;
  }

  .hero-text-sub {
    margin-top: 10px;
    font-size: 20px;
    line-height: 25px;
  }

  .text-berschrift-1 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .text-berschrift-1.vertical-text {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .text-berschrift-1.head-cv {
    margin-top: 20px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.datespalte {
    padding-right: 10px;
  }

  .section-container {
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 2%;
  }

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

  .nav-menu {
    background-color: #f2f2f2ed;
    width: 100%;
  }

  .tabs-menu {
    max-width: 100%;
  }

  .tab-link-tab-1 {
    justify-content: center;
    align-items: center;
    max-width: 33%;
  }

  .tab-link-tab-1.w--current {
    max-width: 33%;
    font-family: Ubuntu, Helvetica, sans-serif;
  }

  .tab-link-tab-2, .tab-link-tab-3 {
    justify-content: center;
    align-items: center;
    max-width: 33%;
  }

  .tab-image-wrapper {
    height: 118px;
  }

  .ptab {
    font-size: 12px;
    line-height: 20px;
  }

  .cv-table-div {
    grid-template-columns: .5fr 1fr;
  }

  .aboutwrap2 {
    grid-row-gap: 20px;
    padding-left: 0;
  }

  .r-umlichkeiten-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .section-testi {
    height: 80vh;
  }

  .testi-quote-text {
    font-size: 12px;
    line-height: 20px;
  }

  .arrow-box {
    width: 40px;
    height: 40px;
  }

  .text-block, .text-block-2 {
    font-size: 12px;
    line-height: 13px;
  }

  .menu-button-2 {
    color: #f2f2f2;
  }

  .menu-button-2.w--open {
    color: #003566;
    background-color: #f2f2f2e8;
  }

  .text-block-3 {
    text-align: center;
    font-size: 12px;
    line-height: 13px;
  }
}

#w-node-_30a29e16-bd11-5229-00a4-946178f10616-505551c6, #w-node-_0483608e-b357-540e-6446-0498d953a98c-505551c6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c5accf52-6231-a952-dc02-5cc630a8fd6c-505551c6 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0483608e-b357-540e-6446-0498d953a98c-505551c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


