:root {
  --black: #333;
  --white: white;
  --purple: #742a65;
  --gainsboro: #e6e6e6;
  --gainsboro-2: #d8e3eb;
  --cornflower-blue: #5cb6ff;
  --slate-gray: #6d8394;
  --silver: #dbc2af;
  --rosy-brown: #baa495;
  --dim-grey: #666;
  --teal: #016772;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #4d4d4d;
  margin: 10px 100px;
  font-family: Lato v23 latin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

h1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: "Lato v23 latin 300", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

h2 {
  color: #016772;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Lato v23 latin 700", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: "Lato v23 latin 300", sans-serif;
  font-size: 30px;
  line-height: 45px;
}

h4 {
  color: #333;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
}

h5 {
  color: var(--black);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 50px;
}

h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

p {
  color: #333;
  text-align: left;
  margin: 10px 0;
  font-family: Lato v23 latin, sans-serif;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

a {
  color: #742a65;
  text-decoration: none;
}

a:hover {
  color: #333;
}

li {
  color: #666;
  text-align: left;
  line-height: 26px;
}

strong {
  font-family: "Lato v23 latin 700", sans-serif;
  font-weight: 400;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #742a65;
  max-width: 210px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Lato v23 latin 700", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .2s, transform .2s;
  display: block;
}

.button:hover {
  color: var(--white);
  background-color: #333;
  font-weight: 400;
  transform: translate(0, -3px);
}

.button.form-button {
  text-transform: uppercase;
  background-color: #742a65;
  border: 1px #30638c;
  border-top: 0 #2f6999;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 35px;
  padding-left: 35px;
  padding-right: 35px;
  transition-property: background-color, border;
}

.button.form-button:hover {
  background-color: #333;
  border-style: none;
  border-bottom-color: #445461;
  border-left-color: #445461;
  border-right-color: #445461;
  transform: none;
}

.site-container {
  max-width: 1224px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
}

.section {
  padding: 100px 20px;
  position: relative;
}

.section.home-section {
  background-image: url('../images/TitelbildWeb.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 90px;
  padding: 70px 100px 140px;
}

.section.home-section.folge {
  background-image: url('../images/TitelbildWeb.jpg');
  background-position: 50%;
  height: 450px;
}

.section.grau-top {
  background-color: #cccccc80;
}

.section.footer {
  color: #fff;
  text-align: center;
  background-color: #016772;
  margin-bottom: 80px;
  padding: 60px 75px;
  font-size: 14px;
  line-height: 18px;
}

.section.qoute-section {
  color: #fff;
  background-color: #999;
  padding: 20px 60px;
}

.section.grau {
  background-color: #cccccc80;
}

.header {
  background-color: #0000;
}

.nav-link {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #742a65;
  margin-top: 10px;
  margin-left: 10px;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  transition: transform .2s, background-color .2s;
  display: inline-block;
}

.nav-link:hover {
  color: #fff;
  background-color: #333;
  transform: translate(0, -3px);
}

.nav-link.w--current {
  color: #fff;
  background-color: #016772;
}

.nav-link.hidden-link {
  color: #fff;
  position: static;
}

.nav-link.hidden-link.w--current {
  color: #fff;
}

.feature-band {
  text-align: center;
  background-color: #cccccc80;
}

.feature-row {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.feature-column {
  background-color: #fafafa;
  margin-top: -37px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.feature-column.middle-column {
  z-index: 1;
  background-color: #fff;
  margin-top: -160px;
  padding: 90px 30px;
  position: relative;
}

.link {
  color: #742a65;
  border-bottom: 0 #000;
  font-family: "Lato v23 latin 700", sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #333;
}

.features-col {
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.contact-form {
  z-index: 1;
  color: #becad4;
  background-color: #0000;
  max-width: 500px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
}

.anleser {
  color: #016772;
  font-family: "Lato v23 latin 700", sans-serif;
  font-weight: 400;
}

.para-schwarz {
  color: #333;
  text-align: left;
  width: 70%;
  margin-left: 0;
  margin-right: 0;
  line-height: 26px;
  display: block;
}

.para-schwarz.rechts {
  float: right;
  text-align: right;
  margin-top: 60px;
}

.para-schwarz.tab-rechts {
  float: right;
  text-align: right;
  width: 100%;
}

.para-schwarz.tab {
  width: 100%;
}

.list {
  color: #333;
  margin-bottom: 10px;
  font-weight: 400;
}

.div-block {
  width: 50%;
}

.image-nicole {
  float: right;
  text-align: right;
  width: 300px;
}

.bold {
  color: #ccc;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  font-weight: 700;
}

.row-tabelle {
  margin-top: 20px;
  margin-bottom: 0;
}

.textarea {
  min-height: 100px;
}

.para-footer {
  color: #fff;
}

.text-block {
  color: #742a65;
}

.error-message {
  background-color: #016772;
}

.text-block-2 {
  color: #fff;
  text-align: center;
}

.versteckte-navi {
  z-index: 9999;
  background-color: #fffc;
  height: 80px;
  margin-top: 0;
  padding-top: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.logo-welle {
  width: 120px;
  margin-top: 10px;
}

.html-embed {
  filter: grayscale();
}

.checkbox-field {
  color: #333;
}

.hidden {
  height: 0;
}

.para-danke {
  background-color: #ffffff4d;
  margin-top: 50px;
  padding: 30px;
}

.h2-links {
  text-align: left;
  width: 100%;
}

.div-abstand {
  height: 60px;
}

.h2-wie-h1 {
  color: var(--black);
  text-align: center;
  width: auto;
  font-family: "Lato v23 latin 300", sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.h2-wie-h1.zitat {
  color: var(--white);
  font-size: 30px;
  line-height: 40px;
}

.para-spruch {
  color: var(--white);
  margin-top: 30px;
  font-size: 30px;
  font-weight: 300;
  line-height: 40px;
}

.para-autor {
  color: var(--white);
  margin-bottom: 40px;
}

.span-h-kleiner {
  font-family: "Lato v23 latin 300", sans-serif;
  font-size: 25px;
  line-height: 30px;
}

html.w-mod-js [data-ix="hide-header-on-load"] {
  opacity: 0;
  transform: translate(0, 90px);
}

html.w-mod-js [data-ix="home-hidden-header"], html.w-mod-js [data-ix="slide-up-on-load"], html.w-mod-js [data-ix="column-one-load"], html.w-mod-js [data-ix="column-two-load"], html.w-mod-js [data-ix="column-three-load"], html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="column-one-in-view"], html.w-mod-js [data-ix="column-two-in-view"], html.w-mod-js [data-ix="column-three-in-view"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="nav-zeigen"] {
  transform: translate(0, -100%);
}

@media screen and (max-width: 991px) {
  body {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  h1 {
    font-size: 45px;
    line-height: 50px;
  }

  h3 {
    font-size: 25px;
    line-height: 40px;
  }

  .site-container {
    margin-left: 0;
    margin-right: 0;
  }

  .section.home-section {
    margin-top: 0;
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.footer {
    margin-bottom: 0;
  }

  .features-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block {
    width: 70%;
  }

  .bold {
    font-size: 28px;
    line-height: 38px;
  }

  .h2-wie-h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .h2-wie-h1.zitat {
    font-size: 28px;
    line-height: 38px;
  }

  .menu-button-2 {
    background-color: var(--purple);
    color: var(--white);
  }

  .para-spruch {
    font-size: 26px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }

  h2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .section.home-section {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .section.home-section.folge {
    height: 300px;
  }

  .section.grau-top {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .section.footer {
    padding: 50px 30px;
  }

  .section.grau {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .header {
    padding-top: 20px;
  }

  .nav-link {
    text-align: center;
    border-radius: 0;
    max-width: 1000px;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 14px;
    display: block;
  }

  .nav-link:hover {
    transform: none;
  }

  .feature-column {
    margin-top: 0;
  }

  .feature-column.middle-column {
    box-shadow: none;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 30px;
  }

  .menu-button {
    color: #fff;
    background-color: #742a65;
    font-size: 32px;
    left: 27px;
  }

  .menu-button:hover {
    background-color: #333;
  }

  .menu-button.w--open {
    z-index: 200;
    background-color: #0000;
  }

  .nav-menu {
    z-index: 100;
    background-color: #6d8394;
  }

  .features-col {
    padding-left: 2px;
    padding-right: 2px;
  }

  .contact-form {
    margin-top: 40px;
  }

  .bold {
    font-size: 24px;
    line-height: 34px;
  }

  .para-danke {
    margin-top: 40px;
  }

  .h2-wie-h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .h2-wie-h1.zitat, .para-spruch {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .section.home-section {
    height: 450px;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.home-section.folge {
    height: 250px;
  }

  .section.grau-top {
    padding-bottom: 60px;
  }

  .section.footer, .section.qoute-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section.grau {
    padding: 60px 10px;
  }

  .feature-column.middle-column {
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button {
    left: 10px;
  }

  .nav-menu {
    margin-right: 13px;
  }

  .features-col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .para-schwarz, .div-block {
    width: 100%;
  }

  .bold {
    font-size: 22px;
    line-height: 32px;
  }

  .h2-wie-h1 {
    font-size: 30px;
    line-height: 35px;
  }

  .h2-wie-h1.zitat {
    font-size: 22px;
    line-height: 32px;
  }

  .para-spruch {
    font-size: 20px;
    line-height: 30px;
  }
}


@font-face {
  font-family: 'Lato v23 latin 300';
  src: url('../fonts/lato-v23-latin-300.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin 700';
  src: url('../fonts/lato-v23-latin-700.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin';
  src: url('../fonts/lato-v23-latin-regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lato v23 latin 100';
  src: url('../fonts/lato-v23-latin-100.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}