@font-face {
  font-family: Tondu;
  src: url('../fonts/Tondu_Beta.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-BoldItalic.ttf') format("truetype"), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@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-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_basis---navschattenval: 0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: #464402;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
}

h2 {
  color: #464402;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 45px;
}

h3 {
  color: #464402;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

p {
  color: #252422;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.seitenbereich {
  background-image: url('../images/Background_dunkelgruen.png');
  background-position: 0 0;
  background-size: cover;
  min-height: 100px;
  padding: 60px 60px 120px;
  position: relative;
}

.seitenbereich.start {
  z-index: 90;
  background-color: #252422;
  background-image: none;
  padding-top: 170px;
  position: relative;
}

.seitenbereich.hell {
  background-color: #fffcf2;
  background-image: none;
  box-shadow: inset 0 3px 30px 2px #0006;
}

.seitenbereich.hell.impressum {
  min-height: 90vh;
}

.seitenbereich.dunkel {
  background-color: #252422;
  background-image: none;
  border-color: #222;
}

.seitenbereich.dunkel.gruen {
  color: #fffcf2;
  background-color: #eb5e28;
  background-image: none;
}

.seitenbereich.dunkel.gruen.footer {
  background-color: #111009;
  background-image: none;
  background-size: auto;
  min-height: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  box-shadow: 0 -12px 14px #0003;
}

.seitenbereich.dunkel.gruen.footer.impressum {
  position: absolute;
  inset: auto 0% 0%;
}

.seitenbereich.orange {
  background-color: #eb5e28;
  background-image: none;
  background-size: auto;
}

.seitenbereich.orange.slider {
  padding-bottom: 80px;
}

.container01 {
  color: #000;
  text-shadow: 0 1px 1px #0003;
  flex-flow: wrap;
  max-width: 1000px;
  display: flex;
  position: relative;
}

.container01.akkordeon {
  margin-top: 40px;
}

.container01.slider {
  height: 101%;
  display: block;
}

.container01.footer {
  display: block;
}

.introueberschrift {
  z-index: 90;
  float: left;
  color: #fffcf2;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #fff0;
  text-shadow: 6px 6px 10px #00000080;
  width: 100%;
  margin-bottom: 60px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
  position: relative;
}

.navigation {
  z-index: 150;
  box-shadow: none;
  background-color: #252422;
  width: 100%;
  padding: 20px 60px;
  position: fixed;
}

.logo:focus {
  border: 2px solid #00d9ff;
}

.navlink {
  color: #fffcf2;
  text-align: center;
  letter-spacing: 0;
  margin-top: 5px;
  margin-right: 4px;
  padding: 15px 13px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.1rem;
}

.navlink:hover {
  color: #252422;
  background-color: #fffcf2;
  border-radius: 15px;
  font-family: Open Sans, sans-serif;
}

.navlink:focus {
  border: 2px solid #00d9ff;
  border-radius: 10px;
}

.navlink:focus-visible, .navlink[data-wf-focus-visible] {
  border: 2px solid #00d9ff;
  border-radius: 11px;
}

.navlink.w--current {
  color: #fffcf2;
  background-color: #eb5e28;
  border-radius: 15px;
  font-weight: 700;
}

.container {
  max-width: 1000px;
}

.navschattten {
  z-index: 99;
  height: 105px;
  display: block;
  position: fixed;
  inset: 0%;
  box-shadow: 0 19px 20px #0003;
}

.navschattentrigger {
  min-height: 80px;
}

.schlagzeile {
  float: left;
  color: #252422;
  letter-spacing: 2px;
  text-shadow: none;
  width: 100%;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
  position: relative;
}

.schlagzeile.wei {
  color: #fffcf2;
  text-shadow: none;
  font-family: Opensans, Verdana, sans-serif;
  font-weight: 600;
}

.schlagzeile.wei.dunkelschatten {
  text-shadow: 6px 6px #201b04;
}

.schlagzeile.wei.dunkelschatten.slider {
  color: #fffcf2;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 2.5rem;
  line-height: 3rem;
  display: flex;
  top: 20px;
}

.schlagzeile.huerden {
  color: #252422;
  position: relative;
}

.schlagzeile.kalender {
  text-align: center;
}

.einschr-nkung {
  float: left;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0;
  position: relative;
}

.einschr-nkung._1strow {
  margin-top: 100px;
}

.absatzheadline {
  color: #252422;
  letter-spacing: 2px;
  text-shadow: none;
  width: 100%;
  padding-right: 20px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: static;
}

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

.absatzheadline.akkordeon {
  float: left;
  color: #252422;
  letter-spacing: 0;
  cursor: pointer;
  width: 90%;
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.3rem;
  position: relative;
}

.huerdeninfo {
  border-top: 1px #f88400;
  border-bottom: 1px solid #f88400;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.huerdeninfo._1strow {
  border-top-style: solid;
  border-top-color: #eb5e28;
}

.huerdenlabel {
  color: #eb5e28;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  position: relative;
}

.h-rdenzelle {
  justify-content: center;
  align-items: flex-start;
}

.huerdenicon {
  text-align: left;
  width: 100%;
  height: 100px;
  padding-left: 60px;
  padding-right: 60px;
  position: static;
  inset: auto 0% 0% auto;
}

.huerdenbeschreibung {
  color: #252422;
  text-align: center;
  text-shadow: none;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.bold-text {
  position: relative;
}

.label {
  float: left;
  box-shadow: none;
  color: #fffcf2;
  letter-spacing: 1px;
  background-color: #eb5e28;
  border-radius: 7px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7rem;
  position: relative;
}

.label.hellschatten {
  color: #464402;
  box-shadow: 3px 3px #ffefb5;
}

.label.hellschatten.gruen {
  z-index: 100;
  box-shadow: none;
  color: #eb5e28;
  background-color: #fffcf2;
}

.label.content {
  color: #fff;
  background-color: #464402;
  font-size: 30px;
  line-height: 30px;
  box-shadow: 3px 3px #f88400;
}

.label.intro {
  z-index: 90;
  box-shadow: none;
  color: #fffcf2;
  text-shadow: 6px 6px 10px #00000080;
  background-color: #0000;
  border-radius: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Opensans, Verdana, sans-serif;
}

.label.wei {
  color: #eb5e28;
  background-color: #fffcf2;
}

.label.dunkel {
  background-color: #252422;
}

.loesungcontainer {
  float: left;
  border: 3px solid #f80;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 31%;
  height: 236px;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.vidloesung {
  z-index: 80;
  float: left;
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  outline-offset: 0px;
  border: 5px solid #eb5e28;
  border-radius: 7px;
  outline: 3px #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 308px;
  height: 231px;
  margin-top: 40px;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: 4px 4px 0 4px #eb5e28;
}

.vidloesung:hover {
  box-shadow: none;
}

.play-pause-button:focus {
  border: 2px solid #00d9ff;
}

.accordion-item-trigger {
  width: 100%;
  padding-top: 10px;
}

.accordion-arrow {
  float: right;
  cursor: pointer;
  width: 4%;
  margin-top: 25px;
  position: static;
}

.contentcontainer {
  clear: none;
  min-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
}

.accordion-item {
  border: 1px dotted #132844;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.accordion-item.barrierefreiheit {
  background-color: #fff;
  border: 5px solid #eb5e28;
  border-radius: 7px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  transition: box-shadow .2s;
  box-shadow: 4px 4px 0 4px #eb5e28;
}

.accordion-item.barrierefreiheit:hover {
  box-shadow: none;
}

.copy {
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
  font-size: 14px;
  font-weight: 400;
  position: static;
}

.copy.akkordeontext {
  text-align: left;
  width: 95%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.accordion-item-content {
  padding-right: 10px;
  overflow: hidden;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.heading-3.akkordeon {
  float: left;
  color: #132844;
  text-align: left;
  cursor: pointer;
  width: 80%;
  font-size: 22px;
}

.standardtext {
  float: left;
  clear: left;
  color: #252422;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.7rem;
  position: relative;
}

.standardtext.akkordeon {
  width: 90%;
}

.standardtext.highlight {
  clear: left;
  color: #eb5e28;
  -webkit-text-stroke-color: #201b04;
  text-shadow: none;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.2rem;
  display: block;
}

.standardtext.quelle {
  color: #fff;
  margin-top: 40px;
  margin-left: 100px;
}

.standardtext.liste {
  color: #000;
  background-image: url('../images/Pfeil_Liste.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-weight: 600;
  position: relative;
}

.angebotsbox {
  z-index: 80;
  float: left;
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  outline-offset: 0px;
  background-color: #fffcf2;
  border: 5px solid #eb5e28;
  border-radius: 7px;
  outline: 3px #fff;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 60px;
  margin-bottom: 40px;
  margin-right: 20px;
  padding: 20px 40px 100px;
  display: block;
  position: relative;
  box-shadow: 4px 4px 0 4px #eb5e28;
}

.vorteile {
  float: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vorteils_item {
  color: #252422;
  background-image: url('../images/Vorteil.png');
  background-position: 0 10px;
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 50px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}

.preis {
  float: left;
  clear: left;
  color: #eb5e28;
  text-shadow: none;
  margin-top: 0;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 4.5rem;
}

.preis.akkordeon {
  width: 90%;
}

.preis.highlight {
  clear: left;
  -webkit-text-stroke-color: #201b04;
  font-size: 40px;
  font-weight: 700;
  display: block;
}

.button {
  float: left;
  clear: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #eb5e28;
  text-align: center;
  background-color: #fff;
  border: 5px solid #eb5e28;
  border-radius: 7px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding: 10px 40px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  transition: box-shadow .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  box-shadow: 8px 8px 0 8px #eb5e28;
}

.button:hover {
  box-shadow: none;
  color: #fffcf2;
  background-color: #eb5e28;
  border-color: #eb5e28;
}

.button:focus, .button:focus-visible, .button[data-wf-focus-visible] {
  border-color: #00d9ff;
}

.button.hell {
  z-index: 90;
  color: #fffcf2;
  background-color: #eb5e28;
  border-color: #fffcf2;
  align-content: center;
  box-shadow: 8px 8px 0 8px #fffcf2;
}

.button.hell:hover {
  box-shadow: none;
  color: #eb5e28;
  background-color: #fffcf2;
}

.button.hell:focus, .button.hell:focus-visible, .button.hell[data-wf-focus-visible] {
  border-color: #00d9ff;
}

.button.kontakt {
  clear: none;
  background-color: #fffcf2;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.button.dunkel {
  color: #252422;
  background-color: #fff;
  border-color: #252422;
  box-shadow: 8px 8px 0 8px #252422;
}

.button.dunkel:hover {
  box-shadow: none;
  color: #fffcf2;
  background-color: #252422;
}

.buttontext {
  float: left;
  clear: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 0;
}

.buttontext.akkordeon {
  width: 90%;
}

.buttontext.highlight {
  clear: left;
  color: #201b04;
  -webkit-text-stroke-color: #201b04;
  text-shadow: 2px 2px #f88400;
  font-size: 40px;
  font-weight: 800;
  display: block;
}

.buttontext.dunkel {
  width: 100%;
}

.bold-text-2 {
  color: #464402;
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: block;
  position: relative;
}

.bold-text-2.dunkel {
  color: #eb5e28;
}

.copyright {
  float: left;
  color: #fff8dd;
  margin-right: 100px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.metalink {
  float: right;
  color: #fff8dd;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-left: 20px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1rem;
  position: relative;
}

.metalink:hover {
  color: #f80;
  text-decoration: none;
}

.huerde-wrap {
  z-index: 80;
  opacity: .4;
  background-image: url('../images/Huerdensprenger_Symbol.png');
  background-size: cover;
  width: 800px;
  height: 600px;
  position: absolute;
  inset: auto -3% 5% auto;
}

.image {
  position: absolute;
  inset: 3% auto auto 29%;
}

.bold-text-3 {
  text-shadow: none;
}

.bold-text-4 {
  text-shadow: none;
  font-family: Opensans, Verdana, sans-serif;
  font-weight: 600;
  position: relative;
}

.bold-text-5 {
  text-shadow: none;
}

.beispielbilder {
  clear: left;
  text-shadow: none;
  display: flex;
  position: relative;
}

.reportbild {
  width: 24%;
  margin-bottom: 10px;
}

.faktenslider {
  background-color: #fff0;
  height: auto;
  left: -100px;
}

.slide {
  height: 100%;
  margin-top: 20px;
}

.left-arrow {
  background-color: #eb5e28;
  margin-top: 20px;
  margin-bottom: 20px;
}

.left-arrow:focus {
  border: 2px solid #00d9ff;
  border-radius: 10px;
}

.right-arrow {
  background-color: #eb5e28;
  margin-top: 20px;
  margin-bottom: 20px;
}

.right-arrow:focus {
  border: 2px solid #00d9ff;
  border-radius: 10px;
}

.bold-text-6 {
  -webkit-text-stroke-color: #fffcf2;
  font-family: Opensans, Verdana, sans-serif;
}

.bold-text-7 {
  font-size: 50px;
  line-height: 55px;
}

.standardliste {
  float: left;
  color: #e99100;
  background-color: #eee;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 20px 15px 15px 10px;
  font-size: 30px;
  position: relative;
}

.list-item {
  color: #333;
  list-style-type: square;
}

.list-item-2 {
  color: #333;
}

.portraitbild {
  float: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.marcel-potrait {
  border: 17px solid #fff;
  position: relative;
  transform: rotate(3deg);
  box-shadow: 6px 6px 15px #000c;
}

.beispielbild {
  clear: left;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 140px;
  padding-right: 140px;
  display: flex;
  position: relative;
}

.image-2 {
  margin-top: 20px;
  position: relative;
}

.st-rer {
  background-color: #403d39;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  inset: auto 16% 0% auto;
  transform: rotate(15deg);
  box-shadow: -4px -4px 13px #0000004d;
}

.text-block {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Opensans, Verdana, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5rem;
  position: relative;
}

.link {
  color: #464402;
}

.link:hover {
  color: #f80;
  text-decoration: none;
}

.mask {
  height: 100%;
}

.slide-nav {
  top: 380px;
}

.standardcopy {
  letter-spacing: 2px;
  font-size: 2.5rem;
  line-height: 2.7rem;
}

.standardcopy.wei {
  color: #fffcf2;
}

.kalender-embed {
  width: 100%;
  height: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  position: relative;
  inset: 0%;
}

.kalenderbox {
  z-index: 80;
  float: left;
  outline-offset: 0px;
  background-color: #fff;
  border: 5px solid #252422;
  border-radius: 7px;
  outline: 3px #fff;
  flex-flow: wrap;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 2em;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 0 4px #252422;
}

.link-orange {
  color: #eb5e28;
}

.link-orange:hover {
  text-decoration: none;
}

.footerlink-wrap {
  float: right;
  clear: right;
  position: relative;
  inset: 0% 0% 0% auto;
}

.code-embed {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 55px;
  }

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

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

  p {
    letter-spacing: 2px;
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .seitenbereich {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .container01 {
    width: 100%;
  }

  .introueberschrift {
    color: #fff;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .navigation {
    padding: 15px 20px 15px 40px;
  }

  .logo {
    width: 130px;
  }

  .navlink {
    color: #252422;
    -webkit-text-stroke-color: #252422;
    border-bottom: 1px solid #403d39;
    border-radius: 0;
    font-size: 1.5rem;
    font-weight: 600;
  }

  .navlink:hover {
    background-color: #ccc5b9;
    border-radius: 0;
    font-weight: 700;
  }

  .navlink:focus {
    border-radius: 0;
  }

  .navlink.w--current {
    border-radius: 0;
    font-weight: 800;
  }

  .navlink.last {
    border-bottom-style: none;
  }

  .navschattten {
    height: 82px;
  }

  .schlagzeile {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .einschr-nkung._1strow {
    margin-top: 20px;
  }

  .absatzheadline {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }

  .absatzheadline.akkordeon {
    font-size: 25px;
    line-height: 30px;
  }

  .huerdenicon {
    padding-left: 40px;
    padding-right: 40px;
  }

  .label.content {
    font-size: 25px;
    line-height: 25px;
  }

  .vidloesung {
    width: 46%;
  }

  .standardtext {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .standardtext.highlight {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .angebotsbox {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
  }

  .vorteile {
    margin-top: 30px;
  }

  .vorteils_item {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }

  .preis {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  .button {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .button.hell {
    width: 100%;
    box-shadow: 6px 6px 0 8px #fff8dd;
  }

  .button.kontakt {
    width: 100%;
    margin-bottom: 20px;
  }

  .button.dunkel {
    min-width: 70%;
    margin-bottom: 20px;
  }

  .bold-text-2 {
    font-size: 25px;
    line-height: 25px;
  }

  .copyright, .metalink {
    font-size: 15px;
  }

  .huerde-wrap {
    width: 600px;
    height: 400px;
    bottom: 34%;
  }

  .image {
    top: -7%;
  }

  .bold-text-4 {
    font-size: 30px;
    line-height: 35px;
  }

  .left-arrow {
    left: 20px;
  }

  .bold-text-7 {
    font-size: 40px;
    line-height: 45px;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 15px solid #eb5b28;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 15px 19px #0003;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    z-index: 120;
    color: #000;
    background-color: #fff;
    border-radius: 15px;
  }

  .portraitbild {
    padding-left: 40px;
    padding-right: 40px;
  }

  .marcel-potrait {
    height: 100%;
  }

  .beispielbild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    margin-top: 10px;
  }

  .st-rer {
    width: 150px;
    height: 150px;
    right: 5%;
  }

  .text-block {
    font-size: 16px;
    line-height: 20px;
  }

  .standardcopy {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .kalenderbox {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 40px;
  }
}

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

  h2 {
    font-size: 25px;
    line-height: 28px;
  }

  h3 {
    font-size: 20px;
    line-height: 20px;
  }

  p {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .seitenbereich {
    padding: 20px 40px 60px;
  }

  .seitenbereich.start {
    padding-top: 60px;
  }

  .seitenbereich.orange {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .container01.akkordeon {
    margin-top: 20px;
  }

  .introueberschrift {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .navlink {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 25px;
  }

  .navschattten {
    height: 79px;
  }

  .navschattentrigger {
    min-height: 78px;
  }

  .schlagzeile {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .schlagzeile.wei.dunkelschatten.slider {
    padding-left: 50px;
    padding-right: 50px;
  }

  .absatzheadline {
    letter-spacing: -1px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .absatzheadline.akkordeon {
    font-size: 20px;
    line-height: 22px;
  }

  .huerdenlabel {
    font-size: 13px;
  }

  .huerdenicon {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .huerdenbeschreibung {
    font-size: 15px;
    line-height: 15px;
  }

  .label {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .label.content {
    font-size: 20px;
    line-height: 20px;
  }

  .vidloesung {
    width: 80%;
    height: 280px;
  }

  .contentcontainer {
    min-height: 35px;
    margin-bottom: 10px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 16px;
  }

  .heading-3.akkordeon {
    font-size: 18px;
    line-height: 22px;
  }

  .standardtext {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .standardtext.akkordeon {
    letter-spacing: 0;
  }

  .standardtext.highlight {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .standardtext.quelle {
    margin-left: 50px;
  }

  .angebotsbox {
    padding-bottom: 20px;
  }

  .vorteile {
    margin-top: 20px;
  }

  .vorteils_item {
    padding-top: 11px;
    padding-left: 45px;
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .preis {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .button {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .button.hell {
    box-shadow: 3px 3px 0 4px #fff8dd;
  }

  .button.kontakt {
    margin-bottom: 10px;
  }

  .button.dunkel {
    min-width: 90%;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 20px;
  }

  .huerde-wrap {
    width: 400px;
    height: 300px;
    bottom: 34%;
    right: 6%;
  }

  .bold-text-4 {
    font-size: 25px;
    line-height: 28px;
  }

  .faktenslider {
    height: 350px;
    left: auto;
  }

  .left-arrow {
    width: 40px;
    left: auto;
  }

  .right-arrow {
    width: 40px;
    right: -15px;
  }

  .bold-text-7 {
    font-size: 30px;
    line-height: 32px;
  }

  .portraitbild {
    padding-left: 60px;
    padding-right: 60px;
  }

  .st-rer {
    right: -2%;
  }

  .standardcopy {
    font-size: 1.5rem;
    line-height: 1.7rem;
  }

  .kalenderbox {
    padding-bottom: 20px;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 25px;
  }

  h3 {
    font-size: 18px;
    line-height: 18px;
  }

  p {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .seitenbereich {
    padding: 20px 20px 30px;
  }

  .seitenbereich.hell.beispiele, .seitenbereich.dunkel.gruen.ueberleitung {
    display: none;
  }

  .seitenbereich.orange {
    padding-bottom: 20px;
  }

  .container01.akkordeon {
    margin-top: 15px;
  }

  .introueberschrift {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo {
    width: 110px;
  }

  .navlink {
    font-size: 20px;
  }

  .navlink.beispiel {
    display: none;
  }

  .navschattten {
    height: 70px;
  }

  .navschattentrigger {
    min-height: 70px;
  }

  .schlagzeile {
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .schlagzeile.wei.dunkelschatten.slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .einschr-nkung._1strow {
    margin-top: 20px;
  }

  .absatzheadline {
    margin-top: 40px;
    font-size: 18px;
  }

  .absatzheadline.akkordeon {
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
  }

  .huerdeninfo._1strow {
    border-top-style: none;
  }

  .huerdenicon {
    height: 20px;
  }

  .huerdenbeschreibung {
    font-size: 10px;
    line-height: 20px;
  }

  .label {
    padding: 5px 10px;
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .label.content {
    font-size: 18px;
    line-height: 18px;
  }

  .vidloesung {
    height: 220px;
    margin-left: 20px;
  }

  .accordion-arrow {
    margin-top: 10px;
  }

  .contentcontainer {
    min-height: 30px;
  }

  .accordion-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-item.barrierefreiheit {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

  .copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 13px;
    line-height: 15px;
  }

  .heading-3 {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }

  .heading-3.akkordeon {
    width: 60%;
    font-size: 14px;
    line-height: 16px;
  }

  .standardtext {
    font-size: 14px;
    line-height: 14px;
  }

  .standardtext.highlight {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .standardtext.liste {
    background-position: 0%;
    background-size: 14px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 13px;
  }

  .angebotsbox {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .vorteile {
    margin-top: 10px;
  }

  .vorteils_item {
    background-position: 0 12px;
    background-size: 1.3rem;
    padding-top: 12px;
    padding-left: 28px;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .preis {
    font-size: 2.4rem;
    line-height: 2.5rem;
  }

  .button {
    flex-flow: row;
    width: 90%;
    min-width: 90px;
    margin-right: 10px;
    font-size: 1rem;
    line-height: 1rem;
  }

  .button.hell {
    box-shadow: 2px 2px 0 2px #fff8dd;
  }

  .button.kontakt {
    min-width: 100%;
    display: flex;
  }

  .button.dunkel {
    min-height: 60px;
    margin-bottom: 10px;
  }

  .bold-text-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    display: flex;
  }

  .bold-text-2.dunkel {
    font-size: 16px;
    line-height: 16px;
  }

  .copyright {
    text-align: right;
    margin-bottom: 20px;
  }

  .bold-text-4 {
    text-shadow: 1px 2px #201b04;
    font-size: 18px;
    line-height: 20px;
  }

  .beispielbilder {
    flex-flow: wrap;
  }

  .reportbild {
    width: 48%;
  }

  .faktenslider {
    height: 300px;
  }

  .slide {
    margin-top: 0;
  }

  .left-arrow {
    width: 30px;
    display: flex;
    left: -18px;
  }

  .right-arrow {
    width: 30px;
    right: -13px;
  }

  .bold-text-7 {
    font-size: 24px;
    line-height: 26px;
  }

  .menu-button {
    padding: 10px;
  }

  .standardliste {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 3px;
    padding-right: 2px;
  }

  .portraitbild {
    padding-left: 20px;
    padding-right: 20px;
  }

  .marcel-potrait {
    border-width: 9px;
  }

  .beispielbild {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
  }

  .st-rer {
    width: 110px;
    height: 110px;
  }

  .text-block {
    font-size: 12px;
    line-height: 14px;
  }

  .icon-2, .icon-3 {
    margin-bottom: 140px;
    font-size: 30px;
  }

  .slide-nav {
    top: 300px;
  }

  .standardcopy {
    font-size: 1.2rem;
    line-height: 1.3rem;
  }

  .kalender-embed {
    margin-left: .5em;
    margin-right: .5em;
  }

  .kalenderbox {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }
}

#w-node-_7613a1e0-b1e8-f586-4fff-dfd2459e7cf6-1e075dbe, #w-node-dcf04429-383d-65e4-67d2-7fdd76e78a97-1e075dbe, #w-node-f1a85489-55b8-509d-90f6-123da20927ab-1e075dbe, #w-node-_05a8b773-d234-fae3-a4a5-e20f7072dfbe-1e075dbe {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-_7613a1e0-b1e8-f586-4fff-dfd2459e7cf6-1e075dbe, #w-node-dcf04429-383d-65e4-67d2-7fdd76e78a97-1e075dbe, #w-node-f1a85489-55b8-509d-90f6-123da20927ab-1e075dbe, #w-node-_05a8b773-d234-fae3-a4a5-e20f7072dfbe-1e075dbe {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Tondu';
  src: url('../fonts/Tondu_Beta.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@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-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}