/* old: ff7d23 */
body:has(.step-form) {
  overflow-x: hidden;
}
form.step-form {
  position: relative;
  grid-template-columns: 1fr;
  max-width: 1133.33333333px !important;
  margin: auto;
  transition: all 0.7s;
  overflow: hidden;
}
@media (max-width: 1173.33333333px) {
  form.step-form {
    max-width: 96%;
    max-width: calc(100% - 40px) !important;
  }
}
form.step-form .step-form-hide.prev-btn {
  opacity: 0 !important;
  pointer-events: none;
  transition: none !important;
}
form.step-form .step-form-hide.powermail_submit,
form.step-form .step-form-hide.next-btn {
  display: none !important;
}
form.step-form > h3 {
  display: none;
}
form.step-form .form-group > label {
  display: block;
}
form.step-form .form-progress {
  position: absolute;
  top: 0;
  width: 100%;
}
form.step-form .form-progress .form-progress-track {
  height: 8px;
  background: #e5e5e5;
  border-radius: calc(0px);
  overflow: hidden;
}
form.step-form .form-progress .form-progress-track .progress-bar {
  height: 100%;
  width: 0%;
  background: #e67800;
  transition: width 0.4s ease;
}
form.step-form fieldset {
  position: absolute;
  width: 100%;
  border: none;
}
form.step-form fieldset:not(.submit-fieldset) {
  top: 60px;
  transition: all 0.7s ease;
  transform: translateX(100%);
}
form.step-form fieldset:not(.submit-fieldset) .powermail_label {
  display: none;
}
form.step-form fieldset:not(.submit-fieldset).prev {
  transform: translateX(-100%);
  opacity: 0;
}
form.step-form fieldset:not(.submit-fieldset).active {
  transform: translateX(0%);
}
form.step-form fieldset:not(.submit-fieldset).next {
  transform: translateX(100%);
  opacity: 0;
}
form.step-form fieldset.submit-fieldset {
  bottom: 0;
}
form.step-form fieldset.submit-fieldset .powermail_field {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
form.step-form fieldset.submit-fieldset .powermail_field .next-btn,
form.step-form fieldset.submit-fieldset .powermail_field .powermail_submit {
  background-color: #008d4f;
  color: white;
  opacity: 0.5;
}
form.step-form fieldset.submit-fieldset .powermail_field .next-btn.ready,
form.step-form fieldset.submit-fieldset .powermail_field .powermail_submit.ready {
  opacity: 1;
}
@media (max-width: 600px) {
  form.step-form fieldset.submit-fieldset .powermail_field {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
form.step-form fieldset .powermail_fieldwrap {
  display: flex;
  justify-content: center;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_html:has(h3) {
  text-align: center;
  margin-bottom: 4rem;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field {
  display: grid;
  gap: 2rem;
  padding: 0.5rem;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-5,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-5 {
  grid-template-columns: repeat(5, minmax(0, 200px));
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-3,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-3 {
  grid-template-columns: repeat(3, minmax(0, 200px));
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-2,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-2 {
  grid-template-columns: repeat(2, minmax(0, 200px));
}
@media (max-width: 1000px) {
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-5,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-5 {
    grid-template-columns: repeat(3, minmax(0, 200px));
  }
}
@media (max-width: 600px) {
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-5,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-5,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-3,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-3 {
    grid-template-columns: repeat(2, minmax(0, 200px));
  }
}
@media (max-width: 400px) {
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-5,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-5,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-3,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-3,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field.col-2,
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field.col-2 {
    grid-template-columns: repeat(1, minmax(0, 200px));
  }
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .checkbox label,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .radio label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 1;
  background-color: #4f5555;
  border-radius: calc(0px);
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label input,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .checkbox label input,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label input,
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .radio label input {
  display: none;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .checkbox label:has(input:checked),
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .checkbox label:has(input:checked),
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_check .powermail_field .radio label:has(input:checked),
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_radio:not(.powermail_fieldwrap_datenschutzerklaerung) .powermail_field .radio label:has(input:checked) {
  outline: 0.5rem solid #e67800;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_range .powermail_field {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: 50%;
}
@media (max-width: 600px) {
  form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_range .powermail_field {
    width: 100%;
  }
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_range .powermail_field .range-value {
  display: flex;
  justify-content: center;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_range .powermail_field .range-labels {
  display: flex;
  justify-content: space-between;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_field {
  display: flex;
  justify-content: center;
  width: 100%;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_field textarea {
  width: 100%;
  height: 10rem;
  max-width: 50rem;
  max-height: 10rem;
  background-color: rgba(209, 213, 219, 0.5);
  border-radius: 0px;
  padding: 0.5rem;
  resize: none;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_textarea .powermail_field textarea:focus-visible {
  outline: 0.1rem solid #e67800;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date .powermail_field {
  text-align: center;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date .powermail_field input {
  border-color: #4f5555;
  border-radius: 0px;
  padding: 0.5rem;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_date .powermail_field input.filled {
  border: none;
  outline: 0.5rem solid #e67800;
  width: 161px;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file label.powermail_label {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(209, 213, 219, 0.2);
  width: 100%;
  max-width: 30rem;
  height: 200px;
  border-radius: 0px;
  border: 2px dashed #d1d5db;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field {
  position: absolute;
  top: 50%;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_type_file .powermail_field input {
  width: 100%;
  padding: 40px 10px 0px;
}
form.step-form fieldset .powermail_fieldwrap.powermail_fieldwrap_paragraf .powermail_field {
  position: absolute;
  bottom: 40px;
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap {
  padding-bottom: 1rem;
  text-align: center;
}
@media (max-width: 600px) {
  form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field {
    width: 100%;
  }
}
@media (max-width: 600px) {
  form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field input:not(#powermail_field_datenschutzerklaerung_1) {
    width: 100%;
  }
}
@media (min-width: 600px) {
  form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field input:not(#powermail_field_datenschutzerklaerung_1) {
    min-width: 350px;
  }
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field .parsley-errors-list.filled {
  position: absolute;
  color: #9F0E0E;
  outline: 2px solid #9F0E0E;
  border-radius: 0px;
  padding: 2px;
  margin-top: 10px;
  margin-left: 2px;
  background-color: white;
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field .parsley-errors-list.filled::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 16px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #9F0E0E;
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field .parsley-errors-list.filled li {
  padding: 0;
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap .powermail_field .parsley-errors-list.filled li:before {
  display: none;
}
form.step-form fieldset:has(.powermail_fieldwrap_vorname) .powermail_fieldwrap_datenschutzerklaerung {
  width: fit-content;
  text-align: left;
}
form.step-form fieldset:has(.powermail_fieldwrap_type_date) .powermail_fieldwrap_type_check label {
  aspect-ratio: inherit !important;
  border-radius: 0px !important;
  width: 161px !important;
  height: 48px !important;
  color: #4f5555 !important;
  background-color: #ffffff !important;
  border: 2px solid #4f5555;
  margin-top: 10px;
}
form.step-form fieldset:has(.powermail_fieldwrap_type_date) .powermail_fieldwrap_type_check label:has(input:checked) {
  border: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body,
input,
select,
option,
textarea,
button {
  hyphens: auto;
  -ms-hyphens: auto;
  color: #4f5555;
  font-family: proxima;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.7px;
}
img,
video,
iframe {
  display: block;
  width: 100%;
  height: auto;
}
img[src$=".svg"][height="80"],
video[src$=".svg"][height="80"],
iframe[src$=".svg"][height="80"] {
  width: auto;
  height: 80px;
}
a {
  color: #4f5555;
  text-decoration: underline;
  transition: all 0.7s;
}
a:hover {
  color: #008d4f;
}
a.icon {
  font-size: 0;
  display: block;
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 26.66666667px;
  height: 26.66666667px;
  background-size: 26.66666667px;
  background-repeat: no-repeat;
}
a.icon.facebook {
  background-image: url('/fileadmin/template/laudenbach/icons/facebook_grau.svg');
}
a.icon.facebook:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/facebook_grun.svg');
}
a.icon.instagram {
  background-image: url('/fileadmin/template/laudenbach/icons/instagram_grau.svg');
}
a.icon.instagram:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/instagram_grun.svg');
}
a.icon.tiktok {
  background-image: url('/fileadmin/template/laudenbach/icons/tiktok_grau.svg');
}
a.icon.tiktok:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/tiktok_grun.svg');
}
a.icon.linkedin {
  background-image: url('/fileadmin/template/laudenbach/icons/linkedin_grau.svg');
}
a.icon.linkedin:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/linkedin_grun.svg');
}
a.icon.youtube {
  background-image: url('/fileadmin/template/laudenbach/icons/youtube_grau.svg');
}
a.icon.youtube:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/youtube_grun.svg');
}
a.icon:first-child {
  margin-left: 0;
}
a.plus {
  display: block;
  position: relative;
  font-family: scala;
  font-weight: 400;
  font-style: normal;
  transition: all 0.7s;
  text-decoration: none;
}
a.plus:hover {
  color: #008d4f;
}
a.plus:hover:after {
  background-image: url('/fileadmin/template/laudenbach/icons/cta_plus_hover.svg');
}
a.plus:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url('/fileadmin/template/laudenbach/icons/cta_plus.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media (max-width: 1000px) {
  a.plus:after {
    display: none;
  }
}
.button,
input[type=submit],
button,
.cookie-settings {
  cursor: pointer;
  color: #4f5555;
  font-family: scala;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  padding: 10px 40px;
  border: 1px solid #4f5555;
  transition: all 0.7s;
  text-decoration: none;
}
.button:hover,
input[type=submit]:hover,
button:hover,
.cookie-settings:hover {
  border: 1px solid #008d4f;
  background-color: #008d4f !important;
  color: #ffffff;
}
.h1 {
  font-family: proxima;
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #853529;
}
.h1 a {
  color: #853529;
}
.h2 {
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
}
.h3 {
  font-family: proxima;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #853529;
  margin-top: 26px;
}
.h4 {
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .h4 {
    font-size: 18px;
    line-height: 25.5px;
  }
}
.h5 {
  font-family: housky;
  font-weight: normal;
  font-size: 168px;
  line-height: 168px;
  letter-spacing: 0px;
  color: #008d4f;
}
.h5 a {
  color: #008d4f;
}
@media (max-width: 1440px) {
  .h5 {
    font-size: 126px;
    line-height: 126px;
  }
}
.h6 {
  font-family: proxima;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 {
  font-family: proxima;
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #853529;
}
h1 a {
  color: #853529;
}
h1 + h2 {
  margin-top: 8px;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  h1 + h2 {
    margin-bottom: 40px;
  }
}
h2 {
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
}
h3 {
  font-family: proxima;
  font-weight: 900;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #853529;
  margin-top: 26px;
}
h4 {
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  h4 {
    font-size: 18px;
    line-height: 25.5px;
  }
}
h4 + h5 {
  font-size: 18px;
  font-weight: normal;
  line-height: 26px;
  letter-spacing: 0.7px;
  color: #4f5555;
  margin-bottom: 26px;
}
h5 {
  font-family: housky;
  font-weight: normal;
  font-size: 168px;
  line-height: 168px;
  letter-spacing: 0px;
  color: #008d4f;
}
h5 a {
  color: #008d4f;
}
@media (max-width: 1440px) {
  h5 {
    font-size: 126px;
    line-height: 126px;
  }
}
h6 {
  font-family: proxima;
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
b,
strong {
  font-weight: 900;
  font-style: normal;
}
i,
em {
  font-family: scala;
  font-style: normal;
  font-weight: 400;
}
i > a,
em > a {
  text-decoration: none;
}
body {
  margin-top: 300px;
  transition: all 0.7s;
}
body.topper {
  margin-top: 380px;
}
@media (max-width: 1440px) {
  body.topper {
    margin-top: 220px;
  }
}
@media (max-width: 1390px) {
  body.topper {
    margin-top: 260px;
  }
}
@media (max-width: 800px) {
  body.topper {
    margin-top: 300px;
  }
}
@media (max-width: 600px) {
  body.topper {
    margin-top: 340px;
  }
}
@media (max-width: 500px) {
  body.topper {
    margin-top: 380px;
  }
}
@media (max-width: 450px) {
  body.topper {
    margin-top: 420px;
  }
}
@media (max-width: 400px) {
  body.topper {
    margin-top: 460px;
  }
}
@media (max-width: 1440px) {
  body {
    margin-top: 140px;
  }
}
body.lightboxopen {
  overflow: hidden;
}
body.menuopen {
  overflow: hidden;
}
body.menuopen .respmenu ul.main.menu {
  overflow-y: scroll;
}
body.down {
  margin-top: 130px;
}
body.down section.topbar {
  top: -320px;
}
body.down section.topbar + section.header {
  top: 0;
}
body.down section.header {
  height: 130px;
  top: 0;
  box-shadow: 0 0 3px #aaa;
}
body.down section.header .logo div.ce-column:last-child {
  opacity: 1;
  visibility: visible;
}
body.down section.header .logo div.ce-column:first-child {
  opacity: 0;
  visibility: hidden;
}
body.down section.header .topper {
  opacity: 0;
  visibility: hidden;
}
body.down section.header .social strong {
  opacity: 0;
}
body.down section.header .respmenu {
  opacity: 1;
  visibility: visible;
  z-index: 50;
}
body.down section.header .mainmenu {
  display: none;
}
@media (max-width: 1440px) {
  body.down {
    margin-top: 100px;
  }
  body.down section.header {
    height: 100px;
  }
  body.down section.header .respmenu {
    top: 10px;
  }
  body.down section.header .respmenu ul.main.menu {
    top: 70px;
    height: calc(100vh -  100px) !important;
  }
}
body.ie section.imageheader.slider .textbox {
  width: 546.66666667px;
  margin-right: 20px;
  float: left;
}
body.ie section.imageheader.slider .imagebox {
  width: 1133.33333333px;
  margin-left: 20px;
  margin-right: 0;
  float: right;
}
@media (max-width: 1760px) {
  body.ie section.imageheader.slider .textbox {
    width: calc(33.3% -  20px);
  }
  body.ie section.imageheader.slider .imagebox {
    width: calc(66.6% -  20px);
  }
}
body.ie section.imageheader.slider nav {
  left: 48%;
}
@media (max-width: 1000px) {
  body.ie section.imageheader.slider .textbox,
  body.ie section.imageheader.slider .imagebox {
    width: 100%;
    float: none;
  }
  body.ie section.imageheader.slider .textbox {
    margin-left: 20px;
    margin-right: 20px;
  }
  body.ie section.imageheader.slider .imagebox {
    margin: 0;
  }
}
body.ie .grid {
  display: block;
}
body.ie .grid:after {
  content: "";
  clear: both;
  display: block;
}
body.ie .grid > div {
  float: left;
  margin-right: 40px;
}
body.ie .grid.col1 > div {
  width: 100%;
  margin-right: 0;
  float: none;
}
body.ie .grid.col2 > div {
  width: calc(50% - 20px);
}
body.ie .grid.col2 > div:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 600px) {
  body.ie .grid.col2 > div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
body.ie .grid.col2.lay80 > div:first-child {
  width: 1133.33333333px;
  margin-right: 20px;
}
body.ie .grid.col2.lay80 > div:last-child {
  width: 546.66666667px;
  margin-left: 20px;
}
@media (max-width: 1760px) {
  body.ie .grid.col2.lay80 > div:first-child {
    width: calc(66.6% -  20px);
  }
  body.ie .grid.col2.lay80 > div:last-child {
    width: calc(33.3% -  20px);
  }
}
@media (max-width: 1000px) {
  body.ie .grid.col2.lay80 > div:first-child {
    width: calc(50% -  20px);
  }
  body.ie .grid.col2.lay80 > div:first-child img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  body.ie .grid.col2.lay80 > div:last-child {
    width: calc(50% -  20px);
  }
}
@media (max-width: 600px) {
  body.ie .grid.col2.lay80 > div:first-child {
    width: 100%;
    margin-bottom: 20px;
  }
  body.ie .grid.col2.lay80 > div:last-child {
    width: 100%;
  }
}
body.ie .grid.col3 > div {
  width: calc(33.333% - 26.67px);
  margin-right: 40px;
}
body.ie .grid.col3 > div:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  body.ie .grid.col3 > div {
    width: calc(50% -  20px);
  }
  body.ie .grid.col3 > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  body.ie .grid.col3 > div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}
body.ie .grid.col4 > div {
  width: calc(25% - 30px);
}
body.ie .grid.col4 > div:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  body.ie .grid.col4 > div {
    width: calc(50% - 20px);
  }
  body.ie .grid.col4 > div:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  body.ie .grid.col4 > div {
    width: 100%;
    margin: 0;
  }
}
#page {
  position: relative;
  z-index: 0;
}
section.topbar {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 80px;
  transition: all 0.7s;
  transform: translateX(-50%);
}
@media (max-width: 1390px) {
  section.topbar {
    height: 120px;
  }
}
@media (max-width: 800px) {
  section.topbar {
    height: 160px;
  }
}
@media (max-width: 600px) {
  section.topbar {
    height: 200px;
  }
}
@media (max-width: 500px) {
  section.topbar {
    height: 240px;
  }
}
@media (max-width: 450px) {
  section.topbar {
    height: 280px;
  }
}
@media (max-width: 400px) {
  section.topbar {
    height: 320px;
  }
}
section.topbar:before {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 100%;
  left: -100%;
  top: 0;
  background-color: #d3d5d5;
  z-index: -1;
}
section.topbar .frame-default {
  padding-top: 0;
}
section.topbar .frame-default .ce-textpic {
  display: flex;
  gap: 40px;
}
@media (max-width: 600px) {
  section.topbar .frame-default .ce-textpic {
    gap: 20px;
  }
}
section.topbar .frame-default .ce-textpic img {
  height: 80px;
  width: auto;
  padding: 10px 0;
}
@media (max-width: 600px) {
  section.topbar .frame-default .ce-textpic img {
    height: 65px;
  }
}
section.topbar .frame-default .ce-textpic .ce-bodytext {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
}
section.topbar + section.header {
  top: 80px;
}
@media (max-width: 1390px) {
  section.topbar + section.header {
    top: 120px;
  }
}
@media (max-width: 800px) {
  section.topbar + section.header {
    top: 160px;
  }
}
@media (max-width: 600px) {
  section.topbar + section.header {
    top: 200px;
  }
}
@media (max-width: 500px) {
  section.topbar + section.header {
    top: 240px;
  }
}
@media (max-width: 450px) {
  section.topbar + section.header {
    top: 280px;
  }
}
@media (max-width: 400px) {
  section.topbar + section.header {
    top: 320px;
  }
}
section.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #ffffff;
  transition: all 0.7s;
  z-index: 10;
}
@media (max-width: 1440px) {
  section.header {
    height: 140px;
  }
}
section.header #c5 a:hover {
  color: #4f5555;
}
section.header div.main {
  position: relative;
  height: 100%;
}
section.header .respmenu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.7s;
  position: absolute;
  right: 0;
  top: 20px;
}
section.header .respmenu input {
  display: none;
}
section.header .respmenu input:checked + label {
  background-image: url('/fileadmin/template/laudenbach/icons/burgermenu_close.svg');
}
section.header .respmenu input:checked + label + ul.menu {
  right: -20px !important;
}
@media (max-width: 600px) {
  section.header .respmenu input:checked + label + ul.menu {
    padding-bottom: 150px;
  }
}
section.header .respmenu ul.menu.main {
  transition: all 0.7s;
  position: absolute;
  right: var(--right-outer);
  top: 90px;
  z-index: 0;
  width: 500px;
  height: 500px;
  overflow-y: scroll;
  height: calc(100vh -  130px);
  background-color: #d3d5d5;
  list-style: none;
  padding: 20px 0;
}
@media (max-width: 500px) {
  section.header .respmenu ul.menu.main {
    width: 100vw;
    height: calc(100vh - 100px);
  }
  section.header .respmenu ul.menu.main:after {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  section.header .respmenu ul.menu.main:after {
    height: calc(100vh -  100px);
    top: 100px;
  }
}
section.header .respmenu ul.menu.main:after {
  content: "";
  display: block;
  background-color: #d3d5d5;
  width: 200%;
  height: auto;
  height: calc(100vh -  130px);
  position: fixed;
  top: 130px;
  z-index: -1;
}
section.header .respmenu ul.menu.main li {
  text-align: right;
}
section.header .respmenu ul.menu.main li:hover > a,
section.header .respmenu ul.menu.main li.active > a {
  color: #008d4f;
}
section.header .respmenu ul.menu.main li a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 10px 40px 10px 0;
}
section.header .respmenu ul.menu.main li > ul {
  max-height: 0;
  overflow: hidden;
  transition: all 0.7s;
}
section.header .respmenu ul.menu.main li > ul li {
  margin-right: 20px;
}
section.header .respmenu ul.menu.main li > ul li.active a {
  color: #008d4f;
}
section.header .respmenu ul.menu.main li.parent > a {
  position: relative;
  cursor: pointer;
}
section.header .respmenu ul.menu.main li.parent > a:after {
  content: "";
  display: block;
  position: absolute;
  width: 13.33333333px;
  height: 13.33333333px;
  right: 20px;
  top: 17px;
  background-image: url('/fileadmin/template/laudenbach/icons/pfeil_navi.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  transition: all 0.7s;
}
section.header .respmenu ul.menu.main li.parent.open > a {
  color: #008d4f;
}
section.header .respmenu ul.menu.main li.parent.open > a:after {
  transform: rotate(180deg);
  top: 15px;
}
section.header .respmenu ul.menu.main li.parent.open > ul {
  max-height: 500px;
}
section.header .respmenu ul.menu.main li:last-child {
  border: 0;
}
section.header .respmenu ul.menu.main li:before {
  display: none;
}
section.header .respmenu ul.menu.main > li:last-child > a {
  color: #e67800;
}
section.header .respmenu ul.menu.main > li:last-child:hover > a {
  color: #008d4f;
}
section.header .respmenu label {
  position: relative;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url('/fileadmin/template/laudenbach/icons/burgermenu.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 60;
}
section.header .respmenu label:after {
  content: "Menü";
  position: absolute;
  right: 0;
  bottom: -24px;
  color: #4f5555;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  section.header .respmenu {
    opacity: 1;
    visibility: visible;
  }
}
section.header .mainmenu {
  padding-top: 200px;
  transition: all 0.7s;
  position: relative;
}
section.header .mainmenu > input {
  display: none;
}
section.header .mainmenu label {
  display: none;
  width: 30px;
  height: 30px;
  background-image: url('fileadmin/template/laudenbach/icons/menu.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
section.header .mainmenu ul.menu.main {
  list-style: none;
  text-align: center;
  position: relative;
}
section.header .mainmenu ul.menu.main > li {
  display: inline-block;
  transition: all 0.7s;
  font-size: 0;
}
section.header .mainmenu ul.menu.main > li:first-child > a {
  padding-left: 0;
}
section.header .mainmenu ul.menu.main > li:last-child > a {
  padding-right: 0;
}
section.header .mainmenu ul.menu.main > li.active > a,
section.header .mainmenu ul.menu.main > li:hover > a {
  color: #008d4f;
}
section.header .mainmenu ul.menu.main > li a {
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 50px;
  font-size: 18px;
  line-height: 26px;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
section.header .mainmenu ul.menu.main > li a:before {
  display: block;
  content: attr(title);
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
section.header .mainmenu ul.menu.main > li.parent > a:after {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #d3d5d5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  opacity: 0;
  transition: all 0.7s;
}
section.header .mainmenu ul.menu.main > li.parent > ul {
  max-height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 36px;
  opacity: 0;
  transition: all 0.7s;
  text-align: center;
  z-index: -1;
}
section.header .mainmenu ul.menu.main > li.parent > ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  width: 300%;
  height: calc(100% - 60px);
  background-color: #d3d5d5;
}
section.header .mainmenu ul.menu.main > li.parent > ul:before {
  right: -100%;
}
section.header .mainmenu ul.menu.main > li.parent > ul li {
  display: inline-block;
}
section.header .mainmenu ul.menu.main > li.parent > ul li a {
  text-align: center;
  padding: 10px 20px;
}
section.header .mainmenu ul.menu.main > li.parent > ul li.active > a,
section.header .mainmenu ul.menu.main > li.parent > ul li:hover > a {
  color: #008d4f;
}
section.header .mainmenu ul.menu.main > li.parent.hover > ul,
section.header .mainmenu ul.menu.main > li.parent:hover > ul {
  max-height: 500px;
  opacity: 1;
  z-index: 1;
  padding: 10px 0 50px;
}
section.header .mainmenu ul.menu.main > li.parent.hover > a:after,
section.header .mainmenu ul.menu.main > li.parent:hover > a:after {
  opacity: 1;
}
@media (max-width: 1440px) {
  section.header .mainmenu {
    display: none;
  }
}
section.header .logo {
  position: relative;
  z-index: 20;
  margin-top: 20px;
}
section.header .logo > div {
  width: 220px;
  padding: 0;
  position: relative;
}
section.header .logo > div div.ce-column {
  transition: all 0.7s;
  position: absolute;
  top: 0px;
  width: 100%;
}
section.header .logo > div div.ce-column:first-child img {
  margin-top: 20px;
}
section.header .logo > div div.ce-column:last-child {
  opacity: 0;
  visibility: hidden;
}
section.header .logo > div div.ce-column:last-child img {
  max-width: 80px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  section.header .logo > div {
    width: 150px;
  }
  section.header .logo > div div.ce-column:first-child img {
    margin-top: 14px;
  }
  section.header .logo > div div.ce-column:last-child img {
    max-width: 54px;
  }
}
section.header .social {
  transition: all 0.7s;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1;
}
section.header .social > div {
  padding: 0;
  margin: 0;
}
section.header .social > div p,
section.header .social > div a {
  color: #008d4f;
  text-decoration: none;
}
section.header .social > div p {
  clear: both;
}
section.header .social > div strong {
  transition: all 0.7s;
}
@media (max-width: 1440px) {
  section.header .social > div strong {
    opacity: 0;
  }
}
@media (max-width: 1440px) {
  section.header .social {
    display: none;
  }
}
section.header .topper {
  transition: all 0.7s;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 1;
}
section.header .topper > div {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
section.header .topper > div ul {
  list-style: none;
}
section.header .topper > div ul li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 0;
}
section.header .topper > div ul li a {
  text-transform: uppercase;
  text-decoration: none;
}
section.header .topper > div ul li a:hover {
  color: #008d4f !important;
}
section.header .topper > div ul li:before {
  display: none;
}
section.header .topper > div ul li:last-child {
  margin-right: 0;
}
section.header .topper > div ul li:last-child a {
  color: #e67800;
}
@media (max-width: 1440px) {
  section.header .topper {
    opacity: 0;
    visbility: hidden;
  }
}
.stoerer,
div.frame-default:not(.frame-layout-90) figcaption,
.slide figcaption {
  pointer-events: none;
  position: absolute;
  display: block;
  right: 40px;
  top: 60px;
  color: #ffffff;
  width: 120px;
  height: 120px;
  text-align: center;
  background-color: #e67800;
  transform: rotate(-15deg);
  border-radius: 50%;
}
.stoerer > span,
div.frame-default:not(.frame-layout-90) figcaption > span,
.slide figcaption > span {
  font-family: scala;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 48%;
  width: 90%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1000px) {
  .stoerer,
  div.frame-default:not(.frame-layout-90) figcaption,
  .slide figcaption {
    display: none;
  }
}
section.imageheader {
  transition: all 0.7s;
  position: relative;
}
section.imageheader:empty {
  padding: 0;
}
section.imageheader.slider {
  overflow: hidden;
}
section.imageheader.slider span.next,
section.imageheader.slider span.prev {
  display: block;
  position: absolute;
  top: 0;
  height: calc(100% -  0px);
  width: 40px;
  z-index: 5;
  cursor: pointer;
}
section.imageheader.slider span.next:before,
section.imageheader.slider span.prev:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translateY(-50%) translateX(-50%);
}
section.imageheader.slider span.prev {
  left: 0;
}
section.imageheader.slider span.prev:before {
  border-bottom: 1px solid #4f5555;
  border-left: 1px solid #4f5555;
}
section.imageheader.slider span.next {
  right: 0;
}
section.imageheader.slider span.next:before {
  left: unset;
  right: 20px;
  border-top: 1px solid #4f5555;
  border-right: 1px solid #4f5555;
}
section.imageheader.slider nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1760px) {
  section.imageheader.slider nav {
    left: 20px;
    transform: none;
  }
}
section.imageheader.slider nav ul {
  list-style: none;
  line-height: 0;
}
section.imageheader.slider nav ul li {
  cursor: pointer;
  display: inline-block;
  width: 14.54545455px;
  height: 14.54545455px;
  border: 1px solid #4f5555;
  border-radius: 50%;
  margin-right: 14.54545455px;
}
section.imageheader.slider nav ul li:last-child {
  margin-right: 0;
}
section.imageheader.slider nav ul li.current {
  background-color: #4f5555;
}
@media (max-width: 1760px) {
  section.imageheader.slider {
    padding-bottom: 40px;
  }
}
section.imageheader .slide {
  max-width: 1720px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 150%;
  transform: translateX(-50%);
  background-color: #ffffff;
}
@media (max-width: 1760px) {
  section.imageheader .slide {
    max-width: 100%;
    margin: 0;
  }
  section.imageheader .slide .textbox {
    margin-left: 20px;
  }
}
section.imageheader .slide > .grid.col2.lay81 > .col {
  align-self: center;
}
section.imageheader .slide.current {
  z-index: 1;
}
section.imageheader .slide img {
  pointer-events: none;
}
section.imageheader .slide h3 {
  margin-top: 52px;
}
section.imageheader .slide h4 {
  font-family: proxima;
  font-weight: 900;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #853529;
  margin-bottom: 26px;
}
section.imageheader .slide h4 a {
  color: #853529;
}
section.imageheader .slide p {
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
}
section.imageheader .slide p a.button {
  margin-top: 52px;
}
section.imageheader .slide a {
  text-decoration: none;
}
@media (max-width: 1000px) {
  section.imageheader .slide .grid {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  section.imageheader .slide .grid .imagebox {
    order: 1;
    grid-column: 1 !important;
  }
  section.imageheader .slide .grid .textbox {
    order: 2;
    align-self: auto !important;
  }
  section.imageheader .slide .grid .textbox h3 {
    margin-top: 0;
  }
}
section.imageheader .image {
  position: relative;
}
section.imageheader .image .claim,
section.imageheader .image .blender {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 650px;
  height: 300px;
  padding: 80px 40px 40px 80px;
  color: #ffffff;
}
section.imageheader .image .claim {
  font-size: 18px;
  line-height: 26px;
}
section.imageheader .image .claim span {
  display: block;
  font-size: 48px;
  line-height: 52px;
}
section.imageheader .image div.blender {
  background-color: #4f5555;
  mix-blend-mode: multiply;
  border-radius: 0 0 80px 0;
}
section.imageheader.resp {
  display: none;
}
@media (max-width: 768px) {
  section.imageheader.resp {
    display: block;
  }
  section.imageheader.full {
    display: none;
  }
}
div.main {
  width: 1720px;
  margin: auto;
}
@media (max-width: 1760px) {
  div.main {
    max-width: 96%;
    max-width: calc(100% -  40px);
    margin: 0 auto;
  }
}
section.content > .frame-default:first-child {
  padding-top: 40px;
}
@media (max-width: 1760px) {
  section.content > .frame-default {
    max-width: 96%;
    max-width: calc(100% -  40px);
    margin: 0 auto;
    padding-top: 40px;
  }
}
.frame-default {
  margin: auto;
  max-width: 1720px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.frame-default:first-child header h3 {
  margin-top: 0;
}
.frame-default .inner ul {
  list-style: none;
}
.frame-default .inner ul li {
  padding-left: 20px;
  position: relative;
}
.frame-default .inner ul li:before {
  content: "–";
  display: block;
  position: absolute;
  left: 0;
  top: 0px;
}
.frame-default .inner ul.ce-uploads li {
  position: relative;
  padding-right: 40px;
}
.frame-default .inner ul.ce-uploads li input[type=checkbox] {
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
}
.frame-default .inner ul.tick {
  list-style: none;
}
.frame-default .inner ul.tick li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-family: scala;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.frame-default .inner ul.tick li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('/fileadmin/template/laudenbach/icons/Haken.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 2px;
}
.frame-default .inner figure {
  position: relative;
}
.frame-default.frame-type-header {
  text-align: center;
}
.frame-default.frame-type-header + .frame-default {
  padding-top: 0;
}
.frame-default.frame-type-gridelements_pi1 header h3:last-child {
  margin-bottom: 0;
}
.frame-default.frame-type-gridelements_pi1.frame-layout-30 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.frame-default + .frame-default,
.frame-default:first-child {
  padding-bottom: 0;
}
.frame-default.frame-layout-0 {
  clear: both;
}
.frame-default.frame-layout-10 {
  max-width: 100%;
}
.frame-default.frame-layout-15 {
  max-width: 1133.33333333px !important;
}
@media (max-width: 1173.33333333px) {
  .frame-default.frame-layout-15 {
    max-width: 96%;
    max-width: calc(100% - 40px) !important;
  }
}
.frame-default.frame-layout-20 {
  border-top: 1px solid #4f5555;
  border-bottom: 1px solid #4f5555;
  padding: 20px 0 20px 20px;
  padding-top: 20px !important;
  margin-top: 40px !important;
  position: relative;
  overflow: hidden;
  max-width: 1133.33333333px !important;
}
@media (max-width: 1173.33333333px) {
  .frame-default.frame-layout-20 {
    max-width: 96%;
    max-width: calc(100% - 40px) !important;
  }
}
.frame-default.frame-layout-20 + .frame-layout-20 {
  margin-top: 0 !important;
}
.frame-default.frame-layout-20 header,
.frame-default.frame-layout-20 .header {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  transition: all 0.7s;
}
.frame-default.frame-layout-20 header h3,
.frame-default.frame-layout-20 .header h3 {
  margin-top: 0;
  transition: all 0.7s;
}
.frame-default.frame-layout-20 header:hover h3,
.frame-default.frame-layout-20 .header:hover h3 {
  color: #008d4f;
}
.frame-default.frame-layout-20 header:hover + .hitter,
.frame-default.frame-layout-20 .header:hover + .hitter {
  background-image: url('/fileadmin/template/laudenbach/icons/cta_plus_hover.svg');
}
.frame-default.frame-layout-20 .hitter {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  bottom: 50%;
  width: 40px;
  height: 40px;
  background-image: url('/fileadmin/template/laudenbach/icons/cta_plus.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translateY(50%);
  transition: all 0.7s;
  z-index: 1;
}
@media (max-width: 600px) {
  .frame-default.frame-layout-20 .hitter {
    display: none;
  }
}
.frame-default.frame-layout-20 > div.grid {
  max-height: 0;
  overflow: hidden;
  transition: all 0.7s;
}
.frame-default.frame-layout-20.open header,
.frame-default.frame-layout-20.open .header {
  margin-bottom: 40px;
}
.frame-default.frame-layout-20.open header:hover .hitter,
.frame-default.frame-layout-20.open .header:hover .hitter {
  background-image: url('/fileadmin/template/laudenbach/icons/cta_minus.svg');
}
.frame-default.frame-layout-20.open .hitter {
  background-image: url('/fileadmin/template/laudenbach/icons/cta_minus.svg');
  transform: translateY(0%);
  bottom: 0;
}
.frame-default.frame-layout-20.open > div.grid {
  max-height: 2000px;
}
.frame-default.frame-layout-20 + .frame-layout-20 {
  margin-top: 0;
  border-top: 0;
}
.frame-default.frame-layout-30 {
  padding-top: 0;
  padding-bottom: 0;
}
.frame-default.frame-layout-30 header {
  margin-bottom: 26px;
}
.frame-default.frame-layout-30 header h3 {
  font-family: scala;
  font-weight: normal;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 1px;
  text-transform: none;
}
.frame-default.frame-layout-90 {
  padding: 40px 0;
  max-width: 1133.33333333px !important;
}
@media (max-width: 1173.33333333px) {
  .frame-default.frame-layout-90 {
    max-width: 96%;
    max-width: calc(100% - 40px) !important;
  }
}
.frame-default.frame-layout-90:hover .ce-row:hover .ce-column:first-child {
  visibility: hidden;
  height: 0;
}
.frame-default.frame-layout-90:hover .ce-row:hover .ce-column:last-child {
  display: block;
}
.frame-default.frame-layout-90.active div.ce-gallery .ce-row:not(.active):not(.reset) {
  opacity: 0.5;
}
.frame-default.frame-layout-90.active div.ce-gallery .ce-row.active .ce-column:first-child {
  visibility: hidden;
  height: 0;
}
.frame-default.frame-layout-90.active div.ce-gallery .ce-row.active .ce-column:last-child {
  display: block;
}
.frame-default.frame-layout-90 div.ce-gallery img {
  height: 60px;
  width: auto;
  margin: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
.frame-default.frame-layout-90 div.ce-gallery figcaption {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 40px;
  transiton: all 0.7s;
  vertical-align: top;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row .ce-column:last-child {
  display: none;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row:last-child {
  margin-right: 0;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row.reset {
  float: right;
  text-align: right;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row.reset span {
  cursor: pointer;
  margin-top: 70px;
  display: inline-block;
  padding-left: 20px;
  font-family: scala;
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  font-size: 18px;
  line-height: 26px;
  position: relative;
}
.frame-default.frame-layout-90 div.ce-gallery .ce-row.reset span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  width: 14px;
  height: 14px;
  background-image: url('/fileadmin/template/laudenbach/icons/burgermenu_close.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.frame-default.frame-layout-100 {
  position: relative;
  margin: auto;
  max-width: 1344px !important;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1344px) {
  .frame-default.frame-layout-100 {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1224px !important;
  }
}
@media (max-width: 1244px) {
  .frame-default.frame-layout-100 {
    max-width: calc(100% - 40px) !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.frame-default.frame-layout-100 .lay100 {
  overflow-x: hidden;
}
.frame-default.frame-layout-100 .lay100 .slick-track {
  display: flex;
}
.frame-default.frame-layout-100 .lay100 .slick-list {
  margin-top: 50px;
}
@media (max-width: 1344px) {
  .frame-default.frame-layout-100 .lay100 .slick-list {
    margin-top: 150px;
  }
}
.frame-default.frame-layout-100 .lay100 .slick-slide {
  transition: all 1s;
  min-width: 1px !important;
  margin: 0px;
  width: 408px !important;
  padding-left: 40px;
  position: relative;
  border-top: 1px solid black;
}
@media (max-width: 1244px) {
  .frame-default.frame-layout-100 .lay100 .slick-slide {
    width: calc(50vw - 20px) !important;
  }
}
@media (max-width: 700px) {
  .frame-default.frame-layout-100 .lay100 .slick-slide {
    width: calc(100vw - 40px) !important;
  }
}
.frame-default.frame-layout-100 .lay100 .slick-slide header {
  position: absolute;
  top: -30px;
}
.frame-default.frame-layout-100 .lay100 .slick-slide header h3 {
  margin-top: 0px;
  font-family: scala;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.2px;
  color: #4f5555;
}
.frame-default.frame-layout-100 .lay100 .slick-slide header h4 {
  margin-top: 0px;
}
.frame-default.frame-layout-100 .lay100 .slick-slide div.inner {
  position: relative;
  text-align: left;
}
.frame-default.frame-layout-100 .lay100 .slick-slide div.inner h4 {
  font-family: proxima;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #4f5555;
}
.frame-default.frame-layout-100 .lay100 .slick-slide div.inner .ce-bodytext {
  margin-bottom: 24px;
}
.frame-default.frame-layout-100 .lay100 .slick-slide div.inner::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -40px;
  width: 20px;
  height: 20px;
  background-color: #e67800;
  border-radius: 50%;
}
.frame-default.frame-layout-100 .lay100 .slick-slide::before {
  content: "";
  height: 10px;
  width: 10px;
  background-color: #4f5555;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: -5px;
  transition: all 1s;
}
.frame-default.frame-layout-100 .lay100 .slick-slide::after {
  content: "";
  height: 80px;
  width: 1px;
  background-color: #4f5555;
  position: absolute;
  left: 10px;
  top: 0px;
  transition: all 1s;
}
.frame-default.frame-layout-100 .lay100 .slick-arrow {
  position: absolute;
  height: 40px;
  width: 40px;
  top: calc(50% - 20px);
  font-size: 0px;
  border: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
}
@media (max-width: 1344px) {
  .frame-default.frame-layout-100 .lay100 .slick-arrow {
    top: 30px;
  }
}
.frame-default.frame-layout-100 .lay100 .slick-arrow:hover {
  background-color: transparent !important;
}
.frame-default.frame-layout-100 .lay100 .slick-prev.slick-arrow {
  left: 0px;
  z-index: 3;
  background-image: url('/fileadmin/template/laudenbach/icons/Laudenbach_Chronik_Icon_Prev.svg');
}
@media (max-width: 1344px) {
  .frame-default.frame-layout-100 .lay100 .slick-prev.slick-arrow {
    right: calc(50% + 20px);
    left: unset;
  }
}
.frame-default.frame-layout-100 .lay100 .slick-next.slick-arrow {
  right: 0px;
  z-index: 3;
  background-image: url('/fileadmin/template/laudenbach/icons/Laudenbach_Chronik_Icon_Next.svg');
}
@media (max-width: 1344px) {
  .frame-default.frame-layout-100 .lay100 .slick-next.slick-arrow {
    left: calc(50% + 20px);
    right: unset;
  }
}
.frame-default.frame-layout-101 {
  max-width: 200px !important;
  width: 100% !important;
  margin: auto !important;
}
.newsletter-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.newsletter-popup .layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.75);
}
.newsletter-popup .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50%;
  height: auto;
  max-height: 100%;
  overflow-y: scroll;
  padding: 40px;
  background-color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1200px) {
  .newsletter-popup .content {
    width: 75%;
  }
}
@media (max-width: 800px) {
  .newsletter-popup .content {
    width: 100%;
  }
}
.newsletter-popup .content span.close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  background-image: url('/fileadmin/template/laudenbach/icons/burgermenu_close.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
}
.newsletter-popup .content h1 {
  margin-top: 80px;
}
.newsletter-popup .content h1 + h2 {
  margin-bottom: 40px;
}
.newsletter-popup .content > div.frame {
  padding: 0;
}
#filialmap,
#aldimap {
  width: 100%;
  height: 700px;
}
#filialmap a,
#aldimap a {
  border: 0;
}
#filialmap .gm-style > div,
#aldimap .gm-style > div {
  border: 0 !important;
}
#filialmap .gm-style .gm-style-iw-d > div,
#aldimap .gm-style .gm-style-iw-d > div {
  width: 300px;
}
#filialmap .gm-style .gm-style-iw-d > div img,
#aldimap .gm-style .gm-style-iw-d > div img {
  max-height: 40px;
  width: auto;
  float: right;
  margin-left: 40px;
}
@media (max-width: 1440px) {
  #filialmap,
  #aldimap {
    height: 500px;
  }
}
@media (max-width: 600px) {
  #filialmap,
  #aldimap {
    height: 300px;
    height: 40vh;
  }
}
table {
  width: 100%;
  max-width: 1133.33333333px !important;
  margin: auto;
  border-collapse: collapse;
  margin-top: 40px;
}
@media (max-width: 1173.33333333px) {
  table {
    max-width: 96%;
    max-width: calc(100% - 40px) !important;
  }
}
table thead th,
table thead td {
  text-transform: uppercase;
  text-align: left;
  font-weight: 900;
  padding-bottom: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d3d5d5;
}
table thead th:last-child,
table thead td:last-child {
  padding-right: 0;
}
table thead th:nth-last-child(3),
table thead td:nth-last-child(3),
table thead th:nth-last-child(4),
table thead td:nth-last-child(4) {
  width: 115px;
}
table thead th:nth-last-child(2),
table thead td:nth-last-child(2) {
  width: 80px;
  padding-right: 0;
}
table tbody tr td {
  vertical-align: top;
  cursor: pointer;
  padding: 5px 0;
  padding-right: 20px;
  border-bottom: 1px solid #d3d5d5;
}
table tbody tr td img {
  display: inline-block;
  height: 16px;
  width: auto;
}
table tbody tr td:nth-last-child(2) {
  padding-right: 0;
}
table tbody tr td:last-child {
  border-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
}
table tbody tr td:last-child img {
  height: 20px;
  width: auto;
  margin-right: 10px;
}
@media (max-width: 1000px) {
  table {
    display: block;
    overflow: hidden;
  }
  table thead,
  table tbody,
  table th,
  table td,
  table tr {
    display: block;
    overflow: hidden;
  }
  table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  table tbody tr:last-child td {
    border-bottom: 0;
  }
  table tbody tr:nth-child(odd) td:not(:empty) {
    background-color: #f6f7f7;
  }
  table tbody tr td:empty {
    padding: 0;
    border: 0 !important;
  }
  table tbody tr td:not(:empty) {
    position: relative;
    border-bottom: 1px solid #a7aaaa;
    padding: 5px 0 5px 100px;
  }
  table tbody tr td:not(:empty):before {
    content: attr(data-label) ": ";
    position: absolute;
    left: 20px;
    font-weight: bold;
    margin-right: 1em;
    margin-bottom: 0.25em;
  }
  table tbody tr td:last-child {
    border-bottom: 1px solid #a7aaaa;
  }
}
table.ce-table-bordered {
  max-width: 100% !important;
  border-collapse: unset;
  border-spacing: 20px 0;
}
table.ce-table-bordered.responsive {
  display: none;
}
table.ce-table-bordered thead th {
  width: 11.85%;
}
table.ce-table-bordered thead th:nth-last-child(2) {
  padding-right: 20px;
}
table.ce-table-bordered thead th:last-child {
  width: 17%;
  font-family: scala;
  text-transform: none;
  color: #853529;
}
table.ce-table-bordered tbody tr td {
  cursor: auto;
  min-height: 63px;
  padding-right: 0;
}
table.ce-table-bordered tbody tr td:nth-last-child(2) {
  padding-right: 20px;
}
table.ce-table-bordered tbody tr td:last-child {
  border-bottom: 1px solid #d3d5d5;
  padding-left: 0;
}
table.ce-table-bordered tbody tr td:empty {
  border: 0;
}
@media (max-width: 1000px) {
  table.ce-table-bordered {
    display: none;
  }
  table.ce-table-bordered.responsive {
    display: table;
  }
  table.ce-table-bordered tbody tr td:last-child {
    padding-left: 110px;
  }
  table.ce-table-bordered tbody tr td:before {
    max-width: 80px;
  }
}
hr {
  position: relative;
  border: 0;
  border-top: 1px solid #4f5555;
  overflow: visible;
}
hr:after {
  content: attr(data-title);
  position: absolute;
  right: 0;
  bottom: -3px;
  line-height: 18px;
  font-family: scala;
  font-weight: 400;
  font-style: normal;
  color: #4f5555;
}
hr:before {
  content: attr(data-title);
  font-family: scala;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: #ffffff;
  padding-left: 20px;
  color: #ffffff;
}
section.footer {
  padding: 40px 0 0;
  margin-top: 80px;
  background-color: #4f5555;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  clear: both;
}
@media (max-width: 600px) {
  section.footer {
    /*padding-bottom: @col-space*3;
	}
	@media(max-width: 400px){
		padding-bottom: @col-space*4;*/
  }
}
section.footer div.main {
  position: relative;
}
section.footer div.main > div {
  padding: 0;
}
section.footer div.main > div .grid.col2 {
  grid-template-columns: 270px 1fr;
}
@media (max-width: 600px) {
  section.footer div.main > div .grid.col2 {
    grid-template-columns: 1fr;
  }
}
section.footer div.main > div .grid.col2 > div.col:first-child {
  text-align: left;
}
section.footer div.main > div .grid.col2 > div.col:first-child br {
  display: block;
  clear: both;
}
section.footer div.main > div .grid.col2 > div.col:first-child a {
  color: #ffffff;
  text-decoration: none;
}
section.footer div.main > div .grid.col2 > div.col:first-child a.icon {
  margin-top: 0;
  margin-bottom: 20px;
}
section.footer #c18 {
  padding: 0;
  margin-top: 40px;
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 7px 20px;
  background-color: #008d4f;
  font-size: 14px;
  line-height: 24px;
}
section.footer #c18 p > span {
  font-family: scala;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  margin-right: 5px;
}
section.footer #c18 a {
  color: #ffffff;
}
section.footer #c18 a:hover {
  color: #e67800;
}
section.footer #c3 img,
section.footer #c1768 img {
  width: 55px;
  margin: 0 auto 20px;
}
section.footer #c3 .ce-bodytext,
section.footer #c1768 .ce-bodytext {
  text-align: center;
}
section.footer #c3 .ce-bodytext h6,
section.footer #c1768 .ce-bodytext h6 {
  text-transform: none;
}
section.footer #c3 .ce-bodytext h6 a,
section.footer #c1768 .ce-bodytext h6 a {
  color: #ffffff;
}
section.footer #c3 .ce-bodytext h6 a:hover,
section.footer #c1768 .ce-bodytext h6 a:hover {
  color: #008d4f;
}
section.footer #c5 {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
}
section.footer #c5 p {
  display: block;
  clear: both;
}
section.footer #c5 a {
  color: #ffffff;
  text-decoration: none;
}
section.footer #c5 a:hover {
  color: #008d4f;
}
@media (max-width: 1660px) {
  section.footer #c5 {
    position: relative;
    text-align: center;
    margin-top: 40px;
  }
  section.footer #c5 a.icon {
    display: inline-block;
    float: none;
  }
}
section.footer #c853 {
  padding: 80px 0 20px;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 1720px) {
  section.footer #c853 {
    padding: 80px 20px 20px;
  }
}
section.footer #c853:after,
section.footer #c853:before {
  content: "";
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
section.footer #c853:before {
  left: -100%;
}
section.footer #c853:after {
  right: -100%;
}
section.footer #c853 .inner {
  width: 100%;
}
section.footer #c853 .ce-gallery {
  max-width: 300px;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
}
section.footer #c853 .ce-gallery .ce-column:first-child {
  margin-bottom: 10px;
}
section.footer #c853 .ce-bodytext {
  width: calc(100% - 300px);
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #4f5555;
}
@media (max-width: 1000px) {
  section.footer #c853 .inner {
    width: 100%;
    display: block;
  }
  section.footer #c853 .ce-gallery {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  section.footer #c853 .ce-gallery,
  section.footer #c853 .ce-bodytext {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  section.footer #c853 .ce-gallery img,
  section.footer #c853 .ce-bodytext img {
    max-width: 400px;
    margin-bottom: 10px;
  }
}
section.footer a.icon.facebook {
  background-image: url('/fileadmin/template/laudenbach/icons/facebook_weiss.svg');
}
section.footer a.icon.facebook:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/facebook_grun.svg');
}
section.footer a.icon.instagram {
  background-image: url('/fileadmin/template/laudenbach/icons/instagram_weiss.svg');
}
section.footer a.icon.instagram:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/instagram_grun.svg');
}
section.footer a.icon.youtube {
  background-image: url('/fileadmin/template/laudenbach/icons/youtube_weiss.svg');
}
section.footer a.icon.youtube:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/youtube_grun.svg');
}
section.footer a.icon.tiktok {
  background-image: url('/fileadmin/template/laudenbach/icons/tiktok_weiss.svg');
}
section.footer a.icon.tiktok:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/tiktok_grun.svg');
}
section.footer a.icon.linkedin {
  background-image: url('/fileadmin/template/laudenbach/icons/linkedin_weiss.svg');
}
section.footer a.icon.linkedin:hover {
  background-image: url('/fileadmin/template/laudenbach/icons/linkedin_grun.svg');
}
section.footer ul {
  list-style: none;
  text-align: center;
  margin-top: 40px;
}
section.footer ul li {
  display: inline-block;
  padding-left: 0 !important;
}
section.footer ul li a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-right: 13.33333333px;
  padding-right: 13.33333333px;
  padding-left: 0 !important;
  color: #ffffff;
}
section.footer ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  border-right: 1px solid #ffffff;
  height: 14px;
}
section.footer ul li a:hover {
  color: #008d4f;
}
section.footer ul li:before {
  display: none !important;
}
section.footer ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
section.footer ul li:last-child a:after {
  display: none;
}
div.loginform div > label {
  width: 150px;
  display: inline-block;
  margin-bottom: 20px;
}
form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
form.mmc-dms-form {
  display: block;
}
form.mmc-dms-form input[type=checkbox] {
  margin-right: 10px;
}
form > div:not([class]),
form > h4,
form > h2 {
  display: none;
}
form .form-group {
  display: inline-block;
  width: 100%;
}
form .form-group > label {
  display: none;
}
form .form-group.el-FileUpload > label {
  display: inline-block;
}
form .form-group.el-FileUpload > label + .input {
  display: inline-block;
}
form .form-group:nth-child(2) {
  grid-column: 2 span;
}
form .form-group.el-Textarea {
  grid-column: 2 span;
}
form .form-group.el-LinkedCheckbox {
  text-align: left;
}
form .form-group.el-LinkedCheckbox:nth-last-child(2) {
  text-align: left;
}
form .form-group input,
form .form-group textarea,
form .form-group select {
  width: 100%;
  padding: 10px;
}
form .form-group input[type=checkbox],
form .form-group textarea[type=checkbox],
form .form-group select[type=checkbox] {
  width: auto;
  margin-right: 5px;
}
form .form-group textarea {
  min-height: 182px;
}
form .form-group:nth-last-child(2) {
  grid-column-start: 1;
  grid-column-end: span 2;
  text-align: right;
}
form .actions {
  grid-column-start: 1;
  grid-column-end: span 2;
  text-align: right;
}
form .actions button {
  font-size: 18px;
  line-height: 26px;
  background: none;
}
@media (max-width: 600px) {
  form {
    display: block;
  }
  form .form-group {
    margin-bottom: 20px;
  }
}
form[name="user"] fieldset {
  border: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}
form[name="user"] fieldset legend {
  display: none;
}
form[name="user"] fieldset .femanager_fieldset.femanager_viewregister {
  display: none;
}
@media (max-width: 600px) {
  form[name="user"] fieldset {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
  form[name="user"] fieldset .form-group {
    margin-bottom: 0;
  }
}
form[id^='meinungsumfrage'] .form-group,
form[id^='jubilaeumAnmeldung'] .form-group {
  margin-bottom: 20px;
}
form[id^='meinungsumfrage'] .form-group > label,
form[id^='jubilaeumAnmeldung'] .form-group > label {
  display: block;
  font-family: scala;
  margin-bottom: 13px;
}
form[id^='meinungsumfrage'] .form-group.el-MultiCheckbox,
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox {
  grid-column: 2 span;
}
form[id^='meinungsumfrage'] .form-group.el-MultiCheckbox .inputs-list,
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .inputs-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 500px;
  text-align: left;
  margin: auto;
}
@media (max-width: 600px) {
  form[id^='meinungsumfrage'] .form-group.el-MultiCheckbox .inputs-list,
  form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .inputs-list {
    grid-template-columns: 1fr;
  }
}
form[id^='meinungsumfrage'] .form-group.el-SingleSelect,
form[id^='jubilaeumAnmeldung'] .form-group.el-SingleSelect {
  grid-column: 2 span;
}
form[id^='meinungsumfrage'] .form-group.el-SingleSelect select,
form[id^='jubilaeumAnmeldung'] .form-group.el-SingleSelect select {
  max-width: 500px;
}
form[id^='jubilaeumAnmeldung'] .form-group label {
  display: none;
}
form[id^='jubilaeumAnmeldung'] .form-group label .required {
  font-size: 0px;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox {
  height: 50px;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox label.control-label {
  display: none;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox {
  height: 50px;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox label {
  user-select: none;
  cursor: pointer;
  display: block;
  font-size: 24px;
  text-decoration: underline;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox label[for*="multicheckbox-1-0"]:hover {
  color: #008d4f;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox label[for*="multicheckbox-1-1"]:hover {
  color: #853529;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox label input {
  height: 20px;
  width: 20px;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox .inputs-list {
  height: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
form[id^='jubilaeumAnmeldung'] .form-group.el-MultiCheckbox .checkbox .inputs-list div {
  width: fit-content;
  margin: auto;
}
@media (min-width: 600px) {
  form[id^='jubilaeumAnmeldung'] .clearfix {
    grid-column: 2 span;
  }
}
form[id^='jubilaeumAnmeldung'] .actions {
  width: fit-content;
  margin: auto;
}
.femanager_edit form {
  display: block;
}
.tx-mmc-directmail-subscription {
  margin-top: 20px;
}
.tx-mmc-directmail-subscription .form-row {
  width: 50%;
  width: calc(50% -  20px);
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
}
.tx-mmc-directmail-subscription .form-row.last {
  margin-top: 26px;
  margin-bottom: 0;
}
.tx-mmc-directmail-subscription .form-row label {
  display: none;
}
.tx-mmc-directmail-subscription .form-row input {
  width: 100%;
  border: 1px solid #4f5555;
  padding: 10px;
}
.tx-mmc-directmail-subscription .form-row input[type="checkbox"] {
  width: auto;
  margin-right: 20px;
}
.tx-mmc-directmail-subscription .form-row.error input {
  border: 1px solid #853529;
}
.tx-mmc-directmail-subscription .form-row.error input::placeholder {
  color: #853529;
}
.tx-mmc-directmail-subscription .form-submit {
  width: 25%;
  width: calc(25% -  20px);
  display: inline-block;
  margin-left: 40px;
  margin-top: 26px;
}
.tx-mmc-directmail-subscription .form-submit input {
  width: 100%;
  background-color: transparent;
  padding: 10px;
  cursor: pointer;
}
.tx-mmc-directmail-subscription label.check {
  display: inline-block;
  margin-top: 10px;
}
.tx-mmc-directmail-subscription form + p {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
@media (max-width: 900px) {
  .tx-mmc-directmail-subscription label.check {
    display: inline;
  }
  .tx-mmc-directmail-subscription .form-row,
  .tx-mmc-directmail-subscription .form-submit {
    width: 100%;
    margin: 0;
  }
  .tx-mmc-directmail-subscription .form-submit {
    margin-top: 20px;
  }
}
.grid {
  max-width: 1720px;
  margin: auto;
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1760px) {
  .grid {
    max-width: 100%;
  }
}
.grid .col > .frame-default {
  width: auto;
}
.grid .col > .frame-default.frame-layout-0 {
  padding: 0;
}
.grid.col1 {
  grid-template-columns: 1fr;
}
.grid.col1 .col {
  text-align: center;
}
.grid.col2 {
  grid-template-columns: 1fr 1fr;
}
.grid.col2.lay80 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col2.lay80 > .col:first-child {
  grid-column: span 2;
}
.grid.col2.lay80 > .col:last-child {
  align-self: end;
}
@media (max-width: 1000px) {
  .grid.col2.lay80 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col2.lay80 > .col:first-child {
    grid-column: 1;
    position: relative;
    overflow: hidden;
  }
  .grid.col2.lay80 > .col:first-child figure {
    position: unset;
  }
  .grid.col2.lay80 > .col:first-child figure img {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
  }
  .grid.col2.lay80 > .col:last-child {
    grid-column: 2;
  }
  .grid.col2.lay80 > .col form {
    grid-template-columns: 1fr;
  }
  .grid.col2.lay80 > .col form .form-group:nth-last-child(2),
  .grid.col2.lay80 > .col form .actions {
    grid-column-end: unset;
  }
  .grid.col2.lay80 > .col form .form-group:nth-child(2),
  .grid.col2.lay80 > .col form .form-group.el-Textarea,
  .grid.col2.lay80 > .col form .form-group.el-FileUpload {
    grid-column: 1 span;
  }
}
@media (max-width: 600px) {
  .grid.col2.lay80 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
  }
  .grid.col2.lay80 > .col:first-child {
    grid-column: 1;
  }
  .grid.col2.lay80 > .col:first-child figure img {
    transform: none;
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
  }
  .grid.col2.lay80 > .col:last-child {
    grid-column: 1;
  }
}
.grid.col2.lay81 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col2.lay81 > .col:first-child {
  grid-column: span 2;
  order: 2;
}
.grid.col2.lay81 > .col:last-child {
  align-self: start;
  order: 1;
}
@media (max-width: 1000px) {
  .grid.col2.lay81 > .col:first-child {
    order: 1;
  }
  .grid.col2.lay81 > .col:last-child {
    order: 2;
  }
}
.grid.col2 .col {
  text-align: left;
}
@media (max-width: 600px) {
  .grid.col2 {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .grid.col2 > div.col:first-child {
    margin-bottom: 26px;
  }
}
.grid.col3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid.col3 .col {
  align-self: end;
}
@media (max-width: 1000px) {
  .grid.col3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grid.col3 {
    grid-template-columns: 1fr;
  }
}
.grid.col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 900px) {
  .grid.col4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grid.col4 {
    grid-template-columns: 1fr;
  }
}
.grid.col5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media (max-width: 1024px) {
  .grid.col5 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .grid.col5 {
    grid-template-columns: 1fr;
  }
}
.grid.col6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.produkt a[data-lightbox] {
  text-decoration: none;
}
.produkt a[data-lightbox]:hover {
  color: inherit;
}
.produkt .ce-gallery {
  margin-bottom: 20px;
}
#cookieNotification {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1000;
  box-sizing: border-box;
  box-shadow: 0 0 5px #aaa;
  padding: 10px 0;
}
#cookieNotification * {
  font-size: 13.5px;
  line-height: 19.5px;
}
#cookieNotification > div > p {
  display: inline-block;
}
#cookieNotification > div > a {
  position: absolute;
  right: 5px;
  top: 2px;
  text-decoration: none;
}
#cookieNotification + section.footer {
  padding-bottom: 80px;
}
#cookieNotification + section.footer #c18 {
  bottom: 78px;
}
@media (max-width: 1720px) {
  #cookieNotification + section.footer {
    padding-bottom: 110px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 108px;
  }
}
@media (max-width: 900px) {
  #cookieNotification + section.footer {
    padding-bottom: 140px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 260px;
  }
}
@media (max-width: 690px) {
  #cookieNotification + section.footer {
    padding-bottom: 170px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 290px;
  }
}
@media (max-width: 570px) {
  #cookieNotification + section.footer {
    padding-bottom: 200px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 320px;
  }
}
@media (max-width: 480px) {
  #cookieNotification + section.footer {
    padding-bottom: 230px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 350px;
  }
}
@media (max-width: 420px) {
  #cookieNotification + section.footer {
    padding-bottom: 260px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 380px;
  }
}
@media (max-width: 390px) {
  #cookieNotification + section.footer {
    padding-bottom: 290px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 410px;
  }
}
@media (max-width: 350px) {
  #cookieNotification + section.footer {
    padding-bottom: 320px;
  }
  #cookieNotification + section.footer #c18 {
    bottom: 440px;
  }
}
.frame-space-after-extra-small {
  margin-bottom: 0;
  padding-bottom: 0;
}
.frame-space-after-small {
  margin-bottom: 20px;
}
.frame-space-after-medium {
  margin-bottom: 30px;
}
.frame-space-after-large {
  margin-bottom: 40px;
}
.frame-space-after-extra-large {
  margin-bottom: 80px !important;
}
.frame-space-before-extra-small {
  padding-top: 0;
}
.frame-space-before-small {
  margin-top: 20px;
}
.frame-space-before-medium {
  margin-top: 30px;
}
.frame-space-before-large {
  margin-top: 40px;
}
.frame-space-before-extra-large {
  margin-top: 80px;
}
.hide {
  display: none;
}
.clear {
  display: block;
  clear: both;
}
.ytc {
  height: 100%;
  margin: 0;
  padding-bottom: 500px;
  position: relative;
}
.ytc iframe,
.ytc video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@font-face {
  font-family: 'proxima';
  font-weight: normal;
  font-style: normal;
  src: url('/fileadmin/template/laudenbach/fonts/Proxima-Regular.ttf') format('truetype'), url('/fileadmin/template/laudenbach/fonts/Proxima-Regular.woff2') format('woff2'), url('/fileadmin/template/laudenbach/fonts/Proxima-Regular.woff') format('woff');
}
@font-face {
  font-family: 'proxima';
  font-weight: 900;
  font-style: normal;
  src: url('/fileadmin/template/laudenbach/fonts/Proxima-ExtraBold.ttf') format('truetype'), url('/fileadmin/template/laudenbach/fonts/Proxima-ExtraBold.woff2') format('woff2'), url('/fileadmin/template/laudenbach/fonts/Proxima-ExtraBold.woff') format('woff');
}
@font-face {
  font-family: 'housky';
  font-weight: 400;
  font-style: normal;
  src: url('/fileadmin/template/laudenbach/fonts/housky.woff') format("woff");
}
@font-face {
  font-family: 'scala';
  font-weight: 400;
  font-style: normal;
  src: url('/fileadmin/template/laudenbach/fonts/Scala.woff') format("woff");
}
.lb-loader,
.lightbox {
  text-align: center;
  line-height: 0;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  opacity: .8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #ffffff;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}
.lb-loader,
.lb-nav {
  position: absolute;
  left: 0;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url('/fileadmin/template/laudenbach/icons/loading.gif') no-repeat;
}
.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url('/fileadmin/template/laudenbach/icons/prev.png') left 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url('/fileadmin/template/laudenbach/icons/next.png') right 48% no-repeat;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}
.lb-data .lb-caption a {
  color: #4ae;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url('/fileadmin/template/laudenbach/icons/close.png') top right no-repeat;
  text-align: right;
  outline: 0;
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1;
}
