body {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 140%;
  font-weight: 300;
  text-align: center;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #00a984;
  font-size: 60px;
  line-height: 100%;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #00a984;
  font-size: 45px;
  line-height: 100%;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #00a984;
  font-size: 30px;
  line-height: 110%;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #702673;
  font-size: 25px;
  line-height: 110%;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #702673;
}

ul {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  line-height: 120%;
  text-align: left;
  list-style-type: square;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

ol {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  text-align: left;
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 60px;
  column-gap: 60px;
}

li {
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  line-height: 100%;
}

.navbar-container {
  height: 100px;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-link {
  margin-left: 20px;
  padding: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: right;
}

.section-allgemein {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section-allgemein.section-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3c3c3b;
}

.section-allgemein.section-start {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #702673;
  background-image: url('../images/Hintergrund.svg');
  background-position: 0% 100%;
  background-size: auto 80vh;
  background-repeat: no-repeat;
}

.section-allgemein.section-nach-start {
  position: relative;
  z-index: 5;
}

.container-allgemein.container-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-allgemein.container-start {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
}

.abstand-oben-100-px {
  margin-top: 100px;
}

.abstand-oben-50-px {
  margin-top: 50px;
}

.abstand-oben-25-px {
  margin-top: 25px;
}

.abstand-oben-10-px {
  margin-top: 10px;
}

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

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

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

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

.abstand-links-20-px {
  margin-left: 20px;
}

.abstand-links-10-px {
  margin-left: 10px;
}

.abstand-rechts-20-px {
  margin-right: 20px;
}

.abstand-rechts-10-px {
  margin-right: 10px;
}

.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.abstand-oben-200-px {
  margin-top: 200px;
}

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

.button {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #702673;
  color: #fff;
  line-height: 100%;
  font-weight: 300;
  text-transform: uppercase;
}

.button:hover {
  background-color: #bbb;
  color: #fff;
}

.button.abstand-oben-50-px:hover {
  background-color: #00a984;
}

.schriftfarbe-weiss {
  color: #fff;
}

.abstand-innen-20px {
  padding: 20px;
}

.abstand-innen-10-px {
  padding: 10px;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.tab-link.w--current {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-left: 20px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-toggle:hover {
  color: #928d8d;
}

.dropdown-icon {
  position: static;
  display: inline-block;
  margin-right: 0px;
  font-size: 15px;
}

.dropdown-text-block {
  display: inline-block;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.dropdown-list.w--open {
  margin-top: 107px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #eceaea;
}

.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-footer-rechts {
  margin-left: -20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: right;
}

.link-footer {
  margin-left: 20px;
  color: #fff;
}

.link-footer:hover {
  color: #00a984;
}

.div-footer-mitte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.iconsocialmedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin: 10px;
  -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;
  border-radius: 30px;
  background-color: #000;
}

.iconsocialmedia:hover {
  background-color: #bbb;
}

.iconsocialmedia.ghost {
  border: 2px solid #fff;
  background-color: transparent;
}

.iconsocialmedia.ghost:hover {
  background-color: #bbb;
}

.image-start {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.link {
  color: #fff;
}

.link:hover {
  color: #00a984;
}

@media screen and (min-width: 1280px) {
  .navbar-container {
    max-width: 1200px;
  }
  .container-allgemein {
    max-width: 1200px;
  }
}

@media screen and (min-width: 1440px) {
  .navbar-container {
    max-width: 1320px;
  }
  .section-allgemein.section-start {
    padding: 80px;
  }
  .container-allgemein {
    max-width: 1320px;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-container {
    max-width: 1760px;
  }
  .container-allgemein {
    max-width: 1760px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-menu {
    height: auto;
    padding-bottom: 30px;
  }
  .navbar-link {
    margin-top: 30px;
    text-align: left;
  }
  .navbar-menu-button {
    height: 100%;
    padding: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .navbar-menu-button:hover {
    color: #fff;
  }
  .navbar-menu-button:focus {
    color: #fff;
  }
  .navbar-menu-button.w--open {
    background-color: transparent;
  }
  .navbar-icon {
    margin-top: 75%;
    margin-bottom: 75%;
    font-size: 40px;
  }
  .dropdown-toggle {
    margin-top: 30px;
    margin-left: 0px;
  }
  .dropdown-list.w--open {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 35px;
  }
  .navbar-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-brand {
    padding-left: 0px;
  }
  .navbar-menu {
    padding-right: 20px;
  }
  .section-allgemein.section-start {
    padding: 20px;
  }
  .container-allgemein {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container-allgemein.container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dropdown {
    margin-left: 20px;
  }
  .div-footer-mitte {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
  }
  .logo-footer {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 25px;
  }
  h4 {
    font-size: 20px;
  }
  ul {
    -webkit-column-count: 1;
    column-count: 1;
  }
  ol {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .container-allgemein.container-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-footer-rechts {
    margin-left: -20px;
  }
}

@font-face {
  font-family: 'Font Awesome 5 Regular';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Brands';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Font Awesome 5 Solid';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}