:root {
  --dark-slate-grey: #3d3d3d;
  --dark-sea-green: #99d394;
  --medium-sea-green: #69a264;
  --grey: #7e7e7e;
  --alice-blue: #e0e7ec;
  --honeydew: #defadc;
}

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

.header-section {
  margin-bottom: -30px;
}

.header-container {
  background-image: url('../images/AM_Header_Willkommen_03.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 91%;
  background-attachment: scroll;
  height: auto;
  margin-top: 55px;
  margin-bottom: 34px;
  position: static;
  top: 0;
  left: 0;
  right: 0;
}

.header-container.bild-berufsbild {
  background-image: url('../images/AM_Header_Berufsbild_b.png');
  background-size: 91%;
}

.header-container.bild-bewertung {
  background-image: url('../images/AM_Header_Stellenangebot.png');
  background-size: 91%;
}

.header-container.bild-wissen {
  background-image: url('../images/AM_Header_Wissen.png');
  background-size: 91%;
}

.header-container.bild-kontakt {
  background-image: url('../images/AM_Header_Kontakt.png');
  background-size: 91%;
}

.header-container.bild-impressum {
  background-image: url('../images/AM_Header_Impressum.png');
  background-size: 91%;
}

.logo {
  z-index: 1;
  float: left;
  width: auto;
  max-width: 88%;
  margin-top: -17px;
  margin-left: 4px;
  position: static;
  top: 25px;
  left: 256px;
}

.navbar {
  z-index: 3;
  color: #3d3d3d;
  text-transform: uppercase;
  background-color: #0000;
  height: 12px;
  margin-bottom: -4px;
  padding-bottom: 0;
  font-family: Dosis, sans-serif;
  font-weight: 300;
  display: block;
  position: relative;
  inset: 0;
}

.nav-menu {
  z-index: 0;
  float: right;
  text-align: right;
  width: auto;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 5px;
  bottom: 0;
  right: 0;
}

.nav-link {
  float: none;
  color: var(--dark-slate-grey);
  text-align: right;
  text-transform: none;
  white-space: normal;
  padding-top: 24px;
  padding-left: 15px;
  padding-right: 1px;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  position: static;
  top: 0;
  bottom: 0;
  right: 0;
}

.nav-link:hover {
  color: #7e7e7e66;
}

.nav-link:focus, .nav-link.w--current {
  color: #69a264;
  font-weight: 400;
}

.h1 {
  z-index: 3;
  float: left;
  color: var(--dark-slate-grey);
  margin: 73px 283px 38px 27px;
  font-family: Abel, sans-serif;
  font-size: 3.3em;
  font-weight: 400;
  line-height: 1.1em;
  position: static;
  top: 0;
  bottom: 0;
  left: 29%;
}

.section-buero {
  z-index: 3;
  margin-top: 0;
  margin-bottom: 65px;
  padding-top: 32px;
  position: relative;
}

.h3 {
  color: #3d3d3d;
  font-family: Abel, sans-serif;
  font-weight: 400;
}

.h3.h3-small {
  margin-top: 14px;
  font-size: 30px;
}

.h3.h3-small.break-word {
  margin-top: 23px;
  line-height: 35px;
}

.icons.icons-klein {
  float: right;
  clear: none;
  width: auto;
  margin-right: 18px;
}

.icons.icons-klein.icon-abstandrechts {
  margin-right: -13px;
}

.text {
  margin-bottom: 2px;
  font-family: Abel, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.linie {
  color: #99d394;
  background-color: #99d394;
  border: 2px solid #99d394;
  border-radius: 3px;
  height: 5px;
  margin-top: 32px;
  margin-bottom: 9px;
}

.linie.linie-kurz {
  width: 30%;
}

.section-leistungen {
  background-color: #e0e7ec85;
  background-image: url('../images/bg_leistungen.png');
  background-position: 108px 35px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 29px;
  padding-top: 17px;
  padding-bottom: 35px;
}

.h4 {
  color: #99d394;
  margin-top: 37px;
  margin-bottom: 0;
  font-family: Abel, sans-serif;
  font-weight: 400;
}

.h4.break-word {
  width: 635px;
}

.rows-leistungen {
  margin-bottom: 19px;
}

.unordered-list {
  margin-bottom: 21px;
  padding-left: 17px;
  line-height: 18px;
}

.unordered-list.ohne-abstand {
  margin-bottom: 0;
}

.footer-section {
  margin-bottom: 35px;
  padding-bottom: 35px;
}

.footer-div1 {
  float: left;
  margin-right: 40px;
}

.footer-auszeichnung {
  color: #69a264;
  background-color: #0000;
  font-family: Abel, sans-serif;
  font-style: normal;
  font-weight: 400;
}

.footer-div2 {
  float: right;
}

.seperator {
  height: 20px;
}

.column {
  padding-right: 20px;
}

.textlink {
  color: #7e7e7e;
  font-family: Abel, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.textlink:hover {
  color: #3d3d3d;
}

.impress-link {
  float: right;
  color: #69a264;
  text-decoration: none;
}

.impress-link:hover {
  color: #99d394;
}

.hinweis {
  float: none;
  clear: none;
  color: #7e7e7e;
  margin-top: 6px;
  font-family: Dosis, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.abstand-unten {
  margin-bottom: 56px;
}

.teaser-image {
  z-index: 0;
  float: left;
  opacity: 1;
  background-image: url('../images/unterlegung.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 147%;
  margin: -56px 3px 27px 49px;
  padding-bottom: 88px;
  display: block;
  position: relative;
  inset: 12px 0 0 -38px;
}

.abstand-unten2 {
  margin-bottom: 20px;
}

.h5 {
  color: #99d394;
  margin-top: 34px;
  margin-bottom: 21px;
  font-family: Dosis, sans-serif;
  font-size: 61px;
}

.tab-menu {
  margin-bottom: 0;
  font-family: Dosis, sans-serif;
  font-size: 18px;
}

.tab-link {
  background-color: #fff;
  border-radius: 3px;
  margin-top: 4px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
}

.tab-link.w--current {
  background-color: #99d394;
  border-radius: 3px;
  margin-bottom: 4px;
  margin-right: 7px;
}

.tab-link.light-green {
  background-color: #99d3945e;
  margin-top: 4px;
  margin-right: 6px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 17px;
}

.tab-link.light-green.w--current {
  background-color: #99d394;
}

.tab-content {
  border: 3px solid #99d394;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 17px;
  padding: 21px 27px 24px 21px;
}

.spantext {
  color: #69a264;
  font-weight: 500;
}

.section-maps {
  height: 500px;
  margin-bottom: 29px;
}

.container-anfahrt {
  margin-bottom: 8px;
}

.botton {
  z-index: 10;
  background-color: #defadc;
  padding: 18px 14px 17px;
  font-family: Dosis, sans-serif;
  position: fixed;
  bottom: 0;
  right: 0;
}

.botton:hover {
  background-color: #c0f3bc;
}

.button-img {
  width: 30px;
}

.button {
  background-color: var(--dark-sea-green);
  color: var(--dark-slate-grey);
  border-radius: 10px;
  margin-top: 23px;
  margin-bottom: 23px;
  font-family: Abel, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.button:hover {
  background-color: #99d39470;
}

.div-trenner {
  height: 40px;
}

.button-download {
  background-color: var(--dark-sea-green);
  border-radius: 10px;
  margin-top: 11px;
  font-family: Abel, sans-serif;
  font-size: 20px;
}

.button-download:hover {
  background-color: var(--medium-sea-green);
}

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

html.w-mod-js [data-ix="small-big"] {
  opacity: 0;
  transform: scale(.51);
}

html.w-mod-js [data-ix="from-top"] {
  opacity: 0;
  transform: translate(0, -100px);
}

html.w-mod-js [data-ix="fade-in-out"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="button-top"] {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .header-container {
    height: 234px;
    margin-top: 16px;
  }

  .logo {
    float: left;
    width: 141px;
    margin-top: 13px;
    margin-left: 3px;
  }

  .navbar {
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
  }

  .nav-menu {
    z-index: 5;
    float: none;
    clear: none;
    text-align: right;
    background-color: #ffffffc9;
    width: auto;
    height: 261px;
    margin-top: -8px;
    padding-top: 99px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    right: -47px;
  }

  .nav-link {
    float: right;
    clear: both;
    text-align: right;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 15px;
    padding-right: 69px;
    display: block;
  }

  .nav-link.w--current {
    padding-bottom: 16px;
  }

  .h1 {
    z-index: 1;
    width: 445px;
    margin-top: 59px;
    font-size: 2.7em;
  }

  .section-buero {
    padding-left: 25px;
    padding-right: 25px;
  }

  .h3.h3-small {
    line-height: 34px;
  }

  .section-leistungen {
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button {
    z-index: 5;
    background-color: #defadc;
    height: 55px;
    margin-top: 24px;
    margin-right: 20px;
    padding-top: 18px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .menu-button.w--open {
    z-index: 7;
    background-color: #99d39442;
    height: 55px;
    margin-top: 24px;
    margin-bottom: 9px;
    margin-right: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
  }

  .footer-section {
    padding-left: 20px;
  }

  .footer-div1 {
    margin-top: 33px;
  }

  .footer-auszeichnung {
    float: none;
    clear: right;
  }

  .footer-div2 {
    float: left;
    margin-top: 33px;
  }

  .seperator {
    margin-top: 14px;
  }

  .impress-link {
    float: left;
  }

  .teaser-image {
    height: auto;
    margin-top: -215px;
    margin-left: 174px;
  }
}

@media screen and (max-width: 767px) {
  .header-container {
    background-position: 61% 0;
    background-size: 893px;
    margin-top: 24px;
    margin-bottom: 1px;
  }

  .header-container.bild-berufsbild {
    background-position: 60% 0;
    background-size: 893px;
  }

  .header-container.bild-bewertung, .header-container.bild-wissen {
    background-size: 893px;
  }

  .header-container.bild-kontakt {
    background-position: 50% 97%;
    background-size: 893px;
  }

  .header-container.bild-impressum {
    background-size: 893px;
  }

  .logo {
    width: 131px;
    margin-left: 3%;
  }

  .navbar {
    margin-top: -12px;
  }

  .nav-menu {
    margin-top: -1px;
    padding-top: 112px;
    left: -10px;
    right: -1px;
  }

  .nav-link {
    padding-right: 25px;
  }

  .h1 {
    margin-top: 44px;
    margin-left: 3%;
    font-size: 2.2em;
  }

  .icons {
    margin-top: 30px;
  }

  .icons.icons-klein {
    float: none;
    margin-right: 7px;
  }

  .icons.icons-klein.icon-abstandrechts {
    margin-right: -7px;
  }

  .linie {
    margin-top: 51px;
  }

  .h4.break-word {
    width: 94%;
  }

  .menu-button, .menu-button.w--open {
    height: 66px;
    margin-top: 25px;
    margin-right: 0%;
    padding-top: 24px;
  }

  .footer-section {
    padding-left: 30px;
  }

  .footer-div1 {
    margin-bottom: 23px;
  }

  .seperator {
    height: 1px;
  }

  .column {
    padding-left: 0;
  }

  .column.column2 {
    margin-top: 26px;
    margin-bottom: -43px;
  }

  .hinweis {
    float: left;
    margin-top: -6px;
  }

  .teaser-image {
    height: 280px;
    margin-top: -192px;
  }

  .container-anfahrt {
    padding-left: 22px;
  }
}

@media screen and (max-width: 479px) {
  .header-container {
    background-position: -419px 0;
    margin-top: 0;
    margin-bottom: 35px;
  }

  .header-container.bild-berufsbild {
    background-position: 70%;
    background-size: 766px;
  }

  .header-container.bild-bewertung {
    margin-top: 0;
  }

  .logo {
    width: 144px;
  }

  .nav-menu {
    padding-top: 89px;
  }

  .h1 {
    display: none;
  }

  .section-buero {
    margin-top: 4px;
    padding-top: 27px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3.h3-small {
    margin-top: 15px;
    line-height: 36px;
  }

  .icons {
    margin-top: 31px;
  }

  .icons.icons-klein {
    width: 78px;
  }

  .menu-button, .menu-button.w--open {
    margin-top: 10px;
  }

  .footer-div2 {
    clear: left;
  }

  .column {
    margin-top: 15px;
  }

  .hinweis {
    margin-top: 0;
    line-height: 23px;
  }

  .teaser-image {
    display: none;
  }

  .tab-link, .tab-link.w--current, .tab-link.light-green {
    margin-right: 0;
  }
}


@font-face {
  font-family: 'Abel';
  src: url('../fonts/Abel-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dosis';
  src: url('../fonts/Dosis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}