body {
  height: 100%;
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  color: #4d4d4d;
  font-size: 46px;
  line-height: 44px;
  font-weight: 600;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #a3a3a3;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

h3 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #4d4d4d;
  font-size: 35px;
  line-height: 30px;
  font-weight: 400;
}

h4 {
  margin-top: 30px;
  margin-bottom: 5px;
  color: #4d4d4d;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 17px;
  line-height: 30px;
  font-weight: 300;
}

.button {
  display: inline-block;
  padding: 4px 15px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.container {
  display: block;
  max-width: 800px;
  margin-top: 90px;
  margin-right: auto;
  margin-left: auto;
}

.tab {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  opacity: 0.6;
  -webkit-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.tab:hover {
  opacity: 1;
}

.tab.w--current {
  background-color: transparent;
  opacity: 1;
}

.icon {
  width: 40px;
  padding-top: 0px;
}

.tabs-menu {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: 120px;
  padding-right: 0px;
}

.tab-window {
  width: 850px;
  margin-bottom: 12px;
  padding-left: 50px;
  background-color: #fff;
}

.tab-window.main {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}

.triangle {
  width: 40px;
  height: 18px;
  margin-bottom: -5px;
  margin-left: 144px;
}

.triangle.profile {
  margin-left: 235px;
}

.triangle.work {
  margin-left: 327px;
}

.triangle.work.tablet-pfeil-leistung {
  margin-left: 325px;
}

.triangle.contact {
  margin-left: 416px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.profile-image {
  width: 350px;
}

.info-column {
  padding-top: 130px;
}

.work-container {
  margin-top: 30px;
}

.work-item {
  margin-bottom: 20px;
}

.text-field {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: none;
  background-color: #ededed;
}

.text-field.half {
  width: 48%;
  margin-right: 4%;
  float: left;
}

.text-field.half.email {
  margin-right: 0%;
  float: right;
}

.submit-button {
  padding-right: 25px;
  padding-left: 25px;
  background-color: #3d3d3d;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.submit-button:hover {
  background-color: #7a7a7a;
}

.bottom-text {
  margin-bottom: 10%;
  color: hsla(0, 0%, 100%, .6);
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.footer-text {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.footer-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: hsla(0, 0%, 100%, .6);
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.inline-link {
  -webkit-transition: color 500ms ease;
  transition: color 500ms ease;
  color: #a3a3a3;
  text-decoration: none;
}

.inline-link:hover {
  color: #5c5c5c;
}

.error-message {
  background-image: -webkit-radial-gradient(circle farthest-corner at -5% 83%, #cc3d72, #e884a9);
  background-image: radial-gradient(circle farthest-corner at -5% 83%, #cc3d72, #e884a9);
  color: #fff;
}

.bg-body {
  padding-right: 0px;
  background-image: url('../images/BG-Bild-Blau_mini-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.tab-content {
  width: 140%;
  opacity: 1;
}

.main-text {
  margin-top: 11px;
  font-size: 17px;
  line-height: 21px;
}

.logo {
  margin-left: -20px;
  text-align: left;
}

.logo.mobil-landscape-logo {
  padding-left: 1px;
}

.subheader {
  padding-top: 18px;
}

.subheader.telefonnummer {
  display: block;
  margin: 0px auto 29px 1px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
  line-height: 40px;
}

.subheader.tablet {
  line-height: 35px;
}

.main-txt {
  margin-top: -13px;
  color: #4d4d4d;
  line-height: 22px;
}

.main-txt.sprechzeiten {
  color: #4d4d4d;
  font-weight: 400;
}

.main-txt.adresse {
  padding-left: 11px;
  font-weight: 400;
}

.main-txt.oben {
  margin-top: 12px;
}

.main-txt.oben.tablet.mobil {
  margin-left: -8px;
  padding-left: 0px;
}

.main-txt.unterkarte {
  margin-top: 29px;
}

.bild-gesamte-breite {
  margin-top: 20px;
  padding-top: 0px;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 100%;
  background-attachment: fixed;
}

.kontaktfeld {
  padding-top: 37px;
  padding-bottom: 0px;
}

.bild-breit {
  margin-bottom: 34px;
  padding-bottom: 114px;
  padding-left: 0px;
  background-image: url('../images/drip-339939_1920.jpg');
  background-position: 50% 50%;
  background-size: 960px;
}

.karte {
  width: 700px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.karte.mobil-tablet-karte.landscape-weite {
  width: 730px;
  margin-top: 1px;
  padding-bottom: 0px;
}

.abstand {
  padding-top: 45px;
}

.tabs-breite {
  width: 600px;
}

.breite-home {
  width: 850px;
}

.subheader-grau {
  color: #4d4d4d;
  font-weight: 400;
}

.lebenslauf-text {
  margin-left: -10px;
  font-weight: 300;
}

.zeispalten-text-bild {
  margin-top: -28px;
}

.zeispaltig {
  margin-left: -11px;
  padding-right: 0px;
  padding-left: 0px;
}

.h1-heading-zentral {
  font-size: 42px;
}

.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;
}

.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;
}

html.w-mod-js *[data-ix="new-fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="fade-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}

@media (max-width: 991px) {
  body {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container {
    width: auto;
    max-width: 700px;
  }
  .tab-window.main.tablet-breite {
    width: 650px;
  }
  .tab-window.tablet {
    width: 650px;
  }
  .tab-window.mobil {
    width: 650px;
  }
  .triangle {
    margin-left: 195px;
  }
  .triangle.profile {
    margin-left: 285px;
  }
  .triangle.profile.tablet-pfeil-person {
    margin-left: 237px;
  }
  .triangle.work {
    margin-left: 375px;
  }
  .triangle.work.tablet-pfeil-leistung {
    margin-left: 326px;
  }
  .triangle.contact {
    margin-left: 465px;
  }
  .triangle.contact.tablet-pfeil-kontakt {
    margin-left: 419px;
  }
  .triangle.tablet {
    margin-left: 146px;
  }
  .subheader.tablet {
    margin-bottom: 45px;
    padding-top: 19px;
    font-size: 25px;
  }
  .main-txt {
    margin-top: -35px;
  }
  .main-txt.sprechzeiten.tablet {
    margin-top: 0px;
  }
  .main-txt.adresse.tablet {
    margin-top: 0px;
  }
  .main-txt.oben {
    padding-top: 27px;
  }
  .main-txt.oben.tablet {
    margin-top: -3px;
    padding-top: 0px;
  }
  .karte.tablet-breite-karte {
    width: 550px;
  }
  .karte.mobil-tablet-karte {
    width: 550px;
  }
  .h2-tablet {
    font-size: 22px;
  }
  .zeispalten-text-bild {
    margin-top: -22px;
  }
}

@media (max-width: 767px) {
  .tab-window.main.tablet-breite.mobil-landscape {
    width: 500px;
  }
  .tab-window.mobil {
    width: 550px;
  }
  .tab-window.mobil.mobil-landscape {
    width: 500px;
  }
  .triangle {
    margin-left: 100px;
  }
  .triangle.profile {
    margin-left: 190px;
  }
  .triangle.work {
    margin-left: 280px;
  }
  .triangle.contact {
    margin-left: 370px;
  }
  .profile-image.mobile-ansicht {
    width: 200px;
    height: 200px;
    margin-top: 284px;
    margin-left: -129px;
  }
  .info-column {
    padding-top: 80px;
  }
  .bg-body.mobil-hg {
    background-color: #188ed1;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }
  .logo.mobil-landscape-logo {
    display: block;
    margin-left: 77px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .logo.landscape {
    margin-left: 75px;
  }
  .subheader {
    line-height: 35px;
  }
  .main-txt {
    margin-top: 4px;
  }
  .main-txt.oben.tablet.mobil {
    margin-top: -17px;
  }
  .main-txt.mobil-landscape {
    margin-top: -29px;
    padding-top: 0px;
  }
  .karte.mobil-landscape-karte {
    width: 400px;
  }
  .karte.mobil-tablet-karte.landscape-weite {
    width: 400px;
  }
  .karte.mobil-tablet-karte.landscape-karte {
    width: 400px;
  }
  .tabs-breite.mobil-landscape-menue {
    width: 500px;
  }
  .h2-tablet.mobil-landscape-h2 {
    width: 400px;
    margin-left: 68px;
  }
  .h1-heading-mobil-landscape {
    margin-left: 44px;
  }
  .bild-abstand-mobil {
    width: 60%;
    max-width: 80%;
    margin-top: 23px;
  }
  .bilder-vita {
    margin-top: 16px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 41px;
    text-align: center;
  }
  h2 {
    margin-bottom: 20px;
    font-size: 22px;
    text-align: center;
  }
  h3 {
    display: block;
    margin-right: auto;
    margin-bottom: 19px;
    margin-left: auto;
    text-align: center;
  }
  h4 {
    margin-top: 20px;
    text-align: center;
  }
  p {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .tab {
    min-width: 0px;
    margin-right: 7px;
    margin-left: 8px;
    float: left;
  }
  .icon {
    width: 40px;
    height: 40px;
  }
  .tabs-menu {
    display: block;
    width: auto;
    margin: -50px auto 20px;
  }
  .tab-window {
    width: 280px;
    margin-bottom: 30px;
    padding-left: 0px;
  }
  .tab-window.main {
    padding: 30px 15px;
  }
  .tab-window.main.mobil {
    width: 280px;
    margin-top: 17px;
    padding-top: 23px;
  }
  .column.mobile-breite {
    max-height: 300px;
  }
  .profile-image {
    width: 280px;
  }
  .info-column {
    padding-top: 0px;
  }
  .info-column.tabs-breite.mobil {
    display: block;
    overflow: hidden;
  }
  .text-field {
    width: 100%;
  }
  .text-field.half {
    width: 100%;
    margin-right: 0%;
  }
  .submit-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .bg-body.mobil-hg {
    background-color: #188ed1;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-attachment: scroll;
  }
  .h1-mobil {
    width: 260px;
    max-height: 280px;
    font-size: 22px;
    text-align: center;
  }
  .h2-mobil {
    width: 260px;
    text-align: center;
  }
  .spaltenbreite-mobil {
    width: 3020px;
  }
  .logo-mobil {
    max-width: 65%;
    margin-top: 23px;
    margin-left: 37px;
    padding-left: 0px;
  }
  .h3-mobil {
    padding-top: 24px;
  }
  .kontaktbereich-mobil {
    margin-bottom: 40px;
    color: #4d4d4d;
  }
  .personentext-mobil {
    margin-bottom: 24px;
    padding-bottom: 0px;
    color: #4d4d4d;
  }
}