:root {
  --crimson: #cf404d;
  --dim-grey: #737373bd;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #000000bd;
  background-color: #edeff2;
  height: 100%;
  padding-left: 329px;
  font-family: Opensans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #313131;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

p {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Opensans, sans-serif;
  font-size: 15px;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #cf404d;
  border-radius: 4px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #000;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  display: block;
}

.brand-text {
  color: var(--crimson);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oldstandardtt, sans-serif;
  font-size: 2em;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.section-halmheu {
  z-index: 1;
  outline-offset: 0px;
  background-color: #0000;
  outline: 3px #000000bd;
  height: auto;
  margin-top: 0;
  padding: 63px 40px;
  font-family: Opensans, sans-serif;
  font-size: 1em;
  position: relative;
}

.section-halmheu.section-gray {
  background-color: #fff;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: auto;
  margin-top: 303px;
}

.section-halmheu.mobile {
  padding-top: 300px;
  padding-bottom: 300px;
}

.section-halmheu.zusatz {
  justify-content: center;
  align-items: center;
  height: 95%;
  margin-top: 0;
  display: flex;
}

.call-to-action-section {
  background-color: var(--crimson);
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  margin-top: 0;
  padding: 44px 40px;
  font-size: 1em;
  display: block;
}

.call-to-action-heading {
  text-align: center;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  width: auto;
  height: auto;
  margin: 0;
  font-family: Old Standard TT;
  font-size: 3.7em;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.align-right {
  text-align: right;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oldstandardtt, sans-serif;
  font-size: 3.7em;
  font-weight: 400;
}

.hero-subheading {
  color: #fff;
  margin-bottom: 25px;
  font-family: Old Standard TT;
  font-size: 20px;
}

.hollow-button {
  color: #1db0fc;
  border: 2px solid #1db0fc;
  border-radius: 4px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 11px 20px;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #000;
  border-color: #000;
}

.hollow-button.white {
  color: #fff;
  border-color: #fff;
}

.hollow-button.white:hover {
  color: #fff;
  background-color: #2d3e4f;
  border-color: #2d3e4f;
}

.hollow-button.red {
  color: #fff;
  background-color: #cf404d;
  border-color: #cf404d;
}

.hollow-button.red:hover {
  background-color: #0000;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--crimson);
  text-align: center;
  text-transform: uppercase;
  font-family: Oldstandardtt, sans-serif;
  font-size: 2.13em;
  font-weight: 400;
}

.section-heading.centered.handy {
  color: var(--crimson);
  font-family: Oldstandardtt, sans-serif;
}

.section-subheading {
  color: var(--dim-grey);
  font-size: 19px;
  line-height: 30px;
}

.section-subheading.center {
  color: var(--dim-grey);
  text-align: center;
  font-family: Opensans, sans-serif;
  font-size: 1.27em;
  line-height: 30px;
}

.section-subheading.impressum-subheading {
  color: var(--crimson);
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 1.27em;
  font-weight: 700;
  line-height: 1.3em;
}

.section-subheading.impressum-subheading.nonbold {
  font-weight: 400;
}

.section-subheading.single-impressum-subheading {
  color: var(--crimson);
  margin-bottom: 10px;
  font-size: 1.27em;
  font-weight: 700;
}

.section-subheading.single-impressum-subheading.zusatz {
  margin-bottom: 50px;
}

.section-title-group {
  align-items: flex-start;
  margin-bottom: 62px;
  display: block;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  min-height: 45px;
  margin-bottom: 17px;
  margin-right: 1px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field:focus {
  box-shadow: 0 0 0 1px #2e80b6;
}

.form-field.text-area {
  min-height: 110px;
}

.form-wrapper.squeezed {
  padding-left: 19%;
  padding-right: 19%;
}

.social-icon-link {
  opacity: .66;
  padding: 3px;
  transition: opacity .3s;
}

.social-icon-link:hover {
  opacity: 1;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 5%;
  padding-top: 18px;
  padding-bottom: 21px;
  display: flex;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Oldstandardtt, sans-serif;
  font-size: 1em;
  position: static;
}

.link {
  color: #cf404d;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link:hover {
  color: #30ad64;
}

.link.header {
  margin-bottom: 0;
  padding-top: 40px;
  font-family: Opensans, sans-serif;
  font-size: 4.5em;
}

.link.header:hover {
  color: #fff;
}

.grid-image {
  text-align: left;
  max-width: 8em;
  max-height: 100%;
  margin-bottom: 2em;
  padding-left: 0;
  padding-right: 0;
}

.grid-image.mobile {
  display: none;
}

.hero-title-wrapper {
  text-align: center;
  flex: 1;
  margin-bottom: 0;
  position: static;
  top: 4%;
}

.left-navigation {
  background-color: #2d3e4f;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 329px;
  height: 100%;
  font-size: 1em;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.nav-link {
  float: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0;
  font-family: Opensans, sans-serif;
  font-size: 1em;
  display: block;
}

.nav-link:hover {
  color: #cf404d;
}

.nav-link.w--current {
  color: #cf404d;
  font-family: Opensans, sans-serif;
}

.nav-menu {
  float: none;
  font-size: 1em;
}

.logo-link {
  float: none;
  text-align: center;
  margin-top: 216px;
  margin-bottom: 50px;
  font-size: 1em;
  display: block;
}

.social-footer {
  text-align: center;
  margin-bottom: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.grid-fours {
  float: left;
  width: 25%;
  padding: 10px;
}

.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/hamheu_heroPicture.jpg');
  background-position: 0 0, 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1em;
  display: flex;
}

.column-0-padding {
  z-index: 0;
  margin-bottom: 20px;
  padding-right: 20px;
}

.content {
  z-index: 1;
  height: 100%;
  position: static;
}

.success-message {
  text-align: center;
}

.paragraph-form {
  margin-bottom: 0;
}

.div-block {
  background-color: #cf404d;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 30em;
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  top: -55px;
}

.paragraph {
  text-transform: uppercase;
  white-space: normal;
  flex-direction: row;
  justify-content: center;
  width: auto;
  font-family: Opensans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.heading {
  font-family: Opensans, sans-serif;
}

.heading.stoerungsbilder {
  text-transform: uppercase;
  font-family: Opensans, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.5em;
  display: flex;
}

.heading.stoerungsbilder.centered {
  text-align: left;
}

.heading.stoerungsbilder.red-arrow {
  display: flex;
}

.heading.stoerungsbilder.space {
  padding-top: 10px;
  padding-bottom: 0;
}

.heading.stoerungsbilder-copy {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 30px;
}

.heading-2, .heading-3, .heading-4 {
  font-family: Opensans, sans-serif;
}

.div-block-2 {
  height: 100px;
  margin-top: 20px;
}

.div-block-2.centered {
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-2.einzeln {
  height: auto;
  margin-top: 130px;
  margin-bottom: 130px;
  padding-top: 0;
}

.paragraph-2 {
  text-align: left;
  white-space: normal;
  font-family: Opensans, sans-serif;
  font-size: 1em;
}

.paragraph-2.einzeln {
  font-family: Opensans, sans-serif;
}

.heading-5 {
  text-align: center;
  font-family: Opensans, sans-serif;
}

.text-block {
  text-align: center;
  font-family: Old Standard TT;
  font-size: 19px;
  line-height: 30px;
}

.text-block-2 {
  color: var(--crimson);
  width: 275px;
  margin-bottom: 10px;
  font-family: Oldstandardtt, sans-serif;
  font-size: 1.2em;
}

.text-block-3 {
  color: var(--crimson);
  text-transform: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Oldstandardtt, sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.text-block-3.impressum {
  margin-bottom: 5px;
}

.text-block-3.impressum.zusatz {
  margin-bottom: 0;
}

.text-block-4 {
  flex: 0 auto;
  align-items: stretch;
  width: 5em;
  font-size: 1em;
  display: flex;
}

.text-block-5 {
  color: var(--crimson);
  flex-direction: row;
  justify-content: flex-start;
  width: auto;
  font-size: 1em;
  line-height: 20px;
  display: flex;
}

.div-block-3 {
  flex-direction: column;
  width: 230px;
  margin-top: 0;
  padding-right: 7px;
  display: flex;
}

.body {
  background-color: #fff;
  padding-left: 329px;
  font-family: Opensans, sans-serif;
  font-size: 15px;
}

.paragraph-3 {
  font-size: 1em;
}

.div-block-4 {
  flex: 1;
  order: -1;
  justify-content: space-between;
  align-self: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 7px;
  display: flex;
}

.div-block-5 {
  justify-content: flex-end;
  display: flex;
}

.map {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: block;
}

.div-block-6 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.div-block-7 {
  aspect-ratio: auto;
  align-self: center;
  width: auto;
  margin-bottom: 30px;
  margin-right: 0;
  overflow: visible;
}

.container {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 120px;
  display: flex;
}

.div-block-8 {
  flex-direction: row;
  width: auto;
  display: flex;
}

.html-embed {
  height: 300px;
  margin-right: 20px;
}

.text-block-6 {
  width: 275px;
  margin-bottom: 0;
  font-size: 1em;
}

.div-block-9 {
  height: 135px;
}

.heading-6 {
  color: var(--crimson);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Oldstandardtt, sans-serif;
  font-size: 2.13em;
  font-weight: 400;
}

.div-block-10 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-2 {
  background-color: #edeff2;
  font-family: Opensans, sans-serif;
  font-size: 15px;
  display: block;
}

.div-block-11 {
  background-color: #fff;
}

.container-2 {
  order: -1;
  align-self: center;
}

.impressum-link {
  color: var(--crimson);
  align-self: center;
  padding-left: 3em;
  font-family: Oldstandardtt, sans-serif;
  font-size: 1em;
  text-decoration: none;
}

.impressum-link.w--current {
  color: var(--crimson);
  align-self: center;
  padding-left: 3em;
  font-family: Oldstandardtt, sans-serif;
  text-decoration: none;
}

.html-embed-2 {
  width: 600px;
  height: 450px;
  display: block;
}

.html-embed-2.small {
  width: 300px;
  height: 225px;
  display: none;
}

.div-block-12 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/notloading_1.svg');
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  width: 600px;
  height: 450px;
  position: absolute;
  top: 63px;
  overflow: visible;
}

.text-span {
  letter-spacing: 0;
}

.no-cookies-placeholder {
  width: 600px;
  height: 450px;
  margin-top: -456px;
  position: absolute;
  inset: auto auto -516px;
}

.no-cookies-placeholder.richtext-placeholder-wrapper {
  height: 100%;
  margin-top: 0;
  position: static;
  bottom: 0;
}

.example-video-iframe {
  width: 600px;
  height: 450px;
  margin-top: -456px;
  position: absolute;
  bottom: -524px;
}

.example-video-iframe.no-cookies-placeholder {
  margin-top: 0;
  display: block;
  position: absolute;
  top: 63px;
  bottom: auto;
}

.richtext-placeholder-text {
  text-align: center;
  margin-top: -185px;
  font-size: 1em;
  position: static;
}

.link-2 {
  color: var(--crimson);
  text-decoration: none;
}

.text-block-7 {
  font-style: normal;
}

.heading-7 {
  color: var(--crimson);
  text-transform: uppercase;
  font-family: Old Standard TT;
  font-weight: 400;
}

.heading-7.impressum-heading {
  margin-bottom: 10px;
}

.text-block-10 {
  margin-bottom: 5px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.text-block-10.bold {
  margin-top: 10px;
}

.text-block-10.zusatz {
  margin-top: 20px;
  margin-bottom: 0;
}

.link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9 {
  color: var(--crimson);
  text-decoration: none;
}

.impressum-heading.heading-7 {
  font-family: Oldstandardtt, sans-serif;
  font-size: 2.53em;
}

.div-block-13 {
  background-color: var(--crimson);
  color: var(--crimson);
  height: 2px;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.heading-8 {
  color: var(--crimson);
  margin-bottom: 15px;
  font-family: Oldstandardtt, sans-serif;
  font-size: 1.73em;
  font-weight: 400;
  line-height: 30px;
}

.text-span-2 {
  letter-spacing: .13em;
  font-family: Oldstandardtt, sans-serif;
  font-size: .54em;
  line-height: 20px;
}

.red-arrow {
  color: var(--crimson);
}

.div-block-14 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: block;
}

.div-block-14.einzeln {
  justify-content: center;
  max-width: 400px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-15 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-15.einzeln {
  flex-flow: row;
  justify-content: space-between;
}

.text-block-11 {
  align-items: stretch;
  margin-left: -1.46em;
  margin-right: 0;
  padding-right: 5px;
  display: flex;
}

.text-block-11.einzeln {
  margin-left: 0;
}

.paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
  font-size: 1em;
}

.link-10 {
  color: var(--crimson);
  text-decoration: none;
}

.image {
  background-color: var(--crimson);
  width: 100%;
  height: 100%;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Oldstandardtt, sans-serif;
  display: flex;
}

.heading-9 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Old Standard TT;
  font-size: 60px;
  font-style: italic;
}

.heading-9.header {
  text-align: center;
  margin-bottom: 0;
  font-family: Oldstandardtt, sans-serif;
  font-size: 3.2em;
  line-height: 65px;
}

.div-block-17 {
  height: 116px;
}

.div-block-18 {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  place-content: flex-start space-between;
  align-self: stretch;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.div-block-19 {
  width: 275px;
}

.button-2 {
  width: 2em;
  margin-right: 10px;
  padding: 0;
  font-size: 15px;
  line-height: 15px;
  inset: 0% 0% 0% auto;
}

.button-2.w--current {
  z-index: 1000;
  opacity: .5;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: url('../images/Pfeil.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 3em;
  height: 3em;
  margin-bottom: 1em;
  margin-right: 1em;
  padding: 0;
  position: fixed;
  inset: auto 0% 0% auto;
}

.link-block.w--current {
  z-index: 100;
  border: 5px solid var(--crimson);
  background-image: url('../images/Pfeil_v02.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
  position: fixed;
  inset: auto 3% 5% auto;
}

.link-block-2 {
  z-index: 100;
  border: 5px solid var(--crimson);
  background-color: #0000;
  background-image: url('../images/Pfeil_v02.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-bottom: 0;
  padding-right: 0;
  text-decoration: none;
  position: fixed;
  inset: auto 3% 5% auto;
}

.link-block-2.w--current {
  z-index: 100;
  border: 5px solid var(--crimson);
  background-color: #0000;
  background-image: url('../images/Pfeil_v02.svg');
  background-position: 50% 45%;
  background-size: 30px 30px;
  border-radius: 50%;
}

.link-11 {
  color: var(--crimson);
}

.link-12 {
  color: var(--crimson);
  text-decoration: none;
}

.link-13, .link-14, .link-15 {
  color: var(--crimson);
}

.kontakt-links {
  color: var(--crimson);
  text-decoration: none;
}

.div-block-20 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list {
  padding-left: 15px;
}

.link-block-copy.w--current {
  z-index: 100;
  border: 5px solid var(--crimson);
  background-image: url('../images/Pfeil_v02.svg');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-decoration: none;
  position: fixed;
  inset: auto 3% 5% auto;
}

.link-block-copy.link-block-2.low.w--current {
  display: none;
}

.section-heading-copy {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading-copy.centered {
  color: var(--crimson);
  text-align: center;
  text-transform: uppercase;
  font-family: Old Standard TT;
  font-size: 2.13em;
  font-weight: 400;
}

.section-heading-copy.centered.handy {
  display: none;
}

.div-block-21 {
  background-color: var(--crimson);
  color: var(--crimson);
  text-align: left;
  justify-content: center;
  width: 200px;
  height: 1px;
  display: block;
  position: sticky;
}

.div-block-22 {
  background-color: var(--crimson);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 0 auto;
  order: -1;
  align-self: center;
  width: 100%;
  height: 2px;
}

.subline {
  border-top: 1px solid var(--crimson);
  border-radius: 6px;
}

.grid {
  border-top: 2px solid var(--crimson);
  border-bottom: 2px solid var(--crimson);
  background-image: url('../images/Halmheu_Stimmstoerungen2.svg');
  background-position: 0 20%;
  background-repeat: no-repeat;
  background-size: 12%;
  background-attachment: scroll;
  border-radius: 0;
  grid-template: "Area-2 . Area"
  / .5fr 2.5fr 1fr;
  grid-auto-flow: column;
  margin-top: 6vh;
  margin-bottom: 8vh;
  padding-top: 30px;
  padding-bottom: 30px;
}

.image-2 {
  border-radius: 0;
  box-shadow: 1px 1px 30px 4px #73737333;
}

.link-16 {
  color: var(--crimson);
  text-decoration: none;
}

.div-block-23 {
  background-image: url('../images/Halmheu_Stimmstoerungen2.svg');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-right: 30px;
  display: block;
}

.div-block-24 {
  width: 200px;
  height: 200px;
  margin-left: 0;
  padding-right: 0;
}

.div-block-25 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.linie {
  background-color: var(--crimson);
  height: 2px;
  margin-bottom: 20px;
}

.linie.unten {
  margin-top: 20px;
  margin-bottom: 0;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2.galerie {
  grid-template-rows: auto;
}

.lightbox-link {
  width: 200px;
  height: 200px;
}

.image-4 {
  display: none;
}

.background-video {
  max-width: 100%;
  max-height: 45%;
}

.div-block-26 {
  flex-flow: row;
  place-content: center;
  align-items: center;
  display: flex;
}

.kontakt-links {
  text-decoration: none;
}

.bold-text-6 {
  font-family: Oldstandardtt, sans-serif;
}

.lightbox-link-2, .lightbox-link-3, .lightbox-link-4, .lightbox-link-5 {
  display: none;
}

@media screen and (min-width: 1280px) {
  .section-halmheu, .section-halmheu.section-gray {
    width: 100%;
  }

  .call-to-action-section {
    height: 150px;
  }

  .section-heading.centered {
    color: var(--crimson);
  }

  .banner {
    width: 100%;
  }

  .div-block-4 {
    width: 290px;
    height: auto;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
  }

  .html-embed-2.small {
    width: 300px;
    height: 225px;
    display: none;
  }

  .heading-9.header {
    font-size: 3.2em;
  }

  .section-heading-copy.centered {
    color: var(--crimson);
  }

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

@media screen and (min-width: 1440px) {
  .section-halmheu.mobile {
    padding-bottom: 40px;
  }

  .heading-9.header {
    font-size: 3.2em;
  }

  .link-block.link-block-2, .link-block-copy.link-block-2 {
    right: 3%;
  }

  .grid {
    border-top: 2px solid var(--crimson);
    border-bottom: 2px solid var(--crimson);
    border-radius: 0;
    margin-top: 2vh;
    margin-bottom: 4vh;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .call-to-action-section {
    height: 200px;
  }

  .hero-heading {
    font-size: 5em;
    line-height: 60px;
  }

  .section-heading.centered {
    color: var(--crimson);
  }

  .div-block {
    width: 41em;
    top: -71px;
  }

  .text-block-5 {
    color: var(--crimson);
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    line-height: 20px;
  }

  .div-block-4 {
    flex-direction: column;
    padding-left: 20px;
  }

  .div-block-6 {
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    margin-left: -10px;
    padding-left: 0;
  }

  .div-block-7 {
    margin-left: 0;
  }

  .container {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .html-embed-2.small {
    width: 300px;
    height: 225px;
    display: none;
  }

  .heading-9 {
    text-transform: uppercase;
    font-family: Old Standard TT;
    font-size: 60px;
    font-style: italic;
  }

  .div-block-18 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 450px;
  }

  .link-block {
    width: 2em;
    height: 2em;
  }

  .link-block.link-block-2 {
    z-index: 100;
    bottom: 5%;
    right: 2%;
  }

  .link-block-2 {
    z-index: 2;
    border: 5px solid var(--crimson);
    opacity: 1;
    outline-color: var(--crimson);
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-color: #0000;
    background-image: url('../images/Pfeil_v02.svg');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    border-radius: 50%;
    outline-width: .2em;
    outline-style: none;
    width: 60px;
    height: 60px;
    position: fixed;
    inset: auto 3% 5% auto;
  }

  .link-block-2.w--current {
    background-image: url('../images/Pfeil_v02.svg');
    background-position: 50% 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-attachment: scroll;
    width: 60px;
    height: 60px;
    inset: auto 3% 5% auto;
  }

  .link-11 {
    color: var(--crimson);
    margin-bottom: -3px;
    padding-top: 2px;
    padding-bottom: 0;
    line-height: 1.2em;
    text-decoration: none;
  }

  .link-12 {
    color: var(--crimson);
    line-height: .8em;
    text-decoration: none;
  }

  .link-13 {
    color: var(--crimson);
    margin-top: -2px;
    line-height: 1em;
    text-decoration: none;
  }

  .link-14 {
    color: var(--crimson);
    margin-top: -1px;
    padding-top: 0;
    line-height: 1em;
    text-decoration: none;
  }

  .link-15 {
    color: var(--crimson);
    margin-top: 0;
    line-height: 1em;
    text-decoration: none;
  }

  .link-block-copy {
    width: 2em;
    height: 2em;
  }

  .link-block-copy.link-block-2 {
    z-index: 100;
    bottom: 5%;
    right: 2%;
  }

  .section-heading-copy.centered {
    color: var(--crimson);
  }
}

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

  .hamburger-button {
    color: #fff;
  }

  .hamburger-button.w--open {
    background-color: #cf404d;
  }

  .section-halmheu {
    margin-top: -2px;
    margin-bottom: 140px;
  }

  .section-halmheu.section-gray {
    height: auto;
  }

  .call-to-action-heading {
    align-items: center;
  }

  .section-subheading.impressum-subheading {
    font-size: 1.27em;
  }

  .section-subheading.single-impressum-subheading {
    font-size: 1em;
  }

  .form-wrapper.squeezed {
    padding-left: 8%;
    padding-right: 8%;
  }

  .grid-image.mobile {
    display: none;
  }

  .hero-title-wrapper {
    top: 40%;
  }

  .left-navigation {
    float: none;
    width: auto;
    height: auto;
    display: block;
    position: relative;
    inset: 0 0 auto;
  }

  .nav-link {
    text-align: left;
    padding-left: 13px;
  }

  .nav-menu {
    background-color: #49647b;
  }

  .logo-link {
    float: left;
    align-items: center;
    margin-top: 1.3em;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 15px;
    display: block;
  }

  .social-footer {
    display: inline-block;
    position: absolute;
  }

  .banner {
    background-color: #00000080;
    background-image: linear-gradient(#00000080, #00000080), url('../images/hamheu_heroPicture_1.jpg');
    background-position: 0 0, 70%;
    width: auto;
    height: 95%;
  }

  .div-block {
    width: 30em;
  }

  .heading.stoerungsbilder.space.center {
    text-align: center;
  }

  .div-block-2.einzeln {
    margin-top: 88px;
  }

  .text-block-3.impressum, .text-block-4 {
    font-size: 1em;
  }

  .text-block-5 {
    font-size: .8em;
  }

  .body {
    padding-left: 0;
  }

  .div-block-4 {
    height: auto;
    padding-top: 20px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: stretch;
    margin-left: 10px;
    display: flex;
  }

  .div-block-7 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-8 {
    min-width: 1px;
    font-size: 1em;
  }

  .no-cookies-placeholder.richtext-placeholder-wrapper {
    width: 600px;
    height: 100%;
  }

  .example-video-iframe.no-cookies-placeholder {
    width: 600px;
    height: 450px;
    display: block;
  }

  .text-block-10 {
    font-size: 1em;
  }

  .impressum-heading.heading-7 {
    font-size: 2em;
  }

  .image {
    width: 600px;
    height: 100%;
  }

  .heading-9.header {
    text-align: center;
    padding-top: 10px;
    font-size: 3em;
    line-height: 65px;
    display: block;
  }

  .link-block.link-block-2 {
    display: none;
  }

  .div-block-20 {
    font-size: 1em;
  }

  .bold-text-5 {
    font-size: 1.2em;
  }

  .grid {
    background-size: 18%;
  }

  .div-block-23 {
    background-size: auto;
  }

  .linie.unten {
    margin-top: 20px;
  }

  .grid-2.galerie {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h3 {
    margin-top: 10px;
  }

  .section-halmheu {
    margin-top: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-halmheu.section-gray {
    display: block;
    overflow: visible;
  }

  .call-to-action-section {
    height: 100px;
  }

  .call-to-action-heading {
    text-align: center;
    margin-bottom: 13px;
  }

  .align-right {
    text-align: center;
  }

  .hero-heading {
    font-size: 3em;
  }

  .section-heading.centered {
    font-size: 2em;
  }

  .footer.center {
    height: 5%;
    padding-top: 8px;
  }

  .link.header {
    font-size: 3.5em;
  }

  .grid-image {
    margin-left: -20px;
    padding-left: 0;
    overflow: visible;
  }

  .grid-image.mobile {
    margin-left: 0;
    display: inline-block;
  }

  .grid-image.normal {
    display: none;
  }

  .hero-title-wrapper {
    top: 35%;
  }

  .nav-link.w--current {
    padding-left: 13px;
  }

  .grid-fours {
    width: 33.333%;
    text-decoration: none;
    display: block;
  }

  .banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hamheu_heroPicture_1.jpg');
    background-position: 0 0, 70%;
  }

  .column-0-padding {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 30px;
  }

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

  .div-block {
    width: 25em;
  }

  .heading.stoerungsbilder.centered {
    text-align: left;
    padding-left: 0;
  }

  .div-block-2 {
    height: auto;
    padding-left: 30px;
  }

  .div-block-2.centered {
    align-items: flex-start;
  }

  .div-block-2.einzeln {
    margin-top: 0;
    padding-top: 40px;
  }

  .paragraph-2 {
    text-align: left;
  }

  .paragraph-2.einzeln {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    margin-bottom: 15px;
  }

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .text-block-4 {
    font-size: 1em;
  }

  .paragraph-3 {
    text-align: left;
  }

  .div-block-4 {
    flex-direction: column;
    padding-left: 0;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .div-block-7 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
  }

  .container {
    justify-content: flex-start;
    padding-bottom: 60px;
  }

  .div-block-8 {
    font-size: 1em;
  }

  .html-embed-2 {
    width: auto;
    max-width: 100%;
    height: auto;
    display: none;
    overflow: visible;
  }

  .html-embed-2.small {
    display: block;
  }

  .no-cookies-placeholder.richtext-placeholder-wrapper, .example-video-iframe.no-cookies-placeholder {
    width: 300px;
    height: 225px;
  }

  .richtext-placeholder-text {
    margin-top: -88px;
    font-size: .8em;
  }

  .div-block-15 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-15.einzeln {
    display: block;
  }

  .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8 {
    text-align: left;
  }

  .image {
    width: auto;
    height: auto;
  }

  .heading-9.header {
    font-size: 2.1em;
    line-height: 32.5px;
  }

  .div-block-19 {
    margin-bottom: 15px;
  }

  .bold-text-3 {
    display: block;
  }

  .columns {
    text-align: left;
  }

  .link-block.link-block-2.w--current, .link-block-2 {
    bottom: 10%;
    right: 5%;
  }

  .div-block-20 {
    font-size: 1em;
  }

  .list {
    list-style-type: disc;
  }

  .text-span-3 {
    margin-bottom: 5px;
    padding-bottom: 0;
    display: block;
  }

  .link-block-copy.link-block-2.w--current {
    bottom: 10%;
    right: 5%;
  }

  .section-heading-copy.centered {
    font-size: 2em;
  }

  .div-block-23 {
    justify-content: space-around;
    align-self: auto;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
    height: auto;
    display: block;
  }

  .div-block-25 {
    justify-content: flex-start;
  }

  .grid-2.galerie {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .lightbox-link {
    width: 100%;
    height: auto;
    display: none;
  }

  .image-4.handy {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .hamburger-button {
    position: relative;
  }

  .brand-text {
    font-size: 2em;
  }

  .section-halmheu {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-halmheu.section-gray {
    padding-left: 10px;
    padding-right: 10px;
  }

  .call-to-action-section {
    height: 100px;
  }

  .call-to-action-heading {
    text-align: center;
    font-size: 1.5em;
  }

  .hero-heading {
    font-size: 2em;
    line-height: 1em;
  }

  .section-heading.centered {
    white-space: normal;
    object-fit: fill;
    font-size: 1.8em;
    display: none;
    overflow: visible;
  }

  .section-heading.centered.handy {
    display: block;
  }

  .section-subheading.impressum-subheading {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.27em;
  }

  .section-subheading.single-impressum-subheading {
    font-size: 1em;
  }

  .form-wrapper.squeezed {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer.center {
    z-index: 200;
    align-items: flex-start;
    height: 6%;
    padding-top: 5px;
    position: static;
  }

  .footer-text {
    align-self: flex-start;
    margin-top: 0;
  }

  .link.header {
    padding-top: 30px;
    font-size: 2.5em;
  }

  .grid-image.normal {
    display: none;
  }

  .hero-title-wrapper {
    top: 28%;
  }

  .left-navigation {
    width: auto;
    margin-top: 0;
    position: relative;
  }

  .grid-fours {
    display: block;
  }

  .banner {
    background-image: linear-gradient(#00000080, #00000080), url('../images/hamheu_heroPicture_1.jpg');
    background-position: 0 0, 70%;
    width: auto;
    height: 95%;
  }

  .column-0-padding {
    margin-bottom: 50px;
  }

  .div-block {
    width: 13em;
    font-size: 1.3em;
    top: -43px;
  }

  .div-block-2.centered {
    margin-top: 0;
  }

  .div-block-2.einzeln {
    width: auto;
    margin-top: 0;
    margin-bottom: 50px;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block-3.impressum {
    margin-top: 10px;
    font-size: 1.2em;
  }

  .text-block-4 {
    font-size: 1em;
    line-height: 20px;
  }

  .text-block-5 {
    font-size: .7em;
    line-height: 15px;
  }

  .div-block-4 {
    padding-top: 40px;
  }

  .div-block-6 {
    margin-left: 0;
  }

  .div-block-7 {
    flex-wrap: nowrap;
  }

  .container {
    flex-flow: row;
    place-content: flex-start center;
    align-items: stretch;
    padding-bottom: 0;
  }

  .div-block-8, .div-block-8.home {
    font-size: 1em;
  }

  .heading-6 {
    font-size: 1.8em;
  }

  .div-block-10 {
    align-self: auto;
  }

  .impressum-link {
    margin-right: 10px;
  }

  .impressum-link.w--current {
    align-self: flex-start;
  }

  .html-embed-2, .no-cookies-placeholder.richtext-placeholder-wrapper {
    margin-top: 0;
  }

  .example-video-iframe.no-cookies-placeholder {
    margin-top: -3px;
  }

  .richtext-placeholder-text {
    font-size: .8em;
  }

  .text-block-10 {
    font-size: 1em;
    line-height: 20px;
  }

  .link-3 {
    object-fit: fill;
    width: 100%;
    max-width: none;
    overflow: visible;
  }

  .impressum-heading.heading-7 {
    object-fit: fill;
    font-size: 1.5em;
    line-height: 35px;
    overflow: visible;
  }

  .heading-8 {
    font-size: 1.6em;
  }

  .div-block-15 {
    justify-content: flex-start;
  }

  .image {
    display: inline-block;
  }

  .heading-9.header {
    font-size: 2em;
    line-height: 30px;
  }

  .bold-text-4 {
    object-fit: fill;
    position: static;
    overflow: visible;
  }

  .kontakt-links {
    margin-top: 0;
    line-height: 20px;
  }

  .div-block-20 {
    margin-top: 0;
    font-size: 1em;
    line-height: 20px;
  }

  .icon {
    position: relative;
  }

  .bold-text-5 {
    font-size: 1em;
  }

  .section-heading-copy.centered {
    white-space: normal;
    object-fit: fill;
    font-size: 1.8em;
    overflow: visible;
  }

  .section-heading-copy.centered.handy {
    display: block;
  }

  .div-block-24 {
    width: 100%;
    height: auto;
    margin-top: 18px;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .lightbox-link {
    width: 100%;
    height: auto;
  }

  .image-3 {
    max-height: 100%;
  }
}

#w-node-e652a412-a8f2-adaa-62be-7fecd4d0f6df-a22d7e09, #w-node-_5efb0877-d98f-162e-d539-6022a5d28541-a22d7e09, #w-node-_3819e223-a79d-b554-8439-747f70185cce-a22d7e09, #w-node-_45309136-9072-f4b9-c89f-616fee4e488c-a22d7e09 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e652a412-a8f2-adaa-62be-7fecd4d0f6df-a22d7e09 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5efb0877-d98f-162e-d539-6022a5d28541-a22d7e09, #w-node-_3819e223-a79d-b554-8439-747f70185cce-a22d7e09, #w-node-_45309136-9072-f4b9-c89f-616fee4e488c-a22d7e09 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldstandardtt';
  src: url('../fonts/OldStandardTT-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oldstandardtt';
  src: url('../fonts/OldStandardTT-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}